/* CSS content (all pages) */

body.bodywebsite {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 0.92em;
  line-height: 1.4;
  font-family: arial,tahoma,verdana,helvetica;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  font-weight: 400;
  background-color: var(--colorbackbody);
}

.bodywebsite main {
  display: block;
}
.bodywebsite h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bodywebsite .warning {
  font-size: 1.2em;
  color: #880;
}
.bodywebsite hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.bodywebsite .centpercent {
    width: 100%;   
}
.bodywebsite .border-radius-20 {
    border-radius: 20px;
}
.bodywebsite .redresult {
    color: #bd2024;
    font-weight: bold;
    background-color: #eee;
}
.bodywebsite .table-result {
    border-width: 1px;
    border-color: #ddd;
}
.bodywebsite .taright {
    text-align: right;
}
.bodywebsite pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.bodywebsite .nowrap {
    white-space: nowrap;
}
.bodywebsite .tdvalignbaseline {
    vertical-align: baseline !important;
}
.bodywebsite .z-100 {
    z-index: 100;   
}
.bodywebsite a {
  background-color: transparent;
}
.bodywebsite .opacitymedium {
    opacity: 0.5;
}
.bodywebsite abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
.bodywebsite .biglink {
    color: #667eea;
    font-size: 2em;
}
.bodywebsite .alink {
    color: #667eea;
}
.bodywebsite .alink:hover {
    text-decoration: underline;
}
.bodywebsite .buttonsondage {
    cursor: pointer;
}
.bodywebsite .fit-content {
    height: fit-content;
}
.bodywebsite b,
.bodywebsite strong {
  font-weight: bolder;
}
.bodywebsite .normal {
  font-weight: normal;   
}
.bodywebsite .noupper {
  text-transform: none;   
}
.bodywebsite .hhh {
    height: 4em;
}
.bodywebsite .border-of-input {
    border: 1px solid #000000;
    padding: 7px;
}
.bodywebsite code,
.bodywebsite kbd,
.bodywebsite samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.bodywebsite small {
  font-size: 80%;
}
.bodywebsite .width200 {
    width: 200px;
}
.bodywebsite .width300 {
    width: 600px;
}
@media (max-width:599px)  { 
    .bodywebsite .width300 {
        width: 100%;
    }
}

.bodywebsite img.sondagephoto {
    box-shadow: 3px 3px 20px #ddd;
}
.bodywebsite div.sondage {
    display: table;
}
.bodywebsite div.sondage table {
    margin-left: auto;
    margin-right: auto;
}
.bodywebsite .center {
    text-align: center;
}
.bodywebsite div.trdiv {
    display: table-row;
    height: 52px;  
}
.bodywebsite div.tddiv {
    display: table-cell;
    vertical-align: middle;
}
.bodywebsite .sondage tr td {
    padding: 5px;
}
.bodywebsite sub,
.bodywebsite sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bodywebsite sub {
  bottom: -0.25em;
}
.bodywebsite sup {
  top: -0.5em;
}
.bodywebsite img {
  border-style: none;
}
.bodywebsite .tddiv.firstcolumn {
    text-align: right;
    width: 50%;
    padding-right: 20px;
}
.bodywebsite .marginright {
    margin-right: 4px;
}
.bodywebsite .paddingleft {
    padding-left: 4px;
}
.bodywebsite .paddingtop {
    padding-top: 4px;
}
.bodywebsite .paddingbottom {
    padding-bottom: 4px;
}
.bodywebsite .required {
    font-weight: bold;
}
.bodywebsite span.small {
    font-size: 80%;
}
.bodywebsite button,
.bodywebsite input,
.bodywebsite optgroup,
.bodywebsite select,
.bodywebsite textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.bodywebsite .iconmove {
    animation: spiniconanim 2s linear infinite;
    animation-timing-function: ease;
}

@keyframes spiniconanim {
    0%, 100% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(0);
    }
}


.bodywebsite button,
.bodywebsite input {
  /* 1 */
  overflow: visible;
}
.bodywebsite button,
.bodywebsite select {
  /* 1 */
  text-transform: none;
}
.bodywebsite button,
.bodywebsite [type="button"],
.bodywebsite [type="reset"],
.bodywebsite [type="submit"] {
  -webkit-appearance: button;
}
.bodywebsite button::-moz-focus-inner,
.bodywebsite [type="button"]::-moz-focus-inner,
.bodywebsite [type="reset"]::-moz-focus-inner,
.bodywebsite [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.bodywebsite button:-moz-focusring,
.bodywebsite [type="button"]:-moz-focusring,
.bodywebsite [type="reset"]:-moz-focusring,
.bodywebsite [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.bodywebsite fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.bodywebsite .padding-bottom-30 {
    padding-bottom: 30px;
}
.bodywebsite legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
.bodywebsite progress {
  vertical-align: baseline;
}
.bodywebsite textarea {
  overflow: auto;
}
.bodywebsite [type="checkbox"],
.bodywebsite [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.bodywebsite [type="number"]::-webkit-inner-spin-button,
.bodywebsite [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bodywebsite [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
.bodywebsite [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bodywebsite ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.bodywebsite details {
  display: block;
}
.bodywebsite summary {
  display: list-item;
}
.bodywebsite template {
  display: none;
}
.bodywebsite [hidden] {
  display: none;
}
.bodywebsite blockquote,
.bodywebsite dl,
.bodywebsite dd,
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6,
.bodywebsite hr,
.bodywebsite figure,
.bodywebsite p,
.bodywebsite pre {
  margin: 0;
}
.bodywebsite button {
  background-color: transparent;
  background-image: none;
}
.bodywebsite button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bodywebsite fieldset {
  margin: 0;
  padding: 0;
}
.bodywebsite ol,
.bodywebsite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bodywebsite html {
  font-family: 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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}
.bodywebsite *,
.bodywebsite ::before,
.bodywebsite ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */
}
.bodywebsite hr {
  border-top-width: 1px;
}
.bodywebsite img {
  border-style: solid;
}
.bodywebsite textarea {
  resize: vertical;
}
.bodywebsite input:-ms-input-placeholder,
.bodywebsite textarea:-ms-input-placeholder {
  color: #a0aec0;
}
.bodywebsite input::-ms-input-placeholder,
.bodywebsite textarea::-ms-input-placeholder {
  color: #a0aec0;
}
.bodywebsite input::placeholder,
.bodywebsite textarea::placeholder {
  color: #a0aec0;
}
.bodywebsite button,
.bodywebsite [role="button"] {
  cursor: pointer;
}
.bodywebsite table {
  border-collapse: collapse;
}
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6 {
  font-size: inherit;
  font-weight: inherit;
}
.bodywebsite a {
  color: inherit;
  text-decoration: inherit;
}
.bodywebsite button,
.bodywebsite input,
.bodywebsite optgroup,
.bodywebsite select,
.bodywebsite textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
.bodywebsite pre,
.bodywebsite code,
.bodywebsite kbd,
.bodywebsite samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bodywebsite img,
.bodywebsite svg,
.bodywebsite video,
.bodywebsite canvas,
.bodywebsite audio,
.bodywebsite iframe,
.bodywebsite embed,
.bodywebsite object {
  display: block;
  vertical-align: middle;
}
.bodywebsite img,
.bodywebsite video {
  max-width: 100%;
  height: auto;
}
.bodywebsite .container {
  width: 100%;
}
@media (min-width: 640px) {
  .bodywebsite .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .bodywebsite .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .bodywebsite .container {
    max-width: 1280px;
  }
}
.bodywebsite .space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}
.bodywebsite .space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}
.bodywebsite .space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}
.bodywebsite .space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}
.bodywebsite .space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}
.bodywebsite .space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}
.bodywebsite .space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}
.bodywebsite .space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}
.bodywebsite .space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}
.bodywebsite .space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}
.bodywebsite .space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}
.bodywebsite .space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}
.bodywebsite .space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}
.bodywebsite .space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}
.bodywebsite .space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}
.bodywebsite .space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}
.bodywebsite .space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}
.bodywebsite .space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}
.bodywebsite .space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}
.bodywebsite .space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}
.bodywebsite .-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}
.bodywebsite .-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}
.bodywebsite .space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}
.bodywebsite .space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}
.bodywebsite .divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}
.bodywebsite .divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}
.bodywebsite .divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}
.bodywebsite .divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}
.bodywebsite .divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}
.bodywebsite .divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}
.bodywebsite .divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}
.bodywebsite .divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}
.bodywebsite .divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}
.bodywebsite .divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}
.bodywebsite .divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}
.bodywebsite .divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}
.bodywebsite .divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent;
}
.bodywebsite .divide-current > :not(template) ~ :not(template) {
  border-color: currentColor;
}
.bodywebsite .divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}
.bodywebsite .divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}
.bodywebsite .divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}
.bodywebsite .divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}
.bodywebsite .divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}
.bodywebsite .divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}
.bodywebsite .divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}
.bodywebsite .divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}
.bodywebsite .divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}
.bodywebsite .divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}
.bodywebsite .divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}
.bodywebsite .divide-red-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--divide-opacity));
}
.bodywebsite .divide-red-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--divide-opacity));
}
.bodywebsite .divide-red-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--divide-opacity));
}
.bodywebsite .divide-red-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--divide-opacity));
}
.bodywebsite .divide-red-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--divide-opacity));
}
.bodywebsite .divide-red-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--divide-opacity));
}
.bodywebsite .divide-red-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--divide-opacity));
}
.bodywebsite .divide-red-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--divide-opacity));
}
.bodywebsite .divide-red-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--divide-opacity));
}
.bodywebsite .divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--divide-opacity));
}
.bodywebsite .divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--divide-opacity));
}
.bodywebsite .divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--divide-opacity));
}
.bodywebsite .divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--divide-opacity));
}
.bodywebsite .divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--divide-opacity));
}
.bodywebsite .divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--divide-opacity));
}
.bodywebsite .divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--divide-opacity));
}
.bodywebsite .divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--divide-opacity));
}
.bodywebsite .divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--divide-opacity));
}
.bodywebsite .divide-yellow-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--divide-opacity));
}
.bodywebsite .divide-yellow-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--divide-opacity));
}
.bodywebsite .divide-yellow-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--divide-opacity));
}
.bodywebsite .divide-yellow-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--divide-opacity));
}
.bodywebsite .divide-yellow-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--divide-opacity));
}
.bodywebsite .divide-yellow-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--divide-opacity));
}
.bodywebsite .divide-yellow-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--divide-opacity));
}
.bodywebsite .divide-yellow-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--divide-opacity));
}
.bodywebsite .divide-yellow-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--divide-opacity));
}
.bodywebsite .divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--divide-opacity));
}
.bodywebsite .divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--divide-opacity));
}
.bodywebsite .divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--divide-opacity));
}
.bodywebsite .divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--divide-opacity));
}
.bodywebsite .divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--divide-opacity));
}
.bodywebsite .divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--divide-opacity));
}
.bodywebsite .divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--divide-opacity));
}
.bodywebsite .divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--divide-opacity));
}
.bodywebsite .divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--divide-opacity));
}
.bodywebsite .divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}
.bodywebsite .divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}
.bodywebsite .divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}
.bodywebsite .divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}
.bodywebsite .divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}
.bodywebsite .divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}
.bodywebsite .divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}
.bodywebsite .divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}
.bodywebsite .divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}
.bodywebsite .divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--divide-opacity));
}
.bodywebsite .divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--divide-opacity));
}
.bodywebsite .divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--divide-opacity));
}
.bodywebsite .divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--divide-opacity));
}
.bodywebsite .divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--divide-opacity));
}
.bodywebsite .divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--divide-opacity));
}
.bodywebsite .divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--divide-opacity));
}
.bodywebsite .divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--divide-opacity));
}
.bodywebsite .divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--divide-opacity));
}
.bodywebsite .divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}
.bodywebsite .divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}
.bodywebsite .divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}
.bodywebsite .divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}
.bodywebsite .divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}
.bodywebsite .divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}
.bodywebsite .divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}
.bodywebsite .divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}
.bodywebsite .divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}
.bodywebsite .divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--divide-opacity));
}
.bodywebsite .divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--divide-opacity));
}
.bodywebsite .divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--divide-opacity));
}
.bodywebsite .divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--divide-opacity));
}
.bodywebsite .divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--divide-opacity));
}
.bodywebsite .divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--divide-opacity));
}
.bodywebsite .divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--divide-opacity));
}
.bodywebsite .divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--divide-opacity));
}
.bodywebsite .divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--divide-opacity));
}
.bodywebsite .divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}
.bodywebsite .divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}
.bodywebsite .divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}
.bodywebsite .divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}
.bodywebsite .divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}
.bodywebsite .divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}
.bodywebsite .divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}
.bodywebsite .divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}
.bodywebsite .divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}
.bodywebsite .divide-solid > :not(template) ~ :not(template) {
  border-style: solid;
}
.bodywebsite .divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed;
}
.bodywebsite .divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted;
}
.bodywebsite .divide-double > :not(template) ~ :not(template) {
  border-style: double;
}
.bodywebsite .divide-none > :not(template) ~ :not(template) {
  border-style: none;
}
.bodywebsite .divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}
.bodywebsite .divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}
.bodywebsite .divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}
.bodywebsite .divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}
.bodywebsite .divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}
.bodywebsite .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;
}
.bodywebsite .not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bodywebsite .focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bodywebsite .focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bodywebsite .appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodywebsite .bg-fixed {
  background-attachment: fixed;
}
.bodywebsite .bg-local {
  background-attachment: local;
}
.bodywebsite .bg-scroll {
  background-attachment: scroll;
}
.bodywebsite .bg-clip-border {
  background-clip: border-box;
}
.bodywebsite .bg-clip-padding {
  background-clip: padding-box;
}
.bodywebsite .bg-clip-content {
  background-clip: content-box;
}
.bodywebsite .bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bodywebsite .bg-transparent {
  background-color: transparent;
}
.bodywebsite .bg-current {
  background-color: currentColor;
}
.bodywebsite .bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bodywebsite .bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bodywebsite .bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bodywebsite .bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bodywebsite .bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}
.bodywebsite .bg-gray-400 {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}
.bodywebsite .bg-gray-500 {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.bodywebsite .bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}
.bodywebsite .bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}
.bodywebsite .bg-gray-800 {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}
.bodywebsite .bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bodywebsite .bg-red-100 {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}
.bodywebsite .bg-red-200 {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}
.bodywebsite .bg-red-300 {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}
.bodywebsite .bg-red-400 {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}
.bodywebsite .bg-red-500 {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}
.bodywebsite .bg-red-600 {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}
.bodywebsite .bg-red-700 {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}
.bodywebsite .bg-red-800 {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}
.bodywebsite .bg-red-900 {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}
.bodywebsite .bg-orange-100 {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}
.bodywebsite .bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}
.bodywebsite .bg-orange-300 {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}
.bodywebsite .bg-orange-400 {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}
.bodywebsite .bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}
.bodywebsite .bg-orange-600 {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}
.bodywebsite .bg-orange-700 {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}
.bodywebsite .bg-orange-800 {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}
.bodywebsite .bg-orange-900 {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}
.bodywebsite .bg-yellow-100 {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}
.bodywebsite .bg-yellow-200 {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}
.bodywebsite .bg-yellow-300 {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}
.bodywebsite .bg-yellow-400 {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}
.bodywebsite .bg-yellow-500 {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}
.bodywebsite .bg-yellow-600 {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}
.bodywebsite .bg-yellow-700 {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}
.bodywebsite .bg-yellow-800 {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}
.bodywebsite .bg-yellow-900 {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}
.bodywebsite .bg-green-100 {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}
.bodywebsite .bg-green-200 {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}
.bodywebsite .bg-green-300 {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}
.bodywebsite .bg-green-400 {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}
.bodywebsite .bg-green-500 {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}
.bodywebsite .bg-green-600 {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}
.bodywebsite .bg-green-700 {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}
.bodywebsite .bg-green-800 {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}
.bodywebsite .bg-green-900 {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}
.bodywebsite .bg-teal-100 {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}
.bodywebsite .bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}
.bodywebsite .bg-teal-300 {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}
.bodywebsite .bg-teal-400 {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}
.bodywebsite .bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}
.bodywebsite .bg-teal-600 {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}
.bodywebsite .bg-teal-700 {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}
.bodywebsite .bg-teal-800 {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}
.bodywebsite .bg-teal-900 {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}
.bodywebsite .bg-blue-100 {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}
.bodywebsite .bg-blue-200 {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}
.bodywebsite .bg-blue-300 {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}
.bodywebsite .bg-blue-400 {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}
.bodywebsite .bg-blue-500 {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}
.bodywebsite .bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}
.bodywebsite .bg-blue-700 {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}
.bodywebsite .bg-blue-800 {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}
.bodywebsite .bg-blue-900 {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}
.bodywebsite .bg-indigo-100 {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}
.bodywebsite .bg-indigo-200 {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}
.bodywebsite .bg-indigo-300 {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}
.bodywebsite .bg-indigo-400 {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}
.bodywebsite .bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}
.bodywebsite .bg-indigo-600 {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: #bd2024;
}
.bodywebsite .bg-indigo-700 {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}
.bodywebsite .bg-indigo-800 {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}
.bodywebsite .bg-indigo-900 {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}
.bodywebsite .bg-purple-100 {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}
.bodywebsite .bg-purple-200 {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}
.bodywebsite .bg-purple-300 {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}
.bodywebsite .bg-purple-400 {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}
.bodywebsite .bg-purple-500 {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}
.bodywebsite .bg-purple-600 {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}
.bodywebsite .bg-purple-700 {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}
.bodywebsite .bg-purple-800 {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}
.bodywebsite .bg-purple-900 {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}
.bodywebsite .bg-pink-100 {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}
.bodywebsite .bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}
.bodywebsite .bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}
.bodywebsite .bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}
.bodywebsite .bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}
.bodywebsite .bg-pink-600 {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}
.bodywebsite .bg-pink-700 {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}
.bodywebsite .bg-pink-800 {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}
.bodywebsite .bg-pink-900 {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}
.bodywebsite .hover\:bg-transparent:hover {
  background-color: transparent;
}
.bodywebsite .hover\:bg-current:hover {
  background-color: currentColor;
}
.bodywebsite .hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bodywebsite .hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-100:hover {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-200:hover {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-300:hover {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-400:hover {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-500:hover {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-600:hover {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-700:hover {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-800:hover {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}
.bodywebsite .hover\:bg-gray-900:hover {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-200:hover {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-300:hover {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-400:hover {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-500:hover {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-600:hover {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-700:hover {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-800:hover {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}
.bodywebsite .hover\:bg-red-900:hover {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-100:hover {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-200:hover {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-300:hover {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-400:hover {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-500:hover {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-600:hover {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-700:hover {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-800:hover {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}
.bodywebsite .hover\:bg-orange-900:hover {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-100:hover {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-200:hover {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-300:hover {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-400:hover {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-500:hover {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-600:hover {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-700:hover {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-800:hover {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}
.bodywebsite .hover\:bg-yellow-900:hover {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-100:hover {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-200:hover {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-300:hover {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-400:hover {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-500:hover {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-600:hover {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-700:hover {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-800:hover {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}
.bodywebsite .hover\:bg-green-900:hover {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-100:hover {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-200:hover {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-300:hover {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-400:hover {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-500:hover {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-600:hover {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-700:hover {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-800:hover {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}
.bodywebsite .hover\:bg-teal-900:hover {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-100:hover {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-200:hover {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-300:hover {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-400:hover {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-500:hover {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-600:hover {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-700:hover {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-800:hover {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}
.bodywebsite .hover\:bg-blue-900:hover {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-100:hover {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-200:hover {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-300:hover {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-400:hover {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-500:hover {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-600:hover {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-700:hover {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-800:hover {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}
.bodywebsite .hover\:bg-indigo-900:hover {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-100:hover {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-200:hover {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-300:hover {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-400:hover {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-500:hover {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-600:hover {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-700:hover {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-800:hover {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}
.bodywebsite .hover\:bg-purple-900:hover {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-200:hover {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-300:hover {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-400:hover {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-500:hover {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-600:hover {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-700:hover {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-800:hover {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}
.bodywebsite .hover\:bg-pink-900:hover {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}
.bodywebsite .focus\:bg-transparent:focus {
  background-color: transparent;
}
.bodywebsite .focus\:bg-current:focus {
  background-color: currentColor;
}
.bodywebsite .focus\:bg-black:focus {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bodywebsite .focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-100:focus {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-200:focus {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-300:focus {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-400:focus {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-500:focus {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-600:focus {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-700:focus {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-800:focus {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}
.bodywebsite .focus\:bg-gray-900:focus {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-100:focus {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-200:focus {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-300:focus {
  --bg-opacity: 1;
  background-color: #feb2b2;
  background-color: rgba(254, 178, 178, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-400:focus {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-500:focus {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-600:focus {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-700:focus {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-800:focus {
  --bg-opacity: 1;
  background-color: #9b2c2c;
  background-color: rgba(155, 44, 44, var(--bg-opacity));
}
.bodywebsite .focus\:bg-red-900:focus {
  --bg-opacity: 1;
  background-color: #742a2a;
  background-color: rgba(116, 42, 42, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-100:focus {
  --bg-opacity: 1;
  background-color: #fffaf0;
  background-color: rgba(255, 250, 240, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-200:focus {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-300:focus {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-400:focus {
  --bg-opacity: 1;
  background-color: #f6ad55;
  background-color: rgba(246, 173, 85, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-500:focus {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-600:focus {
  --bg-opacity: 1;
  background-color: #dd6b20;
  background-color: rgba(221, 107, 32, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-700:focus {
  --bg-opacity: 1;
  background-color: #c05621;
  background-color: rgba(192, 86, 33, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-800:focus {
  --bg-opacity: 1;
  background-color: #9c4221;
  background-color: rgba(156, 66, 33, var(--bg-opacity));
}
.bodywebsite .focus\:bg-orange-900:focus {
  --bg-opacity: 1;
  background-color: #7b341e;
  background-color: rgba(123, 52, 30, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-100:focus {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-200:focus {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-300:focus {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-400:focus {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-500:focus {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-600:focus {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-700:focus {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-800:focus {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}
.bodywebsite .focus\:bg-yellow-900:focus {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-100:focus {
  --bg-opacity: 1;
  background-color: #f0fff4;
  background-color: rgba(240, 255, 244, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-200:focus {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-300:focus {
  --bg-opacity: 1;
  background-color: #9ae6b4;
  background-color: rgba(154, 230, 180, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-400:focus {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-500:focus {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-600:focus {
  --bg-opacity: 1;
  background-color: #38a169;
  background-color: rgba(56, 161, 105, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-700:focus {
  --bg-opacity: 1;
  background-color: #2f855a;
  background-color: rgba(47, 133, 90, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-800:focus {
  --bg-opacity: 1;
  background-color: #276749;
  background-color: rgba(39, 103, 73, var(--bg-opacity));
}
.bodywebsite .focus\:bg-green-900:focus {
  --bg-opacity: 1;
  background-color: #22543d;
  background-color: rgba(34, 84, 61, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-100:focus {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-200:focus {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-300:focus {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-400:focus {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-500:focus {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-600:focus {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-700:focus {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-800:focus {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}
.bodywebsite .focus\:bg-teal-900:focus {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-100:focus {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-200:focus {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-300:focus {
  --bg-opacity: 1;
  background-color: #90cdf4;
  background-color: rgba(144, 205, 244, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-400:focus {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-500:focus {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-600:focus {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-700:focus {
  --bg-opacity: 1;
  background-color: #2b6cb0;
  background-color: rgba(43, 108, 176, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-800:focus {
  --bg-opacity: 1;
  background-color: #2c5282;
  background-color: rgba(44, 82, 130, var(--bg-opacity));
}
.bodywebsite .focus\:bg-blue-900:focus {
  --bg-opacity: 1;
  background-color: #2a4365;
  background-color: rgba(42, 67, 101, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-100:focus {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-200:focus {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-300:focus {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-400:focus {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-500:focus {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-600:focus {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-700:focus {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-800:focus {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}
.bodywebsite .focus\:bg-indigo-900:focus {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-100:focus {
  --bg-opacity: 1;
  background-color: #faf5ff;
  background-color: rgba(250, 245, 255, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-200:focus {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-300:focus {
  --bg-opacity: 1;
  background-color: #d6bcfa;
  background-color: rgba(214, 188, 250, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-400:focus {
  --bg-opacity: 1;
  background-color: #b794f4;
  background-color: rgba(183, 148, 244, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-500:focus {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-600:focus {
  --bg-opacity: 1;
  background-color: #805ad5;
  background-color: rgba(128, 90, 213, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-700:focus {
  --bg-opacity: 1;
  background-color: #6b46c1;
  background-color: rgba(107, 70, 193, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-800:focus {
  --bg-opacity: 1;
  background-color: #553c9a;
  background-color: rgba(85, 60, 154, var(--bg-opacity));
}
.bodywebsite .focus\:bg-purple-900:focus {
  --bg-opacity: 1;
  background-color: #44337a;
  background-color: rgba(68, 51, 122, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-100:focus {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-200:focus {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-300:focus {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-400:focus {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-500:focus {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-600:focus {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-700:focus {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-800:focus {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}
.bodywebsite .focus\:bg-pink-900:focus {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}
.bodywebsite .bg-none {
  background-image: none;
}
.bodywebsite .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}
.bodywebsite .bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}
.bodywebsite .from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .from-current {
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .from-black {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .from-white {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .from-gray-100 {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .from-gray-200 {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .from-gray-300 {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .from-gray-400 {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .from-gray-500 {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .from-gray-600 {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .from-gray-700 {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .from-gray-800 {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .from-gray-900 {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .from-red-100 {
  --gradient-from-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .from-red-200 {
  --gradient-from-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .from-red-300 {
  --gradient-from-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .from-red-400 {
  --gradient-from-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .from-red-500 {
  --gradient-from-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .from-red-600 {
  --gradient-from-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .from-red-700 {
  --gradient-from-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .from-red-800 {
  --gradient-from-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .from-red-900 {
  --gradient-from-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .from-orange-100 {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .from-orange-200 {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .from-orange-300 {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .from-orange-400 {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .from-orange-500 {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .from-orange-600 {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .from-orange-700 {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .from-orange-800 {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .from-orange-900 {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .from-yellow-100 {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .from-yellow-200 {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .from-yellow-300 {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .from-yellow-400 {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .from-yellow-500 {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .from-yellow-600 {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .from-yellow-700 {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .from-yellow-800 {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .from-yellow-900 {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .from-green-100 {
  --gradient-from-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .from-green-200 {
  --gradient-from-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .from-green-300 {
  --gradient-from-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .from-green-400 {
  --gradient-from-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .from-green-500 {
  --gradient-from-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .from-green-600 {
  --gradient-from-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .from-green-700 {
  --gradient-from-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .from-green-800 {
  --gradient-from-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .from-green-900 {
  --gradient-from-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .from-teal-100 {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .from-teal-200 {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .from-teal-300 {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .from-teal-400 {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .from-teal-500 {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .from-teal-600 {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .from-teal-700 {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .from-teal-800 {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .from-teal-900 {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .from-blue-100 {
  --gradient-from-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .from-blue-200 {
  --gradient-from-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .from-blue-300 {
  --gradient-from-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .from-blue-400 {
  --gradient-from-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .from-blue-500 {
  --gradient-from-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .from-blue-600 {
  --gradient-from-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .from-blue-700 {
  --gradient-from-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .from-blue-800 {
  --gradient-from-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .from-blue-900 {
  --gradient-from-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .from-indigo-100 {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .from-indigo-200 {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .from-indigo-300 {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .from-indigo-400 {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .from-indigo-500 {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .from-indigo-600 {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .from-indigo-700 {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .from-indigo-800 {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .from-indigo-900 {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .from-purple-100 {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .from-purple-200 {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .from-purple-300 {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .from-purple-400 {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .from-purple-500 {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .from-purple-600 {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .from-purple-700 {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .from-purple-800 {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .from-purple-900 {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .from-pink-100 {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .from-pink-200 {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .from-pink-300 {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .from-pink-400 {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .from-pink-500 {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .from-pink-600 {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .from-pink-700 {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .from-pink-800 {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .from-pink-900 {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .via-transparent {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .via-current {
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .via-black {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .via-white {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .via-gray-100 {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .via-gray-200 {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .via-gray-300 {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .via-gray-400 {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .via-gray-500 {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .via-gray-600 {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .via-gray-700 {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .via-gray-800 {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .via-gray-900 {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .via-red-100 {
  --gradient-via-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .via-red-200 {
  --gradient-via-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .via-red-300 {
  --gradient-via-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .via-red-400 {
  --gradient-via-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .via-red-500 {
  --gradient-via-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .via-red-600 {
  --gradient-via-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .via-red-700 {
  --gradient-via-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .via-red-800 {
  --gradient-via-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .via-red-900 {
  --gradient-via-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .via-orange-100 {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .via-orange-200 {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .via-orange-300 {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .via-orange-400 {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .via-orange-500 {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .via-orange-600 {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .via-orange-700 {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .via-orange-800 {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .via-orange-900 {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .via-yellow-100 {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .via-yellow-200 {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .via-yellow-300 {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .via-yellow-400 {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .via-yellow-500 {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .via-yellow-600 {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .via-yellow-700 {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .via-yellow-800 {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .via-yellow-900 {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .via-green-100 {
  --gradient-via-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .via-green-200 {
  --gradient-via-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .via-green-300 {
  --gradient-via-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .via-green-400 {
  --gradient-via-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .via-green-500 {
  --gradient-via-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .via-green-600 {
  --gradient-via-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .via-green-700 {
  --gradient-via-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .via-green-800 {
  --gradient-via-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .via-green-900 {
  --gradient-via-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .via-teal-100 {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .via-teal-200 {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .via-teal-300 {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .via-teal-400 {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .via-teal-500 {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .via-teal-600 {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .via-teal-700 {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .via-teal-800 {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .via-teal-900 {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .via-blue-100 {
  --gradient-via-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .via-blue-200 {
  --gradient-via-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .via-blue-300 {
  --gradient-via-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .via-blue-400 {
  --gradient-via-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .via-blue-500 {
  --gradient-via-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .via-blue-600 {
  --gradient-via-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .via-blue-700 {
  --gradient-via-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .via-blue-800 {
  --gradient-via-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .via-blue-900 {
  --gradient-via-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .via-indigo-100 {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .via-indigo-200 {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .via-indigo-300 {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .via-indigo-400 {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .via-indigo-500 {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .via-indigo-600 {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .via-indigo-700 {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .via-indigo-800 {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .via-indigo-900 {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .via-purple-100 {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .via-purple-200 {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .via-purple-300 {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .via-purple-400 {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .via-purple-500 {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .via-purple-600 {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .via-purple-700 {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .via-purple-800 {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .via-purple-900 {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .via-pink-100 {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .via-pink-200 {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .via-pink-300 {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .via-pink-400 {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .via-pink-500 {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .via-pink-600 {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .via-pink-700 {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .via-pink-800 {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .via-pink-900 {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .to-transparent {
  --gradient-to-color: transparent;
}
.bodywebsite .to-current {
  --gradient-to-color: currentColor;
}
.bodywebsite .to-black {
  --gradient-to-color: #000;
}
.bodywebsite .to-white {
  --gradient-to-color: #fff;
}
.bodywebsite .to-gray-100 {
  --gradient-to-color: #f7fafc;
}
.bodywebsite .to-gray-200 {
  --gradient-to-color: #edf2f7;
}
.bodywebsite .to-gray-300 {
  --gradient-to-color: #e2e8f0;
}
.bodywebsite .to-gray-400 {
  --gradient-to-color: #cbd5e0;
}
.bodywebsite .to-gray-500 {
  --gradient-to-color: #a0aec0;
}
.bodywebsite .to-gray-600 {
  --gradient-to-color: #718096;
}
.bodywebsite .to-gray-700 {
  --gradient-to-color: #4a5568;
}
.bodywebsite .to-gray-800 {
  --gradient-to-color: #2d3748;
}
.bodywebsite .to-gray-900 {
  --gradient-to-color: #1a202c;
}
.bodywebsite .to-red-100 {
  --gradient-to-color: #fff5f5;
}
.bodywebsite .to-red-200 {
  --gradient-to-color: #fed7d7;
}
.bodywebsite .to-red-300 {
  --gradient-to-color: #feb2b2;
}
.bodywebsite .to-red-400 {
  --gradient-to-color: #fc8181;
}
.bodywebsite .to-red-500 {
  --gradient-to-color: #f56565;
}
.bodywebsite .to-red-600 {
  --gradient-to-color: #e53e3e;
}
.bodywebsite .to-red-700 {
  --gradient-to-color: #c53030;
}
.bodywebsite .to-red-800 {
  --gradient-to-color: #9b2c2c;
}
.bodywebsite .to-red-900 {
  --gradient-to-color: #742a2a;
}
.bodywebsite .to-orange-100 {
  --gradient-to-color: #fffaf0;
}
.bodywebsite .to-orange-200 {
  --gradient-to-color: #feebc8;
}
.bodywebsite .to-orange-300 {
  --gradient-to-color: #fbd38d;
}
.bodywebsite .to-orange-400 {
  --gradient-to-color: #f6ad55;
}
.bodywebsite .to-orange-500 {
  --gradient-to-color: #ed8936;
}
.bodywebsite .to-orange-600 {
  --gradient-to-color: #dd6b20;
}
.bodywebsite .to-orange-700 {
  --gradient-to-color: #c05621;
}
.bodywebsite .to-orange-800 {
  --gradient-to-color: #9c4221;
}
.bodywebsite .to-orange-900 {
  --gradient-to-color: #7b341e;
}
.bodywebsite .to-yellow-100 {
  --gradient-to-color: #fffff0;
}
.bodywebsite .to-yellow-200 {
  --gradient-to-color: #fefcbf;
}
.bodywebsite .to-yellow-300 {
  --gradient-to-color: #faf089;
}
.bodywebsite .to-yellow-400 {
  --gradient-to-color: #f6e05e;
}
.bodywebsite .to-yellow-500 {
  --gradient-to-color: #ecc94b;
}
.bodywebsite .to-yellow-600 {
  --gradient-to-color: #d69e2e;
}
.bodywebsite .to-yellow-700 {
  --gradient-to-color: #b7791f;
}
.bodywebsite .to-yellow-800 {
  --gradient-to-color: #975a16;
}
.bodywebsite .to-yellow-900 {
  --gradient-to-color: #744210;
}
.bodywebsite .to-green-100 {
  --gradient-to-color: #f0fff4;
}
.bodywebsite .to-green-200 {
  --gradient-to-color: #c6f6d5;
}
.bodywebsite .to-green-300 {
  --gradient-to-color: #9ae6b4;
}
.bodywebsite .to-green-400 {
  --gradient-to-color: #68d391;
}
.bodywebsite .to-green-500 {
  --gradient-to-color: #48bb78;
}
.bodywebsite .to-green-600 {
  --gradient-to-color: #38a169;
}
.bodywebsite .to-green-700 {
  --gradient-to-color: #2f855a;
}
.bodywebsite .to-green-800 {
  --gradient-to-color: #276749;
}
.bodywebsite .to-green-900 {
  --gradient-to-color: #22543d;
}
.bodywebsite .to-teal-100 {
  --gradient-to-color: #e6fffa;
}
.bodywebsite .to-teal-200 {
  --gradient-to-color: #b2f5ea;
}
.bodywebsite .to-teal-300 {
  --gradient-to-color: #81e6d9;
}
.bodywebsite .to-teal-400 {
  --gradient-to-color: #4fd1c5;
}
.bodywebsite .to-teal-500 {
  --gradient-to-color: #38b2ac;
}
.bodywebsite .to-teal-600 {
  --gradient-to-color: #319795;
}
.bodywebsite .to-teal-700 {
  --gradient-to-color: #2c7a7b;
}
.bodywebsite .to-teal-800 {
  --gradient-to-color: #285e61;
}
.bodywebsite .to-teal-900 {
  --gradient-to-color: #234e52;
}
.bodywebsite .to-blue-100 {
  --gradient-to-color: #ebf8ff;
}
.bodywebsite .to-blue-200 {
  --gradient-to-color: #bee3f8;
}
.bodywebsite .to-blue-300 {
  --gradient-to-color: #90cdf4;
}
.bodywebsite .to-blue-400 {
  --gradient-to-color: #63b3ed;
}
.bodywebsite .to-blue-500 {
  --gradient-to-color: #4299e1;
}
.bodywebsite .to-blue-600 {
  --gradient-to-color: #3182ce;
}
.bodywebsite .to-blue-700 {
  --gradient-to-color: #2b6cb0;
}
.bodywebsite .to-blue-800 {
  --gradient-to-color: #2c5282;
}
.bodywebsite .to-blue-900 {
  --gradient-to-color: #2a4365;
}
.bodywebsite .to-indigo-100 {
  --gradient-to-color: #ebf4ff;
}
.bodywebsite .to-indigo-200 {
  --gradient-to-color: #c3dafe;
}
.bodywebsite .to-indigo-300 {
  --gradient-to-color: #a3bffa;
}
.bodywebsite .to-indigo-400 {
  --gradient-to-color: #7f9cf5;
}
.bodywebsite .to-indigo-500 {
  --gradient-to-color: #667eea;
}
.bodywebsite .to-indigo-600 {
  --gradient-to-color: #5a67d8;
}
.bodywebsite .to-indigo-700 {
  --gradient-to-color: #4c51bf;
}
.bodywebsite .to-indigo-800 {
  --gradient-to-color: #434190;
}
.bodywebsite .to-indigo-900 {
  --gradient-to-color: #3c366b;
}
.bodywebsite .to-purple-100 {
  --gradient-to-color: #faf5ff;
}
.bodywebsite .to-purple-200 {
  --gradient-to-color: #e9d8fd;
}
.bodywebsite .to-purple-300 {
  --gradient-to-color: #d6bcfa;
}
.bodywebsite .to-purple-400 {
  --gradient-to-color: #b794f4;
}
.bodywebsite .to-purple-500 {
  --gradient-to-color: #9f7aea;
}
.bodywebsite .to-purple-600 {
  --gradient-to-color: #805ad5;
}
.bodywebsite .to-purple-700 {
  --gradient-to-color: #6b46c1;
}
.bodywebsite .to-purple-800 {
  --gradient-to-color: #553c9a;
}
.bodywebsite .to-purple-900 {
  --gradient-to-color: #44337a;
}
.bodywebsite .to-pink-100 {
  --gradient-to-color: #fff5f7;
}
.bodywebsite .to-pink-200 {
  --gradient-to-color: #fed7e2;
}
.bodywebsite .to-pink-300 {
  --gradient-to-color: #fbb6ce;
}
.bodywebsite .to-pink-400 {
  --gradient-to-color: #f687b3;
}
.bodywebsite .to-pink-500 {
  --gradient-to-color: #ed64a6;
}
.bodywebsite .to-pink-600 {
  --gradient-to-color: #d53f8c;
}
.bodywebsite .to-pink-700 {
  --gradient-to-color: #b83280;
}
.bodywebsite .to-pink-800 {
  --gradient-to-color: #97266d;
}
.bodywebsite .to-pink-900 {
  --gradient-to-color: #702459;
}
.bodywebsite .hover\:from-transparent:hover {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .hover\:from-current:hover {
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .hover\:from-black:hover {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .hover\:from-white:hover {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .hover\:from-gray-100:hover {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .hover\:from-gray-200:hover {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .hover\:from-gray-300:hover {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .hover\:from-gray-400:hover {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .hover\:from-gray-500:hover {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .hover\:from-gray-600:hover {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .hover\:from-gray-700:hover {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .hover\:from-gray-800:hover {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .hover\:from-gray-900:hover {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .hover\:from-red-100:hover {
  --gradient-from-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .hover\:from-red-200:hover {
  --gradient-from-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .hover\:from-red-300:hover {
  --gradient-from-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .hover\:from-red-400:hover {
  --gradient-from-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .hover\:from-red-500:hover {
  --gradient-from-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .hover\:from-red-600:hover {
  --gradient-from-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .hover\:from-red-700:hover {
  --gradient-from-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .hover\:from-red-800:hover {
  --gradient-from-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .hover\:from-red-900:hover {
  --gradient-from-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .hover\:from-orange-100:hover {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .hover\:from-orange-200:hover {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .hover\:from-orange-300:hover {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .hover\:from-orange-400:hover {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .hover\:from-orange-500:hover {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .hover\:from-orange-600:hover {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .hover\:from-orange-700:hover {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .hover\:from-orange-800:hover {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .hover\:from-orange-900:hover {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .hover\:from-yellow-100:hover {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .hover\:from-yellow-200:hover {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .hover\:from-yellow-300:hover {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .hover\:from-yellow-400:hover {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .hover\:from-yellow-500:hover {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .hover\:from-yellow-600:hover {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .hover\:from-yellow-700:hover {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .hover\:from-yellow-800:hover {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .hover\:from-yellow-900:hover {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .hover\:from-green-100:hover {
  --gradient-from-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .hover\:from-green-200:hover {
  --gradient-from-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .hover\:from-green-300:hover {
  --gradient-from-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .hover\:from-green-400:hover {
  --gradient-from-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .hover\:from-green-500:hover {
  --gradient-from-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .hover\:from-green-600:hover {
  --gradient-from-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .hover\:from-green-700:hover {
  --gradient-from-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .hover\:from-green-800:hover {
  --gradient-from-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .hover\:from-green-900:hover {
  --gradient-from-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .hover\:from-teal-100:hover {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .hover\:from-teal-200:hover {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .hover\:from-teal-300:hover {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .hover\:from-teal-400:hover {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .hover\:from-teal-500:hover {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .hover\:from-teal-600:hover {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .hover\:from-teal-700:hover {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .hover\:from-teal-800:hover {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .hover\:from-teal-900:hover {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .hover\:from-blue-100:hover {
  --gradient-from-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .hover\:from-blue-200:hover {
  --gradient-from-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .hover\:from-blue-300:hover {
  --gradient-from-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .hover\:from-blue-400:hover {
  --gradient-from-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .hover\:from-blue-500:hover {
  --gradient-from-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .hover\:from-blue-600:hover {
  --gradient-from-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .hover\:from-blue-700:hover {
  --gradient-from-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .hover\:from-blue-800:hover {
  --gradient-from-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .hover\:from-blue-900:hover {
  --gradient-from-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .hover\:from-indigo-100:hover {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .hover\:from-indigo-200:hover {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .hover\:from-indigo-300:hover {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .hover\:from-indigo-400:hover {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .hover\:from-indigo-500:hover {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .hover\:from-indigo-600:hover {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .hover\:from-indigo-700:hover {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .hover\:from-indigo-800:hover {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .hover\:from-indigo-900:hover {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .hover\:from-purple-100:hover {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .hover\:from-purple-200:hover {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .hover\:from-purple-300:hover {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .hover\:from-purple-400:hover {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .hover\:from-purple-500:hover {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .hover\:from-purple-600:hover {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .hover\:from-purple-700:hover {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .hover\:from-purple-800:hover {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .hover\:from-purple-900:hover {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .hover\:from-pink-100:hover {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .hover\:from-pink-200:hover {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .hover\:from-pink-300:hover {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .hover\:from-pink-400:hover {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .hover\:from-pink-500:hover {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .hover\:from-pink-600:hover {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .hover\:from-pink-700:hover {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .hover\:from-pink-800:hover {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .hover\:from-pink-900:hover {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .hover\:via-transparent:hover {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .hover\:via-current:hover {
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .hover\:via-black:hover {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .hover\:via-white:hover {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .hover\:via-gray-100:hover {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .hover\:via-gray-200:hover {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .hover\:via-gray-300:hover {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .hover\:via-gray-400:hover {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .hover\:via-gray-500:hover {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .hover\:via-gray-600:hover {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .hover\:via-gray-700:hover {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .hover\:via-gray-800:hover {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .hover\:via-gray-900:hover {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .hover\:via-red-100:hover {
  --gradient-via-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .hover\:via-red-200:hover {
  --gradient-via-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .hover\:via-red-300:hover {
  --gradient-via-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .hover\:via-red-400:hover {
  --gradient-via-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .hover\:via-red-500:hover {
  --gradient-via-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .hover\:via-red-600:hover {
  --gradient-via-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .hover\:via-red-700:hover {
  --gradient-via-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .hover\:via-red-800:hover {
  --gradient-via-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .hover\:via-red-900:hover {
  --gradient-via-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .hover\:via-orange-100:hover {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .hover\:via-orange-200:hover {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .hover\:via-orange-300:hover {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .hover\:via-orange-400:hover {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .hover\:via-orange-500:hover {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .hover\:via-orange-600:hover {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .hover\:via-orange-700:hover {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .hover\:via-orange-800:hover {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .hover\:via-orange-900:hover {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .hover\:via-yellow-100:hover {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .hover\:via-yellow-200:hover {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .hover\:via-yellow-300:hover {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .hover\:via-yellow-400:hover {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .hover\:via-yellow-500:hover {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .hover\:via-yellow-600:hover {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .hover\:via-yellow-700:hover {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .hover\:via-yellow-800:hover {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .hover\:via-yellow-900:hover {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .hover\:via-green-100:hover {
  --gradient-via-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .hover\:via-green-200:hover {
  --gradient-via-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .hover\:via-green-300:hover {
  --gradient-via-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .hover\:via-green-400:hover {
  --gradient-via-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .hover\:via-green-500:hover {
  --gradient-via-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .hover\:via-green-600:hover {
  --gradient-via-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .hover\:via-green-700:hover {
  --gradient-via-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .hover\:via-green-800:hover {
  --gradient-via-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .hover\:via-green-900:hover {
  --gradient-via-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .hover\:via-teal-100:hover {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .hover\:via-teal-200:hover {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .hover\:via-teal-300:hover {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .hover\:via-teal-400:hover {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .hover\:via-teal-500:hover {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .hover\:via-teal-600:hover {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .hover\:via-teal-700:hover {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .hover\:via-teal-800:hover {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .hover\:via-teal-900:hover {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .hover\:via-blue-100:hover {
  --gradient-via-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .hover\:via-blue-200:hover {
  --gradient-via-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .hover\:via-blue-300:hover {
  --gradient-via-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .hover\:via-blue-400:hover {
  --gradient-via-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .hover\:via-blue-500:hover {
  --gradient-via-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .hover\:via-blue-600:hover {
  --gradient-via-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .hover\:via-blue-700:hover {
  --gradient-via-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .hover\:via-blue-800:hover {
  --gradient-via-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .hover\:via-blue-900:hover {
  --gradient-via-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .hover\:via-indigo-100:hover {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .hover\:via-indigo-200:hover {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .hover\:via-indigo-300:hover {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .hover\:via-indigo-400:hover {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .hover\:via-indigo-500:hover {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .hover\:via-indigo-600:hover {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .hover\:via-indigo-700:hover {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .hover\:via-indigo-800:hover {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .hover\:via-indigo-900:hover {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .hover\:via-purple-100:hover {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .hover\:via-purple-200:hover {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .hover\:via-purple-300:hover {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .hover\:via-purple-400:hover {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .hover\:via-purple-500:hover {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .hover\:via-purple-600:hover {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .hover\:via-purple-700:hover {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .hover\:via-purple-800:hover {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .hover\:via-purple-900:hover {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .hover\:via-pink-100:hover {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .hover\:via-pink-200:hover {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .hover\:via-pink-300:hover {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .hover\:via-pink-400:hover {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .hover\:via-pink-500:hover {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .hover\:via-pink-600:hover {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .hover\:via-pink-700:hover {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .hover\:via-pink-800:hover {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .hover\:via-pink-900:hover {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .hover\:to-transparent:hover {
  --gradient-to-color: transparent;
}
.bodywebsite .hover\:to-current:hover {
  --gradient-to-color: currentColor;
}
.bodywebsite .hover\:to-black:hover {
  --gradient-to-color: #000;
}
.bodywebsite .hover\:to-white:hover {
  --gradient-to-color: #fff;
}
.bodywebsite .hover\:to-gray-100:hover {
  --gradient-to-color: #f7fafc;
}
.bodywebsite .hover\:to-gray-200:hover {
  --gradient-to-color: #edf2f7;
}
.bodywebsite .hover\:to-gray-300:hover {
  --gradient-to-color: #e2e8f0;
}
.bodywebsite .hover\:to-gray-400:hover {
  --gradient-to-color: #cbd5e0;
}
.bodywebsite .hover\:to-gray-500:hover {
  --gradient-to-color: #a0aec0;
}
.bodywebsite .hover\:to-gray-600:hover {
  --gradient-to-color: #718096;
}
.bodywebsite .hover\:to-gray-700:hover {
  --gradient-to-color: #4a5568;
}
.bodywebsite .hover\:to-gray-800:hover {
  --gradient-to-color: #2d3748;
}
.bodywebsite .hover\:to-gray-900:hover {
  --gradient-to-color: #1a202c;
}
.bodywebsite .hover\:to-red-100:hover {
  --gradient-to-color: #fff5f5;
}
.bodywebsite .hover\:to-red-200:hover {
  --gradient-to-color: #fed7d7;
}
.bodywebsite .hover\:to-red-300:hover {
  --gradient-to-color: #feb2b2;
}
.bodywebsite .hover\:to-red-400:hover {
  --gradient-to-color: #fc8181;
}
.bodywebsite .hover\:to-red-500:hover {
  --gradient-to-color: #f56565;
}
.bodywebsite .hover\:to-red-600:hover {
  --gradient-to-color: #e53e3e;
}
.bodywebsite .hover\:to-red-700:hover {
  --gradient-to-color: #c53030;
}
.bodywebsite .hover\:to-red-800:hover {
  --gradient-to-color: #9b2c2c;
}
.bodywebsite .hover\:to-red-900:hover {
  --gradient-to-color: #742a2a;
}
.bodywebsite .hover\:to-orange-100:hover {
  --gradient-to-color: #fffaf0;
}
.bodywebsite .hover\:to-orange-200:hover {
  --gradient-to-color: #feebc8;
}
.bodywebsite .hover\:to-orange-300:hover {
  --gradient-to-color: #fbd38d;
}
.bodywebsite .hover\:to-orange-400:hover {
  --gradient-to-color: #f6ad55;
}
.bodywebsite .hover\:to-orange-500:hover {
  --gradient-to-color: #ed8936;
}
.bodywebsite .hover\:to-orange-600:hover {
  --gradient-to-color: #dd6b20;
}
.bodywebsite .hover\:to-orange-700:hover {
  --gradient-to-color: #c05621;
}
.bodywebsite .hover\:to-orange-800:hover {
  --gradient-to-color: #9c4221;
}
.bodywebsite .hover\:to-orange-900:hover {
  --gradient-to-color: #7b341e;
}
.bodywebsite .hover\:to-yellow-100:hover {
  --gradient-to-color: #fffff0;
}
.bodywebsite .hover\:to-yellow-200:hover {
  --gradient-to-color: #fefcbf;
}
.bodywebsite .hover\:to-yellow-300:hover {
  --gradient-to-color: #faf089;
}
.bodywebsite .hover\:to-yellow-400:hover {
  --gradient-to-color: #f6e05e;
}
.bodywebsite .hover\:to-yellow-500:hover {
  --gradient-to-color: #ecc94b;
}
.bodywebsite .hover\:to-yellow-600:hover {
  --gradient-to-color: #d69e2e;
}
.bodywebsite .hover\:to-yellow-700:hover {
  --gradient-to-color: #b7791f;
}
.bodywebsite .hover\:to-yellow-800:hover {
  --gradient-to-color: #975a16;
}
.bodywebsite .hover\:to-yellow-900:hover {
  --gradient-to-color: #744210;
}
.bodywebsite .hover\:to-green-100:hover {
  --gradient-to-color: #f0fff4;
}
.bodywebsite .hover\:to-green-200:hover {
  --gradient-to-color: #c6f6d5;
}
.bodywebsite .hover\:to-green-300:hover {
  --gradient-to-color: #9ae6b4;
}
.bodywebsite .hover\:to-green-400:hover {
  --gradient-to-color: #68d391;
}
.bodywebsite .hover\:to-green-500:hover {
  --gradient-to-color: #48bb78;
}
.bodywebsite .hover\:to-green-600:hover {
  --gradient-to-color: #38a169;
}
.bodywebsite .hover\:to-green-700:hover {
  --gradient-to-color: #2f855a;
}
.bodywebsite .hover\:to-green-800:hover {
  --gradient-to-color: #276749;
}
.bodywebsite .hover\:to-green-900:hover {
  --gradient-to-color: #22543d;
}
.bodywebsite .hover\:to-teal-100:hover {
  --gradient-to-color: #e6fffa;
}
.bodywebsite .hover\:to-teal-200:hover {
  --gradient-to-color: #b2f5ea;
}
.bodywebsite .hover\:to-teal-300:hover {
  --gradient-to-color: #81e6d9;
}
.bodywebsite .hover\:to-teal-400:hover {
  --gradient-to-color: #4fd1c5;
}
.bodywebsite .hover\:to-teal-500:hover {
  --gradient-to-color: #38b2ac;
}
.bodywebsite .hover\:to-teal-600:hover {
  --gradient-to-color: #319795;
}
.bodywebsite .hover\:to-teal-700:hover {
  --gradient-to-color: #2c7a7b;
}
.bodywebsite .hover\:to-teal-800:hover {
  --gradient-to-color: #285e61;
}
.bodywebsite .hover\:to-teal-900:hover {
  --gradient-to-color: #234e52;
}
.bodywebsite .hover\:to-blue-100:hover {
  --gradient-to-color: #ebf8ff;
}
.bodywebsite .hover\:to-blue-200:hover {
  --gradient-to-color: #bee3f8;
}
.bodywebsite .hover\:to-blue-300:hover {
  --gradient-to-color: #90cdf4;
}
.bodywebsite .hover\:to-blue-400:hover {
  --gradient-to-color: #63b3ed;
}
.bodywebsite .hover\:to-blue-500:hover {
  --gradient-to-color: #4299e1;
}
.bodywebsite .hover\:to-blue-600:hover {
  --gradient-to-color: #3182ce;
}
.bodywebsite .hover\:to-blue-700:hover {
  --gradient-to-color: #2b6cb0;
}
.bodywebsite .hover\:to-blue-800:hover {
  --gradient-to-color: #2c5282;
}
.bodywebsite .hover\:to-blue-900:hover {
  --gradient-to-color: #2a4365;
}
.bodywebsite .hover\:to-indigo-100:hover {
  --gradient-to-color: #ebf4ff;
}
.bodywebsite .hover\:to-indigo-200:hover {
  --gradient-to-color: #c3dafe;
}
.bodywebsite .hover\:to-indigo-300:hover {
  --gradient-to-color: #a3bffa;
}
.bodywebsite .hover\:to-indigo-400:hover {
  --gradient-to-color: #7f9cf5;
}
.bodywebsite .hover\:to-indigo-500:hover {
  --gradient-to-color: #667eea;
}
.bodywebsite .hover\:to-indigo-600:hover {
  --gradient-to-color: #5a67d8;
}
.bodywebsite .hover\:to-indigo-700:hover {
  --gradient-to-color: #4c51bf;
}
.bodywebsite .hover\:to-indigo-800:hover {
  --gradient-to-color: #434190;
}
.bodywebsite .hover\:to-indigo-900:hover {
  --gradient-to-color: #3c366b;
}
.bodywebsite .hover\:to-purple-100:hover {
  --gradient-to-color: #faf5ff;
}
.bodywebsite .hover\:to-purple-200:hover {
  --gradient-to-color: #e9d8fd;
}
.bodywebsite .hover\:to-purple-300:hover {
  --gradient-to-color: #d6bcfa;
}
.bodywebsite .hover\:to-purple-400:hover {
  --gradient-to-color: #b794f4;
}
.bodywebsite .hover\:to-purple-500:hover {
  --gradient-to-color: #9f7aea;
}
.bodywebsite .hover\:to-purple-600:hover {
  --gradient-to-color: #805ad5;
}
.bodywebsite .hover\:to-purple-700:hover {
  --gradient-to-color: #6b46c1;
}
.bodywebsite .hover\:to-purple-800:hover {
  --gradient-to-color: #553c9a;
}
.bodywebsite .hover\:to-purple-900:hover {
  --gradient-to-color: #44337a;
}
.bodywebsite .hover\:to-pink-100:hover {
  --gradient-to-color: #fff5f7;
}
.bodywebsite .hover\:to-pink-200:hover {
  --gradient-to-color: #fed7e2;
}
.bodywebsite .hover\:to-pink-300:hover {
  --gradient-to-color: #fbb6ce;
}
.bodywebsite .hover\:to-pink-400:hover {
  --gradient-to-color: #f687b3;
}
.bodywebsite .hover\:to-pink-500:hover {
  --gradient-to-color: #ed64a6;
}
.bodywebsite .hover\:to-pink-600:hover {
  --gradient-to-color: #d53f8c;
}
.bodywebsite .hover\:to-pink-700:hover {
  --gradient-to-color: #b83280;
}
.bodywebsite .hover\:to-pink-800:hover {
  --gradient-to-color: #97266d;
}
.bodywebsite .hover\:to-pink-900:hover {
  --gradient-to-color: #702459;
}
.bodywebsite .focus\:from-transparent:focus {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .focus\:from-current:focus {
  --gradient-from-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .focus\:from-black:focus {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .focus\:from-white:focus {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .focus\:from-gray-100:focus {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .focus\:from-gray-200:focus {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .focus\:from-gray-300:focus {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .focus\:from-gray-400:focus {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .focus\:from-gray-500:focus {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .focus\:from-gray-600:focus {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .focus\:from-gray-700:focus {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .focus\:from-gray-800:focus {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .focus\:from-gray-900:focus {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .focus\:from-red-100:focus {
  --gradient-from-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .focus\:from-red-200:focus {
  --gradient-from-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .focus\:from-red-300:focus {
  --gradient-from-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .focus\:from-red-400:focus {
  --gradient-from-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .focus\:from-red-500:focus {
  --gradient-from-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .focus\:from-red-600:focus {
  --gradient-from-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .focus\:from-red-700:focus {
  --gradient-from-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .focus\:from-red-800:focus {
  --gradient-from-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .focus\:from-red-900:focus {
  --gradient-from-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .focus\:from-orange-100:focus {
  --gradient-from-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .focus\:from-orange-200:focus {
  --gradient-from-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .focus\:from-orange-300:focus {
  --gradient-from-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .focus\:from-orange-400:focus {
  --gradient-from-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .focus\:from-orange-500:focus {
  --gradient-from-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .focus\:from-orange-600:focus {
  --gradient-from-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .focus\:from-orange-700:focus {
  --gradient-from-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .focus\:from-orange-800:focus {
  --gradient-from-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .focus\:from-orange-900:focus {
  --gradient-from-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .focus\:from-yellow-100:focus {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .focus\:from-yellow-200:focus {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .focus\:from-yellow-300:focus {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .focus\:from-yellow-400:focus {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .focus\:from-yellow-500:focus {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .focus\:from-yellow-600:focus {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .focus\:from-yellow-700:focus {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .focus\:from-yellow-800:focus {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .focus\:from-yellow-900:focus {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .focus\:from-green-100:focus {
  --gradient-from-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .focus\:from-green-200:focus {
  --gradient-from-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .focus\:from-green-300:focus {
  --gradient-from-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .focus\:from-green-400:focus {
  --gradient-from-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .focus\:from-green-500:focus {
  --gradient-from-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .focus\:from-green-600:focus {
  --gradient-from-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .focus\:from-green-700:focus {
  --gradient-from-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .focus\:from-green-800:focus {
  --gradient-from-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .focus\:from-green-900:focus {
  --gradient-from-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .focus\:from-teal-100:focus {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .focus\:from-teal-200:focus {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .focus\:from-teal-300:focus {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .focus\:from-teal-400:focus {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .focus\:from-teal-500:focus {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .focus\:from-teal-600:focus {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .focus\:from-teal-700:focus {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .focus\:from-teal-800:focus {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .focus\:from-teal-900:focus {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .focus\:from-blue-100:focus {
  --gradient-from-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .focus\:from-blue-200:focus {
  --gradient-from-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .focus\:from-blue-300:focus {
  --gradient-from-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .focus\:from-blue-400:focus {
  --gradient-from-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .focus\:from-blue-500:focus {
  --gradient-from-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .focus\:from-blue-600:focus {
  --gradient-from-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .focus\:from-blue-700:focus {
  --gradient-from-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .focus\:from-blue-800:focus {
  --gradient-from-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .focus\:from-blue-900:focus {
  --gradient-from-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .focus\:from-indigo-100:focus {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .focus\:from-indigo-200:focus {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .focus\:from-indigo-300:focus {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .focus\:from-indigo-400:focus {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .focus\:from-indigo-500:focus {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .focus\:from-indigo-600:focus {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .focus\:from-indigo-700:focus {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .focus\:from-indigo-800:focus {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .focus\:from-indigo-900:focus {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .focus\:from-purple-100:focus {
  --gradient-from-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .focus\:from-purple-200:focus {
  --gradient-from-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .focus\:from-purple-300:focus {
  --gradient-from-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .focus\:from-purple-400:focus {
  --gradient-from-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .focus\:from-purple-500:focus {
  --gradient-from-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .focus\:from-purple-600:focus {
  --gradient-from-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .focus\:from-purple-700:focus {
  --gradient-from-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .focus\:from-purple-800:focus {
  --gradient-from-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .focus\:from-purple-900:focus {
  --gradient-from-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .focus\:from-pink-100:focus {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .focus\:from-pink-200:focus {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .focus\:from-pink-300:focus {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .focus\:from-pink-400:focus {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .focus\:from-pink-500:focus {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .focus\:from-pink-600:focus {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .focus\:from-pink-700:focus {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .focus\:from-pink-800:focus {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .focus\:from-pink-900:focus {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .focus\:via-transparent:focus {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .focus\:via-current:focus {
  --gradient-via-color: currentColor;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .focus\:via-black:focus {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.bodywebsite .focus\:via-white:focus {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}
.bodywebsite .focus\:via-gray-100:focus {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}
.bodywebsite .focus\:via-gray-200:focus {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}
.bodywebsite .focus\:via-gray-300:focus {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}
.bodywebsite .focus\:via-gray-400:focus {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}
.bodywebsite .focus\:via-gray-500:focus {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}
.bodywebsite .focus\:via-gray-600:focus {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}
.bodywebsite .focus\:via-gray-700:focus {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}
.bodywebsite .focus\:via-gray-800:focus {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}
.bodywebsite .focus\:via-gray-900:focus {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}
.bodywebsite .focus\:via-red-100:focus {
  --gradient-via-color: #fff5f5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
}
.bodywebsite .focus\:via-red-200:focus {
  --gradient-via-color: #fed7d7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
}
.bodywebsite .focus\:via-red-300:focus {
  --gradient-via-color: #feb2b2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
}
.bodywebsite .focus\:via-red-400:focus {
  --gradient-via-color: #fc8181;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
}
.bodywebsite .focus\:via-red-500:focus {
  --gradient-via-color: #f56565;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
}
.bodywebsite .focus\:via-red-600:focus {
  --gradient-via-color: #e53e3e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
}
.bodywebsite .focus\:via-red-700:focus {
  --gradient-via-color: #c53030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
}
.bodywebsite .focus\:via-red-800:focus {
  --gradient-via-color: #9b2c2c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
}
.bodywebsite .focus\:via-red-900:focus {
  --gradient-via-color: #742a2a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
}
.bodywebsite .focus\:via-orange-100:focus {
  --gradient-via-color: #fffaf0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
}
.bodywebsite .focus\:via-orange-200:focus {
  --gradient-via-color: #feebc8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
}
.bodywebsite .focus\:via-orange-300:focus {
  --gradient-via-color: #fbd38d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
}
.bodywebsite .focus\:via-orange-400:focus {
  --gradient-via-color: #f6ad55;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
}
.bodywebsite .focus\:via-orange-500:focus {
  --gradient-via-color: #ed8936;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
}
.bodywebsite .focus\:via-orange-600:focus {
  --gradient-via-color: #dd6b20;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
}
.bodywebsite .focus\:via-orange-700:focus {
  --gradient-via-color: #c05621;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
}
.bodywebsite .focus\:via-orange-800:focus {
  --gradient-via-color: #9c4221;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
}
.bodywebsite .focus\:via-orange-900:focus {
  --gradient-via-color: #7b341e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
}
.bodywebsite .focus\:via-yellow-100:focus {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}
.bodywebsite .focus\:via-yellow-200:focus {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}
.bodywebsite .focus\:via-yellow-300:focus {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}
.bodywebsite .focus\:via-yellow-400:focus {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}
.bodywebsite .focus\:via-yellow-500:focus {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}
.bodywebsite .focus\:via-yellow-600:focus {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}
.bodywebsite .focus\:via-yellow-700:focus {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}
.bodywebsite .focus\:via-yellow-800:focus {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}
.bodywebsite .focus\:via-yellow-900:focus {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}
.bodywebsite .focus\:via-green-100:focus {
  --gradient-via-color: #f0fff4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
}
.bodywebsite .focus\:via-green-200:focus {
  --gradient-via-color: #c6f6d5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
}
.bodywebsite .focus\:via-green-300:focus {
  --gradient-via-color: #9ae6b4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
}
.bodywebsite .focus\:via-green-400:focus {
  --gradient-via-color: #68d391;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
}
.bodywebsite .focus\:via-green-500:focus {
  --gradient-via-color: #48bb78;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
}
.bodywebsite .focus\:via-green-600:focus {
  --gradient-via-color: #38a169;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
}
.bodywebsite .focus\:via-green-700:focus {
  --gradient-via-color: #2f855a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
}
.bodywebsite .focus\:via-green-800:focus {
  --gradient-via-color: #276749;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
}
.bodywebsite .focus\:via-green-900:focus {
  --gradient-via-color: #22543d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
}
.bodywebsite .focus\:via-teal-100:focus {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}
.bodywebsite .focus\:via-teal-200:focus {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}
.bodywebsite .focus\:via-teal-300:focus {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}
.bodywebsite .focus\:via-teal-400:focus {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}
.bodywebsite .focus\:via-teal-500:focus {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}
.bodywebsite .focus\:via-teal-600:focus {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}
.bodywebsite .focus\:via-teal-700:focus {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}
.bodywebsite .focus\:via-teal-800:focus {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}
.bodywebsite .focus\:via-teal-900:focus {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}
.bodywebsite .focus\:via-blue-100:focus {
  --gradient-via-color: #ebf8ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
}
.bodywebsite .focus\:via-blue-200:focus {
  --gradient-via-color: #bee3f8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
}
.bodywebsite .focus\:via-blue-300:focus {
  --gradient-via-color: #90cdf4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
}
.bodywebsite .focus\:via-blue-400:focus {
  --gradient-via-color: #63b3ed;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
}
.bodywebsite .focus\:via-blue-500:focus {
  --gradient-via-color: #4299e1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
}
.bodywebsite .focus\:via-blue-600:focus {
  --gradient-via-color: #3182ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
}
.bodywebsite .focus\:via-blue-700:focus {
  --gradient-via-color: #2b6cb0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
}
.bodywebsite .focus\:via-blue-800:focus {
  --gradient-via-color: #2c5282;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
}
.bodywebsite .focus\:via-blue-900:focus {
  --gradient-via-color: #2a4365;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
}
.bodywebsite .focus\:via-indigo-100:focus {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}
.bodywebsite .focus\:via-indigo-200:focus {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}
.bodywebsite .focus\:via-indigo-300:focus {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}
.bodywebsite .focus\:via-indigo-400:focus {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}
.bodywebsite .focus\:via-indigo-500:focus {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}
.bodywebsite .focus\:via-indigo-600:focus {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}
.bodywebsite .focus\:via-indigo-700:focus {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}
.bodywebsite .focus\:via-indigo-800:focus {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}
.bodywebsite .focus\:via-indigo-900:focus {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}
.bodywebsite .focus\:via-purple-100:focus {
  --gradient-via-color: #faf5ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
}
.bodywebsite .focus\:via-purple-200:focus {
  --gradient-via-color: #e9d8fd;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
}
.bodywebsite .focus\:via-purple-300:focus {
  --gradient-via-color: #d6bcfa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
}
.bodywebsite .focus\:via-purple-400:focus {
  --gradient-via-color: #b794f4;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
}
.bodywebsite .focus\:via-purple-500:focus {
  --gradient-via-color: #9f7aea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
}
.bodywebsite .focus\:via-purple-600:focus {
  --gradient-via-color: #805ad5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
}
.bodywebsite .focus\:via-purple-700:focus {
  --gradient-via-color: #6b46c1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
}
.bodywebsite .focus\:via-purple-800:focus {
  --gradient-via-color: #553c9a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
}
.bodywebsite .focus\:via-purple-900:focus {
  --gradient-via-color: #44337a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
}
.bodywebsite .focus\:via-pink-100:focus {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}
.bodywebsite .focus\:via-pink-200:focus {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}
.bodywebsite .focus\:via-pink-300:focus {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}
.bodywebsite .focus\:via-pink-400:focus {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}
.bodywebsite .focus\:via-pink-500:focus {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}
.bodywebsite .focus\:via-pink-600:focus {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}
.bodywebsite .focus\:via-pink-700:focus {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}
.bodywebsite .focus\:via-pink-800:focus {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}
.bodywebsite .focus\:via-pink-900:focus {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}
.bodywebsite .focus\:to-transparent:focus {
  --gradient-to-color: transparent;
}
.bodywebsite .focus\:to-current:focus {
  --gradient-to-color: currentColor;
}
.bodywebsite .focus\:to-black:focus {
  --gradient-to-color: #000;
}
.bodywebsite .focus\:to-white:focus {
  --gradient-to-color: #fff;
}
.bodywebsite .focus\:to-gray-100:focus {
  --gradient-to-color: #f7fafc;
}
.bodywebsite .focus\:to-gray-200:focus {
  --gradient-to-color: #edf2f7;
}
.bodywebsite .focus\:to-gray-300:focus {
  --gradient-to-color: #e2e8f0;
}
.bodywebsite .focus\:to-gray-400:focus {
  --gradient-to-color: #cbd5e0;
}
.bodywebsite .focus\:to-gray-500:focus {
  --gradient-to-color: #a0aec0;
}
.bodywebsite .focus\:to-gray-600:focus {
  --gradient-to-color: #718096;
}
.bodywebsite .focus\:to-gray-700:focus {
  --gradient-to-color: #4a5568;
}
.bodywebsite .focus\:to-gray-800:focus {
  --gradient-to-color: #2d3748;
}
.bodywebsite .focus\:to-gray-900:focus {
  --gradient-to-color: #1a202c;
}
.bodywebsite .focus\:to-red-100:focus {
  --gradient-to-color: #fff5f5;
}
.bodywebsite .focus\:to-red-200:focus {
  --gradient-to-color: #fed7d7;
}
.bodywebsite .focus\:to-red-300:focus {
  --gradient-to-color: #feb2b2;
}
.bodywebsite .focus\:to-red-400:focus {
  --gradient-to-color: #fc8181;
}
.bodywebsite .focus\:to-red-500:focus {
  --gradient-to-color: #f56565;
}
.bodywebsite .focus\:to-red-600:focus {
  --gradient-to-color: #e53e3e;
}
.bodywebsite .focus\:to-red-700:focus {
  --gradient-to-color: #c53030;
}
.bodywebsite .focus\:to-red-800:focus {
  --gradient-to-color: #9b2c2c;
}
.bodywebsite .focus\:to-red-900:focus {
  --gradient-to-color: #742a2a;
}
.bodywebsite .focus\:to-orange-100:focus {
  --gradient-to-color: #fffaf0;
}
.bodywebsite .focus\:to-orange-200:focus {
  --gradient-to-color: #feebc8;
}
.bodywebsite .focus\:to-orange-300:focus {
  --gradient-to-color: #fbd38d;
}
.bodywebsite .focus\:to-orange-400:focus {
  --gradient-to-color: #f6ad55;
}
.bodywebsite .focus\:to-orange-500:focus {
  --gradient-to-color: #ed8936;
}
.bodywebsite .focus\:to-orange-600:focus {
  --gradient-to-color: #dd6b20;
}
.bodywebsite .focus\:to-orange-700:focus {
  --gradient-to-color: #c05621;
}
.bodywebsite .focus\:to-orange-800:focus {
  --gradient-to-color: #9c4221;
}
.bodywebsite .focus\:to-orange-900:focus {
  --gradient-to-color: #7b341e;
}
.bodywebsite .focus\:to-yellow-100:focus {
  --gradient-to-color: #fffff0;
}
.bodywebsite .focus\:to-yellow-200:focus {
  --gradient-to-color: #fefcbf;
}
.bodywebsite .focus\:to-yellow-300:focus {
  --gradient-to-color: #faf089;
}
.bodywebsite .focus\:to-yellow-400:focus {
  --gradient-to-color: #f6e05e;
}
.bodywebsite .focus\:to-yellow-500:focus {
  --gradient-to-color: #ecc94b;
}
.bodywebsite .focus\:to-yellow-600:focus {
  --gradient-to-color: #d69e2e;
}
.bodywebsite .focus\:to-yellow-700:focus {
  --gradient-to-color: #b7791f;
}
.bodywebsite .focus\:to-yellow-800:focus {
  --gradient-to-color: #975a16;
}
.bodywebsite .focus\:to-yellow-900:focus {
  --gradient-to-color: #744210;
}
.bodywebsite .focus\:to-green-100:focus {
  --gradient-to-color: #f0fff4;
}
.bodywebsite .focus\:to-green-200:focus {
  --gradient-to-color: #c6f6d5;
}
.bodywebsite .focus\:to-green-300:focus {
  --gradient-to-color: #9ae6b4;
}
.bodywebsite .focus\:to-green-400:focus {
  --gradient-to-color: #68d391;
}
.bodywebsite .focus\:to-green-500:focus {
  --gradient-to-color: #48bb78;
}
.bodywebsite .focus\:to-green-600:focus {
  --gradient-to-color: #38a169;
}
.bodywebsite .focus\:to-green-700:focus {
  --gradient-to-color: #2f855a;
}
.bodywebsite .focus\:to-green-800:focus {
  --gradient-to-color: #276749;
}
.bodywebsite .focus\:to-green-900:focus {
  --gradient-to-color: #22543d;
}
.bodywebsite .focus\:to-teal-100:focus {
  --gradient-to-color: #e6fffa;
}
.bodywebsite .focus\:to-teal-200:focus {
  --gradient-to-color: #b2f5ea;
}
.bodywebsite .focus\:to-teal-300:focus {
  --gradient-to-color: #81e6d9;
}
.bodywebsite .focus\:to-teal-400:focus {
  --gradient-to-color: #4fd1c5;
}
.bodywebsite .focus\:to-teal-500:focus {
  --gradient-to-color: #38b2ac;
}
.bodywebsite .focus\:to-teal-600:focus {
  --gradient-to-color: #319795;
}
.bodywebsite .focus\:to-teal-700:focus {
  --gradient-to-color: #2c7a7b;
}
.bodywebsite .focus\:to-teal-800:focus {
  --gradient-to-color: #285e61;
}
.bodywebsite .focus\:to-teal-900:focus {
  --gradient-to-color: #234e52;
}
.bodywebsite .focus\:to-blue-100:focus {
  --gradient-to-color: #ebf8ff;
}
.bodywebsite .focus\:to-blue-200:focus {
  --gradient-to-color: #bee3f8;
}
.bodywebsite .focus\:to-blue-300:focus {
  --gradient-to-color: #90cdf4;
}
.bodywebsite .focus\:to-blue-400:focus {
  --gradient-to-color: #63b3ed;
}
.bodywebsite .focus\:to-blue-500:focus {
  --gradient-to-color: #4299e1;
}
.bodywebsite .focus\:to-blue-600:focus {
  --gradient-to-color: #3182ce;
}
.bodywebsite .focus\:to-blue-700:focus {
  --gradient-to-color: #2b6cb0;
}
.bodywebsite .focus\:to-blue-800:focus {
  --gradient-to-color: #2c5282;
}
.bodywebsite .focus\:to-blue-900:focus {
  --gradient-to-color: #2a4365;
}
.bodywebsite .focus\:to-indigo-100:focus {
  --gradient-to-color: #ebf4ff;
}
.bodywebsite .focus\:to-indigo-200:focus {
  --gradient-to-color: #c3dafe;
}
.bodywebsite .focus\:to-indigo-300:focus {
  --gradient-to-color: #a3bffa;
}
.bodywebsite .focus\:to-indigo-400:focus {
  --gradient-to-color: #7f9cf5;
}
.bodywebsite .focus\:to-indigo-500:focus {
  --gradient-to-color: #667eea;
}
.bodywebsite .focus\:to-indigo-600:focus {
  --gradient-to-color: #5a67d8;
}
.bodywebsite .focus\:to-indigo-700:focus {
  --gradient-to-color: #4c51bf;
}
.bodywebsite .focus\:to-indigo-800:focus {
  --gradient-to-color: #434190;
}
.bodywebsite .focus\:to-indigo-900:focus {
  --gradient-to-color: #3c366b;
}
.bodywebsite .focus\:to-purple-100:focus {
  --gradient-to-color: #faf5ff;
}
.bodywebsite .focus\:to-purple-200:focus {
  --gradient-to-color: #e9d8fd;
}
.bodywebsite .focus\:to-purple-300:focus {
  --gradient-to-color: #d6bcfa;
}
.bodywebsite .focus\:to-purple-400:focus {
  --gradient-to-color: #b794f4;
}
.bodywebsite .focus\:to-purple-500:focus {
  --gradient-to-color: #9f7aea;
}
.bodywebsite .focus\:to-purple-600:focus {
  --gradient-to-color: #805ad5;
}
.bodywebsite .focus\:to-purple-700:focus {
  --gradient-to-color: #6b46c1;
}
.bodywebsite .focus\:to-purple-800:focus {
  --gradient-to-color: #553c9a;
}
.bodywebsite .focus\:to-purple-900:focus {
  --gradient-to-color: #44337a;
}
.bodywebsite .focus\:to-pink-100:focus {
  --gradient-to-color: #fff5f7;
}
.bodywebsite .focus\:to-pink-200:focus {
  --gradient-to-color: #fed7e2;
}
.bodywebsite .focus\:to-pink-300:focus {
  --gradient-to-color: #fbb6ce;
}
.bodywebsite .focus\:to-pink-400:focus {
  --gradient-to-color: #f687b3;
}
.bodywebsite .focus\:to-pink-500:focus {
  --gradient-to-color: #ed64a6;
}
.bodywebsite .focus\:to-pink-600:focus {
  --gradient-to-color: #d53f8c;
}
.bodywebsite .focus\:to-pink-700:focus {
  --gradient-to-color: #b83280;
}
.bodywebsite .focus\:to-pink-800:focus {
  --gradient-to-color: #97266d;
}
.bodywebsite .focus\:to-pink-900:focus {
  --gradient-to-color: #702459;
}
.bodywebsite .bg-opacity-0 {
  --bg-opacity: 0;
}
.bodywebsite .bg-opacity-25 {
  --bg-opacity: 0.25;
}
.bodywebsite .bg-opacity-50 {
  --bg-opacity: 0.5;
}
.bodywebsite .bg-opacity-75 {
  --bg-opacity: 0.75;
}
.bodywebsite .bg-opacity-100 {
  --bg-opacity: 1;
}
.bodywebsite .hover\:bg-opacity-0:hover {
  --bg-opacity: 0;
}
.bodywebsite .hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25;
}
.bodywebsite .hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5;
}
.bodywebsite .hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75;
}
.bodywebsite .hover\:bg-opacity-100:hover {
  --bg-opacity: 1;
}
.bodywebsite .focus\:bg-opacity-0:focus {
  --bg-opacity: 0;
}
.bodywebsite .focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25;
}
.bodywebsite .focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5;
}
.bodywebsite .focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75;
}
.bodywebsite .focus\:bg-opacity-100:focus {
  --bg-opacity: 1;
}
.bodywebsite .bg-bottom {
  background-position: bottom;
}
.bodywebsite .bg-center {
  background-position: center;
}
.bodywebsite .bg-left {
  background-position: left;
}
.bodywebsite .bg-left-bottom {
  background-position: left bottom;
}
.bodywebsite .bg-left-top {
  background-position: left top;
}
.bodywebsite .bg-right {
  background-position: right;
}
.bodywebsite .bg-right-bottom {
  background-position: right bottom;
}
.bodywebsite .bg-right-top {
  background-position: right top;
}
.bodywebsite .bg-top {
  background-position: top;
}
.bodywebsite .bg-repeat {
  background-repeat: repeat;
}
.bodywebsite .bg-no-repeat {
  background-repeat: no-repeat;
}
.bodywebsite .bg-repeat-x {
  background-repeat: repeat-x;
}
.bodywebsite .bg-repeat-y {
  background-repeat: repeat-y;
}
.bodywebsite .bg-repeat-round {
  background-repeat: round;
}
.bodywebsite .bg-repeat-space {
  background-repeat: space;
}
.bodywebsite .bg-auto {
  background-size: auto;
}
.bodywebsite .bg-cover {
  background-size: cover;
}
.bodywebsite .bg-contain {
  background-size: contain;
}
.bodywebsite .border-collapse {
  border-collapse: collapse;
}
.bodywebsite .border-separate {
  border-collapse: separate;
}
.bodywebsite .border-transparent {
  border-color: transparent;
}
.bodywebsite .border-current {
  border-color: currentColor;
}
.bodywebsite .border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}
.bodywebsite .border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.bodywebsite .border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}
.bodywebsite .border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}
.bodywebsite .border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}
.bodywebsite .border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}
.bodywebsite .border-gray-500 {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.bodywebsite .border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}
.bodywebsite .border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}
.bodywebsite .border-gray-800 {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}
.bodywebsite .border-gray-900 {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}
.bodywebsite .border-red-100 {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}
.bodywebsite .border-red-200 {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}
.bodywebsite .border-red-300 {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}
.bodywebsite .border-red-400 {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}
.bodywebsite .border-red-500 {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}
.bodywebsite .border-red-600 {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}
.bodywebsite .border-red-700 {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}
.bodywebsite .border-red-800 {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}
.bodywebsite .border-red-900 {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}
.bodywebsite .border-orange-100 {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}
.bodywebsite .border-orange-200 {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}
.bodywebsite .border-orange-300 {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}
.bodywebsite .border-orange-400 {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}
.bodywebsite .border-orange-500 {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}
.bodywebsite .border-orange-600 {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}
.bodywebsite .border-orange-700 {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}
.bodywebsite .border-orange-800 {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}
.bodywebsite .border-orange-900 {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}
.bodywebsite .border-yellow-100 {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}
.bodywebsite .border-yellow-200 {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}
.bodywebsite .border-yellow-300 {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}
.bodywebsite .border-yellow-400 {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}
.bodywebsite .border-yellow-500 {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}
.bodywebsite .border-yellow-600 {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}
.bodywebsite .border-yellow-700 {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}
.bodywebsite .border-yellow-800 {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}
.bodywebsite .border-yellow-900 {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}
.bodywebsite .border-green-100 {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}
.bodywebsite .border-green-200 {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}
.bodywebsite .border-green-300 {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}
.bodywebsite .border-green-400 {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}
.bodywebsite .border-green-500 {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}
.bodywebsite .border-green-600 {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}
.bodywebsite .border-green-700 {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}
.bodywebsite .border-green-800 {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}
.bodywebsite .border-green-900 {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}
.bodywebsite .border-teal-100 {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}
.bodywebsite .border-teal-200 {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}
.bodywebsite .border-teal-300 {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}
.bodywebsite .border-teal-400 {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}
.bodywebsite .border-teal-500 {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}
.bodywebsite .border-teal-600 {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}
.bodywebsite .border-teal-700 {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}
.bodywebsite .border-teal-800 {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}
.bodywebsite .border-teal-900 {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}
.bodywebsite .border-blue-100 {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}
.bodywebsite .border-blue-200 {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}
.bodywebsite .border-blue-300 {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}
.bodywebsite .border-blue-400 {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}
.bodywebsite .border-blue-500 {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}
.bodywebsite .border-blue-600 {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}
.bodywebsite .border-blue-700 {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}
.bodywebsite .border-blue-800 {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}
.bodywebsite .border-blue-900 {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}
.bodywebsite .border-indigo-100 {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}
.bodywebsite .border-indigo-200 {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}
.bodywebsite .border-indigo-300 {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}
.bodywebsite .border-indigo-400 {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}
.bodywebsite .border-indigo-500 {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}
.bodywebsite .border-indigo-600 {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}
.bodywebsite .border-indigo-700 {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}
.bodywebsite .border-indigo-800 {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}
.bodywebsite .border-indigo-900 {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}
.bodywebsite .border-purple-100 {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}
.bodywebsite .border-purple-200 {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}
.bodywebsite .border-purple-300 {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}
.bodywebsite .border-purple-400 {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}
.bodywebsite .border-purple-500 {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}
.bodywebsite .border-purple-600 {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}
.bodywebsite .border-purple-700 {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}
.bodywebsite .border-purple-800 {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}
.bodywebsite .border-purple-900 {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}
.bodywebsite .border-pink-100 {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}
.bodywebsite .border-pink-200 {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}
.bodywebsite .border-pink-300 {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}
.bodywebsite .border-pink-400 {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}
.bodywebsite .border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}
.bodywebsite .border-pink-600 {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}
.bodywebsite .border-pink-700 {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}
.bodywebsite .border-pink-800 {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}
.bodywebsite .border-pink-900 {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}
.bodywebsite .hover\:border-transparent:hover {
  border-color: transparent;
}
.bodywebsite .hover\:border-current:hover {
  border-color: currentColor;
}
.bodywebsite .hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}
.bodywebsite .hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-100:hover {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-200:hover {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-300:hover {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-400:hover {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-500:hover {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-600:hover {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-700:hover {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-800:hover {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}
.bodywebsite .hover\:border-gray-900:hover {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}
.bodywebsite .hover\:border-red-100:hover {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}
.bodywebsite .hover\:border-red-200:hover {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}
.bodywebsite .hover\:border-red-300:hover {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}
.bodywebsite .hover\:border-red-400:hover {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}
.bodywebsite .hover\:border-red-500:hover {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}
.bodywebsite .hover\:border-red-600:hover {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}
.bodywebsite .hover\:border-red-700:hover {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}
.bodywebsite .hover\:border-red-800:hover {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}
.bodywebsite .hover\:border-red-900:hover {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-100:hover {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-200:hover {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-300:hover {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-400:hover {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-500:hover {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-600:hover {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-700:hover {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-800:hover {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}
.bodywebsite .hover\:border-orange-900:hover {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-100:hover {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-200:hover {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-300:hover {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-400:hover {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-500:hover {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-600:hover {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-700:hover {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-800:hover {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}
.bodywebsite .hover\:border-yellow-900:hover {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}
.bodywebsite .hover\:border-green-100:hover {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}
.bodywebsite .hover\:border-green-200:hover {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}
.bodywebsite .hover\:border-green-300:hover {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}
.bodywebsite .hover\:border-green-400:hover {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}
.bodywebsite .hover\:border-green-500:hover {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}
.bodywebsite .hover\:border-green-600:hover {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}
.bodywebsite .hover\:border-green-700:hover {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}
.bodywebsite .hover\:border-green-800:hover {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}
.bodywebsite .hover\:border-green-900:hover {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-100:hover {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-200:hover {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-300:hover {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-400:hover {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-500:hover {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-600:hover {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-700:hover {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-800:hover {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}
.bodywebsite .hover\:border-teal-900:hover {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-100:hover {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-200:hover {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-300:hover {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-400:hover {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-500:hover {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-600:hover {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-700:hover {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-800:hover {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}
.bodywebsite .hover\:border-blue-900:hover {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-100:hover {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-200:hover {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-300:hover {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-400:hover {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-500:hover {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-600:hover {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-700:hover {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-800:hover {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}
.bodywebsite .hover\:border-indigo-900:hover {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-100:hover {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-200:hover {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-300:hover {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-400:hover {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-500:hover {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-600:hover {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-700:hover {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-800:hover {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}
.bodywebsite .hover\:border-purple-900:hover {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-100:hover {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-200:hover {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-300:hover {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-400:hover {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-500:hover {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-600:hover {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-700:hover {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-800:hover {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}
.bodywebsite .hover\:border-pink-900:hover {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}
.bodywebsite .focus\:border-transparent:focus {
  border-color: transparent;
}
.bodywebsite .focus\:border-current:focus {
  border-color: currentColor;
}
.bodywebsite .focus\:border-black:focus {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}
.bodywebsite .focus\:border-white:focus {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-100:focus {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-200:focus {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-300:focus {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-400:focus {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-500:focus {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-600:focus {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-700:focus {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-800:focus {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}
.bodywebsite .focus\:border-gray-900:focus {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}
.bodywebsite .focus\:border-red-100:focus {
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}
.bodywebsite .focus\:border-red-200:focus {
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}
.bodywebsite .focus\:border-red-300:focus {
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}
.bodywebsite .focus\:border-red-400:focus {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}
.bodywebsite .focus\:border-red-500:focus {
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}
.bodywebsite .focus\:border-red-600:focus {
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}
.bodywebsite .focus\:border-red-700:focus {
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}
.bodywebsite .focus\:border-red-800:focus {
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}
.bodywebsite .focus\:border-red-900:focus {
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-100:focus {
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-200:focus {
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-300:focus {
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-400:focus {
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-500:focus {
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-600:focus {
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-700:focus {
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-800:focus {
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}
.bodywebsite .focus\:border-orange-900:focus {
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-100:focus {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-200:focus {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-300:focus {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-400:focus {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-500:focus {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-600:focus {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-700:focus {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-800:focus {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}
.bodywebsite .focus\:border-yellow-900:focus {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}
.bodywebsite .focus\:border-green-100:focus {
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}
.bodywebsite .focus\:border-green-200:focus {
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}
.bodywebsite .focus\:border-green-300:focus {
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}
.bodywebsite .focus\:border-green-400:focus {
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}
.bodywebsite .focus\:border-green-500:focus {
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}
.bodywebsite .focus\:border-green-600:focus {
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}
.bodywebsite .focus\:border-green-700:focus {
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}
.bodywebsite .focus\:border-green-800:focus {
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}
.bodywebsite .focus\:border-green-900:focus {
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-100:focus {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-200:focus {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-300:focus {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-400:focus {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-500:focus {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-600:focus {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-700:focus {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-800:focus {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}
.bodywebsite .focus\:border-teal-900:focus {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-100:focus {
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-200:focus {
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-300:focus {
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-400:focus {
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-500:focus {
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-600:focus {
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-700:focus {
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-800:focus {
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}
.bodywebsite .focus\:border-blue-900:focus {
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-100:focus {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-200:focus {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-300:focus {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-400:focus {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-500:focus {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-600:focus {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-700:focus {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-800:focus {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}
.bodywebsite .focus\:border-indigo-900:focus {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-100:focus {
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-200:focus {
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-300:focus {
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-400:focus {
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-500:focus {
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-600:focus {
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-700:focus {
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-800:focus {
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}
.bodywebsite .focus\:border-purple-900:focus {
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-100:focus {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-200:focus {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-300:focus {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-400:focus {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-500:focus {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-600:focus {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-700:focus {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-800:focus {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}
.bodywebsite .focus\:border-pink-900:focus {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}
.bodywebsite .border-opacity-0 {
  --border-opacity: 0;
}
.bodywebsite .border-opacity-25 {
  --border-opacity: 0.25;
}
.bodywebsite .border-opacity-50 {
  --border-opacity: 0.5;
}
.bodywebsite .border-opacity-75 {
  --border-opacity: 0.75;
}
.bodywebsite .border-opacity-100 {
  --border-opacity: 1;
}
.bodywebsite .hover\:border-opacity-0:hover {
  --border-opacity: 0;
}
.bodywebsite .hover\:border-opacity-25:hover {
  --border-opacity: 0.25;
}
.bodywebsite .hover\:border-opacity-50:hover {
  --border-opacity: 0.5;
}
.bodywebsite .hover\:border-opacity-75:hover {
  --border-opacity: 0.75;
}
.bodywebsite .hover\:border-opacity-100:hover {
  --border-opacity: 1;
}
.bodywebsite .focus\:border-opacity-0:focus {
  --border-opacity: 0;
}
.bodywebsite .focus\:border-opacity-25:focus {
  --border-opacity: 0.25;
}
.bodywebsite .focus\:border-opacity-50:focus {
  --border-opacity: 0.5;
}
.bodywebsite .focus\:border-opacity-75:focus {
  --border-opacity: 0.75;
}
.bodywebsite .focus\:border-opacity-100:focus {
  --border-opacity: 1;
}
.bodywebsite .rounded-none {
  border-radius: 0;
}
.bodywebsite .rounded-sm {
  border-radius: 0.125rem;
}
.bodywebsite .rounded {
  border-radius: 0.25rem;
}
.bodywebsite .rounded-md {
  border-radius: 0.375rem;
}
.bodywebsite .rounded-lg {
  border-radius: 0.5rem;
}
.bodywebsite .rounded-xl {
  border-radius: 0.75rem;
}
.bodywebsite .rounded-2xl {
  border-radius: 1rem;
}
.bodywebsite .rounded-3xl {
  border-radius: 1.5rem;
}
.bodywebsite .rounded-full {
  border-radius: 9999px;
}
.bodywebsite .rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bodywebsite .rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bodywebsite .rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.bodywebsite .rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.bodywebsite .rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.bodywebsite .rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.bodywebsite .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bodywebsite .rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bodywebsite .rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bodywebsite .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bodywebsite .rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.bodywebsite .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.bodywebsite .rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.bodywebsite .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.bodywebsite .rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.bodywebsite .rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.bodywebsite .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.bodywebsite .rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.bodywebsite .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.bodywebsite .rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.bodywebsite .rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.bodywebsite .rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.bodywebsite .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.bodywebsite .rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.bodywebsite .rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.bodywebsite .rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.bodywebsite .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.bodywebsite .rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.bodywebsite .rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.bodywebsite .rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.bodywebsite .rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.bodywebsite .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.bodywebsite .rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.bodywebsite .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.bodywebsite .rounded-tl-none {
  border-top-left-radius: 0;
}
.bodywebsite .rounded-tr-none {
  border-top-right-radius: 0;
}
.bodywebsite .rounded-br-none {
  border-bottom-right-radius: 0;
}
.bodywebsite .rounded-bl-none {
  border-bottom-left-radius: 0;
}
.bodywebsite .rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.bodywebsite .rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.bodywebsite .rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.bodywebsite .rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.bodywebsite .rounded-tl {
  border-top-left-radius: 0.25rem;
}
.bodywebsite .rounded-tr {
  border-top-right-radius: 0.25rem;
}
.bodywebsite .rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.bodywebsite .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.bodywebsite .rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.bodywebsite .rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.bodywebsite .rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.bodywebsite .rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.bodywebsite .rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.bodywebsite .rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.bodywebsite .rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.bodywebsite .rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.bodywebsite .rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.bodywebsite .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.bodywebsite .rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.bodywebsite .rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.bodywebsite .rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.bodywebsite .rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.bodywebsite .rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.bodywebsite .rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.bodywebsite .rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.bodywebsite .rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.bodywebsite .rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.bodywebsite .rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.bodywebsite .rounded-tl-full {
  border-top-left-radius: 9999px;
}
.bodywebsite .rounded-tr-full {
  border-top-right-radius: 9999px;
}
.bodywebsite .rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.bodywebsite .rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.bodywebsite .border-solid {
  border-style: solid;
}
.bodywebsite .border-dashed {
  border-style: dashed;
}
.bodywebsite .border-dotted {
  border-style: dotted;
}
.bodywebsite .border-double {
  border-style: double;
}
.bodywebsite .border-none {
  border-style: none;
}
.bodywebsite .border-0 {
  border-width: 0;
}
.bodywebsite .border-2 {
  border-width: 2px;
}
.bodywebsite .border-4 {
  border-width: 4px;
}
.bodywebsite .border-8 {
  border-width: 8px;
}
.bodywebsite .border {
  border-width: 1px;
}
.bodywebsite .border-t-0 {
  border-top-width: 0;
}
.bodywebsite .border-r-0 {
  border-right-width: 0;
}
.bodywebsite .border-b-0 {
  border-bottom-width: 0;
}
.bodywebsite .border-l-0 {
  border-left-width: 0;
}
.bodywebsite .border-t-2 {
  border-top-width: 2px;
}
.bodywebsite .border-r-2 {
  border-right-width: 2px;
}
.bodywebsite .border-b-2 {
  border-bottom-width: 2px;
}
.bodywebsite .border-l-2 {
  border-left-width: 2px;
}
.bodywebsite .border-t-4 {
  border-top-width: 4px;
}
.bodywebsite .border-r-4 {
  border-right-width: 4px;
}
.bodywebsite .border-b-4 {
  border-bottom-width: 4px;
}
.bodywebsite .border-l-4 {
  border-left-width: 4px;
}
.bodywebsite .border-t-8 {
  border-top-width: 8px;
}
.bodywebsite .border-r-8 {
  border-right-width: 8px;
}
.bodywebsite .border-b-8 {
  border-bottom-width: 8px;
}
.bodywebsite .border-l-8 {
  border-left-width: 8px;
}
.bodywebsite .border-t {
  border-top-width: 1px;
}
.bodywebsite .border-r {
  border-right-width: 1px;
}
.bodywebsite .border-b {
  border-bottom-width: 1px;
}
.bodywebsite .border-l {
  border-left-width: 1px;
}
.bodywebsite .box-border {
  box-sizing: border-box;
}
.bodywebsite .box-content {
  box-sizing: content-box;
}
.bodywebsite .cursor-auto {
  cursor: auto;
}
.bodywebsite .cursor-default {
  cursor: default;
}
.bodywebsite .cursor-pointer {
  cursor: pointer;
}
.bodywebsite .cursor-wait {
  cursor: wait;
}
.bodywebsite .cursor-text {
  cursor: text;
}
.bodywebsite .cursor-move {
  cursor: move;
}
.bodywebsite .cursor-not-allowed {
  cursor: not-allowed;
}
.bodywebsite .block {
  display: block;
}
.bodywebsite .inline-block {
  display: inline-block;
}
.bodywebsite .inline {
  display: inline;
}
.bodywebsite .flex {
  display: flex;
}
.bodywebsite .inline-flex {
  display: inline-flex;
}
.bodywebsite .table {
  display: table;
}
.bodywebsite .table-caption {
  display: table-caption;
}
.bodywebsite .table-cell {
  display: table-cell;
}
.bodywebsite .table-column {
  display: table-column;
}
.bodywebsite .table-column-group {
  display: table-column-group;
}
.bodywebsite .table-footer-group {
  display: table-footer-group;
}
.bodywebsite .table-header-group {
  display: table-header-group;
}
.bodywebsite .table-row-group {
  display: table-row-group;
}
.bodywebsite .table-row {
  display: table-row;
}
.bodywebsite .flow-root {
  display: flow-root;
}
.bodywebsite .grid {
  display: grid;
}
.bodywebsite .inline-grid {
  display: inline-grid;
}
.bodywebsite .contents {
  display: contents;
}
.bodywebsite .hidden {
  display: none;
}
.bodywebsite .flex-row {
  flex-direction: row;
}
.bodywebsite .flex-row-reverse {
  flex-direction: row-reverse;
}
.bodywebsite .flex-col {
  flex-direction: column;
}
.bodywebsite .flex-col-reverse {
  flex-direction: column-reverse;
}
.bodywebsite .flex-wrap {
  flex-wrap: wrap;
}
.bodywebsite .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.bodywebsite .flex-no-wrap {
  flex-wrap: nowrap;
}
.bodywebsite .place-items-auto {
  place-items: auto;
}
.bodywebsite .place-items-start {
  place-items: start;
}
.bodywebsite .place-items-end {
  place-items: end;
}
.bodywebsite .place-items-center {
  place-items: center;
}
.bodywebsite .place-items-stretch {
  place-items: stretch;
}
.bodywebsite .place-content-center {
  place-content: center;
}
.bodywebsite .place-content-start {
  place-content: start;
}
.bodywebsite .place-content-end {
  place-content: end;
}
.bodywebsite .place-content-between {
  place-content: space-between;
}
.bodywebsite .place-content-around {
  place-content: space-around;
}
.bodywebsite .place-content-evenly {
  place-content: space-evenly;
}
.bodywebsite .place-content-stretch {
  place-content: stretch;
}
.bodywebsite .place-self-auto {
  place-self: auto;
}
.bodywebsite .place-self-start {
  place-self: start;
}
.bodywebsite .place-self-end {
  place-self: end;
}
.bodywebsite .place-self-center {
  place-self: center;
}
.bodywebsite .place-self-stretch {
  place-self: stretch;
}
.bodywebsite .items-start {
  align-items: flex-start;
}
.bodywebsite .items-end {
  align-items: flex-end;
}
.bodywebsite .items-center {
  align-items: center;
}
.bodywebsite .items-baseline {
  align-items: baseline;
}
.bodywebsite .items-stretch {
  align-items: stretch;
}
.bodywebsite .content-center {
  align-content: center;
}
.bodywebsite .content-start {
  align-content: flex-start;
}
.bodywebsite .content-end {
  align-content: flex-end;
}
.bodywebsite .content-between {
  align-content: space-between;
}
.bodywebsite .content-around {
  align-content: space-around;
}
.bodywebsite .content-evenly {
  align-content: space-evenly;
}
.bodywebsite .self-auto {
  align-self: auto;
}
.bodywebsite .self-start {
  align-self: flex-start;
}
.bodywebsite .self-end {
  align-self: flex-end;
}
.bodywebsite .self-center {
  align-self: center;
}
.bodywebsite .self-stretch {
  align-self: stretch;
}
.bodywebsite .justify {
    text-align: justify;
}
.bodywebsite .justify-start {
  justify-content: flex-start;
}
.bodywebsite .justify-end {
  justify-content: flex-end;
}
.bodywebsite .justify-center {
  justify-content: center;
}
.bodywebsite .justify-between {
  justify-content: space-between;
}
.bodywebsite .justify-around {
  justify-content: space-around;
}
.bodywebsite .justify-evenly {
  justify-content: space-evenly;
}
.bodywebsite .justify-self-auto {
  justify-self: auto;
}
.bodywebsite .justify-self-start {
  justify-self: start;
}
.bodywebsite .justify-self-end {
  justify-self: end;
}
.bodywebsite .justify-self-center {
  justify-self: center;
}
.bodywebsite .justify-self-stretch {
  justify-self: stretch;
}
.bodywebsite .flex-1 {
  flex: 1 1 0%;
}
.bodywebsite .flex-auto {
  flex: 1 1 auto;
}
.bodywebsite .flex-initial {
  flex: 0 1 auto;
}
.bodywebsite .flex-none {
  flex: none;
}
.bodywebsite .flex-grow-0 {
  flex-grow: 0;
}
.bodywebsite .flex-grow {
  flex-grow: 1;
}
.bodywebsite .flex-shrink-0 {
  flex-shrink: 0;
}
.bodywebsite .flex-shrink {
  flex-shrink: 1;
}
.bodywebsite .order-1 {
  order: 1;
}
.bodywebsite .order-2 {
  order: 2;
}
.bodywebsite .order-3 {
  order: 3;
}
.bodywebsite .order-4 {
  order: 4;
}
.bodywebsite .order-5 {
  order: 5;
}
.bodywebsite .order-6 {
  order: 6;
}
.bodywebsite .order-7 {
  order: 7;
}
.bodywebsite .order-8 {
  order: 8;
}
.bodywebsite .order-9 {
  order: 9;
}
.bodywebsite .order-10 {
  order: 10;
}
.bodywebsite .order-11 {
  order: 11;
}
.bodywebsite .order-12 {
  order: 12;
}
.bodywebsite .order-first {
  order: -9999;
}
.bodywebsite .order-last {
  order: 9999;
}
.bodywebsite .order-none {
  order: 0;
}
.bodywebsite .float-right {
  float: right;
}
.bodywebsite .float-left {
  float: left;
}
.bodywebsite .float-none {
  float: none;
}
.bodywebsite .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bodywebsite .clear-left {
  clear: left;
}
.bodywebsite .clear-right {
  clear: right;
}
.bodywebsite .clear-both {
  clear: both;
}
.bodywebsite .clear-none {
  clear: none;
}
.bodywebsite .font-sans {
  font-family: 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";
}
.bodywebsite .font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.bodywebsite .font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bodywebsite .font-hairline {
  font-weight: 100;
}
.bodywebsite .font-thin {
  font-weight: 200;
}
.bodywebsite .font-light {
  font-weight: 300;
}
.bodywebsite .font-normal {
  font-weight: 400;
}
.bodywebsite .font-medium {
  font-weight: 500;
}
.bodywebsite .font-semibold {
  font-weight: 600;
}
.bodywebsite .font-bold {
  font-weight: 700;
}
.bodywebsite .font-extrabold {
  font-weight: 800;
}
.bodywebsite .font-black {
  font-weight: 900;
}
.bodywebsite .hover\:font-hairline:hover {
  font-weight: 100;
}
.bodywebsite .hover\:font-thin:hover {
  font-weight: 200;
}
.bodywebsite .hover\:font-light:hover {
  font-weight: 300;
}
.bodywebsite .hover\:font-normal:hover {
  font-weight: 400;
}
.bodywebsite .hover\:font-medium:hover {
  font-weight: 500;
}
.bodywebsite .hover\:font-semibold:hover {
  font-weight: 600;
}
.bodywebsite .hover\:font-bold:hover {
  font-weight: 700;
}
.bodywebsite .hover\:font-extrabold:hover {
  font-weight: 800;
}
.bodywebsite .hover\:font-black:hover {
  font-weight: 900;
}
.bodywebsite .focus\:font-hairline:focus {
  font-weight: 100;
}
.bodywebsite .focus\:font-thin:focus {
  font-weight: 200;
}
.bodywebsite .focus\:font-light:focus {
  font-weight: 300;
}
.bodywebsite .focus\:font-normal:focus {
  font-weight: 400;
}
.bodywebsite .focus\:font-medium:focus {
  font-weight: 500;
}
.bodywebsite .focus\:font-semibold:focus {
  font-weight: 600;
}
.bodywebsite .focus\:font-bold:focus {
  font-weight: 700;
}
.bodywebsite .focus\:font-extrabold:focus {
  font-weight: 800;
}
.bodywebsite .focus\:font-black:focus {
  font-weight: 900;
}
.bodywebsite .h-0 {
  height: 0;
}
.bodywebsite .h-1 {
  height: 0.25rem;
}
.bodywebsite .h-2 {
  height: 0.5rem;
}
.bodywebsite .h-3 {
  height: 0.75rem;
}
.bodywebsite .h-4 {
  height: 1rem;
}
.bodywebsite .h-5 {
  height: 1.25rem;
}
.bodywebsite .h-6 {
  height: 1.5rem;
}
.bodywebsite .h-8 {
  height: 2rem;
}
.bodywebsite .h-10 {
  height: 2.5rem;
}
.bodywebsite .h-12 {
  height: 3rem;
}
.bodywebsite .h-16 {
  height: 4rem;
}
.bodywebsite .h-20 {
  height: 5rem;
}
.bodywebsite .h-24 {
  height: 6rem;
}
.bodywebsite .h-32 {
  height: 8rem;
}
.bodywebsite .h-40 {
  height: 10rem;
}
.bodywebsite .h-48 {
  height: 12rem;
}
.bodywebsite .h-56 {
  height: 14rem;
}
.bodywebsite .h-64 {
  height: 16rem;
}
.bodywebsite .h-auto {
  height: auto;
}
.bodywebsite .h-px {
  height: 1px;
}
.bodywebsite .h-full {
  height: 100%;
}
.bodywebsite .h-screen {
  height: 100vh;
}
.bodywebsite .text-xs {
  font-size: 0.75rem;
}
.bodywebsite .text-sm {
  font-size: 0.875rem;
}
.bodywebsite .text-base {
  font-size: 1rem;
}
.bodywebsite .text-lg {
  font-size: 1.125rem;
}
.bodywebsite .text-xl {
  font-size: 1.25rem;
}
.bodywebsite .text-2xl {
  font-size: 1.5rem;
}
.bodywebsite .text-3xl {
  font-size: 1.875rem;
}
.bodywebsite .text-4xl {
  font-size: 2.25rem;
}
.bodywebsite .text-5xl {
  font-size: 3rem;
}
.bodywebsite .text-6xl {
  font-size: 4rem;
}
.bodywebsite .leading-3 {
  line-height: 0.75rem;
}
.bodywebsite .leading-4 {
  line-height: 1rem;
}
.bodywebsite .leading-5 {
  line-height: 1.25rem;
}
.bodywebsite .leading-6 {
  line-height: 1.5rem;
}
.bodywebsite .leading-7 {
  line-height: 1.75rem;
}
.bodywebsite .leading-8 {
  line-height: 2rem;
}
.bodywebsite .leading-9 {
  line-height: 2.25rem;
}
.bodywebsite .leading-10 {
  line-height: 2.5rem;
}
.bodywebsite .leading-none {
  line-height: 1;
}
.bodywebsite .leading-tight {
  line-height: 1.25;
}
.bodywebsite .leading-snug {
  line-height: 1.375;
}
.bodywebsite .leading-normal {
  line-height: 1.5;
}
.bodywebsite .leading-relaxed {
  line-height: 1.625;
}
.bodywebsite .leading-loose {
  line-height: 2;
}
.bodywebsite .list-inside {
  list-style-position: inside;
}
.bodywebsite .list-outside {
  list-style-position: outside;
}
.bodywebsite .list-none {
  list-style-type: none;
}
.bodywebsite .list-disc {
  list-style-type: disc;
}
.bodywebsite .list-decimal {
  list-style-type: decimal;
}
.bodywebsite .m-0 {
  margin: 0;
}
.bodywebsite .m-1 {
  margin: 0.25rem;
}
.bodywebsite .m-2 {
  margin: 0.5rem;
}
.bodywebsite .m-3 {
  margin: 0.75rem;
}
.bodywebsite .m-4 {
  margin: 1rem;
}
.bodywebsite .m-5 {
  margin: 1.25rem;
}
.bodywebsite .m-6 {
  margin: 1.5rem;
}
.bodywebsite .m-8 {
  margin: 2rem;
}
.bodywebsite .m-10 {
  margin: 2.5rem;
}
.bodywebsite .m-12 {
  margin: 3rem;
}
.bodywebsite .m-16 {
  margin: 4rem;
}
.bodywebsite .m-20 {
  margin: 5rem;
}
.bodywebsite .m-24 {
  margin: 6rem;
}
.bodywebsite .m-32 {
  margin: 8rem;
}
.bodywebsite .m-40 {
  margin: 10rem;
}
.bodywebsite .m-48 {
  margin: 12rem;
}
.bodywebsite .m-56 {
  margin: 14rem;
}
.bodywebsite .m-64 {
  margin: 16rem;
}
.bodywebsite .m-auto {
  margin: auto;
}
.bodywebsite .m-px {
  margin: 1px;
}
.bodywebsite .-m-1 {
  margin: -0.25rem;
}
.bodywebsite .-m-2 {
  margin: -0.5rem;
}
.bodywebsite .-m-3 {
  margin: -0.75rem;
}
.bodywebsite .-m-4 {
  margin: -1rem;
}
.bodywebsite .-m-5 {
  margin: -1.25rem;
}
.bodywebsite .-m-6 {
  margin: -1.5rem;
}
.bodywebsite .-m-8 {
  margin: -2rem;
}
.bodywebsite .-m-10 {
  margin: -2.5rem;
}
.bodywebsite .-m-12 {
  margin: -3rem;
}
.bodywebsite .-m-16 {
  margin: -4rem;
}
.bodywebsite .-m-20 {
  margin: -5rem;
}
.bodywebsite .-m-24 {
  margin: -6rem;
}
.bodywebsite .-m-32 {
  margin: -8rem;
}
.bodywebsite .-m-40 {
  margin: -10rem;
}
.bodywebsite .-m-48 {
  margin: -12rem;
}
.bodywebsite .-m-56 {
  margin: -14rem;
}
.bodywebsite .-m-64 {
  margin: -16rem;
}
.bodywebsite .-m-px {
  margin: -1px;
}
.bodywebsite .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.bodywebsite .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.bodywebsite .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.bodywebsite .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.bodywebsite .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bodywebsite .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.bodywebsite .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.bodywebsite .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.bodywebsite .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bodywebsite .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.bodywebsite .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.bodywebsite .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.bodywebsite .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bodywebsite .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.bodywebsite .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bodywebsite .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.bodywebsite .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.bodywebsite .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.bodywebsite .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.bodywebsite .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.bodywebsite .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.bodywebsite .mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.bodywebsite .my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.bodywebsite .mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.bodywebsite .my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.bodywebsite .mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.bodywebsite .my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.bodywebsite .mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.bodywebsite .my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.bodywebsite .mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.bodywebsite .my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.bodywebsite .mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.bodywebsite .my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.bodywebsite .mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.bodywebsite .my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.bodywebsite .mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.bodywebsite .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.bodywebsite .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.bodywebsite .mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.bodywebsite .-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.bodywebsite .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.bodywebsite .-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.bodywebsite .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.bodywebsite .-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.bodywebsite .-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.bodywebsite .-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.bodywebsite .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.bodywebsite .-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.bodywebsite .-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.bodywebsite .-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.bodywebsite .-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.bodywebsite .-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.bodywebsite .-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.bodywebsite .-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.bodywebsite .-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.bodywebsite .-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.bodywebsite .-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.bodywebsite .-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.bodywebsite .-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.bodywebsite .-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.bodywebsite .-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.bodywebsite .-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.bodywebsite .-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.bodywebsite .-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.bodywebsite .-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.bodywebsite .-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.bodywebsite .-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.bodywebsite .-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.bodywebsite .-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.bodywebsite .-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.bodywebsite .-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.bodywebsite .-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.bodywebsite .-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.bodywebsite .-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.bodywebsite .-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}
.bodywebsite .mt-0 {
  margin-top: 0;
}
.bodywebsite .mr-0 {
  margin-right: 0;
}
.bodywebsite .mb-0 {
  margin-bottom: 0;
}
.bodywebsite .ml-0 {
  margin-left: 0;
}
.bodywebsite .mt-1 {
  margin-top: 0.25rem;
}
.bodywebsite .mr-1 {
  margin-right: 0.25rem;
}
.bodywebsite .mb-1 {
  margin-bottom: 0.25rem;
}
.bodywebsite .ml-1 {
  margin-left: 0.25rem;
}
.bodywebsite .mt-2 {
  margin-top: 0.5rem;
}
.bodywebsite .mr-2 {
  margin-right: 0.5rem;
}
.bodywebsite .mb-2 {
  margin-bottom: 0.5rem;
}
.bodywebsite .ml-2 {
  margin-left: 0.5rem;
}
.bodywebsite .mt-3 {
  margin-top: 0.75rem;
}
.bodywebsite .mr-3 {
  margin-right: 0.75rem;
}
.bodywebsite .mb-3 {
  margin-bottom: 0.75rem;
}
.bodywebsite .ml-3 {
  margin-left: 0.75rem;
}
.bodywebsite .mt-4 {
  margin-top: 1rem;
}
.bodywebsite .mr-4 {
  margin-right: 1rem;
}
.bodywebsite .mb-4 {
  margin-bottom: 1rem;
}
.bodywebsite .ml-4 {
  margin-left: 1rem;
}
.bodywebsite .mt-5 {
  margin-top: 1.25rem;
}
.bodywebsite .mr-5 {
  margin-right: 1.25rem;
}
.bodywebsite .mb-5 {
  margin-bottom: 1.25rem;
}
.bodywebsite .ml-5 {
  margin-left: 1.25rem;
}
.bodywebsite .mt-6 {
  margin-top: 1.5rem;
}
.bodywebsite .mr-6 {
  margin-right: 1.5rem;
}
.bodywebsite .mb-6 {
  margin-bottom: 1.5rem;
}
.bodywebsite .ml-6 {
  margin-left: 1.5rem;
}
.bodywebsite .mt-8 {
  margin-top: 2rem;
}
.bodywebsite .mr-8 {
  margin-right: 2rem;
}
.bodywebsite .mb-8 {
  margin-bottom: 2rem;
}
.bodywebsite .ml-8 {
  margin-left: 2rem;
}
.bodywebsite .mt-10 {
  margin-top: 2.5rem;
}
.bodywebsite .mr-10 {
  margin-right: 2.5rem;
}
.bodywebsite .mb-10 {
  margin-bottom: 2.5rem;
}
.bodywebsite .ml-10 {
  margin-left: 2.5rem;
}
.bodywebsite .mt-12 {
  margin-top: 3rem;
}
.bodywebsite .mr-12 {
  margin-right: 3rem;
}
.bodywebsite .mb-12 {
  margin-bottom: 3rem;
}
.bodywebsite .ml-12 {
  margin-left: 3rem;
}
.bodywebsite .mt-16 {
  margin-top: 4rem;
}
.bodywebsite .mr-16 {
  margin-right: 4rem;
}
.bodywebsite .mb-16 {
  margin-bottom: 4rem;
}
.bodywebsite .ml-16 {
  margin-left: 4rem;
}
.bodywebsite .mt-20 {
  margin-top: 5rem;
}
.bodywebsite .mr-20 {
  margin-right: 5rem;
}
.bodywebsite .mb-20 {
  margin-bottom: 5rem;
}
.bodywebsite .ml-20 {
  margin-left: 5rem;
}
.bodywebsite .mt-24 {
  margin-top: 6rem;
}
.bodywebsite .mr-24 {
  margin-right: 6rem;
}
.bodywebsite .mb-24 {
  margin-bottom: 6rem;
}
.bodywebsite .ml-24 {
  margin-left: 6rem;
}
.bodywebsite .mt-32 {
  margin-top: 8rem;
}
.bodywebsite .mr-32 {
  margin-right: 8rem;
}
.bodywebsite .mb-32 {
  margin-bottom: 8rem;
}
.bodywebsite .ml-32 {
  margin-left: 8rem;
}
.bodywebsite .mt-40 {
  margin-top: 10rem;
}
.bodywebsite .mr-40 {
  margin-right: 10rem;
}
.bodywebsite .mb-40 {
  margin-bottom: 10rem;
}
.bodywebsite .ml-40 {
  margin-left: 10rem;
}
.bodywebsite .mt-48 {
  margin-top: 12rem;
}
.bodywebsite .mr-48 {
  margin-right: 12rem;
}
.bodywebsite .mb-48 {
  margin-bottom: 12rem;
}
.bodywebsite .ml-48 {
  margin-left: 12rem;
}
.bodywebsite .mt-56 {
  margin-top: 14rem;
}
.bodywebsite .mr-56 {
  margin-right: 14rem;
}
.bodywebsite .mb-56 {
  margin-bottom: 14rem;
}
.bodywebsite .ml-56 {
  margin-left: 14rem;
}
.bodywebsite .mt-64 {
  margin-top: 16rem;
}
.bodywebsite .mr-64 {
  margin-right: 16rem;
}
.bodywebsite .mb-64 {
  margin-bottom: 16rem;
}
.bodywebsite .ml-64 {
  margin-left: 16rem;
}
.bodywebsite .mt-auto {
  margin-top: auto;
}
.bodywebsite .mr-auto {
  margin-right: auto;
}
.bodywebsite .mb-auto {
  margin-bottom: auto;
}
.bodywebsite .ml-auto {
  margin-left: auto;
}
.bodywebsite .mt-px {
  margin-top: 1px;
}
.bodywebsite .mr-px {
  margin-right: 1px;
}
.bodywebsite .mb-px {
  margin-bottom: 1px;
}
.bodywebsite .ml-px {
  margin-left: 1px;
}
.bodywebsite .-mt-1 {
  margin-top: -0.25rem;
}
.bodywebsite .-mr-1 {
  margin-right: -0.25rem;
}
.bodywebsite .-mb-1 {
  margin-bottom: -0.25rem;
}
.bodywebsite .-ml-1 {
  margin-left: -0.25rem;
}
.bodywebsite .-mt-2 {
  margin-top: -0.5rem;
}
.bodywebsite .-mr-2 {
  margin-right: -0.5rem;
}
.bodywebsite .-mb-2 {
  margin-bottom: -0.5rem;
}
.bodywebsite .-ml-2 {
  margin-left: -0.5rem;
}
.bodywebsite .-mt-3 {
  margin-top: -0.75rem;
}
.bodywebsite .-mr-3 {
  margin-right: -0.75rem;
}
.bodywebsite .-mb-3 {
  margin-bottom: -0.75rem;
}
.bodywebsite .-ml-3 {
  margin-left: -0.75rem;
}
.bodywebsite .-mt-4 {
  margin-top: -1rem;
}
.bodywebsite .-mr-4 {
  margin-right: -1rem;
}
.bodywebsite .-mb-4 {
  margin-bottom: -1rem;
}
.bodywebsite .-ml-4 {
  margin-left: -1rem;
}
.bodywebsite .-mt-5 {
  margin-top: -1.25rem;
}
.bodywebsite .-mr-5 {
  margin-right: -1.25rem;
}
.bodywebsite .-mb-5 {
  margin-bottom: -1.25rem;
}
.bodywebsite .-ml-5 {
  margin-left: -1.25rem;
}
.bodywebsite .-mt-6 {
  margin-top: -1.5rem;
}
.bodywebsite .-mr-6 {
  margin-right: -1.5rem;
}
.bodywebsite .-mb-6 {
  margin-bottom: -1.5rem;
}
.bodywebsite .-ml-6 {
  margin-left: -1.5rem;
}
.bodywebsite .-mt-8 {
  margin-top: -2rem;
}
.bodywebsite .-mr-8 {
  margin-right: -2rem;
}
.bodywebsite .-mb-8 {
  margin-bottom: -2rem;
}
.bodywebsite .-ml-8 {
  margin-left: -2rem;
}
.bodywebsite .-mt-10 {
  margin-top: -2.5rem;
}
.bodywebsite .-mr-10 {
  margin-right: -2.5rem;
}
.bodywebsite .-mb-10 {
  margin-bottom: -2.5rem;
}
.bodywebsite .-ml-10 {
  margin-left: -2.5rem;
}
.bodywebsite .-mt-12 {
  margin-top: -3rem;
}
.bodywebsite .-mr-12 {
  margin-right: -3rem;
}
.bodywebsite .-mb-12 {
  margin-bottom: -3rem;
}
.bodywebsite .-ml-12 {
  margin-left: -3rem;
}
.bodywebsite .-mt-16 {
  margin-top: -4rem;
}
.bodywebsite .-mr-16 {
  margin-right: -4rem;
}
.bodywebsite .-mb-16 {
  margin-bottom: -4rem;
}
.bodywebsite .-ml-16 {
  margin-left: -4rem;
}
.bodywebsite .-mt-20 {
  margin-top: -5rem;
}
.bodywebsite .-mr-20 {
  margin-right: -5rem;
}
.bodywebsite .-mb-20 {
  margin-bottom: -5rem;
}
.bodywebsite .-ml-20 {
  margin-left: -5rem;
}
.bodywebsite .-mt-24 {
  margin-top: -6rem;
}
.bodywebsite .-mr-24 {
  margin-right: -6rem;
}
.bodywebsite .-mb-24 {
  margin-bottom: -6rem;
}
.bodywebsite .-ml-24 {
  margin-left: -6rem;
}
.bodywebsite .-mt-32 {
  margin-top: -8rem;
}
.bodywebsite .-mr-32 {
  margin-right: -8rem;
}
.bodywebsite .-mb-32 {
  margin-bottom: -8rem;
}
.bodywebsite .-ml-32 {
  margin-left: -8rem;
}
.bodywebsite .-mt-40 {
  margin-top: -10rem;
}
.bodywebsite .-mr-40 {
  margin-right: -10rem;
}
.bodywebsite .-mb-40 {
  margin-bottom: -10rem;
}
.bodywebsite .-ml-40 {
  margin-left: -10rem;
}
.bodywebsite .-mt-48 {
  margin-top: -12rem;
}
.bodywebsite .-mr-48 {
  margin-right: -12rem;
}
.bodywebsite .-mb-48 {
  margin-bottom: -12rem;
}
.bodywebsite .-ml-48 {
  margin-left: -12rem;
}
.bodywebsite .-mt-56 {
  margin-top: -14rem;
}
.bodywebsite .-mr-56 {
  margin-right: -14rem;
}
.bodywebsite .-mb-56 {
  margin-bottom: -14rem;
}
.bodywebsite .-ml-56 {
  margin-left: -14rem;
}
.bodywebsite .-mt-64 {
  margin-top: -16rem;
}
.bodywebsite .-mr-64 {
  margin-right: -16rem;
}
.bodywebsite .-mb-64 {
  margin-bottom: -16rem;
}
.bodywebsite .-ml-64 {
  margin-left: -16rem;
}
.bodywebsite .-mt-px {
  margin-top: -1px;
}
.bodywebsite .-mr-px {
  margin-right: -1px;
}
.bodywebsite .-mb-px {
  margin-bottom: -1px;
}
.bodywebsite .-ml-px {
  margin-left: -1px;
}
.bodywebsite .max-h-full {
  max-height: 100%;
}
.bodywebsite .max-h-screen {
  max-height: 100vh;
}
.bodywebsite .max-w-none {
  max-width: none;
}
.bodywebsite .max-w-xs {
  max-width: 20rem;
}
.bodywebsite .max-w-sm {
  max-width: 24rem;
}
.bodywebsite .max-w-md {
  max-width: 28rem;
}
.bodywebsite .max-w-lg {
  max-width: 32rem;
}
.bodywebsite .max-w-xl {
  max-width: 36rem;
}
.bodywebsite .max-w-2xl {
  max-width: 42rem;
}
.bodywebsite .max-w-3xl {
  max-width: 48rem;
}
.bodywebsite .max-w-4xl {
  max-width: 56rem;
}
.bodywebsite .max-w-5xl {
  max-width: 64rem;
}
.bodywebsite .max-w-6xl {
  max-width: 72rem;
}
.bodywebsite .max-w-full {
  max-width: 100%;
}
.bodywebsite .max-w-screen-sm {
  max-width: 640px;
}
.bodywebsite .max-w-screen-md {
  max-width: 768px;
}
.bodywebsite .max-w-screen-lg {
  max-width: 1024px;
}
.bodywebsite .max-w-screen-xl {
  max-width: 1280px;
}
.bodywebsite .min-h-0 {
  min-height: 0;
}
.bodywebsite .min-h-full {
  min-height: 100%;
}
.bodywebsite .min-h-screen {
  min-height: 100vh;
}
.bodywebsite .min-w-0 {
  min-width: 0;
}
.bodywebsite .min-w-full {
  min-width: 100%;
}
.bodywebsite .object-contain {
  object-fit: contain;
}
.bodywebsite .object-cover {
  object-fit: cover;
}
.bodywebsite .object-fill {
  object-fit: fill;
}
.bodywebsite .object-none {
  object-fit: none;
}
.bodywebsite .object-scale-down {
  object-fit: scale-down;
}
.bodywebsite .object-bottom {
  object-position: bottom;
}
.bodywebsite .object-center {
  object-position: center;
}
.bodywebsite .object-left {
  object-position: left;
}
.bodywebsite .object-left-bottom {
  object-position: left bottom;
}
.bodywebsite .object-left-top {
  object-position: left top;
}
.bodywebsite .object-right {
  object-position: right;
}
.bodywebsite .object-right-bottom {
  object-position: right bottom;
}
.bodywebsite .object-right-top {
  object-position: right top;
}
.bodywebsite .object-top {
  object-position: top;
}
.bodywebsite .opacity-0 {
  opacity: 0;
}
.bodywebsite .opacity-25 {
  opacity: 0.25;
}
.bodywebsite .opacity-50 {
  opacity: 0.5;
}
.bodywebsite .opacity-75 {
  opacity: 0.75;
}
.bodywebsite .opacity-100 {
  opacity: 1;
}
.bodywebsite .hover\:opacity-0:hover {
  opacity: 0;
}
.bodywebsite .hover\:opacity-25:hover {
  opacity: 0.25;
}
.bodywebsite .hover\:opacity-50:hover {
  opacity: 0.5;
}
.bodywebsite .hover\:opacity-75:hover {
  opacity: 0.75;
}
.bodywebsite .hover\:opacity-100:hover {
  opacity: 1;
}
.bodywebsite .focus\:opacity-0:focus {
  opacity: 0;
}
.bodywebsite .focus\:opacity-25:focus {
  opacity: 0.25;
}
.bodywebsite .focus\:opacity-50:focus {
  opacity: 0.5;
}
.bodywebsite .focus\:opacity-75:focus {
  opacity: 0.75;
}
.bodywebsite .focus\:opacity-100:focus {
  opacity: 1;
}
.bodywebsite .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bodywebsite .outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.bodywebsite .outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.bodywebsite .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bodywebsite .focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.bodywebsite .focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.bodywebsite .overflow-auto {
  overflow: auto;
}
.bodywebsite .overflow-hidden {
  overflow: hidden;
}
.bodywebsite .overflow-visible {
  overflow: visible;
}
.bodywebsite .overflow-scroll {
  overflow: scroll;
}
.bodywebsite .overflow-x-auto {
  overflow-x: auto;
}
.bodywebsite .overflow-y-auto {
  overflow-y: auto;
}
.bodywebsite .overflow-x-hidden {
  overflow-x: hidden;
}
.bodywebsite .overflow-y-hidden {
  overflow-y: hidden;
}
.bodywebsite .overflow-x-visible {
  overflow-x: visible;
}
.bodywebsite .overflow-y-visible {
  overflow-y: visible;
}
.bodywebsite .overflow-x-scroll {
  overflow-x: scroll;
}
.bodywebsite .overflow-y-scroll {
  overflow-y: scroll;
}
.bodywebsite .scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.bodywebsite .scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
.bodywebsite .overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
}
.bodywebsite .overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.bodywebsite .overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.bodywebsite .overscroll-y-auto {
  overscroll-behavior-y: auto;
}
.bodywebsite .overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.bodywebsite .overscroll-y-none {
  overscroll-behavior-y: none;
}
.bodywebsite .overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.bodywebsite .overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.bodywebsite .overscroll-x-none {
  overscroll-behavior-x: none;
}
.bodywebsite .p-0 {
  padding: 0;
}
.bodywebsite .p-1 {
  padding: 0.25rem;
}
.bodywebsite .p-2 {
  padding: 0.5rem;
}
.bodywebsite .p-3 {
  padding: 0.75rem;
}
.bodywebsite .p-4 {
  padding: 1rem;
}
.bodywebsite .p-5 {
  padding: 1.25rem;
}
.bodywebsite .p-6 {
  padding: 1.5rem;
}
.bodywebsite .p-8 {
  padding: 2rem;
}
.bodywebsite .p-10 {
  padding: 2.5rem;
}
.bodywebsite .p-12 {
  padding: 3rem;
}
.bodywebsite .p-16 {
  padding: 4rem;
}
.bodywebsite .p-20 {
  padding: 5rem;
}
.bodywebsite .p-24 {
  padding: 6rem;
}
.bodywebsite .p-32 {
  padding: 8rem;
}
.bodywebsite .p-40 {
  padding: 10rem;
}
.bodywebsite .p-48 {
  padding: 12rem;
}
.bodywebsite .p-56 {
  padding: 14rem;
}
.bodywebsite .p-64 {
  padding: 16rem;
}
.bodywebsite .p-px {
  padding: 1px;
}
.bodywebsite .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.bodywebsite .px-0 {
  padding-left: 0;
  padding-right: 0;
}
.bodywebsite .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bodywebsite .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.bodywebsite .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bodywebsite .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.bodywebsite .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bodywebsite .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.bodywebsite .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bodywebsite .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.bodywebsite .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.bodywebsite .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.bodywebsite .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.bodywebsite .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bodywebsite .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bodywebsite .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.bodywebsite .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bodywebsite .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.bodywebsite .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bodywebsite .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.bodywebsite .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bodywebsite .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.bodywebsite .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bodywebsite .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.bodywebsite .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.bodywebsite .px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.bodywebsite .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.bodywebsite .px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.bodywebsite .py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.bodywebsite .px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.bodywebsite .py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.bodywebsite .px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.bodywebsite .py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.bodywebsite .px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.bodywebsite .py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.bodywebsite .px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.bodywebsite .py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.bodywebsite .px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.bodywebsite .pt-0 {
  padding-top: 0;
}
.bodywebsite .pr-0 {
  padding-right: 0;
}
.bodywebsite .pb-0 {
  padding-bottom: 0;
}
.bodywebsite .pl-0 {
  padding-left: 0;
}
.bodywebsite .pt-1 {
  padding-top: 0.25rem;
}
.bodywebsite .pr-1 {
  padding-right: 0.25rem;
}
.bodywebsite .pb-1 {
  padding-bottom: 0.25rem;
}
.bodywebsite .pl-1 {
  padding-left: 0.25rem;
}
.bodywebsite .pt-2 {
  padding-top: 0.5rem;
}
.bodywebsite .pr-2 {
  padding-right: 0.5rem;
}
.bodywebsite .pb-2 {
  padding-bottom: 0.5rem;
}
.bodywebsite .pl-2 {
  padding-left: 0.5rem;
}
.bodywebsite .pt-3 {
  padding-top: 0.75rem;
}
.bodywebsite .pr-3 {
  padding-right: 0.75rem;
}
.bodywebsite .pb-3 {
  padding-bottom: 0.75rem;
}
.bodywebsite .pl-3 {
  padding-left: 0.75rem;
}
.bodywebsite .pt-4 {
  padding-top: 1rem;
}
.bodywebsite .pr-4 {
  padding-right: 1rem;
}
.bodywebsite .pb-4 {
  padding-bottom: 1rem;
}
.bodywebsite .pl-4 {
  padding-left: 1rem;
}
.bodywebsite .pt-5 {
  padding-top: 1.25rem;
}
.bodywebsite .pr-5 {
  padding-right: 1.25rem;
}
.bodywebsite .pb-5 {
  padding-bottom: 1.25rem;
}
.bodywebsite .pl-5 {
  padding-left: 1.25rem;
}
.bodywebsite .pt-6 {
  padding-top: 1.5rem;
}
.bodywebsite .pr-6 {
  padding-right: 1.5rem;
}
.bodywebsite .pb-6 {
  padding-bottom: 1.5rem;
}
.bodywebsite .pl-6 {
  padding-left: 1.5rem;
}
.bodywebsite .pt-8 {
  padding-top: 2rem;
}
.bodywebsite .pr-8 {
  padding-right: 2rem;
}
.bodywebsite .pb-8 {
  padding-bottom: 2rem;
}
.bodywebsite .pl-8 {
  padding-left: 2rem;
}
.bodywebsite .pt-10 {
  padding-top: 2.5rem;
}
.bodywebsite .pr-10 {
  padding-right: 2.5rem;
}
.bodywebsite .pb-10 {
  padding-bottom: 2.5rem;
}
.bodywebsite .pl-10 {
  padding-left: 2.5rem;
}
.bodywebsite .pt-12 {
  padding-top: 3rem;
}
.bodywebsite .pr-12 {
  padding-right: 3rem;
}
.bodywebsite .pb-12 {
  padding-bottom: 3rem;
}
.bodywebsite .pl-12 {
  padding-left: 3rem;
}
.bodywebsite .pt-16 {
  padding-top: 4rem;
}
.bodywebsite .pr-16 {
  padding-right: 4rem;
}
.bodywebsite .pb-16 {
  padding-bottom: 4rem;
}
.bodywebsite .pl-16 {
  padding-left: 4rem;
}
.bodywebsite .pt-20 {
  padding-top: 5rem;
}
.bodywebsite .pr-20 {
  padding-right: 5rem;
}
.bodywebsite .pb-20 {
  padding-bottom: 5rem;
}
.bodywebsite .pl-20 {
  padding-left: 5rem;
}
.bodywebsite .pt-24 {
  padding-top: 6rem;
}
.bodywebsite .pr-24 {
  padding-right: 6rem;
}
.bodywebsite .pb-24 {
  padding-bottom: 6rem;
}
.bodywebsite .pl-24 {
  padding-left: 6rem;
}
.bodywebsite .pt-32 {
  padding-top: 8rem;
}
.bodywebsite .pr-32 {
  padding-right: 8rem;
}
.bodywebsite .pb-32 {
  padding-bottom: 8rem;
}
.bodywebsite .pl-32 {
  padding-left: 8rem;
}
.bodywebsite .pt-40 {
  padding-top: 10rem;
}
.bodywebsite .pr-40 {
  padding-right: 10rem;
}
.bodywebsite .pb-40 {
  padding-bottom: 10rem;
}
.bodywebsite .pl-40 {
  padding-left: 10rem;
}
.bodywebsite .pt-48 {
  padding-top: 12rem;
}
.bodywebsite .pr-48 {
  padding-right: 12rem;
}
.bodywebsite .pb-48 {
  padding-bottom: 12rem;
}
.bodywebsite .pl-48 {
  padding-left: 12rem;
}
.bodywebsite .pt-56 {
  padding-top: 14rem;
}
.bodywebsite .pr-56 {
  padding-right: 14rem;
}
.bodywebsite .pb-56 {
  padding-bottom: 14rem;
}
.bodywebsite .pl-56 {
  padding-left: 14rem;
}
.bodywebsite .pt-64 {
  padding-top: 16rem;
}
.bodywebsite .pr-64 {
  padding-right: 16rem;
}
.bodywebsite .pb-64 {
  padding-bottom: 16rem;
}
.bodywebsite .pl-64 {
  padding-left: 16rem;
}
.bodywebsite .pt-px {
  padding-top: 1px;
}
.bodywebsite .pr-px {
  padding-right: 1px;
}
.bodywebsite .pb-px {
  padding-bottom: 1px;
}
.bodywebsite .pl-px {
  padding-left: 1px;
}
.bodywebsite .placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}
.bodywebsite .placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}
.bodywebsite .placeholder-transparent::placeholder {
  color: transparent;
}
.bodywebsite .placeholder-current:-ms-input-placeholder {
  color: currentColor;
}
.bodywebsite .placeholder-current::-ms-input-placeholder {
  color: currentColor;
}
.bodywebsite .placeholder-current::placeholder {
  color: currentColor;
}
.bodywebsite .placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-100::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-200::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-300::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-700::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-800::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-gray-900::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-300::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-400::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-500::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-600::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-700::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-800::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .placeholder-red-900::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-200::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-600::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-700::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-800::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .placeholder-orange-900::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-100::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-200::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-300::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-400::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-500::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-600::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-700::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-800::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .placeholder-green-900::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-100::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-200::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-300::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-400::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-500::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-600::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-700::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-800::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .placeholder-teal-900::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-200::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-300::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-400::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-500::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-600::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-700::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-800::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-blue-900::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-100::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-200::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-300::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-400::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-500::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-600::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-700::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-800::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .placeholder-purple-900::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-200::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-300::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-400::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-500::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-600::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-600::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-700::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-700::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-800::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-800::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-900::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .placeholder-pink-900::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}
.bodywebsite .focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}
.bodywebsite .focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}
.bodywebsite .focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}
.bodywebsite .focus\:placeholder-current:focus::-ms-input-placeholder {
  color: currentColor;
}
.bodywebsite .focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}
.bodywebsite .focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-red-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-orange-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-yellow-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .focus\:placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}
.bodywebsite .placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0;
}
.bodywebsite .focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25;
}
.bodywebsite .focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}
.bodywebsite .focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75;
}
.bodywebsite .focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1;
}
.bodywebsite .pointer-events-none {
  pointer-events: none;
}
.bodywebsite .pointer-events-auto {
  pointer-events: auto;
}
.bodywebsite .static {
  position: static;
}
.bodywebsite .fixed {
  position: fixed;
}
.bodywebsite .absolute {
  position: absolute;
}
.bodywebsite .relative {
  position: relative;
}
.bodywebsite .sticky {
  position: -webkit-sticky;
  position: sticky;
}
.bodywebsite .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bodywebsite .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywebsite .inset-y-0 {
  top: 0;
  bottom: 0;
}
.bodywebsite .inset-x-0 {
  right: 0;
  left: 0;
}
.bodywebsite .inset-y-auto {
  top: auto;
  bottom: auto;
}
.bodywebsite .inset-x-auto {
  right: auto;
  left: auto;
}
.bodywebsite .top-0 {
  top: 0;
}
.bodywebsite .right-0 {
  right: 0;
}
.bodywebsite .bottom-0 {
  bottom: 0;
}
.bodywebsite .left-0 {
  left: 0;
}
.bodywebsite .top-auto {
  top: auto;
}
.bodywebsite .right-auto {
  right: auto;
}
.bodywebsite .bottom-auto {
  bottom: auto;
}
.bodywebsite .left-auto {
  left: auto;
}
.bodywebsite .resize-none {
  resize: none;
}
.bodywebsite .resize-y {
  resize: vertical;
}
.bodywebsite .resize-x {
  resize: horizontal;
}
.bodywebsite .resize {
  resize: both;
}
.bodywebsite .shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.bodywebsite .shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.bodywebsite .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bodywebsite .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bodywebsite .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.bodywebsite .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.bodywebsite .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.bodywebsite .shadow-none {
  box-shadow: none;
}
.bodywebsite .hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.bodywebsite .hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.bodywebsite .hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bodywebsite .hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bodywebsite .hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.bodywebsite .hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.bodywebsite .hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.bodywebsite .hover\:shadow-none:hover {
  box-shadow: none;
}
.bodywebsite .focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.bodywebsite .focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.bodywebsite .focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bodywebsite .focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bodywebsite .focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.bodywebsite .focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.bodywebsite .focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.bodywebsite .focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.bodywebsite .focus\:shadow-none:focus {
  box-shadow: none;
}
.bodywebsite .fill-current {
  fill: currentColor;
}
.bodywebsite .stroke-current {
  stroke: currentColor;
}
.bodywebsite .stroke-0 {
  stroke-width: 0;
}
.bodywebsite .stroke-1 {
  stroke-width: 1;
}
.bodywebsite .stroke-2 {
  stroke-width: 2;
}
.bodywebsite .table-auto {
  table-layout: auto;
}
.bodywebsite .table-fixed {
  table-layout: fixed;
}
.bodywebsite .text-left {
  text-align: left;
}
.bodywebsite .text-center {
  text-align: center;
}
.bodywebsite .text-right {
  text-align: right;
}
.bodywebsite .text-justify {
  text-align: justify;
}
.bodywebsite .text-transparent {
  color: transparent;
}
.bodywebsite .text-current {
  color: currentColor;
}
.bodywebsite .text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.bodywebsite .text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.bodywebsite .text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}
.bodywebsite .text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}
.bodywebsite .text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}
.bodywebsite .text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}
.bodywebsite .text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.bodywebsite .text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}
.bodywebsite .text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}
.bodywebsite .text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}
.bodywebsite .text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}
.bodywebsite .text-red-100 {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}
.bodywebsite .text-red-200 {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}
.bodywebsite .text-red-300 {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}
.bodywebsite .text-red-400 {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}
.bodywebsite .text-red-500 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}
.bodywebsite .text-red-600 {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}
.bodywebsite .text-red-700 {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}
.bodywebsite .text-red-800 {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}
.bodywebsite .text-red-900 {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}
.bodywebsite .text-orange-100 {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}
.bodywebsite .text-orange-200 {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}
.bodywebsite .text-orange-300 {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}
.bodywebsite .text-orange-400 {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}
.bodywebsite .text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}
.bodywebsite .text-orange-600 {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}
.bodywebsite .text-orange-700 {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}
.bodywebsite .text-orange-800 {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}
.bodywebsite .text-orange-900 {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}
.bodywebsite .text-yellow-100 {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}
.bodywebsite .text-yellow-200 {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}
.bodywebsite .text-yellow-300 {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}
.bodywebsite .text-yellow-400 {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}
.bodywebsite .text-yellow-500 {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}
.bodywebsite .text-yellow-600 {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}
.bodywebsite .text-yellow-700 {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}
.bodywebsite .text-yellow-800 {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}
.bodywebsite .text-yellow-900 {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}
.bodywebsite .text-green-100 {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}
.bodywebsite .text-green-200 {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}
.bodywebsite .text-green-300 {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}
.bodywebsite .text-green-400 {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}
.bodywebsite .text-green-500 {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}
.bodywebsite .text-green-600 {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}
.bodywebsite .text-green-700 {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}
.bodywebsite .text-green-800 {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}
.bodywebsite .text-green-900 {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}
.bodywebsite .text-teal-100 {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}
.bodywebsite .text-teal-200 {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}
.bodywebsite .text-teal-300 {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}
.bodywebsite .text-teal-400 {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}
.bodywebsite .text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}
.bodywebsite .text-teal-600 {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}
.bodywebsite .text-teal-700 {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}
.bodywebsite .text-teal-800 {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}
.bodywebsite .text-teal-900 {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}
.bodywebsite .text-blue-100 {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}
.bodywebsite .text-blue-200 {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}
.bodywebsite .text-blue-300 {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}
.bodywebsite .text-blue-400 {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}
.bodywebsite .text-blue-500 {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}
.bodywebsite .text-blue-600 {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}
.bodywebsite .text-blue-700 {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}
.bodywebsite .text-blue-800 {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}
.bodywebsite .text-blue-900 {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}
.bodywebsite .text-indigo-100 {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}
.bodywebsite .text-indigo-200 {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}
.bodywebsite .text-indigo-300 {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}
.bodywebsite .text-indigo-400 {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}
.bodywebsite .text-indigo-500 {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}
.bodywebsite .text-indigo-600 {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}
.bodywebsite .text-indigo-700 {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}
.bodywebsite .text-indigo-800 {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}
.bodywebsite .text-indigo-900 {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}
.bodywebsite .text-purple-100 {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}
.bodywebsite .text-purple-200 {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}
.bodywebsite .text-purple-300 {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}
.bodywebsite .text-purple-400 {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}
.bodywebsite .text-purple-500 {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}
.bodywebsite .text-purple-600 {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}
.bodywebsite .text-purple-700 {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}
.bodywebsite .text-purple-800 {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}
.bodywebsite .text-purple-900 {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}
.bodywebsite .text-pink-100 {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}
.bodywebsite .text-pink-200 {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}
.bodywebsite .text-pink-300 {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}
.bodywebsite .text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}
.bodywebsite .text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}
.bodywebsite .text-pink-600 {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}
.bodywebsite .text-pink-700 {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}
.bodywebsite .text-pink-800 {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}
.bodywebsite .text-pink-900 {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}
.bodywebsite .hover\:text-transparent:hover {
  color: transparent;
}
.bodywebsite .hover\:text-current:hover {
  color: currentColor;
}
.bodywebsite .hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.bodywebsite .hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-100:hover {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-200:hover {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-300:hover {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-400:hover {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-500:hover {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-600:hover {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-700:hover {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}
.bodywebsite .hover\:text-gray-900:hover {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}
.bodywebsite .hover\:text-red-100:hover {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}
.bodywebsite .hover\:text-red-200:hover {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}
.bodywebsite .hover\:text-red-300:hover {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}
.bodywebsite .hover\:text-red-400:hover {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}
.bodywebsite .hover\:text-red-500:hover {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}
.bodywebsite .hover\:text-red-600:hover {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}
.bodywebsite .hover\:text-red-700:hover {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}
.bodywebsite .hover\:text-red-800:hover {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}
.bodywebsite .hover\:text-red-900:hover {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-100:hover {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-200:hover {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-300:hover {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-400:hover {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-500:hover {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-600:hover {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-700:hover {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-800:hover {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}
.bodywebsite .hover\:text-orange-900:hover {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-100:hover {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-200:hover {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-300:hover {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-400:hover {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-500:hover {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-600:hover {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-700:hover {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-800:hover {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}
.bodywebsite .hover\:text-yellow-900:hover {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}
.bodywebsite .hover\:text-green-100:hover {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}
.bodywebsite .hover\:text-green-200:hover {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}
.bodywebsite .hover\:text-green-300:hover {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}
.bodywebsite .hover\:text-green-400:hover {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}
.bodywebsite .hover\:text-green-500:hover {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}
.bodywebsite .hover\:text-green-600:hover {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}
.bodywebsite .hover\:text-green-700:hover {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}
.bodywebsite .hover\:text-green-800:hover {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}
.bodywebsite .hover\:text-green-900:hover {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-100:hover {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-200:hover {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-300:hover {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-400:hover {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-500:hover {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-600:hover {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-700:hover {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-800:hover {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}
.bodywebsite .hover\:text-teal-900:hover {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-100:hover {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-200:hover {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-300:hover {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-400:hover {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-500:hover {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-600:hover {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-700:hover {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-800:hover {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}
.bodywebsite .hover\:text-blue-900:hover {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-100:hover {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-200:hover {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-300:hover {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-400:hover {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-500:hover {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-600:hover {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-700:hover {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-800:hover {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}
.bodywebsite .hover\:text-indigo-900:hover {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-100:hover {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-200:hover {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-300:hover {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-400:hover {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-500:hover {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-600:hover {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-700:hover {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-800:hover {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}
.bodywebsite .hover\:text-purple-900:hover {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-100:hover {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-200:hover {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-300:hover {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-400:hover {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-500:hover {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-600:hover {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-700:hover {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-800:hover {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}
.bodywebsite .hover\:text-pink-900:hover {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}
.bodywebsite .focus\:text-transparent:focus {
  color: transparent;
}
.bodywebsite .focus\:text-current:focus {
  color: currentColor;
}
.bodywebsite .focus\:text-black:focus {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.bodywebsite .focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-100:focus {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-200:focus {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-300:focus {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-400:focus {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-500:focus {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-600:focus {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-700:focus {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-800:focus {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}
.bodywebsite .focus\:text-gray-900:focus {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}
.bodywebsite .focus\:text-red-100:focus {
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}
.bodywebsite .focus\:text-red-200:focus {
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}
.bodywebsite .focus\:text-red-300:focus {
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}
.bodywebsite .focus\:text-red-400:focus {
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}
.bodywebsite .focus\:text-red-500:focus {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}
.bodywebsite .focus\:text-red-600:focus {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}
.bodywebsite .focus\:text-red-700:focus {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}
.bodywebsite .focus\:text-red-800:focus {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}
.bodywebsite .focus\:text-red-900:focus {
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-100:focus {
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-200:focus {
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-300:focus {
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-400:focus {
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-500:focus {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-600:focus {
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-700:focus {
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-800:focus {
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}
.bodywebsite .focus\:text-orange-900:focus {
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-100:focus {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-200:focus {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-300:focus {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-400:focus {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-500:focus {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-600:focus {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-700:focus {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-800:focus {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}
.bodywebsite .focus\:text-yellow-900:focus {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}
.bodywebsite .focus\:text-green-100:focus {
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}
.bodywebsite .focus\:text-green-200:focus {
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}
.bodywebsite .focus\:text-green-300:focus {
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}
.bodywebsite .focus\:text-green-400:focus {
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}
.bodywebsite .focus\:text-green-500:focus {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}
.bodywebsite .focus\:text-green-600:focus {
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}
.bodywebsite .focus\:text-green-700:focus {
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}
.bodywebsite .focus\:text-green-800:focus {
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}
.bodywebsite .focus\:text-green-900:focus {
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-100:focus {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-200:focus {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-300:focus {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-400:focus {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-500:focus {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-600:focus {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-700:focus {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-800:focus {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}
.bodywebsite .focus\:text-teal-900:focus {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-100:focus {
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-200:focus {
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-300:focus {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-400:focus {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-500:focus {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-600:focus {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-700:focus {
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-800:focus {
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}
.bodywebsite .focus\:text-blue-900:focus {
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-100:focus {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-200:focus {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-300:focus {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-400:focus {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-500:focus {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-600:focus {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-700:focus {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-800:focus {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}
.bodywebsite .focus\:text-indigo-900:focus {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-100:focus {
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-200:focus {
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-300:focus {
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-400:focus {
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-500:focus {
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-600:focus {
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-700:focus {
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-800:focus {
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}
.bodywebsite .focus\:text-purple-900:focus {
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-100:focus {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-200:focus {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-300:focus {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-400:focus {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-500:focus {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-600:focus {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-700:focus {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-800:focus {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}
.bodywebsite .focus\:text-pink-900:focus {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}
.bodywebsite .text-opacity-0 {
  --text-opacity: 0;
}
.bodywebsite .text-opacity-25 {
  --text-opacity: 0.25;
}
.bodywebsite .text-opacity-50 {
  --text-opacity: 0.5;
}
.bodywebsite .text-opacity-75 {
  --text-opacity: 0.75;
}
.bodywebsite .text-opacity-100 {
  --text-opacity: 1;
}
.bodywebsite .hover\:text-opacity-0:hover {
  --text-opacity: 0;
}
.bodywebsite .hover\:text-opacity-25:hover {
  --text-opacity: 0.25;
}
.bodywebsite .hover\:text-opacity-50:hover {
  --text-opacity: 0.5;
}
.bodywebsite .hover\:text-opacity-75:hover {
  --text-opacity: 0.75;
}
.bodywebsite .hover\:text-opacity-100:hover {
  --text-opacity: 1;
}
.bodywebsite .focus\:text-opacity-0:focus {
  --text-opacity: 0;
}
.bodywebsite .focus\:text-opacity-25:focus {
  --text-opacity: 0.25;
}
.bodywebsite .focus\:text-opacity-50:focus {
  --text-opacity: 0.5;
}
.bodywebsite .focus\:text-opacity-75:focus {
  --text-opacity: 0.75;
}
.bodywebsite .focus\:text-opacity-100:focus {
  --text-opacity: 1;
}
.bodywebsite .italic {
  font-style: italic;
}
.bodywebsite .not-italic {
  font-style: normal;
}
.bodywebsite .uppercase {
  text-transform: uppercase;
}
.bodywebsite .lowercase {
  text-transform: lowercase;
}
.bodywebsite .capitalize {
  text-transform: capitalize;
}
.bodywebsite .normal-case {
  text-transform: none;
}
.bodywebsite .underline {
  text-decoration: underline;
}
.bodywebsite .line-through {
  text-decoration: line-through;
}
.bodywebsite .no-underline {
  text-decoration: none;
}
.bodywebsite .hover\:underline:hover {
  text-decoration: underline;
}
.bodywebsite .hover\:line-through:hover {
  text-decoration: line-through;
}
.bodywebsite .hover\:no-underline:hover {
  text-decoration: none;
}
.bodywebsite .focus\:underline:focus {
  text-decoration: underline;
}
.bodywebsite .focus\:line-through:focus {
  text-decoration: line-through;
}
.bodywebsite .focus\:no-underline:focus {
  text-decoration: none;
}
.bodywebsite .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bodywebsite .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.bodywebsite .ordinal,
.bodywebsite .slashed-zero,
.bodywebsite .lining-nums,
.bodywebsite .oldstyle-nums,
.bodywebsite .proportional-nums,
.bodywebsite .tabular-nums,
.bodywebsite .diagonal-fractions,
.bodywebsite .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}
.bodywebsite .normal-nums {
  font-variant-numeric: normal;
}
.bodywebsite .ordinal {
  --font-variant-numeric-ordinal: ordinal;
}
.bodywebsite .slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}
.bodywebsite .lining-nums {
  --font-variant-numeric-figure: lining-nums;
}
.bodywebsite .oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}
.bodywebsite .proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}
.bodywebsite .tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}
.bodywebsite .diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}
.bodywebsite .stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}
.bodywebsite .tracking-tighter {
  letter-spacing: -0.05em;
}
.bodywebsite .tracking-tight {
  letter-spacing: -0.025em;
}
.bodywebsite .tracking-normal {
  letter-spacing: 0;
}
.bodywebsite .tracking-wide {
  letter-spacing: 0.025em;
}
.bodywebsite .tracking-wider {
  letter-spacing: 0.05em;
}
.bodywebsite .tracking-widest {
  letter-spacing: 0.1em;
}
.bodywebsite .select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bodywebsite .select-text {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.bodywebsite .select-all {
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.bodywebsite .select-auto {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.bodywebsite .align-baseline {
  vertical-align: baseline;
}
.bodywebsite .align-top {
  vertical-align: top;
}
.bodywebsite .align-middle {
  vertical-align: middle;
}
.bodywebsite .align-bottom {
  vertical-align: bottom;
}
.bodywebsite .align-text-top {
  vertical-align: text-top;
}
.bodywebsite .align-text-bottom {
  vertical-align: text-bottom;
}
.bodywebsite .visible {
  visibility: visible;
}
.bodywebsite .invisible {
  visibility: hidden;
}
.bodywebsite .whitespace-normal {
  white-space: normal;
}
.bodywebsite .whitespace-no-wrap {
  white-space: nowrap;
}
.bodywebsite .whitespace-pre {
  white-space: pre;
}
.bodywebsite .whitespace-pre-line {
  white-space: pre-line;
}
.bodywebsite .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.bodywebsite .break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.bodywebsite .break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.bodywebsite .break-all {
  word-break: break-all;
}
.bodywebsite .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bodywebsite .w-0 {
  width: 0;
}
.bodywebsite .w-1 {
  width: 0.25rem;
}
.bodywebsite .w-2 {
  width: 0.5rem;
}
.bodywebsite .w-3 {
  width: 0.75rem;
}
.bodywebsite .w-4 {
  width: 1rem;
}
.bodywebsite .w-5 {
  width: 1.25rem;
}
.bodywebsite .w-6 {
  width: 1.5rem;
}
.bodywebsite .w-8 {
  width: 2rem;
}
.bodywebsite .w-10 {
  width: 2.5rem;
}
.bodywebsite .w-12 {
  width: 3rem;
}
.bodywebsite .w-16 {
  width: 4rem;
}
.bodywebsite .w-20 {
  width: 5rem;
}
.bodywebsite .w-24 {
  width: 6rem;
}
.bodywebsite .w-32 {
  width: 8rem;
}
.bodywebsite .w-40 {
  width: 10rem;
}
.bodywebsite .w-48 {
  width: 12rem;
}
.bodywebsite .w-56 {
  width: 14rem;
}
.bodywebsite .w-64 {
  width: 16rem;
}
.bodywebsite .w-auto {
  width: auto;
}
.bodywebsite .w-px {
  width: 1px;
}
.bodywebsite .w-1\/2 {
  width: 50%;
}
.bodywebsite .w-1\/3 {
  width: 33.333333%;
}
.bodywebsite .w-2\/3 {
  width: 66.666667%;
}
.bodywebsite .w-1\/4 {
  width: 25%;
}
.bodywebsite .w-2\/4 {
  width: 50%;
}
.bodywebsite .w-3\/4 {
  width: 75%;
}
.bodywebsite .w-1\/5 {
  width: 20%;
}
.bodywebsite .w-2\/5 {
  width: 40%;
}
.bodywebsite .w-3\/5 {
  width: 60%;
}
.bodywebsite .w-4\/5 {
  width: 80%;
}
.bodywebsite .w-1\/6 {
  width: 16.666667%;
}
.bodywebsite .w-2\/6 {
  width: 33.333333%;
}
.bodywebsite .w-3\/6 {
  width: 50%;
}
.bodywebsite .w-4\/6 {
  width: 66.666667%;
}
.bodywebsite .w-5\/6 {
  width: 83.333333%;
}
.bodywebsite .w-1\/12 {
  width: 8.333333%;
}
.bodywebsite .w-2\/12 {
  width: 16.666667%;
}
.bodywebsite .w-3\/12 {
  width: 25%;
}
.bodywebsite .w-4\/12 {
  width: 33.333333%;
}
.bodywebsite .w-5\/12 {
  width: 41.666667%;
}
.bodywebsite .w-6\/12 {
  width: 50%;
}
.bodywebsite .w-7\/12 {
  width: 58.333333%;
}
.bodywebsite .w-8\/12 {
  width: 66.666667%;
}
.bodywebsite .w-9\/12 {
  width: 75%;
}
.bodywebsite .w-10\/12 {
  width: 83.333333%;
}
.bodywebsite .w-11\/12 {
  width: 91.666667%;
}
.bodywebsite .w-full {
  width: 100%;
}
.bodywebsite .w-screen {
  width: 100vw;
}
.bodywebsite .z-0 {
  z-index: 0;
}
.bodywebsite .z-10 {
  z-index: 10;
}
.bodywebsite .z-20 {
  z-index: 20;
}
.bodywebsite .z-30 {
  z-index: 30;
}
.bodywebsite .z-40 {
  z-index: 40;
}
.bodywebsite .z-50 {
  z-index: 50;
}
.bodywebsite .z-auto {
  z-index: auto;
}
.bodywebsite .gap-0 {
  grid-gap: 0;
  gap: 0;
}
.bodywebsite .gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.bodywebsite .gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.bodywebsite .gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.bodywebsite .gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}
.bodywebsite .gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.bodywebsite .gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.bodywebsite .gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}
.bodywebsite .gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.bodywebsite .gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}
.bodywebsite .gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}
.bodywebsite .gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}
.bodywebsite .gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}
.bodywebsite .gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}
.bodywebsite .gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}
.bodywebsite .gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}
.bodywebsite .gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}
.bodywebsite .gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}
.bodywebsite .gap-px {
  grid-gap: 1px;
  gap: 1px;
}
.bodywebsite .col-gap-0 {
  grid-column-gap: 0;
  column-gap: 0;
}
.bodywebsite .col-gap-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.bodywebsite .col-gap-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.bodywebsite .col-gap-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.bodywebsite .col-gap-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.bodywebsite .col-gap-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.bodywebsite .col-gap-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.bodywebsite .col-gap-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.bodywebsite .col-gap-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.bodywebsite .col-gap-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}
.bodywebsite .col-gap-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}
.bodywebsite .col-gap-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}
.bodywebsite .col-gap-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}
.bodywebsite .col-gap-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}
.bodywebsite .col-gap-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}
.bodywebsite .col-gap-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}
.bodywebsite .col-gap-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}
.bodywebsite .col-gap-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}
.bodywebsite .col-gap-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}
.bodywebsite .gap-x-0 {
  grid-column-gap: 0;
  column-gap: 0;
}
.bodywebsite .gap-x-1 {
  grid-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.bodywebsite .gap-x-2 {
  grid-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.bodywebsite .gap-x-3 {
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.bodywebsite .gap-x-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.bodywebsite .gap-x-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.bodywebsite .gap-x-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.bodywebsite .gap-x-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.bodywebsite .gap-x-10 {
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.bodywebsite .gap-x-12 {
  grid-column-gap: 3rem;
  column-gap: 3rem;
}
.bodywebsite .gap-x-16 {
  grid-column-gap: 4rem;
  column-gap: 4rem;
}
.bodywebsite .gap-x-20 {
  grid-column-gap: 5rem;
  column-gap: 5rem;
}
.bodywebsite .gap-x-24 {
  grid-column-gap: 6rem;
  column-gap: 6rem;
}
.bodywebsite .gap-x-32 {
  grid-column-gap: 8rem;
  column-gap: 8rem;
}
.bodywebsite .gap-x-40 {
  grid-column-gap: 10rem;
  column-gap: 10rem;
}
.bodywebsite .gap-x-48 {
  grid-column-gap: 12rem;
  column-gap: 12rem;
}
.bodywebsite .gap-x-56 {
  grid-column-gap: 14rem;
  column-gap: 14rem;
}
.bodywebsite .gap-x-64 {
  grid-column-gap: 16rem;
  column-gap: 16rem;
}
.bodywebsite .gap-x-px {
  grid-column-gap: 1px;
  column-gap: 1px;
}
.bodywebsite .row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}
.bodywebsite .row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}
.bodywebsite .row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.bodywebsite .row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}
.bodywebsite .row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.bodywebsite .row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}
.bodywebsite .row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.bodywebsite .row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.bodywebsite .row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}
.bodywebsite .row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
.bodywebsite .row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}
.bodywebsite .row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}
.bodywebsite .row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}
.bodywebsite .row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}
.bodywebsite .row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}
.bodywebsite .row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}
.bodywebsite .row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}
.bodywebsite .row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}
.bodywebsite .row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}
.bodywebsite .gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0;
}
.bodywebsite .gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}
.bodywebsite .gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.bodywebsite .gap-y-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}
.bodywebsite .gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.bodywebsite .gap-y-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}
.bodywebsite .gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.bodywebsite .gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.bodywebsite .gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}
.bodywebsite .gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}
.bodywebsite .gap-y-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}
.bodywebsite .gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}
.bodywebsite .gap-y-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}
.bodywebsite .gap-y-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}
.bodywebsite .gap-y-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}
.bodywebsite .gap-y-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}
.bodywebsite .gap-y-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}
.bodywebsite .gap-y-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}
.bodywebsite .gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}
.bodywebsite .grid-flow-row {
  grid-auto-flow: row;
}
.bodywebsite .grid-flow-col {
  grid-auto-flow: column;
}
.bodywebsite .grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.bodywebsite .grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.bodywebsite .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bodywebsite .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bodywebsite .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bodywebsite .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bodywebsite .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.bodywebsite .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.bodywebsite .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.bodywebsite .grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.bodywebsite .grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.bodywebsite .grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.bodywebsite .grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.bodywebsite .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.bodywebsite .grid-cols-none {
  grid-template-columns: none;
}
.bodywebsite .auto-cols-auto {
  grid-auto-columns: auto;
}
.bodywebsite .auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}
.bodywebsite .auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.bodywebsite .auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.bodywebsite .col-auto {
  grid-column: auto;
}
.bodywebsite .col-span-1 {
  grid-column: span 1 / span 1;
}
.bodywebsite .col-span-2 {
  grid-column: span 2 / span 2;
}
.bodywebsite .col-span-3 {
  grid-column: span 3 / span 3;
}
.bodywebsite .col-span-4 {
  grid-column: span 4 / span 4;
}
.bodywebsite .col-span-5 {
  grid-column: span 5 / span 5;
}
.bodywebsite .col-span-6 {
  grid-column: span 6 / span 6;
}
.bodywebsite .col-span-7 {
  grid-column: span 7 / span 7;
}
.bodywebsite .col-span-8 {
  grid-column: span 8 / span 8;
}
.bodywebsite .col-span-9 {
  grid-column: span 9 / span 9;
}
.bodywebsite .col-span-10 {
  grid-column: span 10 / span 10;
}
.bodywebsite .col-span-11 {
  grid-column: span 11 / span 11;
}
.bodywebsite .col-span-12 {
  grid-column: span 12 / span 12;
}
.bodywebsite .col-span-full {
  grid-column: -1;
}
.bodywebsite .col-start-1 {
  grid-column-start: 1;
}
.bodywebsite .col-start-2 {
  grid-column-start: 2;
}
.bodywebsite .col-start-3 {
  grid-column-start: 3;
}
.bodywebsite .col-start-4 {
  grid-column-start: 4;
}
.bodywebsite .col-start-5 {
  grid-column-start: 5;
}
.bodywebsite .col-start-6 {
  grid-column-start: 6;
}
.bodywebsite .col-start-7 {
  grid-column-start: 7;
}
.bodywebsite .col-start-8 {
  grid-column-start: 8;
}
.bodywebsite .col-start-9 {
  grid-column-start: 9;
}
.bodywebsite .col-start-10 {
  grid-column-start: 10;
}
.bodywebsite .col-start-11 {
  grid-column-start: 11;
}
.bodywebsite .col-start-12 {
  grid-column-start: 12;
}
.bodywebsite .col-start-13 {
  grid-column-start: 13;
}
.bodywebsite .col-start-auto {
  grid-column-start: auto;
}
.bodywebsite .col-end-1 {
  grid-column-end: 1;
}
.bodywebsite .col-end-2 {
  grid-column-end: 2;
}
.bodywebsite .col-end-3 {
  grid-column-end: 3;
}
.bodywebsite .col-end-4 {
  grid-column-end: 4;
}
.bodywebsite .col-end-5 {
  grid-column-end: 5;
}
.bodywebsite .col-end-6 {
  grid-column-end: 6;
}
.bodywebsite .col-end-7 {
  grid-column-end: 7;
}
.bodywebsite .col-end-8 {
  grid-column-end: 8;
}
.bodywebsite .col-end-9 {
  grid-column-end: 9;
}
.bodywebsite .col-end-10 {
  grid-column-end: 10;
}
.bodywebsite .col-end-11 {
  grid-column-end: 11;
}
.bodywebsite .col-end-12 {
  grid-column-end: 12;
}
.bodywebsite .col-end-13 {
  grid-column-end: 13;
}
.bodywebsite .col-end-auto {
  grid-column-end: auto;
}
.bodywebsite .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.bodywebsite .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.bodywebsite .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.bodywebsite .grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.bodywebsite .grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.bodywebsite .grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.bodywebsite .grid-rows-none {
  grid-template-rows: none;
}
.bodywebsite .auto-rows-auto {
  grid-auto-rows: auto;
}
.bodywebsite .auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.bodywebsite .auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.bodywebsite .auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.bodywebsite .row-auto {
  grid-row: auto;
}
.bodywebsite .row-span-1 {
  grid-row: span 1 / span 1;
}
.bodywebsite .row-span-2 {
  grid-row: span 2 / span 2;
}
.bodywebsite .row-span-3 {
  grid-row: span 3 / span 3;
}
.bodywebsite .row-span-4 {
  grid-row: span 4 / span 4;
}
.bodywebsite .row-span-5 {
  grid-row: span 5 / span 5;
}
.bodywebsite .row-span-6 {
  grid-row: span 6 / span 6;
}
.bodywebsite .row-span-full {
  grid-row: -1;
}
.bodywebsite .row-start-1 {
  grid-row-start: 1;
}
.bodywebsite .row-start-2 {
  grid-row-start: 2;
}
.bodywebsite .row-start-3 {
  grid-row-start: 3;
}
.bodywebsite .row-start-4 {
  grid-row-start: 4;
}
.bodywebsite .row-start-5 {
  grid-row-start: 5;
}
.bodywebsite .row-start-6 {
  grid-row-start: 6;
}
.bodywebsite .row-start-7 {
  grid-row-start: 7;
}
.bodywebsite .row-start-auto {
  grid-row-start: auto;
}
.bodywebsite .row-end-1 {
  grid-row-end: 1;
}
.bodywebsite .row-end-2 {
  grid-row-end: 2;
}
.bodywebsite .row-end-3 {
  grid-row-end: 3;
}
.bodywebsite .row-end-4 {
  grid-row-end: 4;
}
.bodywebsite .row-end-5 {
  grid-row-end: 5;
}
.bodywebsite .row-end-6 {
  grid-row-end: 6;
}
.bodywebsite .row-end-7 {
  grid-row-end: 7;
}
.bodywebsite .row-end-auto {
  grid-row-end: auto;
}
.bodywebsite .transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.bodywebsite .transform-none {
  transform: none;
}
.bodywebsite .origin-center {
  transform-origin: center;
}
.bodywebsite .origin-top {
  transform-origin: top;
}
.bodywebsite .origin-top-right {
  transform-origin: top right;
}
.bodywebsite .origin-right {
  transform-origin: right;
}
.bodywebsite .origin-bottom-right {
  transform-origin: bottom right;
}
.bodywebsite .origin-bottom {
  transform-origin: bottom;
}
.bodywebsite .origin-bottom-left {
  transform-origin: bottom left;
}
.bodywebsite .origin-left {
  transform-origin: left;
}
.bodywebsite .origin-top-left {
  transform-origin: top left;
}
.bodywebsite .scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.bodywebsite .scale-50 {
  --transform-scale-x: 0.5;
  --transform-scale-y: 0.5;
}
.bodywebsite .scale-75 {
  --transform-scale-x: 0.75;
  --transform-scale-y: 0.75;
}
.bodywebsite .scale-90 {
  --transform-scale-x: 0.9;
  --transform-scale-y: 0.9;
}
.bodywebsite .scale-95 {
  --transform-scale-x: 0.95;
  --transform-scale-y: 0.95;
}
.bodywebsite .scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.bodywebsite .scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.bodywebsite .scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.bodywebsite .scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.bodywebsite .scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.bodywebsite .scale-x-0 {
  --transform-scale-x: 0;
}
.bodywebsite .scale-x-50 {
  --transform-scale-x: 0.5;
}
.bodywebsite .scale-x-75 {
  --transform-scale-x: 0.75;
}
.bodywebsite .scale-x-90 {
  --transform-scale-x: 0.9;
}
.bodywebsite .scale-x-95 {
  --transform-scale-x: 0.95;
}
.bodywebsite .scale-x-100 {
  --transform-scale-x: 1;
}
.bodywebsite .scale-x-105 {
  --transform-scale-x: 1.05;
}
.bodywebsite .scale-x-110 {
  --transform-scale-x: 1.1;
}
.bodywebsite .scale-x-125 {
  --transform-scale-x: 1.25;
}
.bodywebsite .scale-x-150 {
  --transform-scale-x: 1.5;
}
.bodywebsite .scale-y-0 {
  --transform-scale-y: 0;
}
.bodywebsite .scale-y-50 {
  --transform-scale-y: 0.5;
}
.bodywebsite .scale-y-75 {
  --transform-scale-y: 0.75;
}
.bodywebsite .scale-y-90 {
  --transform-scale-y: 0.9;
}
.bodywebsite .scale-y-95 {
  --transform-scale-y: 0.95;
}
.bodywebsite .scale-y-100 {
  --transform-scale-y: 1;
}
.bodywebsite .scale-y-105 {
  --transform-scale-y: 1.05;
}
.bodywebsite .scale-y-110 {
  --transform-scale-y: 1.1;
}
.bodywebsite .scale-y-125 {
  --transform-scale-y: 1.25;
}
.bodywebsite .scale-y-150 {
  --transform-scale-y: 1.5;
}
.bodywebsite .hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.bodywebsite .hover\:scale-50:hover {
  --transform-scale-x: 0.5;
  --transform-scale-y: 0.5;
}
.bodywebsite .hover\:scale-75:hover {
  --transform-scale-x: 0.75;
  --transform-scale-y: 0.75;
}
.bodywebsite .hover\:scale-90:hover {
  --transform-scale-x: 0.9;
  --transform-scale-y: 0.9;
}
.bodywebsite .hover\:scale-95:hover {
  --transform-scale-x: 0.95;
  --transform-scale-y: 0.95;
}
.bodywebsite .hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.bodywebsite .hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.bodywebsite .hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.bodywebsite .hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.bodywebsite .hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.bodywebsite .hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}
.bodywebsite .hover\:scale-x-50:hover {
  --transform-scale-x: 0.5;
}
.bodywebsite .hover\:scale-x-75:hover {
  --transform-scale-x: 0.75;
}
.bodywebsite .hover\:scale-x-90:hover {
  --transform-scale-x: 0.9;
}
.bodywebsite .hover\:scale-x-95:hover {
  --transform-scale-x: 0.95;
}
.bodywebsite .hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}
.bodywebsite .hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}
.bodywebsite .hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}
.bodywebsite .hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}
.bodywebsite .hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}
.bodywebsite .hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}
.bodywebsite .hover\:scale-y-50:hover {
  --transform-scale-y: 0.5;
}
.bodywebsite .hover\:scale-y-75:hover {
  --transform-scale-y: 0.75;
}
.bodywebsite .hover\:scale-y-90:hover {
  --transform-scale-y: 0.9;
}
.bodywebsite .hover\:scale-y-95:hover {
  --transform-scale-y: 0.95;
}
.bodywebsite .hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}
.bodywebsite .hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}
.bodywebsite .hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}
.bodywebsite .hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}
.bodywebsite .hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}
.bodywebsite .focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}
.bodywebsite .focus\:scale-50:focus {
  --transform-scale-x: 0.5;
  --transform-scale-y: 0.5;
}
.bodywebsite .focus\:scale-75:focus {
  --transform-scale-x: 0.75;
  --transform-scale-y: 0.75;
}
.bodywebsite .focus\:scale-90:focus {
  --transform-scale-x: 0.9;
  --transform-scale-y: 0.9;
}
.bodywebsite .focus\:scale-95:focus {
  --transform-scale-x: 0.95;
  --transform-scale-y: 0.95;
}
.bodywebsite .focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}
.bodywebsite .focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}
.bodywebsite .focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}
.bodywebsite .focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}
.bodywebsite .focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}
.bodywebsite .focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}
.bodywebsite .focus\:scale-x-50:focus {
  --transform-scale-x: 0.5;
}
.bodywebsite .focus\:scale-x-75:focus {
  --transform-scale-x: 0.75;
}
.bodywebsite .focus\:scale-x-90:focus {
  --transform-scale-x: 0.9;
}
.bodywebsite .focus\:scale-x-95:focus {
  --transform-scale-x: 0.95;
}
.bodywebsite .focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}
.bodywebsite .focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}
.bodywebsite .focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}
.bodywebsite .focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}
.bodywebsite .focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}
.bodywebsite .focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}
.bodywebsite .focus\:scale-y-50:focus {
  --transform-scale-y: 0.5;
}
.bodywebsite .focus\:scale-y-75:focus {
  --transform-scale-y: 0.75;
}
.bodywebsite .focus\:scale-y-90:focus {
  --transform-scale-y: 0.9;
}
.bodywebsite .focus\:scale-y-95:focus {
  --transform-scale-y: 0.95;
}
.bodywebsite .focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}
.bodywebsite .focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}
.bodywebsite .focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}
.bodywebsite .focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}
.bodywebsite .focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}
.bodywebsite .rotate-0 {
  --transform-rotate: 0;
}
.bodywebsite .rotate-1 {
  --transform-rotate: 1deg;
}
.bodywebsite .rotate-2 {
  --transform-rotate: 2deg;
}
.bodywebsite .rotate-3 {
  --transform-rotate: 3deg;
}
.bodywebsite .rotate-6 {
  --transform-rotate: 6deg;
}
.bodywebsite .rotate-12 {
  --transform-rotate: 12deg;
}
.bodywebsite .rotate-45 {
  --transform-rotate: 45deg;
}
.bodywebsite .rotate-90 {
  --transform-rotate: 90deg;
}
.bodywebsite .rotate-180 {
  --transform-rotate: 180deg;
}
.bodywebsite .-rotate-180 {
  --transform-rotate: -180deg;
}
.bodywebsite .-rotate-90 {
  --transform-rotate: -90deg;
}
.bodywebsite .-rotate-45 {
  --transform-rotate: -45deg;
}
.bodywebsite .-rotate-12 {
  --transform-rotate: -12deg;
}
.bodywebsite .-rotate-6 {
  --transform-rotate: -6deg;
}
.bodywebsite .-rotate-3 {
  --transform-rotate: -3deg;
}
.bodywebsite .-rotate-2 {
  --transform-rotate: -2deg;
}
.bodywebsite .-rotate-1 {
  --transform-rotate: -1deg;
}
.bodywebsite .hover\:rotate-0:hover {
  --transform-rotate: 0;
}
.bodywebsite .hover\:rotate-1:hover {
  --transform-rotate: 1deg;
}
.bodywebsite .hover\:rotate-2:hover {
  --transform-rotate: 2deg;
}
.bodywebsite .hover\:rotate-3:hover {
  --transform-rotate: 3deg;
}
.bodywebsite .hover\:rotate-6:hover {
  --transform-rotate: 6deg;
}
.bodywebsite .hover\:rotate-12:hover {
  --transform-rotate: 12deg;
}
.bodywebsite .hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}
.bodywebsite .hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}
.bodywebsite .hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}
.bodywebsite .hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}
.bodywebsite .hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}
.bodywebsite .hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}
.bodywebsite .hover\:-rotate-12:hover {
  --transform-rotate: -12deg;
}
.bodywebsite .hover\:-rotate-6:hover {
  --transform-rotate: -6deg;
}
.bodywebsite .hover\:-rotate-3:hover {
  --transform-rotate: -3deg;
}
.bodywebsite .hover\:-rotate-2:hover {
  --transform-rotate: -2deg;
}
.bodywebsite .hover\:-rotate-1:hover {
  --transform-rotate: -1deg;
}
.bodywebsite .focus\:rotate-0:focus {
  --transform-rotate: 0;
}
.bodywebsite .focus\:rotate-1:focus {
  --transform-rotate: 1deg;
}
.bodywebsite .focus\:rotate-2:focus {
  --transform-rotate: 2deg;
}
.bodywebsite .focus\:rotate-3:focus {
  --transform-rotate: 3deg;
}
.bodywebsite .focus\:rotate-6:focus {
  --transform-rotate: 6deg;
}
.bodywebsite .focus\:rotate-12:focus {
  --transform-rotate: 12deg;
}
.bodywebsite .focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}
.bodywebsite .focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}
.bodywebsite .focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}
.bodywebsite .focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}
.bodywebsite .focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}
.bodywebsite .focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}
.bodywebsite .focus\:-rotate-12:focus {
  --transform-rotate: -12deg;
}
.bodywebsite .focus\:-rotate-6:focus {
  --transform-rotate: -6deg;
}
.bodywebsite .focus\:-rotate-3:focus {
  --transform-rotate: -3deg;
}
.bodywebsite .focus\:-rotate-2:focus {
  --transform-rotate: -2deg;
}
.bodywebsite .focus\:-rotate-1:focus {
  --transform-rotate: -1deg;
}
.bodywebsite .translate-x-0 {
  --transform-translate-x: 0;
}
.bodywebsite .translate-x-1 {
  --transform-translate-x: 0.25rem;
}
.bodywebsite .translate-x-2 {
  --transform-translate-x: 0.5rem;
}
.bodywebsite .translate-x-3 {
  --transform-translate-x: 0.75rem;
}
.bodywebsite .translate-x-4 {
  --transform-translate-x: 1rem;
}
.bodywebsite .translate-x-5 {
  --transform-translate-x: 1.25rem;
}
.bodywebsite .translate-x-6 {
  --transform-translate-x: 1.5rem;
}
.bodywebsite .translate-x-8 {
  --transform-translate-x: 2rem;
}
.bodywebsite .translate-x-10 {
  --transform-translate-x: 2.5rem;
}
.bodywebsite .translate-x-12 {
  --transform-translate-x: 3rem;
}
.bodywebsite .translate-x-16 {
  --transform-translate-x: 4rem;
}
.bodywebsite .translate-x-20 {
  --transform-translate-x: 5rem;
}
.bodywebsite .translate-x-24 {
  --transform-translate-x: 6rem;
}
.bodywebsite .translate-x-32 {
  --transform-translate-x: 8rem;
}
.bodywebsite .translate-x-40 {
  --transform-translate-x: 10rem;
}
.bodywebsite .translate-x-48 {
  --transform-translate-x: 12rem;
}
.bodywebsite .translate-x-56 {
  --transform-translate-x: 14rem;
}
.bodywebsite .translate-x-64 {
  --transform-translate-x: 16rem;
}
.bodywebsite .translate-x-px {
  --transform-translate-x: 1px;
}
.bodywebsite .-translate-x-1 {
  --transform-translate-x: -0.25rem;
}
.bodywebsite .-translate-x-2 {
  --transform-translate-x: -0.5rem;
}
.bodywebsite .-translate-x-3 {
  --transform-translate-x: -0.75rem;
}
.bodywebsite .-translate-x-4 {
  --transform-translate-x: -1rem;
}
.bodywebsite .-translate-x-5 {
  --transform-translate-x: -1.25rem;
}
.bodywebsite .-translate-x-6 {
  --transform-translate-x: -1.5rem;
}
.bodywebsite .-translate-x-8 {
  --transform-translate-x: -2rem;
}
.bodywebsite .-translate-x-10 {
  --transform-translate-x: -2.5rem;
}
.bodywebsite .-translate-x-12 {
  --transform-translate-x: -3rem;
}
.bodywebsite .-translate-x-16 {
  --transform-translate-x: -4rem;
}
.bodywebsite .-translate-x-20 {
  --transform-translate-x: -5rem;
}
.bodywebsite .-translate-x-24 {
  --transform-translate-x: -6rem;
}
.bodywebsite .-translate-x-32 {
  --transform-translate-x: -8rem;
}
.bodywebsite .-translate-x-40 {
  --transform-translate-x: -10rem;
}
.bodywebsite .-translate-x-48 {
  --transform-translate-x: -12rem;
}
.bodywebsite .-translate-x-56 {
  --transform-translate-x: -14rem;
}
.bodywebsite .-translate-x-64 {
  --transform-translate-x: -16rem;
}
.bodywebsite .-translate-x-px {
  --transform-translate-x: -1px;
}
.bodywebsite .-translate-x-full {
  --transform-translate-x: -100%;
}
.bodywebsite .-translate-x-1\/2 {
  --transform-translate-x: -50%;
}
.bodywebsite .translate-x-1\/2 {
  --transform-translate-x: 50%;
}
.bodywebsite .translate-x-full {
  --transform-translate-x: 100%;
}
.bodywebsite .translate-y-0 {
  --transform-translate-y: 0;
}
.bodywebsite .translate-y-1 {
  --transform-translate-y: 0.25rem;
}
.bodywebsite .translate-y-2 {
  --transform-translate-y: 0.5rem;
}
.bodywebsite .translate-y-3 {
  --transform-translate-y: 0.75rem;
}
.bodywebsite .translate-y-4 {
  --transform-translate-y: 1rem;
}
.bodywebsite .translate-y-5 {
  --transform-translate-y: 1.25rem;
}
.bodywebsite .translate-y-6 {
  --transform-translate-y: 1.5rem;
}
.bodywebsite .translate-y-8 {
  --transform-translate-y: 2rem;
}
.bodywebsite .translate-y-10 {
  --transform-translate-y: 2.5rem;
}
.bodywebsite .translate-y-12 {
  --transform-translate-y: 3rem;
}
.bodywebsite .translate-y-16 {
  --transform-translate-y: 4rem;
}
.bodywebsite .translate-y-20 {
  --transform-translate-y: 5rem;
}
.bodywebsite .translate-y-24 {
  --transform-translate-y: 6rem;
}
.bodywebsite .translate-y-32 {
  --transform-translate-y: 8rem;
}
.bodywebsite .translate-y-40 {
  --transform-translate-y: 10rem;
}
.bodywebsite .translate-y-48 {
  --transform-translate-y: 12rem;
}
.bodywebsite .translate-y-56 {
  --transform-translate-y: 14rem;
}
.bodywebsite .translate-y-64 {
  --transform-translate-y: 16rem;
}
.bodywebsite .translate-y-px {
  --transform-translate-y: 1px;
}
.bodywebsite .-translate-y-1 {
  --transform-translate-y: -0.25rem;
}
.bodywebsite .-translate-y-2 {
  --transform-translate-y: -0.5rem;
}
.bodywebsite .-translate-y-3 {
  --transform-translate-y: -0.75rem;
}
.bodywebsite .-translate-y-4 {
  --transform-translate-y: -1rem;
}
.bodywebsite .-translate-y-5 {
  --transform-translate-y: -1.25rem;
}
.bodywebsite .-translate-y-6 {
  --transform-translate-y: -1.5rem;
}
.bodywebsite .-translate-y-8 {
  --transform-translate-y: -2rem;
}
.bodywebsite .-translate-y-10 {
  --transform-translate-y: -2.5rem;
}
.bodywebsite .-translate-y-12 {
  --transform-translate-y: -3rem;
}
.bodywebsite .-translate-y-16 {
  --transform-translate-y: -4rem;
}
.bodywebsite .-translate-y-20 {
  --transform-translate-y: -5rem;
}
.bodywebsite .-translate-y-24 {
  --transform-translate-y: -6rem;
}
.bodywebsite .-translate-y-32 {
  --transform-translate-y: -8rem;
}
.bodywebsite .-translate-y-40 {
  --transform-translate-y: -10rem;
}
.bodywebsite .-translate-y-48 {
  --transform-translate-y: -12rem;
}
.bodywebsite .-translate-y-56 {
  --transform-translate-y: -14rem;
}
.bodywebsite .-translate-y-64 {
  --transform-translate-y: -16rem;
}
.bodywebsite .-translate-y-px {
  --transform-translate-y: -1px;
}
.bodywebsite .-translate-y-full {
  --transform-translate-y: -100%;
}
.bodywebsite .-translate-y-1\/2 {
  --transform-translate-y: -50%;
}
.bodywebsite .translate-y-1\/2 {
  --transform-translate-y: 50%;
}
.bodywebsite .translate-y-full {
  --transform-translate-y: 100%;
}
.bodywebsite .hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}
.bodywebsite .hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}
.bodywebsite .hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}
.bodywebsite .hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}
.bodywebsite .hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}
.bodywebsite .hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}
.bodywebsite .hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}
.bodywebsite .hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}
.bodywebsite .hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}
.bodywebsite .hover\:translate-x-12:hover {
  --transform-translate-x: 3rem;
}
.bodywebsite .hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}
.bodywebsite .hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}
.bodywebsite .hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}
.bodywebsite .hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}
.bodywebsite .hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}
.bodywebsite .hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}
.bodywebsite .hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}
.bodywebsite .hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}
.bodywebsite .hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}
.bodywebsite .hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}
.bodywebsite .hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}
.bodywebsite .hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}
.bodywebsite .hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}
.bodywebsite .hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}
.bodywebsite .hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}
.bodywebsite .hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}
.bodywebsite .hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}
.bodywebsite .hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem;
}
.bodywebsite .hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}
.bodywebsite .hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}
.bodywebsite .hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}
.bodywebsite .hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}
.bodywebsite .hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}
.bodywebsite .hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}
.bodywebsite .hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}
.bodywebsite .hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}
.bodywebsite .hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}
.bodywebsite .hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}
.bodywebsite .hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}
.bodywebsite .hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}
.bodywebsite .hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}
.bodywebsite .hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}
.bodywebsite .hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}
.bodywebsite .hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}
.bodywebsite .hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}
.bodywebsite .hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}
.bodywebsite .hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}
.bodywebsite .hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}
.bodywebsite .hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}
.bodywebsite .hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}
.bodywebsite .hover\:translate-y-12:hover {
  --transform-translate-y: 3rem;
}
.bodywebsite .hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}
.bodywebsite .hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}
.bodywebsite .hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}
.bodywebsite .hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}
.bodywebsite .hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}
.bodywebsite .hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}
.bodywebsite .hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}
.bodywebsite .hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}
.bodywebsite .hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}
.bodywebsite .hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}
.bodywebsite .hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}
.bodywebsite .hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}
.bodywebsite .hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}
.bodywebsite .hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}
.bodywebsite .hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}
.bodywebsite .hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}
.bodywebsite .hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}
.bodywebsite .hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem;
}
.bodywebsite .hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}
.bodywebsite .hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}
.bodywebsite .hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}
.bodywebsite .hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}
.bodywebsite .hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}
.bodywebsite .hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}
.bodywebsite .hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}
.bodywebsite .hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}
.bodywebsite .hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}
.bodywebsite .hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}
.bodywebsite .hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}
.bodywebsite .hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}
.bodywebsite .hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}
.bodywebsite .focus\:translate-x-0:focus {
  --transform-translate-x: 0;
}
.bodywebsite .focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}
.bodywebsite .focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}
.bodywebsite .focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}
.bodywebsite .focus\:translate-x-4:focus {
  --transform-translate-x: 1rem;
}
.bodywebsite .focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem;
}
.bodywebsite .focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}
.bodywebsite .focus\:translate-x-8:focus {
  --transform-translate-x: 2rem;
}
.bodywebsite .focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}
.bodywebsite .focus\:translate-x-12:focus {
  --transform-translate-x: 3rem;
}
.bodywebsite .focus\:translate-x-16:focus {
  --transform-translate-x: 4rem;
}
.bodywebsite .focus\:translate-x-20:focus {
  --transform-translate-x: 5rem;
}
.bodywebsite .focus\:translate-x-24:focus {
  --transform-translate-x: 6rem;
}
.bodywebsite .focus\:translate-x-32:focus {
  --transform-translate-x: 8rem;
}
.bodywebsite .focus\:translate-x-40:focus {
  --transform-translate-x: 10rem;
}
.bodywebsite .focus\:translate-x-48:focus {
  --transform-translate-x: 12rem;
}
.bodywebsite .focus\:translate-x-56:focus {
  --transform-translate-x: 14rem;
}
.bodywebsite .focus\:translate-x-64:focus {
  --transform-translate-x: 16rem;
}
.bodywebsite .focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}
.bodywebsite .focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}
.bodywebsite .focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}
.bodywebsite .focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}
.bodywebsite .focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem;
}
.bodywebsite .focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem;
}
.bodywebsite .focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}
.bodywebsite .focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem;
}
.bodywebsite .focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}
.bodywebsite .focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem;
}
.bodywebsite .focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem;
}
.bodywebsite .focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem;
}
.bodywebsite .focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem;
}
.bodywebsite .focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem;
}
.bodywebsite .focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem;
}
.bodywebsite .focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem;
}
.bodywebsite .focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem;
}
.bodywebsite .focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem;
}
.bodywebsite .focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}
.bodywebsite .focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}
.bodywebsite .focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}
.bodywebsite .focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}
.bodywebsite .focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}
.bodywebsite .focus\:translate-y-0:focus {
  --transform-translate-y: 0;
}
.bodywebsite .focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}
.bodywebsite .focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}
.bodywebsite .focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}
.bodywebsite .focus\:translate-y-4:focus {
  --transform-translate-y: 1rem;
}
.bodywebsite .focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}
.bodywebsite .focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}
.bodywebsite .focus\:translate-y-8:focus {
  --transform-translate-y: 2rem;
}
.bodywebsite .focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}
.bodywebsite .focus\:translate-y-12:focus {
  --transform-translate-y: 3rem;
}
.bodywebsite .focus\:translate-y-16:focus {
  --transform-translate-y: 4rem;
}
.bodywebsite .focus\:translate-y-20:focus {
  --transform-translate-y: 5rem;
}
.bodywebsite .focus\:translate-y-24:focus {
  --transform-translate-y: 6rem;
}
.bodywebsite .focus\:translate-y-32:focus {
  --transform-translate-y: 8rem;
}
.bodywebsite .focus\:translate-y-40:focus {
  --transform-translate-y: 10rem;
}
.bodywebsite .focus\:translate-y-48:focus {
  --transform-translate-y: 12rem;
}
.bodywebsite .focus\:translate-y-56:focus {
  --transform-translate-y: 14rem;
}
.bodywebsite .focus\:translate-y-64:focus {
  --transform-translate-y: 16rem;
}
.bodywebsite .focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}
.bodywebsite .focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}
.bodywebsite .focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}
.bodywebsite .focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}
.bodywebsite .focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem;
}
.bodywebsite .focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}
.bodywebsite .focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}
.bodywebsite .focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem;
}
.bodywebsite .focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}
.bodywebsite .focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem;
}
.bodywebsite .focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem;
}
.bodywebsite .focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem;
}
.bodywebsite .focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem;
}
.bodywebsite .focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem;
}
.bodywebsite .focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem;
}
.bodywebsite .focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem;
}
.bodywebsite .focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem;
}
.bodywebsite .focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem;
}
.bodywebsite .focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}
.bodywebsite .focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}
.bodywebsite .focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}
.bodywebsite .focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}
.bodywebsite .focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}
.bodywebsite .skew-x-0 {
  --transform-skew-x: 0;
}
.bodywebsite .skew-x-1 {
  --transform-skew-x: 1deg;
}
.bodywebsite .skew-x-2 {
  --transform-skew-x: 2deg;
}
.bodywebsite .skew-x-3 {
  --transform-skew-x: 3deg;
}
.bodywebsite .skew-x-6 {
  --transform-skew-x: 6deg;
}
.bodywebsite .skew-x-12 {
  --transform-skew-x: 12deg;
}
.bodywebsite .-skew-x-12 {
  --transform-skew-x: -12deg;
}
.bodywebsite .-skew-x-6 {
  --transform-skew-x: -6deg;
}
.bodywebsite .-skew-x-3 {
  --transform-skew-x: -3deg;
}
.bodywebsite .-skew-x-2 {
  --transform-skew-x: -2deg;
}
.bodywebsite .-skew-x-1 {
  --transform-skew-x: -1deg;
}
.bodywebsite .skew-y-0 {
  --transform-skew-y: 0;
}
.bodywebsite .skew-y-1 {
  --transform-skew-y: 1deg;
}
.bodywebsite .skew-y-2 {
  --transform-skew-y: 2deg;
}
.bodywebsite .skew-y-3 {
  --transform-skew-y: 3deg;
}
.bodywebsite .skew-y-6 {
  --transform-skew-y: 6deg;
}
.bodywebsite .skew-y-12 {
  --transform-skew-y: 12deg;
}
.bodywebsite .-skew-y-12 {
  --transform-skew-y: -12deg;
}
.bodywebsite .-skew-y-6 {
  --transform-skew-y: -6deg;
}
.bodywebsite .-skew-y-3 {
  --transform-skew-y: -3deg;
}
.bodywebsite .-skew-y-2 {
  --transform-skew-y: -2deg;
}
.bodywebsite .-skew-y-1 {
  --transform-skew-y: -1deg;
}
.bodywebsite .hover\:skew-x-0:hover {
  --transform-skew-x: 0;
}
.bodywebsite .hover\:skew-x-1:hover {
  --transform-skew-x: 1deg;
}
.bodywebsite .hover\:skew-x-2:hover {
  --transform-skew-x: 2deg;
}
.bodywebsite .hover\:skew-x-3:hover {
  --transform-skew-x: 3deg;
}
.bodywebsite .hover\:skew-x-6:hover {
  --transform-skew-x: 6deg;
}
.bodywebsite .hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}
.bodywebsite .hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}
.bodywebsite .hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}
.bodywebsite .hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg;
}
.bodywebsite .hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg;
}
.bodywebsite .hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg;
}
.bodywebsite .hover\:skew-y-0:hover {
  --transform-skew-y: 0;
}
.bodywebsite .hover\:skew-y-1:hover {
  --transform-skew-y: 1deg;
}
.bodywebsite .hover\:skew-y-2:hover {
  --transform-skew-y: 2deg;
}
.bodywebsite .hover\:skew-y-3:hover {
  --transform-skew-y: 3deg;
}
.bodywebsite .hover\:skew-y-6:hover {
  --transform-skew-y: 6deg;
}
.bodywebsite .hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}
.bodywebsite .hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}
.bodywebsite .hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}
.bodywebsite .hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg;
}
.bodywebsite .hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg;
}
.bodywebsite .hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg;
}
.bodywebsite .focus\:skew-x-0:focus {
  --transform-skew-x: 0;
}
.bodywebsite .focus\:skew-x-1:focus {
  --transform-skew-x: 1deg;
}
.bodywebsite .focus\:skew-x-2:focus {
  --transform-skew-x: 2deg;
}
.bodywebsite .focus\:skew-x-3:focus {
  --transform-skew-x: 3deg;
}
.bodywebsite .focus\:skew-x-6:focus {
  --transform-skew-x: 6deg;
}
.bodywebsite .focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}
.bodywebsite .focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}
.bodywebsite .focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}
.bodywebsite .focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg;
}
.bodywebsite .focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg;
}
.bodywebsite .focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg;
}
.bodywebsite .focus\:skew-y-0:focus {
  --transform-skew-y: 0;
}
.bodywebsite .focus\:skew-y-1:focus {
  --transform-skew-y: 1deg;
}
.bodywebsite .focus\:skew-y-2:focus {
  --transform-skew-y: 2deg;
}
.bodywebsite .focus\:skew-y-3:focus {
  --transform-skew-y: 3deg;
}
.bodywebsite .focus\:skew-y-6:focus {
  --transform-skew-y: 6deg;
}
.bodywebsite .focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}
.bodywebsite .focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}
.bodywebsite .focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}
.bodywebsite .focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}
.bodywebsite .focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg;
}
.bodywebsite .focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg;
}
.bodywebsite .transition-none {
  transition-property: none;
}
.bodywebsite .transition-all {
  transition-property: all;
}
.bodywebsite .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}
.bodywebsite .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}
.bodywebsite .transition-opacity {
  transition-property: opacity;
}
.bodywebsite .transition-shadow {
  transition-property: box-shadow;
}
.bodywebsite .transition-transform {
  transition-property: transform;
}
.bodywebsite .ease-linear {
  transition-timing-function: linear;
}
.bodywebsite .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.bodywebsite .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.bodywebsite .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bodywebsite .duration-75 {
  transition-duration: 75ms;
}
.bodywebsite .duration-100 {
  transition-duration: 100ms;
}
.bodywebsite .duration-150 {
  transition-duration: 150ms;
}
.bodywebsite .duration-200 {
  transition-duration: 200ms;
}
.bodywebsite .duration-300 {
  transition-duration: 300ms;
}
.bodywebsite .duration-500 {
  transition-duration: 500ms;
}
.bodywebsite .duration-700 {
  transition-duration: 700ms;
}
.bodywebsite .duration-1000 {
  transition-duration: 1000ms;
}
.bodywebsite .delay-75 {
  transition-delay: 75ms;
}
.bodywebsite .delay-100 {
  transition-delay: 100ms;
}
.bodywebsite .delay-150 {
  transition-delay: 150ms;
}
.bodywebsite .delay-200 {
  transition-delay: 200ms;
}
.bodywebsite .delay-300 {
  transition-delay: 300ms;
}
.bodywebsite .delay-500 {
  transition-delay: 500ms;
}
.bodywebsite .delay-700 {
  transition-delay: 700ms;
}
.bodywebsite .delay-1000 {
  transition-delay: 1000ms;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.bodywebsite .animate-none {
  animation: none;
}
.bodywebsite .animate-spin {
  animation: spin 1s linear infinite;
}
.bodywebsite .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.bodywebsite .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.bodywebsite .animate-bounce {
  animation: bounce 1s infinite;
}
@media (min-width: 640px) {
  .bodywebsite .sm\:container {
    width: 100%;
  }
  .bodywebsite .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
  .bodywebsite .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
  .bodywebsite .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
  .bodywebsite .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
  .bodywebsite .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
  .bodywebsite .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
  .bodywebsite .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
  .bodywebsite .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
  .bodywebsite .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
  .bodywebsite .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
  .bodywebsite .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
  .bodywebsite .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }
  .bodywebsite .sm\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }
  .bodywebsite .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }
  .bodywebsite .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
  .bodywebsite .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
  .bodywebsite .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
  .bodywebsite .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
  .bodywebsite .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
  .bodywebsite .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
  .bodywebsite .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
  .bodywebsite .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
  .bodywebsite .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
  .bodywebsite .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
  .bodywebsite .sm\: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;
  }
  .bodywebsite .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .bodywebsite .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .sm\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .bodywebsite .sm\:bg-fixed {
    background-attachment: fixed;
  }
  .bodywebsite .sm\:bg-local {
    background-attachment: local;
  }
  .bodywebsite .sm\:bg-scroll {
    background-attachment: scroll;
  }
  .bodywebsite .sm\:bg-clip-border {
    background-clip: border-box;
  }
  .bodywebsite .sm\:bg-clip-padding {
    background-clip: padding-box;
  }
  .bodywebsite .sm\:bg-clip-content {
    background-clip: content-box;
  }
  .bodywebsite .sm\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bodywebsite .sm\:bg-transparent {
    background-color: transparent;
  }
  .bodywebsite .sm\:bg-current {
    background-color: currentColor;
  }
  .bodywebsite .sm\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .bodywebsite .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }
  .bodywebsite .sm\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .sm\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .bodywebsite .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }
  .bodywebsite .sm\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .sm\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .sm\:bg-none {
    background-image: none;
  }
  .bodywebsite .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
  .bodywebsite .sm\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:from-red-100 {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:from-red-200 {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:from-red-300 {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:from-red-400 {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:from-red-500 {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:from-red-600 {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:from-red-700 {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:from-red-800 {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:from-red-900 {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:from-green-100 {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:from-green-200 {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:from-green-300 {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:from-green-400 {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:from-green-500 {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:from-green-600 {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:from-green-700 {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:from-green-800 {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:from-green-900 {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:from-blue-100 {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:from-blue-200 {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:from-blue-300 {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:from-blue-400 {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:from-blue-500 {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:from-blue-600 {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:from-blue-700 {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:from-blue-800 {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:from-blue-900 {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:via-red-100 {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:via-red-200 {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:via-red-300 {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:via-red-400 {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:via-red-500 {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:via-red-600 {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:via-red-700 {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:via-red-800 {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:via-red-900 {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:via-green-100 {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:via-green-200 {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:via-green-300 {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:via-green-400 {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:via-green-500 {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:via-green-600 {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:via-green-700 {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:via-green-800 {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:via-green-900 {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:via-blue-100 {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:via-blue-200 {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:via-blue-300 {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:via-blue-400 {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:via-blue-500 {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:via-blue-600 {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:via-blue-700 {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:via-blue-800 {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:via-blue-900 {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:to-transparent {
    --gradient-to-color: transparent;
  }
  .bodywebsite .sm\:to-current {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .sm\:to-black {
    --gradient-to-color: #000;
  }
  .bodywebsite .sm\:to-white {
    --gradient-to-color: #fff;
  }
  .bodywebsite .sm\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .sm\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .sm\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .sm\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .sm\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .sm\:to-gray-600 {
    --gradient-to-color: #718096;
  }
  .bodywebsite .sm\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .sm\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .sm\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .sm\:to-red-100 {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .sm\:to-red-200 {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .sm\:to-red-300 {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .sm\:to-red-400 {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .sm\:to-red-500 {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .sm\:to-red-600 {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .sm\:to-red-700 {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .sm\:to-red-800 {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .sm\:to-red-900 {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .sm\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .sm\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .sm\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .sm\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .sm\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .sm\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .sm\:to-orange-700 {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .sm\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .sm\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .sm\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .sm\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .sm\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .sm\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .sm\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .sm\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .sm\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .sm\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .sm\:to-yellow-900 {
    --gradient-to-color: #744210;
  }
  .bodywebsite .sm\:to-green-100 {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .sm\:to-green-200 {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .sm\:to-green-300 {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .sm\:to-green-400 {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .sm\:to-green-500 {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .sm\:to-green-600 {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .sm\:to-green-700 {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .sm\:to-green-800 {
    --gradient-to-color: #276749;
  }
  .bodywebsite .sm\:to-green-900 {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .sm\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .sm\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .sm\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .sm\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .sm\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .sm\:to-teal-600 {
    --gradient-to-color: #319795;
  }
  .bodywebsite .sm\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .sm\:to-teal-800 {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .sm\:to-teal-900 {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .sm\:to-blue-100 {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .sm\:to-blue-200 {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .sm\:to-blue-300 {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .sm\:to-blue-400 {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .sm\:to-blue-500 {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .sm\:to-blue-600 {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .sm\:to-blue-700 {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .sm\:to-blue-800 {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .sm\:to-blue-900 {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .sm\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .sm\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .sm\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .sm\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .sm\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .sm\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .sm\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .sm\:to-indigo-800 {
    --gradient-to-color: #434190;
  }
  .bodywebsite .sm\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .sm\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .sm\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .sm\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .sm\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .sm\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .sm\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .sm\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .sm\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .sm\:to-purple-900 {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .sm\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .sm\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .sm\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .sm\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .sm\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .sm\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .sm\:to-pink-700 {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .sm\:to-pink-800 {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .sm\:to-pink-900 {
    --gradient-to-color: #702459;
  }
  .bodywebsite .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:hover\:from-red-100:hover {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:hover\:from-red-200:hover {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:hover\:from-red-300:hover {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:hover\:from-red-400:hover {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:hover\:from-red-500:hover {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:hover\:from-red-600:hover {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:hover\:from-red-700:hover {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:hover\:from-red-800:hover {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:hover\:from-red-900:hover {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:hover\:from-green-800:hover {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:hover\:via-red-100:hover {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:hover\:via-red-200:hover {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:hover\:via-red-300:hover {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:hover\:via-red-400:hover {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:hover\:via-red-500:hover {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:hover\:via-red-600:hover {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:hover\:via-red-700:hover {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:hover\:via-red-800:hover {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:hover\:via-red-900:hover {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:hover\:via-green-800:hover {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }
  .bodywebsite .sm\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .sm\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }
  .bodywebsite .sm\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }
  .bodywebsite .sm\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .sm\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .sm\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .sm\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .sm\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .sm\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }
  .bodywebsite .sm\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .sm\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .sm\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .sm\:hover\:to-red-100:hover {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .sm\:hover\:to-red-200:hover {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .sm\:hover\:to-red-300:hover {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .sm\:hover\:to-red-400:hover {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .sm\:hover\:to-red-500:hover {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .sm\:hover\:to-red-600:hover {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .sm\:hover\:to-red-700:hover {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .sm\:hover\:to-red-800:hover {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .sm\:hover\:to-red-900:hover {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .sm\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .sm\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .sm\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .sm\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .sm\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .sm\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .sm\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .sm\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .sm\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .sm\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .sm\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .sm\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .sm\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .sm\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .sm\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .sm\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .sm\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .sm\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }
  .bodywebsite .sm\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .sm\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .sm\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .sm\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .sm\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .sm\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .sm\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .sm\:hover\:to-green-800:hover {
    --gradient-to-color: #276749;
  }
  .bodywebsite .sm\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .sm\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .sm\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .sm\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .sm\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .sm\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .sm\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }
  .bodywebsite .sm\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .sm\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .sm\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .sm\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .sm\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .sm\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .sm\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .sm\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .sm\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .sm\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .sm\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .sm\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .sm\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .sm\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .sm\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .sm\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .sm\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .sm\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .sm\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .sm\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }
  .bodywebsite .sm\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .sm\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .sm\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .sm\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .sm\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .sm\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .sm\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .sm\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .sm\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .sm\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .sm\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .sm\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .sm\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .sm\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .sm\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .sm\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .sm\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .sm\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .sm\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }
  .bodywebsite .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:focus\:from-red-100:focus {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:focus\:from-red-200:focus {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:focus\:from-red-300:focus {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:focus\:from-red-400:focus {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:focus\:from-red-500:focus {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:focus\:from-red-600:focus {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:focus\:from-red-700:focus {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:focus\:from-red-800:focus {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:focus\:from-red-900:focus {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:focus\:from-green-800:focus {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .sm\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .sm\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .sm\:focus\:via-red-100:focus {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .sm\:focus\:via-red-200:focus {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .sm\:focus\:via-red-300:focus {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .sm\:focus\:via-red-400:focus {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .sm\:focus\:via-red-500:focus {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .sm\:focus\:via-red-600:focus {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .sm\:focus\:via-red-700:focus {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .sm\:focus\:via-red-800:focus {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .sm\:focus\:via-red-900:focus {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .sm\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .sm\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .sm\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .sm\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .sm\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .sm\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .sm\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .sm\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .sm\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .sm\:focus\:via-green-800:focus {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .sm\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .sm\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .sm\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .sm\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .sm\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .sm\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }
  .bodywebsite .sm\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .sm\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }
  .bodywebsite .sm\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }
  .bodywebsite .sm\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .sm\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .sm\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .sm\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .sm\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .sm\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }
  .bodywebsite .sm\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .sm\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .sm\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .sm\:focus\:to-red-100:focus {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .sm\:focus\:to-red-200:focus {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .sm\:focus\:to-red-300:focus {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .sm\:focus\:to-red-400:focus {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .sm\:focus\:to-red-500:focus {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .sm\:focus\:to-red-600:focus {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .sm\:focus\:to-red-700:focus {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .sm\:focus\:to-red-800:focus {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .sm\:focus\:to-red-900:focus {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .sm\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .sm\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .sm\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .sm\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .sm\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .sm\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .sm\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .sm\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .sm\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .sm\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .sm\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .sm\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .sm\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .sm\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .sm\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .sm\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .sm\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .sm\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }
  .bodywebsite .sm\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .sm\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .sm\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .sm\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .sm\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .sm\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .sm\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .sm\:focus\:to-green-800:focus {
    --gradient-to-color: #276749;
  }
  .bodywebsite .sm\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .sm\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .sm\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .sm\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .sm\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .sm\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .sm\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }
  .bodywebsite .sm\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .sm\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .sm\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .sm\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .sm\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .sm\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .sm\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .sm\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .sm\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .sm\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .sm\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .sm\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .sm\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .sm\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .sm\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .sm\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .sm\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .sm\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .sm\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .sm\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }
  .bodywebsite .sm\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .sm\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .sm\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .sm\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .sm\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .sm\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .sm\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .sm\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .sm\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .sm\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .sm\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .sm\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .sm\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .sm\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .sm\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .sm\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .sm\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .sm\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .sm\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }
  .bodywebsite .sm\:bg-opacity-0 {
    --bg-opacity: 0;
  }
  .bodywebsite .sm\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }
  .bodywebsite .sm\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }
  .bodywebsite .sm\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }
  .bodywebsite .sm\:bg-opacity-100 {
    --bg-opacity: 1;
  }
  .bodywebsite .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }
  .bodywebsite .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
  .bodywebsite .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
  .bodywebsite .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
  .bodywebsite .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }
  .bodywebsite .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }
  .bodywebsite .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }
  .bodywebsite .sm\:bg-bottom {
    background-position: bottom;
  }
  .bodywebsite .sm\:bg-center {
    background-position: center;
  }
  .bodywebsite .sm\:bg-left {
    background-position: left;
  }
  .bodywebsite .sm\:bg-left-bottom {
    background-position: left bottom;
  }
  .bodywebsite .sm\:bg-left-top {
    background-position: left top;
  }
  .bodywebsite .sm\:bg-right {
    background-position: right;
  }
  .bodywebsite .sm\:bg-right-bottom {
    background-position: right bottom;
  }
  .bodywebsite .sm\:bg-right-top {
    background-position: right top;
  }
  .bodywebsite .sm\:bg-top {
    background-position: top;
  }
  .bodywebsite .sm\:bg-repeat {
    background-repeat: repeat;
  }
  .bodywebsite .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bodywebsite .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bodywebsite .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bodywebsite .sm\:bg-repeat-round {
    background-repeat: round;
  }
  .bodywebsite .sm\:bg-repeat-space {
    background-repeat: space;
  }
  .bodywebsite .sm\:bg-auto {
    background-size: auto;
  }
  .bodywebsite .sm\:bg-cover {
    background-size: cover;
  }
  .bodywebsite .sm\:bg-contain {
    background-size: contain;
  }
  .bodywebsite .sm\:border-collapse {
    border-collapse: collapse;
  }
  .bodywebsite .sm\:border-separate {
    border-collapse: separate;
  }
  .bodywebsite .sm\:border-transparent {
    border-color: transparent;
  }
  .bodywebsite .sm\:border-current {
    border-color: currentColor;
  }
  .bodywebsite .sm\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .sm\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .sm\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .sm\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .sm\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .sm\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .sm\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .sm\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .sm\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .sm\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .bodywebsite .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }
  .bodywebsite .sm\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .sm\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .bodywebsite .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }
  .bodywebsite .sm\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-100:focus {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-200:focus {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-300:focus {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-400:focus {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-500:focus {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-600:focus {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-700:focus {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-800:focus {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-red-900:focus {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-100:focus {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-200:focus {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-300:focus {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-400:focus {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-500:focus {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-600:focus {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-700:focus {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-800:focus {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-green-900:focus {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-100:focus {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-200:focus {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-300:focus {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-400:focus {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-500:focus {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-700:focus {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-800:focus {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-blue-900:focus {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .sm\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .sm\:border-opacity-0 {
    --border-opacity: 0;
  }
  .bodywebsite .sm\:border-opacity-25 {
    --border-opacity: 0.25;
  }
  .bodywebsite .sm\:border-opacity-50 {
    --border-opacity: 0.5;
  }
  .bodywebsite .sm\:border-opacity-75 {
    --border-opacity: 0.75;
  }
  .bodywebsite .sm\:border-opacity-100 {
    --border-opacity: 1;
  }
  .bodywebsite .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }
  .bodywebsite .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }
  .bodywebsite .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }
  .bodywebsite .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }
  .bodywebsite .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }
  .bodywebsite .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }
  .bodywebsite .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }
  .bodywebsite .sm\:rounded-none {
    border-radius: 0;
  }
  .bodywebsite .sm\:rounded-sm {
    border-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded {
    border-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-md {
    border-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-xl {
    border-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-2xl {
    border-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-full {
    border-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bodywebsite .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bodywebsite .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .bodywebsite .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .bodywebsite .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .bodywebsite .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .bodywebsite .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .sm\:border-solid {
    border-style: solid;
  }
  .bodywebsite .sm\:border-dashed {
    border-style: dashed;
  }
  .bodywebsite .sm\:border-dotted {
    border-style: dotted;
  }
  .bodywebsite .sm\:border-double {
    border-style: double;
  }
  .bodywebsite .sm\:border-none {
    border-style: none;
  }
  .bodywebsite .sm\:border-0 {
    border-width: 0;
  }
  .bodywebsite .sm\:border-2 {
    border-width: 2px;
  }
  .bodywebsite .sm\:border-4 {
    border-width: 4px;
  }
  .bodywebsite .sm\:border-8 {
    border-width: 8px;
  }
  .bodywebsite .sm\:border {
    border-width: 1px;
  }
  .bodywebsite .sm\:border-t-0 {
    border-top-width: 0;
  }
  .bodywebsite .sm\:border-r-0 {
    border-right-width: 0;
  }
  .bodywebsite .sm\:border-b-0 {
    border-bottom-width: 0;
  }
  .bodywebsite .sm\:border-l-0 {
    border-left-width: 0;
  }
  .bodywebsite .sm\:border-t-2 {
    border-top-width: 2px;
  }
  .bodywebsite .sm\:border-r-2 {
    border-right-width: 2px;
  }
  .bodywebsite .sm\:border-b-2 {
    border-bottom-width: 2px;
  }
  .bodywebsite .sm\:border-l-2 {
    border-left-width: 2px;
  }
  .bodywebsite .sm\:border-t-4 {
    border-top-width: 4px;
  }
  .bodywebsite .sm\:border-r-4 {
    border-right-width: 4px;
  }
  .bodywebsite .sm\:border-b-4 {
    border-bottom-width: 4px;
  }
  .bodywebsite .sm\:border-l-4 {
    border-left-width: 4px;
  }
  .bodywebsite .sm\:border-t-8 {
    border-top-width: 8px;
  }
  .bodywebsite .sm\:border-r-8 {
    border-right-width: 8px;
  }
  .bodywebsite .sm\:border-b-8 {
    border-bottom-width: 8px;
  }
  .bodywebsite .sm\:border-l-8 {
    border-left-width: 8px;
  }
  .bodywebsite .sm\:border-t {
    border-top-width: 1px;
  }
  .bodywebsite .sm\:border-r {
    border-right-width: 1px;
  }
  .bodywebsite .sm\:border-b {
    border-bottom-width: 1px;
  }
  .bodywebsite .sm\:border-l {
    border-left-width: 1px;
  }
  .bodywebsite .sm\:box-border {
    box-sizing: border-box;
  }
  .bodywebsite .sm\:box-content {
    box-sizing: content-box;
  }
  .bodywebsite .sm\:cursor-auto {
    cursor: auto;
  }
  .bodywebsite .sm\:cursor-default {
    cursor: default;
  }
  .bodywebsite .sm\:cursor-pointer {
    cursor: pointer;
  }
  .bodywebsite .sm\:cursor-wait {
    cursor: wait;
  }
  .bodywebsite .sm\:cursor-text {
    cursor: text;
  }
  .bodywebsite .sm\:cursor-move {
    cursor: move;
  }
  .bodywebsite .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .bodywebsite .sm\:block {
    display: block;
  }
  .bodywebsite .sm\:inline-block {
    display: inline-block;
  }
  .bodywebsite .sm\:inline {
    display: inline;
  }
  .bodywebsite .sm\:flex {
    display: flex;
  }
  .bodywebsite .sm\:inline-flex {
    display: inline-flex;
  }
  .bodywebsite .sm\:table {
    display: table;
  }
  .bodywebsite .sm\:table-caption {
    display: table-caption;
  }
  .bodywebsite .sm\:table-cell {
    display: table-cell;
  }
  .bodywebsite .sm\:table-column {
    display: table-column;
  }
  .bodywebsite .sm\:table-column-group {
    display: table-column-group;
  }
  .bodywebsite .sm\:table-footer-group {
    display: table-footer-group;
  }
  .bodywebsite .sm\:table-header-group {
    display: table-header-group;
  }
  .bodywebsite .sm\:table-row-group {
    display: table-row-group;
  }
  .bodywebsite .sm\:table-row {
    display: table-row;
  }
  .bodywebsite .sm\:flow-root {
    display: flow-root;
  }
  .bodywebsite .sm\:grid {
    display: grid;
  }
  .bodywebsite .sm\:inline-grid {
    display: inline-grid;
  }
  .bodywebsite .sm\:contents {
    display: contents;
  }
  .bodywebsite .sm\:hidden {
    display: none;
  }
  .bodywebsite .sm\:flex-row {
    flex-direction: row;
  }
  .bodywebsite .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .bodywebsite .sm\:flex-col {
    flex-direction: column;
  }
  .bodywebsite .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .bodywebsite .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .bodywebsite .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bodywebsite .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .bodywebsite .sm\:place-items-auto {
    place-items: auto;
  }
  .bodywebsite .sm\:place-items-start {
    place-items: start;
  }
  .bodywebsite .sm\:place-items-end {
    place-items: end;
  }
  .bodywebsite .sm\:place-items-center {
    place-items: center;
  }
  .bodywebsite .sm\:place-items-stretch {
    place-items: stretch;
  }
  .bodywebsite .sm\:place-content-center {
    place-content: center;
  }
  .bodywebsite .sm\:place-content-start {
    place-content: start;
  }
  .bodywebsite .sm\:place-content-end {
    place-content: end;
  }
  .bodywebsite .sm\:place-content-between {
    place-content: space-between;
  }
  .bodywebsite .sm\:place-content-around {
    place-content: space-around;
  }
  .bodywebsite .sm\:place-content-evenly {
    place-content: space-evenly;
  }
  .bodywebsite .sm\:place-content-stretch {
    place-content: stretch;
  }
  .bodywebsite .sm\:place-self-auto {
    place-self: auto;
  }
  .bodywebsite .sm\:place-self-start {
    place-self: start;
  }
  .bodywebsite .sm\:place-self-end {
    place-self: end;
  }
  .bodywebsite .sm\:place-self-center {
    place-self: center;
  }
  .bodywebsite .sm\:place-self-stretch {
    place-self: stretch;
  }
  .bodywebsite .sm\:items-start {
    align-items: flex-start;
  }
  .bodywebsite .sm\:items-end {
    align-items: flex-end;
  }
  .bodywebsite .sm\:items-center {
    align-items: center;
  }
  .bodywebsite .sm\:items-baseline {
    align-items: baseline;
  }
  .bodywebsite .sm\:items-stretch {
    align-items: stretch;
  }
  .bodywebsite .sm\:content-center {
    align-content: center;
  }
  .bodywebsite .sm\:content-start {
    align-content: flex-start;
  }
  .bodywebsite .sm\:content-end {
    align-content: flex-end;
  }
  .bodywebsite .sm\:content-between {
    align-content: space-between;
  }
  .bodywebsite .sm\:content-around {
    align-content: space-around;
  }
  .bodywebsite .sm\:content-evenly {
    align-content: space-evenly;
  }
  .bodywebsite .sm\:self-auto {
    align-self: auto;
  }
  .bodywebsite .sm\:self-start {
    align-self: flex-start;
  }
  .bodywebsite .sm\:self-end {
    align-self: flex-end;
  }
  .bodywebsite .sm\:self-center {
    align-self: center;
  }
  .bodywebsite .sm\:self-stretch {
    align-self: stretch;
  }
  .bodywebsite .sm\:justify-start {
    justify-content: flex-start;
  }
  .bodywebsite .sm\:justify-end {
    justify-content: flex-end;
  }
  .bodywebsite .sm\:justify-center {
    justify-content: center;
  }
  .bodywebsite .sm\:justify-between {
    justify-content: space-between;
  }
  .bodywebsite .sm\:justify-around {
    justify-content: space-around;
  }
  .bodywebsite .sm\:justify-evenly {
    justify-content: space-evenly;
  }
  .bodywebsite .sm\:justify-self-auto {
    justify-self: auto;
  }
  .bodywebsite .sm\:justify-self-start {
    justify-self: start;
  }
  .bodywebsite .sm\:justify-self-end {
    justify-self: end;
  }
  .bodywebsite .sm\:justify-self-center {
    justify-self: center;
  }
  .bodywebsite .sm\:justify-self-stretch {
    justify-self: stretch;
  }
  .bodywebsite .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .bodywebsite .sm\:flex-auto {
    flex: 1 1 auto;
  }
  .bodywebsite .sm\:flex-initial {
    flex: 0 1 auto;
  }
  .bodywebsite .sm\:flex-none {
    flex: none;
  }
  .bodywebsite .sm\:flex-grow-0 {
    flex-grow: 0;
  }
  .bodywebsite .sm\:flex-grow {
    flex-grow: 1;
  }
  .bodywebsite .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .bodywebsite .sm\:flex-shrink {
    flex-shrink: 1;
  }
  .bodywebsite .sm\:order-1 {
    order: 1;
  }
  .bodywebsite .sm\:order-2 {
    order: 2;
  }
  .bodywebsite .sm\:order-3 {
    order: 3;
  }
  .bodywebsite .sm\:order-4 {
    order: 4;
  }
  .bodywebsite .sm\:order-5 {
    order: 5;
  }
  .bodywebsite .sm\:order-6 {
    order: 6;
  }
  .bodywebsite .sm\:order-7 {
    order: 7;
  }
  .bodywebsite .sm\:order-8 {
    order: 8;
  }
  .bodywebsite .sm\:order-9 {
    order: 9;
  }
  .bodywebsite .sm\:order-10 {
    order: 10;
  }
  .bodywebsite .sm\:order-11 {
    order: 11;
  }
  .bodywebsite .sm\:order-12 {
    order: 12;
  }
  .bodywebsite .sm\:order-first {
    order: -9999;
  }
  .bodywebsite .sm\:order-last {
    order: 9999;
  }
  .bodywebsite .sm\:order-none {
    order: 0;
  }
  .bodywebsite .sm\:float-right {
    float: right;
  }
  .bodywebsite .sm\:float-left {
    float: left;
  }
  .bodywebsite .sm\:float-none {
    float: none;
  }
  .bodywebsite .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .bodywebsite .sm\:clear-left {
    clear: left;
  }
  .bodywebsite .sm\:clear-right {
    clear: right;
  }
  .bodywebsite .sm\:clear-both {
    clear: both;
  }
  .bodywebsite .sm\:clear-none {
    clear: none;
  }
  .bodywebsite .sm\:font-sans {
    font-family: 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";
  }
  .bodywebsite .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  .bodywebsite .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .bodywebsite .sm\:font-hairline {
    font-weight: 100;
  }
  .bodywebsite .sm\:font-thin {
    font-weight: 200;
  }
  .bodywebsite .sm\:font-light {
    font-weight: 300;
  }
  .bodywebsite .sm\:font-normal {
    font-weight: 400;
  }
  .bodywebsite .sm\:font-medium {
    font-weight: 500;
  }
  .bodywebsite .sm\:font-semibold {
    font-weight: 600;
  }
  .bodywebsite .sm\:font-bold {
    font-weight: 700;
  }
  .bodywebsite .sm\:font-extrabold {
    font-weight: 800;
  }
  .bodywebsite .sm\:font-black {
    font-weight: 900;
  }
  .bodywebsite .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }
  .bodywebsite .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }
  .bodywebsite .sm\:hover\:font-light:hover {
    font-weight: 300;
  }
  .bodywebsite .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .bodywebsite .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .bodywebsite .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .bodywebsite .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .bodywebsite .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }
  .bodywebsite .sm\:hover\:font-black:hover {
    font-weight: 900;
  }
  .bodywebsite .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }
  .bodywebsite .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }
  .bodywebsite .sm\:focus\:font-light:focus {
    font-weight: 300;
  }
  .bodywebsite .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .bodywebsite .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .bodywebsite .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .bodywebsite .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .bodywebsite .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }
  .bodywebsite .sm\:focus\:font-black:focus {
    font-weight: 900;
  }
  .bodywebsite .sm\:h-0 {
    height: 0;
  }
  .bodywebsite .sm\:h-1 {
    height: 0.25rem;
  }
  .bodywebsite .sm\:h-2 {
    height: 0.5rem;
  }
  .bodywebsite .sm\:h-3 {
    height: 0.75rem;
  }
  .bodywebsite .sm\:h-4 {
    height: 1rem;
  }
  .bodywebsite .sm\:h-5 {
    height: 1.25rem;
  }
  .bodywebsite .sm\:h-6 {
    height: 1.5rem;
  }
  .bodywebsite .sm\:h-8 {
    height: 2rem;
  }
  .bodywebsite .sm\:h-10 {
    height: 2.5rem;
  }
  .bodywebsite .sm\:h-12 {
    height: 3rem;
  }
  .bodywebsite .sm\:h-16 {
    height: 4rem;
  }
  .bodywebsite .sm\:h-20 {
    height: 5rem;
  }
  .bodywebsite .sm\:h-24 {
    height: 6rem;
  }
  .bodywebsite .sm\:h-32 {
    height: 8rem;
  }
  .bodywebsite .sm\:h-40 {
    height: 10rem;
  }
  .bodywebsite .sm\:h-48 {
    height: 12rem;
  }
  .bodywebsite .sm\:h-56 {
    height: 14rem;
  }
  .bodywebsite .sm\:h-64 {
    height: 16rem;
  }
  .bodywebsite .sm\:h-auto {
    height: auto;
  }
  .bodywebsite .sm\:h-px {
    height: 1px;
  }
  .bodywebsite .sm\:h-full {
    height: 100%;
  }
  .bodywebsite .sm\:h-screen {
    height: 100vh;
  }
  .bodywebsite .sm\:text-xs {
    font-size: 0.75rem;
  }
  .bodywebsite .sm\:text-sm {
    font-size: 0.875rem;
  }
  .bodywebsite .sm\:text-base {
    font-size: 1rem;
  }
  .bodywebsite .sm\:text-lg {
    font-size: 1.125rem;
  }
  .bodywebsite .sm\:text-xl {
    font-size: 1.25rem;
  }
  .bodywebsite .sm\:text-2xl {
    font-size: 1.5rem;
  }
  .bodywebsite .sm\:text-3xl {
    font-size: 1.875rem;
  }
  .bodywebsite .sm\:text-4xl {
    font-size: 2.25rem;
  }
  .bodywebsite .sm\:text-5xl {
    font-size: 3rem;
  }
  .bodywebsite .sm\:text-6xl {
    font-size: 4rem;
  }
  .bodywebsite .sm\:leading-3 {
    line-height: 0.75rem;
  }
  .bodywebsite .sm\:leading-4 {
    line-height: 1rem;
  }
  .bodywebsite .sm\:leading-5 {
    line-height: 1.25rem;
  }
  .bodywebsite .sm\:leading-6 {
    line-height: 1.5rem;
  }
  .bodywebsite .sm\:leading-7 {
    line-height: 1.75rem;
  }
  .bodywebsite .sm\:leading-8 {
    line-height: 2rem;
  }
  .bodywebsite .sm\:leading-9 {
    line-height: 2.25rem;
  }
  .bodywebsite .sm\:leading-10 {
    line-height: 2.5rem;
  }
  .bodywebsite .sm\:leading-none {
    line-height: 1;
  }
  .bodywebsite .sm\:leading-tight {
    line-height: 1.25;
  }
  .bodywebsite .sm\:leading-snug {
    line-height: 1.375;
  }
  .bodywebsite .sm\:leading-normal {
    line-height: 1.5;
  }
  .bodywebsite .sm\:leading-relaxed {
    line-height: 1.625;
  }
  .bodywebsite .sm\:leading-loose {
    line-height: 2;
  }
  .bodywebsite .sm\:list-inside {
    list-style-position: inside;
  }
  .bodywebsite .sm\:list-outside {
    list-style-position: outside;
  }
  .bodywebsite .sm\:list-none {
    list-style-type: none;
  }
  .bodywebsite .sm\:list-disc {
    list-style-type: disc;
  }
  .bodywebsite .sm\:list-decimal {
    list-style-type: decimal;
  }
  .bodywebsite .sm\:m-0 {
    margin: 0;
  }
  .bodywebsite .sm\:m-1 {
    margin: 0.25rem;
  }
  .bodywebsite .sm\:m-2 {
    margin: 0.5rem;
  }
  .bodywebsite .sm\:m-3 {
    margin: 0.75rem;
  }
  .bodywebsite .sm\:m-4 {
    margin: 1rem;
  }
  .bodywebsite .sm\:m-5 {
    margin: 1.25rem;
  }
  .bodywebsite .sm\:m-6 {
    margin: 1.5rem;
  }
  .bodywebsite .sm\:m-8 {
    margin: 2rem;
  }
  .bodywebsite .sm\:m-10 {
    margin: 2.5rem;
  }
  .bodywebsite .sm\:m-12 {
    margin: 3rem;
  }
  .bodywebsite .sm\:m-16 {
    margin: 4rem;
  }
  .bodywebsite .sm\:m-20 {
    margin: 5rem;
  }
  .bodywebsite .sm\:m-24 {
    margin: 6rem;
  }
  .bodywebsite .sm\:m-32 {
    margin: 8rem;
  }
  .bodywebsite .sm\:m-40 {
    margin: 10rem;
  }
  .bodywebsite .sm\:m-48 {
    margin: 12rem;
  }
  .bodywebsite .sm\:m-56 {
    margin: 14rem;
  }
  .bodywebsite .sm\:m-64 {
    margin: 16rem;
  }
  .bodywebsite .sm\:m-auto {
    margin: auto;
  }
  .bodywebsite .sm\:m-px {
    margin: 1px;
  }
  .bodywebsite .sm\:-m-1 {
    margin: -0.25rem;
  }
  .bodywebsite .sm\:-m-2 {
    margin: -0.5rem;
  }
  .bodywebsite .sm\:-m-3 {
    margin: -0.75rem;
  }
  .bodywebsite .sm\:-m-4 {
    margin: -1rem;
  }
  .bodywebsite .sm\:-m-5 {
    margin: -1.25rem;
  }
  .bodywebsite .sm\:-m-6 {
    margin: -1.5rem;
  }
  .bodywebsite .sm\:-m-8 {
    margin: -2rem;
  }
  .bodywebsite .sm\:-m-10 {
    margin: -2.5rem;
  }
  .bodywebsite .sm\:-m-12 {
    margin: -3rem;
  }
  .bodywebsite .sm\:-m-16 {
    margin: -4rem;
  }
  .bodywebsite .sm\:-m-20 {
    margin: -5rem;
  }
  .bodywebsite .sm\:-m-24 {
    margin: -6rem;
  }
  .bodywebsite .sm\:-m-32 {
    margin: -8rem;
  }
  .bodywebsite .sm\:-m-40 {
    margin: -10rem;
  }
  .bodywebsite .sm\:-m-48 {
    margin: -12rem;
  }
  .bodywebsite .sm\:-m-56 {
    margin: -14rem;
  }
  .bodywebsite .sm\:-m-64 {
    margin: -16rem;
  }
  .bodywebsite .sm\:-m-px {
    margin: -1px;
  }
  .bodywebsite .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bodywebsite .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .bodywebsite .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .bodywebsite .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .bodywebsite .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .bodywebsite .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .bodywebsite .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .bodywebsite .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .bodywebsite .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bodywebsite .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .bodywebsite .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .bodywebsite .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .bodywebsite .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bodywebsite .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bodywebsite .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bodywebsite .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .bodywebsite .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .bodywebsite .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .bodywebsite .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .bodywebsite .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .bodywebsite .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .bodywebsite .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .bodywebsite .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .bodywebsite .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .bodywebsite .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .bodywebsite .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .bodywebsite .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .bodywebsite .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .bodywebsite .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .bodywebsite .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .bodywebsite .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .bodywebsite .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .bodywebsite .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .bodywebsite .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .bodywebsite .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .bodywebsite .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .bodywebsite .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .bodywebsite .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .bodywebsite .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .bodywebsite .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .bodywebsite .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .bodywebsite .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .bodywebsite .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .bodywebsite .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .bodywebsite .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .bodywebsite .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .bodywebsite .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .bodywebsite .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .bodywebsite .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .bodywebsite .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .bodywebsite .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .bodywebsite .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .bodywebsite .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .bodywebsite .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .bodywebsite .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .bodywebsite .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .bodywebsite .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .bodywebsite .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .bodywebsite .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .bodywebsite .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .bodywebsite .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .bodywebsite .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .bodywebsite .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .bodywebsite .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .bodywebsite .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .bodywebsite .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .bodywebsite .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .bodywebsite .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .bodywebsite .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .bodywebsite .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .bodywebsite .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .bodywebsite .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .bodywebsite .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .bodywebsite .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .bodywebsite .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .bodywebsite .sm\:mt-0 {
    margin-top: 0;
  }
  .bodywebsite .sm\:mr-0 {
    margin-right: 0;
  }
  .bodywebsite .sm\:mb-0 {
    margin-bottom: 0;
  }
  .bodywebsite .sm\:ml-0 {
    margin-left: 0;
  }
  .bodywebsite .sm\:mt-1 {
    margin-top: 0.25rem;
  }
  .bodywebsite .sm\:mr-1 {
    margin-right: 0.25rem;
  }
  .bodywebsite .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .bodywebsite .sm\:ml-1 {
    margin-left: 0.25rem;
  }
  .bodywebsite .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .bodywebsite .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .bodywebsite .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .bodywebsite .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .bodywebsite .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .bodywebsite .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .bodywebsite .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .bodywebsite .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .bodywebsite .sm\:mt-4 {
    margin-top: 1rem;
  }
  .bodywebsite .sm\:mr-4 {
    margin-right: 1rem;
  }
  .bodywebsite .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .bodywebsite .sm\:ml-4 {
    margin-left: 1rem;
  }
  .bodywebsite .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .bodywebsite .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .bodywebsite .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .bodywebsite .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .bodywebsite .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .bodywebsite .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .bodywebsite .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .bodywebsite .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .bodywebsite .sm\:mt-8 {
    margin-top: 2rem;
  }
  .bodywebsite .sm\:mr-8 {
    margin-right: 2rem;
  }
  .bodywebsite .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .bodywebsite .sm\:ml-8 {
    margin-left: 2rem;
  }
  .bodywebsite .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .bodywebsite .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .bodywebsite .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .bodywebsite .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .bodywebsite .sm\:mt-12 {
    margin-top: 3rem;
  }
  .bodywebsite .sm\:mr-12 {
    margin-right: 3rem;
  }
  .bodywebsite .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .bodywebsite .sm\:ml-12 {
    margin-left: 3rem;
  }
  .bodywebsite .sm\:mt-16 {
    margin-top: 4rem;
  }
  .bodywebsite .sm\:mr-16 {
    margin-right: 4rem;
  }
  .bodywebsite .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .bodywebsite .sm\:ml-16 {
    margin-left: 4rem;
  }
  .bodywebsite .sm\:mt-20 {
    margin-top: 5rem;
  }
  .bodywebsite .sm\:mr-20 {
    margin-right: 5rem;
  }
  .bodywebsite .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  .bodywebsite .sm\:ml-20 {
    margin-left: 5rem;
  }
  .bodywebsite .sm\:mt-24 {
    margin-top: 6rem;
  }
  .bodywebsite .sm\:mr-24 {
    margin-right: 6rem;
  }
  .bodywebsite .sm\:mb-24 {
    margin-bottom: 6rem;
  }
  .bodywebsite .sm\:ml-24 {
    margin-left: 6rem;
  }
  .bodywebsite .sm\:mt-32 {
    margin-top: 8rem;
  }
  .bodywebsite .sm\:mr-32 {
    margin-right: 8rem;
  }
  .bodywebsite .sm\:mb-32 {
    margin-bottom: 8rem;
  }
  .bodywebsite .sm\:ml-32 {
    margin-left: 8rem;
  }
  .bodywebsite .sm\:mt-40 {
    margin-top: 10rem;
  }
  .bodywebsite .sm\:mr-40 {
    margin-right: 10rem;
  }
  .bodywebsite .sm\:mb-40 {
    margin-bottom: 10rem;
  }
  .bodywebsite .sm\:ml-40 {
    margin-left: 10rem;
  }
  .bodywebsite .sm\:mt-48 {
    margin-top: 12rem;
  }
  .bodywebsite .sm\:mr-48 {
    margin-right: 12rem;
  }
  .bodywebsite .sm\:mb-48 {
    margin-bottom: 12rem;
  }
  .bodywebsite .sm\:ml-48 {
    margin-left: 12rem;
  }
  .bodywebsite .sm\:mt-56 {
    margin-top: 14rem;
  }
  .bodywebsite .sm\:mr-56 {
    margin-right: 14rem;
  }
  .bodywebsite .sm\:mb-56 {
    margin-bottom: 14rem;
  }
  .bodywebsite .sm\:ml-56 {
    margin-left: 14rem;
  }
  .bodywebsite .sm\:mt-64 {
    margin-top: 16rem;
  }
  .bodywebsite .sm\:mr-64 {
    margin-right: 16rem;
  }
  .bodywebsite .sm\:mb-64 {
    margin-bottom: 16rem;
  }
  .bodywebsite .sm\:ml-64 {
    margin-left: 16rem;
  }
  .bodywebsite .sm\:mt-auto {
    margin-top: auto;
  }
  .bodywebsite .sm\:mr-auto {
    margin-right: auto;
  }
  .bodywebsite .sm\:mb-auto {
    margin-bottom: auto;
  }
  .bodywebsite .sm\:ml-auto {
    margin-left: auto;
  }
  .bodywebsite .sm\:mt-px {
    margin-top: 1px;
  }
  .bodywebsite .sm\:mr-px {
    margin-right: 1px;
  }
  .bodywebsite .sm\:mb-px {
    margin-bottom: 1px;
  }
  .bodywebsite .sm\:ml-px {
    margin-left: 1px;
  }
  .bodywebsite .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .bodywebsite .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
  .bodywebsite .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .bodywebsite .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
  .bodywebsite .sm\:-mt-2 {
    margin-top: -0.5rem;
  }
  .bodywebsite .sm\:-mr-2 {
    margin-right: -0.5rem;
  }
  .bodywebsite .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .bodywebsite .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
  .bodywebsite .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
  .bodywebsite .sm\:-mr-3 {
    margin-right: -0.75rem;
  }
  .bodywebsite .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .bodywebsite .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
  .bodywebsite .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .bodywebsite .sm\:-mr-4 {
    margin-right: -1rem;
  }
  .bodywebsite .sm\:-mb-4 {
    margin-bottom: -1rem;
  }
  .bodywebsite .sm\:-ml-4 {
    margin-left: -1rem;
  }
  .bodywebsite .sm\:-mt-5 {
    margin-top: -1.25rem;
  }
  .bodywebsite .sm\:-mr-5 {
    margin-right: -1.25rem;
  }
  .bodywebsite .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .bodywebsite .sm\:-ml-5 {
    margin-left: -1.25rem;
  }
  .bodywebsite .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .bodywebsite .sm\:-mr-6 {
    margin-right: -1.5rem;
  }
  .bodywebsite .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .bodywebsite .sm\:-ml-6 {
    margin-left: -1.5rem;
  }
  .bodywebsite .sm\:-mt-8 {
    margin-top: -2rem;
  }
  .bodywebsite .sm\:-mr-8 {
    margin-right: -2rem;
  }
  .bodywebsite .sm\:-mb-8 {
    margin-bottom: -2rem;
  }
  .bodywebsite .sm\:-ml-8 {
    margin-left: -2rem;
  }
  .bodywebsite .sm\:-mt-10 {
    margin-top: -2.5rem;
  }
  .bodywebsite .sm\:-mr-10 {
    margin-right: -2.5rem;
  }
  .bodywebsite .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .bodywebsite .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
  .bodywebsite .sm\:-mt-12 {
    margin-top: -3rem;
  }
  .bodywebsite .sm\:-mr-12 {
    margin-right: -3rem;
  }
  .bodywebsite .sm\:-mb-12 {
    margin-bottom: -3rem;
  }
  .bodywebsite .sm\:-ml-12 {
    margin-left: -3rem;
  }
  .bodywebsite .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .bodywebsite .sm\:-mr-16 {
    margin-right: -4rem;
  }
  .bodywebsite .sm\:-mb-16 {
    margin-bottom: -4rem;
  }
  .bodywebsite .sm\:-ml-16 {
    margin-left: -4rem;
  }
  .bodywebsite .sm\:-mt-20 {
    margin-top: -5rem;
  }
  .bodywebsite .sm\:-mr-20 {
    margin-right: -5rem;
  }
  .bodywebsite .sm\:-mb-20 {
    margin-bottom: -5rem;
  }
  .bodywebsite .sm\:-ml-20 {
    margin-left: -5rem;
  }
  .bodywebsite .sm\:-mt-24 {
    margin-top: -6rem;
  }
  .bodywebsite .sm\:-mr-24 {
    margin-right: -6rem;
  }
  .bodywebsite .sm\:-mb-24 {
    margin-bottom: -6rem;
  }
  .bodywebsite .sm\:-ml-24 {
    margin-left: -6rem;
  }
  .bodywebsite .sm\:-mt-32 {
    margin-top: -8rem;
  }
  .bodywebsite .sm\:-mr-32 {
    margin-right: -8rem;
  }
  .bodywebsite .sm\:-mb-32 {
    margin-bottom: -8rem;
  }
  .bodywebsite .sm\:-ml-32 {
    margin-left: -8rem;
  }
  .bodywebsite .sm\:-mt-40 {
    margin-top: -10rem;
  }
  .bodywebsite .sm\:-mr-40 {
    margin-right: -10rem;
  }
  .bodywebsite .sm\:-mb-40 {
    margin-bottom: -10rem;
  }
  .bodywebsite .sm\:-ml-40 {
    margin-left: -10rem;
  }
  .bodywebsite .sm\:-mt-48 {
    margin-top: -12rem;
  }
  .bodywebsite .sm\:-mr-48 {
    margin-right: -12rem;
  }
  .bodywebsite .sm\:-mb-48 {
    margin-bottom: -12rem;
  }
  .bodywebsite .sm\:-ml-48 {
    margin-left: -12rem;
  }
  .bodywebsite .sm\:-mt-56 {
    margin-top: -14rem;
  }
  .bodywebsite .sm\:-mr-56 {
    margin-right: -14rem;
  }
  .bodywebsite .sm\:-mb-56 {
    margin-bottom: -14rem;
  }
  .bodywebsite .sm\:-ml-56 {
    margin-left: -14rem;
  }
  .bodywebsite .sm\:-mt-64 {
    margin-top: -16rem;
  }
  .bodywebsite .sm\:-mr-64 {
    margin-right: -16rem;
  }
  .bodywebsite .sm\:-mb-64 {
    margin-bottom: -16rem;
  }
  .bodywebsite .sm\:-ml-64 {
    margin-left: -16rem;
  }
  .bodywebsite .sm\:-mt-px {
    margin-top: -1px;
  }
  .bodywebsite .sm\:-mr-px {
    margin-right: -1px;
  }
  .bodywebsite .sm\:-mb-px {
    margin-bottom: -1px;
  }
  .bodywebsite .sm\:-ml-px {
    margin-left: -1px;
  }
  .bodywebsite .sm\:max-h-full {
    max-height: 100%;
  }
  .bodywebsite .sm\:max-h-screen {
    max-height: 100vh;
  }
  .bodywebsite .sm\:max-w-none {
    max-width: none;
  }
  .bodywebsite .sm\:max-w-xs {
    max-width: 20rem;
  }
  .bodywebsite .sm\:max-w-sm {
    max-width: 24rem;
  }
  .bodywebsite .sm\:max-w-md {
    max-width: 28rem;
  }
  .bodywebsite .sm\:max-w-lg {
    max-width: 32rem;
  }
  .bodywebsite .sm\:max-w-xl {
    max-width: 36rem;
  }
  .bodywebsite .sm\:max-w-2xl {
    max-width: 42rem;
  }
  .bodywebsite .sm\:max-w-3xl {
    max-width: 48rem;
  }
  .bodywebsite .sm\:max-w-4xl {
    max-width: 56rem;
  }
  .bodywebsite .sm\:max-w-5xl {
    max-width: 64rem;
  }
  .bodywebsite .sm\:max-w-6xl {
    max-width: 72rem;
  }
  .bodywebsite .sm\:max-w-full {
    max-width: 100%;
  }
  .bodywebsite .sm\:max-w-screen-sm {
    max-width: 640px;
  }
  .bodywebsite .sm\:max-w-screen-md {
    max-width: 768px;
  }
  .bodywebsite .sm\:max-w-screen-lg {
    max-width: 1024px;
  }
  .bodywebsite .sm\:max-w-screen-xl {
    max-width: 1280px;
  }
  .bodywebsite .sm\:min-h-0 {
    min-height: 0;
  }
  .bodywebsite .sm\:min-h-full {
    min-height: 100%;
  }
  .bodywebsite .sm\:min-h-screen {
    min-height: 100vh;
  }
  .bodywebsite .sm\:min-w-0 {
    min-width: 0;
  }
  .bodywebsite .sm\:min-w-full {
    min-width: 100%;
  }
  .bodywebsite .sm\:object-contain {
    object-fit: contain;
  }
  .bodywebsite .sm\:object-cover {
    object-fit: cover;
  }
  .bodywebsite .sm\:object-fill {
    object-fit: fill;
  }
  .bodywebsite .sm\:object-none {
    object-fit: none;
  }
  .bodywebsite .sm\:object-scale-down {
    object-fit: scale-down;
  }
  .bodywebsite .sm\:object-bottom {
    object-position: bottom;
  }
  .bodywebsite .sm\:object-center {
    object-position: center;
  }
  .bodywebsite .sm\:object-left {
    object-position: left;
  }
  .bodywebsite .sm\:object-left-bottom {
    object-position: left bottom;
  }
  .bodywebsite .sm\:object-left-top {
    object-position: left top;
  }
  .bodywebsite .sm\:object-right {
    object-position: right;
  }
  .bodywebsite .sm\:object-right-bottom {
    object-position: right bottom;
  }
  .bodywebsite .sm\:object-right-top {
    object-position: right top;
  }
  .bodywebsite .sm\:object-top {
    object-position: top;
  }
  .bodywebsite .sm\:opacity-0 {
    opacity: 0;
  }
  .bodywebsite .sm\:opacity-25 {
    opacity: 0.25;
  }
  .bodywebsite .sm\:opacity-50 {
    opacity: 0.5;
  }
  .bodywebsite .sm\:opacity-75 {
    opacity: 0.75;
  }
  .bodywebsite .sm\:opacity-100 {
    opacity: 1;
  }
  .bodywebsite .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }
  .bodywebsite .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
  .bodywebsite .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
  .bodywebsite .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
  .bodywebsite .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }
  .bodywebsite .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }
  .bodywebsite .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }
  .bodywebsite .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .sm\:overflow-auto {
    overflow: auto;
  }
  .bodywebsite .sm\:overflow-hidden {
    overflow: hidden;
  }
  .bodywebsite .sm\:overflow-visible {
    overflow: visible;
  }
  .bodywebsite .sm\:overflow-scroll {
    overflow: scroll;
  }
  .bodywebsite .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .bodywebsite .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .bodywebsite .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .bodywebsite .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .bodywebsite .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .bodywebsite .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .bodywebsite .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .bodywebsite .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .bodywebsite .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .bodywebsite .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .bodywebsite .sm\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
  }
  .bodywebsite .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
  .bodywebsite .sm\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .bodywebsite .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
  .bodywebsite .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
  .bodywebsite .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
  .bodywebsite .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
  .bodywebsite .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
  .bodywebsite .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
  .bodywebsite .sm\:p-0 {
    padding: 0;
  }
  .bodywebsite .sm\:p-1 {
    padding: 0.25rem;
  }
  .bodywebsite .sm\:p-2 {
    padding: 0.5rem;
  }
  .bodywebsite .sm\:p-3 {
    padding: 0.75rem;
  }
  .bodywebsite .sm\:p-4 {
    padding: 1rem;
  }
  .bodywebsite .sm\:p-5 {
    padding: 1.25rem;
  }
  .bodywebsite .sm\:p-6 {
    padding: 1.5rem;
  }
  .bodywebsite .sm\:p-8 {
    padding: 2rem;
  }
  .bodywebsite .sm\:p-10 {
    padding: 2.5rem;
  }
  .bodywebsite .sm\:p-12 {
    padding: 3rem;
  }
  .bodywebsite .sm\:p-16 {
    padding: 4rem;
  }
  .bodywebsite .sm\:p-20 {
    padding: 5rem;
  }
  .bodywebsite .sm\:p-24 {
    padding: 6rem;
  }
  .bodywebsite .sm\:p-32 {
    padding: 8rem;
  }
  .bodywebsite .sm\:p-40 {
    padding: 10rem;
  }
  .bodywebsite .sm\:p-48 {
    padding: 12rem;
  }
  .bodywebsite .sm\:p-56 {
    padding: 14rem;
  }
  .bodywebsite .sm\:p-64 {
    padding: 16rem;
  }
  .bodywebsite .sm\:p-px {
    padding: 1px;
  }
  .bodywebsite .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bodywebsite .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .bodywebsite .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .bodywebsite .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bodywebsite .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bodywebsite .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bodywebsite .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .bodywebsite .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .bodywebsite .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .bodywebsite .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bodywebsite .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bodywebsite .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bodywebsite .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bodywebsite .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bodywebsite .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bodywebsite .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bodywebsite .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .bodywebsite .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .bodywebsite .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bodywebsite .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bodywebsite .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bodywebsite .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .bodywebsite .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .bodywebsite .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .bodywebsite .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .bodywebsite .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .bodywebsite .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .bodywebsite .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .bodywebsite .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bodywebsite .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .bodywebsite .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .bodywebsite .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .bodywebsite .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .bodywebsite .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .bodywebsite .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .bodywebsite .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .bodywebsite .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .bodywebsite .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .bodywebsite .sm\:pt-0 {
    padding-top: 0;
  }
  .bodywebsite .sm\:pr-0 {
    padding-right: 0;
  }
  .bodywebsite .sm\:pb-0 {
    padding-bottom: 0;
  }
  .bodywebsite .sm\:pl-0 {
    padding-left: 0;
  }
  .bodywebsite .sm\:pt-1 {
    padding-top: 0.25rem;
  }
  .bodywebsite .sm\:pr-1 {
    padding-right: 0.25rem;
  }
  .bodywebsite .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .bodywebsite .sm\:pl-1 {
    padding-left: 0.25rem;
  }
  .bodywebsite .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .bodywebsite .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .bodywebsite .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .bodywebsite .sm\:pl-2 {
    padding-left: 0.5rem;
  }
  .bodywebsite .sm\:pt-3 {
    padding-top: 0.75rem;
  }
  .bodywebsite .sm\:pr-3 {
    padding-right: 0.75rem;
  }
  .bodywebsite .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .bodywebsite .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .bodywebsite .sm\:pt-4 {
    padding-top: 1rem;
  }
  .bodywebsite .sm\:pr-4 {
    padding-right: 1rem;
  }
  .bodywebsite .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .bodywebsite .sm\:pl-4 {
    padding-left: 1rem;
  }
  .bodywebsite .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .bodywebsite .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .bodywebsite .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .bodywebsite .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .bodywebsite .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .bodywebsite .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .bodywebsite .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .bodywebsite .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .bodywebsite .sm\:pt-8 {
    padding-top: 2rem;
  }
  .bodywebsite .sm\:pr-8 {
    padding-right: 2rem;
  }
  .bodywebsite .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .bodywebsite .sm\:pl-8 {
    padding-left: 2rem;
  }
  .bodywebsite .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .bodywebsite .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .bodywebsite .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .bodywebsite .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .bodywebsite .sm\:pt-12 {
    padding-top: 3rem;
  }
  .bodywebsite .sm\:pr-12 {
    padding-right: 3rem;
  }
  .bodywebsite .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .bodywebsite .sm\:pl-12 {
    padding-left: 3rem;
  }
  .bodywebsite .sm\:pt-16 {
    padding-top: 4rem;
  }
  .bodywebsite .sm\:pr-16 {
    padding-right: 4rem;
  }
  .bodywebsite .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .bodywebsite .sm\:pl-16 {
    padding-left: 4rem;
  }
  .bodywebsite .sm\:pt-20 {
    padding-top: 5rem;
  }
  .bodywebsite .sm\:pr-20 {
    padding-right: 5rem;
  }
  .bodywebsite .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .bodywebsite .sm\:pl-20 {
    padding-left: 5rem;
  }
  .bodywebsite .sm\:pt-24 {
    padding-top: 6rem;
  }
  .bodywebsite .sm\:pr-24 {
    padding-right: 6rem;
  }
  .bodywebsite .sm\:pb-24 {
    padding-bottom: 6rem;
  }
  .bodywebsite .sm\:pl-24 {
    padding-left: 6rem;
  }
  .bodywebsite .sm\:pt-32 {
    padding-top: 8rem;
  }
  .bodywebsite .sm\:pr-32 {
    padding-right: 8rem;
  }
  .bodywebsite .sm\:pb-32 {
    padding-bottom: 8rem;
  }
  .bodywebsite .sm\:pl-32 {
    padding-left: 8rem;
  }
  .bodywebsite .sm\:pt-40 {
    padding-top: 10rem;
  }
  .bodywebsite .sm\:pr-40 {
    padding-right: 10rem;
  }
  .bodywebsite .sm\:pb-40 {
    padding-bottom: 10rem;
  }
  .bodywebsite .sm\:pl-40 {
    padding-left: 10rem;
  }
  .bodywebsite .sm\:pt-48 {
    padding-top: 12rem;
  }
  .bodywebsite .sm\:pr-48 {
    padding-right: 12rem;
  }
  .bodywebsite .sm\:pb-48 {
    padding-bottom: 12rem;
  }
  .bodywebsite .sm\:pl-48 {
    padding-left: 12rem;
  }
  .bodywebsite .sm\:pt-56 {
    padding-top: 14rem;
  }
  .bodywebsite .sm\:pr-56 {
    padding-right: 14rem;
  }
  .bodywebsite .sm\:pb-56 {
    padding-bottom: 14rem;
  }
  .bodywebsite .sm\:pl-56 {
    padding-left: 14rem;
  }
  .bodywebsite .sm\:pt-64 {
    padding-top: 16rem;
  }
  .bodywebsite .sm\:pr-64 {
    padding-right: 16rem;
  }
  .bodywebsite .sm\:pb-64 {
    padding-bottom: 16rem;
  }
  .bodywebsite .sm\:pl-64 {
    padding-left: 16rem;
  }
  .bodywebsite .sm\:pt-px {
    padding-top: 1px;
  }
  .bodywebsite .sm\:pr-px {
    padding-right: 1px;
  }
  .bodywebsite .sm\:pb-px {
    padding-bottom: 1px;
  }
  .bodywebsite .sm\:pl-px {
    padding-left: 1px;
  }
  .bodywebsite .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:placeholder-current::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:placeholder-current::placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
  .bodywebsite .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
  .bodywebsite .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .sm\:pointer-events-none {
    pointer-events: none;
  }
  .bodywebsite .sm\:pointer-events-auto {
    pointer-events: auto;
  }
  .bodywebsite .sm\:static {
    position: static;
  }
  .bodywebsite .sm\:fixed {
    position: fixed;
  }
  .bodywebsite .sm\:absolute {
    position: absolute;
  }
  .bodywebsite .sm\:relative {
    position: relative;
  }
  .bodywebsite .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .bodywebsite .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bodywebsite .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .bodywebsite .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .bodywebsite .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }
  .bodywebsite .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .bodywebsite .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }
  .bodywebsite .sm\:top-0 {
    top: 0;
  }
  .bodywebsite .sm\:right-0 {
    right: 0;
  }
  .bodywebsite .sm\:bottom-0 {
    bottom: 0;
  }
  .bodywebsite .sm\:left-0 {
    left: 0;
  }
  .bodywebsite .sm\:top-auto {
    top: auto;
  }
  .bodywebsite .sm\:right-auto {
    right: auto;
  }
  .bodywebsite .sm\:bottom-auto {
    bottom: auto;
  }
  .bodywebsite .sm\:left-auto {
    left: auto;
  }
  .bodywebsite .sm\:resize-none {
    resize: none;
  }
  .bodywebsite .sm\:resize-y {
    resize: vertical;
  }
  .bodywebsite .sm\:resize-x {
    resize: horizontal;
  }
  .bodywebsite .sm\:resize {
    resize: both;
  }
  .bodywebsite .sm\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .sm\:shadow-none {
    box-shadow: none;
  }
  .bodywebsite .sm\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }
  .bodywebsite .sm\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }
  .bodywebsite .sm\:fill-current {
    fill: currentColor;
  }
  .bodywebsite .sm\:stroke-current {
    stroke: currentColor;
  }
  .bodywebsite .sm\:stroke-0 {
    stroke-width: 0;
  }
  .bodywebsite .sm\:stroke-1 {
    stroke-width: 1;
  }
  .bodywebsite .sm\:stroke-2 {
    stroke-width: 2;
  }
  .bodywebsite .sm\:table-auto {
    table-layout: auto;
  }
  .bodywebsite .sm\:table-fixed {
    table-layout: fixed;
  }
  .bodywebsite .sm\:text-left {
    text-align: left;
  }
  .bodywebsite .sm\:text-center {
    text-align: center;
  }
  .bodywebsite .sm\:text-right {
    text-align: right;
  }
  .bodywebsite .sm\:text-justify {
    text-align: justify;
  }
  .bodywebsite .sm\:text-transparent {
    color: transparent;
  }
  .bodywebsite .sm\:text-current {
    color: currentColor;
  }
  .bodywebsite .sm\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .sm\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .sm\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .sm\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .sm\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .sm\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .sm\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .sm\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .sm\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .sm\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-transparent:hover {
    color: transparent;
  }
  .bodywebsite .sm\:hover\:text-current:hover {
    color: currentColor;
  }
  .bodywebsite .sm\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .sm\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-transparent:focus {
    color: transparent;
  }
  .bodywebsite .sm\:focus\:text-current:focus {
    color: currentColor;
  }
  .bodywebsite .sm\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-100:focus {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-200:focus {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-300:focus {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-400:focus {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-500:focus {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-600:focus {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-700:focus {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-800:focus {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-red-900:focus {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-100:focus {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-200:focus {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-300:focus {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-400:focus {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-500:focus {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-600:focus {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-700:focus {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-800:focus {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-green-900:focus {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-100:focus {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-200:focus {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-300:focus {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-400:focus {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-500:focus {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-600:focus {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-700:focus {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-800:focus {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-blue-900:focus {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .sm\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .sm\:text-opacity-0 {
    --text-opacity: 0;
  }
  .bodywebsite .sm\:text-opacity-25 {
    --text-opacity: 0.25;
  }
  .bodywebsite .sm\:text-opacity-50 {
    --text-opacity: 0.5;
  }
  .bodywebsite .sm\:text-opacity-75 {
    --text-opacity: 0.75;
  }
  .bodywebsite .sm\:text-opacity-100 {
    --text-opacity: 1;
  }
  .bodywebsite .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }
  .bodywebsite .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }
  .bodywebsite .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }
  .bodywebsite .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }
  .bodywebsite .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }
  .bodywebsite .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }
  .bodywebsite .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }
  .bodywebsite .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }
  .bodywebsite .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }
  .bodywebsite .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }
  .bodywebsite .sm\:italic {
    font-style: italic;
  }
  .bodywebsite .sm\:not-italic {
    font-style: normal;
  }
  .bodywebsite .sm\:uppercase {
    text-transform: uppercase;
  }
  .bodywebsite .sm\:lowercase {
    text-transform: lowercase;
  }
  .bodywebsite .sm\:capitalize {
    text-transform: capitalize;
  }
  .bodywebsite .sm\:normal-case {
    text-transform: none;
  }
  .bodywebsite .sm\:underline {
    text-decoration: underline;
  }
  .bodywebsite .sm\:line-through {
    text-decoration: line-through;
  }
  .bodywebsite .sm\:no-underline {
    text-decoration: none;
  }
  .bodywebsite .sm\:hover\:underline:hover {
    text-decoration: underline;
  }
  .bodywebsite .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .bodywebsite .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .bodywebsite .sm\:focus\:underline:focus {
    text-decoration: underline;
  }
  .bodywebsite .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .bodywebsite .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .bodywebsite .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bodywebsite .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .bodywebsite .sm\:ordinal,
  .bodywebsite .sm\:slashed-zero,
  .bodywebsite .sm\:lining-nums,
  .bodywebsite .sm\:oldstyle-nums,
  .bodywebsite .sm\:proportional-nums,
  .bodywebsite .sm\:tabular-nums,
  .bodywebsite .sm\:diagonal-fractions,
  .bodywebsite .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
  .bodywebsite .sm\:normal-nums {
    font-variant-numeric: normal;
  }
  .bodywebsite .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
  .bodywebsite .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
  .bodywebsite .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
  .bodywebsite .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
  .bodywebsite .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
  .bodywebsite .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
  .bodywebsite .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
  .bodywebsite .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
  .bodywebsite .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .bodywebsite .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .bodywebsite .sm\:tracking-normal {
    letter-spacing: 0;
  }
  .bodywebsite .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .bodywebsite .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }
  .bodywebsite .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }
  .bodywebsite .sm\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bodywebsite .sm\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .bodywebsite .sm\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
  }
  .bodywebsite .sm\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .bodywebsite .sm\:align-baseline {
    vertical-align: baseline;
  }
  .bodywebsite .sm\:align-top {
    vertical-align: top;
  }
  .bodywebsite .sm\:align-middle {
    vertical-align: middle;
  }
  .bodywebsite .sm\:align-bottom {
    vertical-align: bottom;
  }
  .bodywebsite .sm\:align-text-top {
    vertical-align: text-top;
  }
  .bodywebsite .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .bodywebsite .sm\:visible {
    visibility: visible;
  }
  .bodywebsite .sm\:invisible {
    visibility: hidden;
  }
  .bodywebsite .sm\:whitespace-normal {
    white-space: normal;
  }
  .bodywebsite .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .bodywebsite .sm\:whitespace-pre {
    white-space: pre;
  }
  .bodywebsite .sm\:whitespace-pre-line {
    white-space: pre-line;
  }
  .bodywebsite .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .bodywebsite .sm\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .bodywebsite .sm\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bodywebsite .sm\:break-all {
    word-break: break-all;
  }
  .bodywebsite .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bodywebsite .sm\:w-0 {
    width: 0;
  }
  .bodywebsite .sm\:w-1 {
    width: 0.25rem;
  }
  .bodywebsite .sm\:w-2 {
    width: 0.5rem;
  }
  .bodywebsite .sm\:w-3 {
    width: 0.75rem;
  }
  .bodywebsite .sm\:w-4 {
    width: 1rem;
  }
  .bodywebsite .sm\:w-5 {
    width: 1.25rem;
  }
  .bodywebsite .sm\:w-6 {
    width: 1.5rem;
  }
  .bodywebsite .sm\:w-8 {
    width: 2rem;
  }
  .bodywebsite .sm\:w-10 {
    width: 2.5rem;
  }
  .bodywebsite .sm\:w-12 {
    width: 3rem;
  }
  .bodywebsite .sm\:w-16 {
    width: 4rem;
  }
  .bodywebsite .sm\:w-20 {
    width: 5rem;
  }
  .bodywebsite .sm\:w-24 {
    width: 6rem;
  }
  .bodywebsite .sm\:w-32 {
    width: 8rem;
  }
  .bodywebsite .sm\:w-40 {
    width: 10rem;
  }
  .bodywebsite .sm\:w-48 {
    width: 12rem;
  }
  .bodywebsite .sm\:w-56 {
    width: 14rem;
  }
  .bodywebsite .sm\:w-64 {
    width: 16rem;
  }
  .bodywebsite .sm\:w-auto {
    width: auto;
  }
  .bodywebsite .sm\:w-px {
    width: 1px;
  }
  .bodywebsite .sm\:w-1\/2 {
    width: 50%;
  }
  .bodywebsite .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .bodywebsite .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .bodywebsite .sm\:w-1\/4 {
    width: 25%;
  }
  .bodywebsite .sm\:w-2\/4 {
    width: 50%;
  }
  .bodywebsite .sm\:w-3\/4 {
    width: 75%;
  }
  .bodywebsite .sm\:w-1\/5 {
    width: 20%;
  }
  .bodywebsite .sm\:w-2\/5 {
    width: 40%;
  }
  .bodywebsite .sm\:w-3\/5 {
    width: 60%;
  }
  .bodywebsite .sm\:w-4\/5 {
    width: 80%;
  }
  .bodywebsite .sm\:w-1\/6 {
    width: 16.666667%;
  }
  .bodywebsite .sm\:w-2\/6 {
    width: 33.333333%;
  }
  .bodywebsite .sm\:w-3\/6 {
    width: 50%;
  }
  .bodywebsite .sm\:w-4\/6 {
    width: 66.666667%;
  }
  .bodywebsite .sm\:w-5\/6 {
    width: 83.333333%;
  }
  .bodywebsite .sm\:w-1\/12 {
    width: 8.333333%;
  }
  .bodywebsite .sm\:w-2\/12 {
    width: 16.666667%;
  }
  .bodywebsite .sm\:w-3\/12 {
    width: 25%;
  }
  .bodywebsite .sm\:w-4\/12 {
    width: 33.333333%;
  }
  .bodywebsite .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .bodywebsite .sm\:w-6\/12 {
    width: 50%;
  }
  .bodywebsite .sm\:w-7\/12 {
    width: 58.333333%;
  }
  .bodywebsite .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .bodywebsite .sm\:w-9\/12 {
    width: 75%;
  }
  .bodywebsite .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .bodywebsite .sm\:w-11\/12 {
    width: 91.666667%;
  }
  .bodywebsite .sm\:w-full {
    width: 100%;
  }
  .bodywebsite .sm\:w-screen {
    width: 100vw;
  }
  .bodywebsite .sm\:z-0 {
    z-index: 0;
  }
  .bodywebsite .sm\:z-10 {
    z-index: 10;
  }
  .bodywebsite .sm\:z-20 {
    z-index: 20;
  }
  .bodywebsite .sm\:z-30 {
    z-index: 30;
  }
  .bodywebsite .sm\:z-40 {
    z-index: 40;
  }
  .bodywebsite .sm\:z-50 {
    z-index: 50;
  }
  .bodywebsite .sm\:z-auto {
    z-index: auto;
  }
  .bodywebsite .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }
  .bodywebsite .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }
  .bodywebsite .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
  .bodywebsite .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .bodywebsite .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .bodywebsite .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .bodywebsite .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .bodywebsite .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .bodywebsite .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .bodywebsite .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .bodywebsite .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }
  .bodywebsite .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }
  .bodywebsite .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }
  .bodywebsite .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }
  .bodywebsite .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }
  .bodywebsite .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }
  .bodywebsite .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }
  .bodywebsite .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }
  .bodywebsite .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
  .bodywebsite .sm\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .sm\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .sm\:gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .sm\:gap-x-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .sm\:gap-x-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .sm\:gap-x-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .sm\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .sm\:gap-x-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .sm\:gap-x-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .sm\:gap-x-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .sm\:gap-x-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .sm\:gap-x-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .sm\:gap-x-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .sm\:gap-x-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .sm\:gap-x-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .sm\:gap-x-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .sm\:gap-x-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .sm\:gap-x-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .sm\:gap-x-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .sm\:gap-x-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .sm\:gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .sm\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .sm\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .sm\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .sm\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .sm\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .sm\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .sm\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .sm\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .sm\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .sm\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .sm\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .sm\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .sm\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .sm\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .sm\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .sm\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .sm\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .sm\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .sm\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .sm\:grid-flow-row {
    grid-auto-flow: row;
  }
  .bodywebsite .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  .bodywebsite .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .bodywebsite .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .bodywebsite .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-cols-none {
    grid-template-columns: none;
  }
  .bodywebsite .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .bodywebsite .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  .bodywebsite .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  .bodywebsite .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .bodywebsite .sm\:col-auto {
    grid-column: auto;
  }
  .bodywebsite .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .bodywebsite .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .bodywebsite .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bodywebsite .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .bodywebsite .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .bodywebsite .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bodywebsite .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .bodywebsite .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .bodywebsite .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .bodywebsite .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .bodywebsite .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .bodywebsite .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .bodywebsite .sm\:col-span-full {
    grid-column: -1;
  }
  .bodywebsite .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .bodywebsite .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .bodywebsite .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .bodywebsite .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .bodywebsite .sm\:col-start-5 {
    grid-column-start: 5;
  }
  .bodywebsite .sm\:col-start-6 {
    grid-column-start: 6;
  }
  .bodywebsite .sm\:col-start-7 {
    grid-column-start: 7;
  }
  .bodywebsite .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .bodywebsite .sm\:col-start-9 {
    grid-column-start: 9;
  }
  .bodywebsite .sm\:col-start-10 {
    grid-column-start: 10;
  }
  .bodywebsite .sm\:col-start-11 {
    grid-column-start: 11;
  }
  .bodywebsite .sm\:col-start-12 {
    grid-column-start: 12;
  }
  .bodywebsite .sm\:col-start-13 {
    grid-column-start: 13;
  }
  .bodywebsite .sm\:col-start-auto {
    grid-column-start: auto;
  }
  .bodywebsite .sm\:col-end-1 {
    grid-column-end: 1;
  }
  .bodywebsite .sm\:col-end-2 {
    grid-column-end: 2;
  }
  .bodywebsite .sm\:col-end-3 {
    grid-column-end: 3;
  }
  .bodywebsite .sm\:col-end-4 {
    grid-column-end: 4;
  }
  .bodywebsite .sm\:col-end-5 {
    grid-column-end: 5;
  }
  .bodywebsite .sm\:col-end-6 {
    grid-column-end: 6;
  }
  .bodywebsite .sm\:col-end-7 {
    grid-column-end: 7;
  }
  .bodywebsite .sm\:col-end-8 {
    grid-column-end: 8;
  }
  .bodywebsite .sm\:col-end-9 {
    grid-column-end: 9;
  }
  .bodywebsite .sm\:col-end-10 {
    grid-column-end: 10;
  }
  .bodywebsite .sm\:col-end-11 {
    grid-column-end: 11;
  }
  .bodywebsite .sm\:col-end-12 {
    grid-column-end: 12;
  }
  .bodywebsite .sm\:col-end-13 {
    grid-column-end: 13;
  }
  .bodywebsite .sm\:col-end-auto {
    grid-column-end: auto;
  }
  .bodywebsite .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .sm\:grid-rows-none {
    grid-template-rows: none;
  }
  .bodywebsite .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .bodywebsite .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .bodywebsite .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .bodywebsite .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .bodywebsite .sm\:row-auto {
    grid-row: auto;
  }
  .bodywebsite .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .bodywebsite .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .bodywebsite .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .bodywebsite .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .bodywebsite .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .bodywebsite .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .bodywebsite .sm\:row-span-full {
    grid-row: -1;
  }
  .bodywebsite .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .bodywebsite .sm\:row-start-2 {
    grid-row-start: 2;
  }
  .bodywebsite .sm\:row-start-3 {
    grid-row-start: 3;
  }
  .bodywebsite .sm\:row-start-4 {
    grid-row-start: 4;
  }
  .bodywebsite .sm\:row-start-5 {
    grid-row-start: 5;
  }
  .bodywebsite .sm\:row-start-6 {
    grid-row-start: 6;
  }
  .bodywebsite .sm\:row-start-7 {
    grid-row-start: 7;
  }
  .bodywebsite .sm\:row-start-auto {
    grid-row-start: auto;
  }
  .bodywebsite .sm\:row-end-1 {
    grid-row-end: 1;
  }
  .bodywebsite .sm\:row-end-2 {
    grid-row-end: 2;
  }
  .bodywebsite .sm\:row-end-3 {
    grid-row-end: 3;
  }
  .bodywebsite .sm\:row-end-4 {
    grid-row-end: 4;
  }
  .bodywebsite .sm\:row-end-5 {
    grid-row-end: 5;
  }
  .bodywebsite .sm\:row-end-6 {
    grid-row-end: 6;
  }
  .bodywebsite .sm\:row-end-7 {
    grid-row-end: 7;
  }
  .bodywebsite .sm\:row-end-auto {
    grid-row-end: auto;
  }
  .bodywebsite .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
  .bodywebsite .sm\:transform-none {
    transform: none;
  }
  .bodywebsite .sm\:origin-center {
    transform-origin: center;
  }
  .bodywebsite .sm\:origin-top {
    transform-origin: top;
  }
  .bodywebsite .sm\:origin-top-right {
    transform-origin: top right;
  }
  .bodywebsite .sm\:origin-right {
    transform-origin: right;
  }
  .bodywebsite .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }
  .bodywebsite .sm\:origin-bottom {
    transform-origin: bottom;
  }
  .bodywebsite .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }
  .bodywebsite .sm\:origin-left {
    transform-origin: left;
  }
  .bodywebsite .sm\:origin-top-left {
    transform-origin: top left;
  }
  .bodywebsite .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:scale-50 {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:scale-75 {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:scale-90 {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:scale-95 {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }
  .bodywebsite .sm\:scale-x-50 {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .sm\:scale-x-75 {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .sm\:scale-x-90 {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .sm\:scale-x-95 {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }
  .bodywebsite .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:scale-y-50 {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:scale-y-75 {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:scale-y-90 {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:scale-y-95 {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:hover\:scale-50:hover {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:hover\:scale-75:hover {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:hover\:scale-90:hover {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:hover\:scale-95:hover {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }
  .bodywebsite .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }
  .bodywebsite .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:focus\:scale-50:focus {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:focus\:scale-75:focus {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:focus\:scale-90:focus {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:focus\:scale-95:focus {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }
  .bodywebsite .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }
  .bodywebsite .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }
  .bodywebsite .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }
  .bodywebsite .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .sm\:rotate-0 {
    --transform-rotate: 0;
  }
  .bodywebsite .sm\:rotate-1 {
    --transform-rotate: 1deg;
  }
  .bodywebsite .sm\:rotate-2 {
    --transform-rotate: 2deg;
  }
  .bodywebsite .sm\:rotate-3 {
    --transform-rotate: 3deg;
  }
  .bodywebsite .sm\:rotate-6 {
    --transform-rotate: 6deg;
  }
  .bodywebsite .sm\:rotate-12 {
    --transform-rotate: 12deg;
  }
  .bodywebsite .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }
  .bodywebsite .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }
  .bodywebsite .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }
  .bodywebsite .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }
  .bodywebsite .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }
  .bodywebsite .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }
  .bodywebsite .sm\:-rotate-12 {
    --transform-rotate: -12deg;
  }
  .bodywebsite .sm\:-rotate-6 {
    --transform-rotate: -6deg;
  }
  .bodywebsite .sm\:-rotate-3 {
    --transform-rotate: -3deg;
  }
  .bodywebsite .sm\:-rotate-2 {
    --transform-rotate: -2deg;
  }
  .bodywebsite .sm\:-rotate-1 {
    --transform-rotate: -1deg;
  }
  .bodywebsite .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }
  .bodywebsite .sm\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }
  .bodywebsite .sm\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }
  .bodywebsite .sm\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }
  .bodywebsite .sm\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }
  .bodywebsite .sm\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }
  .bodywebsite .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }
  .bodywebsite .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }
  .bodywebsite .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }
  .bodywebsite .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }
  .bodywebsite .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }
  .bodywebsite .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }
  .bodywebsite .sm\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }
  .bodywebsite .sm\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }
  .bodywebsite .sm\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }
  .bodywebsite .sm\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }
  .bodywebsite .sm\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }
  .bodywebsite .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }
  .bodywebsite .sm\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }
  .bodywebsite .sm\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }
  .bodywebsite .sm\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }
  .bodywebsite .sm\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }
  .bodywebsite .sm\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }
  .bodywebsite .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }
  .bodywebsite .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }
  .bodywebsite .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }
  .bodywebsite .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }
  .bodywebsite .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }
  .bodywebsite .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }
  .bodywebsite .sm\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }
  .bodywebsite .sm\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }
  .bodywebsite .sm\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }
  .bodywebsite .sm\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }
  .bodywebsite .sm\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }
  .bodywebsite .sm\:translate-x-0 {
    --transform-translate-x: 0;
  }
  .bodywebsite .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }
  .bodywebsite .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }
  .bodywebsite .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }
  .bodywebsite .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
  .bodywebsite .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
  .bodywebsite .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }
  .bodywebsite .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }
  .bodywebsite .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }
  .bodywebsite .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }
  .bodywebsite .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }
  .bodywebsite .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
  .bodywebsite .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
  .bodywebsite .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }
  .bodywebsite .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }
  .bodywebsite .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }
  .bodywebsite .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }
  .bodywebsite .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }
  .bodywebsite .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
  .bodywebsite .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
  .bodywebsite .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }
  .bodywebsite .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }
  .bodywebsite .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }
  .bodywebsite .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }
  .bodywebsite .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }
  .bodywebsite .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
  .bodywebsite .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
  .bodywebsite .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }
  .bodywebsite .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }
  .bodywebsite .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }
  .bodywebsite .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }
  .bodywebsite .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }
  .bodywebsite .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
  .bodywebsite .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
  .bodywebsite .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }
  .bodywebsite .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }
  .bodywebsite .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }
  .bodywebsite .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }
  .bodywebsite .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }
  .bodywebsite .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
  .bodywebsite .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
  .bodywebsite .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }
  .bodywebsite .sm\:skew-x-0 {
    --transform-skew-x: 0;
  }
  .bodywebsite .sm\:skew-x-1 {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .sm\:skew-x-2 {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .sm\:skew-x-3 {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .sm\:skew-x-6 {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .sm\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .sm\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .sm\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .sm\:skew-y-0 {
    --transform-skew-y: 0;
  }
  .bodywebsite .sm\:skew-y-1 {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .sm\:skew-y-2 {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .sm\:skew-y-3 {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .sm\:skew-y-6 {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .sm\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .sm\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .sm\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }
  .bodywebsite .sm\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .sm\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .sm\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .sm\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }
  .bodywebsite .sm\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .sm\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .sm\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .sm\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }
  .bodywebsite .sm\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .sm\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .sm\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .sm\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }
  .bodywebsite .sm\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .sm\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .sm\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .sm\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .sm\:transition-none {
    transition-property: none;
  }
  .bodywebsite .sm\:transition-all {
    transition-property: all;
  }
  .bodywebsite .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
  .bodywebsite .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
  .bodywebsite .sm\:transition-opacity {
    transition-property: opacity;
  }
  .bodywebsite .sm\:transition-shadow {
    transition-property: box-shadow;
  }
  .bodywebsite .sm\:transition-transform {
    transition-property: transform;
  }
  .bodywebsite .sm\:ease-linear {
    transition-timing-function: linear;
  }
  .bodywebsite .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .bodywebsite .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .bodywebsite .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bodywebsite .sm\:duration-75 {
    transition-duration: 75ms;
  }
  .bodywebsite .sm\:duration-100 {
    transition-duration: 100ms;
  }
  .bodywebsite .sm\:duration-150 {
    transition-duration: 150ms;
  }
  .bodywebsite .sm\:duration-200 {
    transition-duration: 200ms;
  }
  .bodywebsite .sm\:duration-300 {
    transition-duration: 300ms;
  }
  .bodywebsite .sm\:duration-500 {
    transition-duration: 500ms;
  }
  .bodywebsite .sm\:duration-700 {
    transition-duration: 700ms;
  }
  .bodywebsite .sm\:duration-1000 {
    transition-duration: 1000ms;
  }
  .bodywebsite .sm\:delay-75 {
    transition-delay: 75ms;
  }
  .bodywebsite .sm\:delay-100 {
    transition-delay: 100ms;
  }
  .bodywebsite .sm\:delay-150 {
    transition-delay: 150ms;
  }
  .bodywebsite .sm\:delay-200 {
    transition-delay: 200ms;
  }
  .bodywebsite .sm\:delay-300 {
    transition-delay: 300ms;
  }
  .bodywebsite .sm\:delay-500 {
    transition-delay: 500ms;
  }
  .bodywebsite .sm\:delay-700 {
    transition-delay: 700ms;
  }
  .bodywebsite .sm\:delay-1000 {
    transition-delay: 1000ms;
  }
  .bodywebsite .sm\:animate-none {
    animation: none;
  }
  .bodywebsite .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }
  .bodywebsite .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
  .bodywebsite .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .bodywebsite .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .bodywebsite .sm\:container {
    max-width: 640px;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .bodywebsite .sm\:container {
    max-width: 768px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .bodywebsite .sm\:container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .bodywebsite .sm\:container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .md\:container {
    width: 100%;
  }
  .bodywebsite .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
  .bodywebsite .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
  .bodywebsite .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
  .bodywebsite .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
  .bodywebsite .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
  .bodywebsite .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
  .bodywebsite .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
  .bodywebsite .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
  .bodywebsite .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
  .bodywebsite .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
  .bodywebsite .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
  .bodywebsite .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }
  .bodywebsite .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }
  .bodywebsite .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }
  .bodywebsite .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
  .bodywebsite .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
  .bodywebsite .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
  .bodywebsite .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
  .bodywebsite .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
  .bodywebsite .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
  .bodywebsite .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
  .bodywebsite .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
  .bodywebsite .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
  .bodywebsite .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
  .bodywebsite .md\: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;
  }
  .bodywebsite .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .bodywebsite .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .md\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .bodywebsite .md\:bg-fixed {
    background-attachment: fixed;
  }
  .bodywebsite .md\:bg-local {
    background-attachment: local;
  }
  .bodywebsite .md\:bg-scroll {
    background-attachment: scroll;
  }
  .bodywebsite .md\:bg-clip-border {
    background-clip: border-box;
  }
  .bodywebsite .md\:bg-clip-padding {
    background-clip: padding-box;
  }
  .bodywebsite .md\:bg-clip-content {
    background-clip: content-box;
  }
  .bodywebsite .md\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bodywebsite .md\:bg-transparent {
    background-color: transparent;
  }
  .bodywebsite .md\:bg-current {
    background-color: currentColor;
  }
  .bodywebsite .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .bodywebsite .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }
  .bodywebsite .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .bodywebsite .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }
  .bodywebsite .md\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .md\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .md\:bg-none {
    background-image: none;
  }
  .bodywebsite .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
  .bodywebsite .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
  .bodywebsite .md\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:from-red-100 {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:from-red-200 {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:from-red-300 {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:from-red-400 {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:from-red-500 {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:from-red-600 {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:from-red-700 {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:from-red-800 {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:from-red-900 {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:from-green-100 {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:from-green-200 {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:from-green-300 {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:from-green-400 {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:from-green-500 {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:from-green-600 {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:from-green-700 {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:from-green-800 {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:from-green-900 {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:from-blue-100 {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:from-blue-200 {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:from-blue-300 {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:from-blue-400 {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:from-blue-500 {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:from-blue-600 {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:from-blue-700 {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:from-blue-800 {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:from-blue-900 {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:via-red-100 {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:via-red-200 {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:via-red-300 {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:via-red-400 {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:via-red-500 {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:via-red-600 {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:via-red-700 {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:via-red-800 {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:via-red-900 {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:via-green-100 {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:via-green-200 {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:via-green-300 {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:via-green-400 {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:via-green-500 {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:via-green-600 {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:via-green-700 {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:via-green-800 {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:via-green-900 {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:via-blue-100 {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:via-blue-200 {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:via-blue-300 {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:via-blue-400 {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:via-blue-500 {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:via-blue-600 {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:via-blue-700 {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:via-blue-800 {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:via-blue-900 {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:to-transparent {
    --gradient-to-color: transparent;
  }
  .bodywebsite .md\:to-current {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .md\:to-black {
    --gradient-to-color: #000;
  }
  .bodywebsite .md\:to-white {
    --gradient-to-color: #fff;
  }
  .bodywebsite .md\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .md\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .md\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .md\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .md\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .md\:to-gray-600 {
    --gradient-to-color: #718096;
  }
  .bodywebsite .md\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .md\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .md\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .md\:to-red-100 {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .md\:to-red-200 {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .md\:to-red-300 {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .md\:to-red-400 {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .md\:to-red-500 {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .md\:to-red-600 {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .md\:to-red-700 {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .md\:to-red-800 {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .md\:to-red-900 {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .md\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .md\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .md\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .md\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .md\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .md\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .md\:to-orange-700 {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .md\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .md\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .md\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .md\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .md\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .md\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .md\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .md\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .md\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .md\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .md\:to-yellow-900 {
    --gradient-to-color: #744210;
  }
  .bodywebsite .md\:to-green-100 {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .md\:to-green-200 {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .md\:to-green-300 {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .md\:to-green-400 {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .md\:to-green-500 {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .md\:to-green-600 {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .md\:to-green-700 {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .md\:to-green-800 {
    --gradient-to-color: #276749;
  }
  .bodywebsite .md\:to-green-900 {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .md\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .md\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .md\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .md\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .md\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .md\:to-teal-600 {
    --gradient-to-color: #319795;
  }
  .bodywebsite .md\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .md\:to-teal-800 {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .md\:to-teal-900 {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .md\:to-blue-100 {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .md\:to-blue-200 {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .md\:to-blue-300 {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .md\:to-blue-400 {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .md\:to-blue-500 {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .md\:to-blue-600 {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .md\:to-blue-700 {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .md\:to-blue-800 {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .md\:to-blue-900 {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .md\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .md\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .md\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .md\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .md\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .md\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .md\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .md\:to-indigo-800 {
    --gradient-to-color: #434190;
  }
  .bodywebsite .md\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .md\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .md\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .md\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .md\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .md\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .md\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .md\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .md\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .md\:to-purple-900 {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .md\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .md\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .md\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .md\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .md\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .md\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .md\:to-pink-700 {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .md\:to-pink-800 {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .md\:to-pink-900 {
    --gradient-to-color: #702459;
  }
  .bodywebsite .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:hover\:from-red-100:hover {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:hover\:from-red-200:hover {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:hover\:from-red-300:hover {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:hover\:from-red-400:hover {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:hover\:from-red-500:hover {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:hover\:from-red-600:hover {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:hover\:from-red-700:hover {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:hover\:from-red-800:hover {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:hover\:from-red-900:hover {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:hover\:from-green-800:hover {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:hover\:via-red-100:hover {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:hover\:via-red-200:hover {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:hover\:via-red-300:hover {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:hover\:via-red-400:hover {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:hover\:via-red-500:hover {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:hover\:via-red-600:hover {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:hover\:via-red-700:hover {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:hover\:via-red-800:hover {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:hover\:via-red-900:hover {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:hover\:via-green-800:hover {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }
  .bodywebsite .md\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .md\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }
  .bodywebsite .md\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }
  .bodywebsite .md\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .md\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .md\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .md\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .md\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .md\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }
  .bodywebsite .md\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .md\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .md\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .md\:hover\:to-red-100:hover {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .md\:hover\:to-red-200:hover {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .md\:hover\:to-red-300:hover {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .md\:hover\:to-red-400:hover {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .md\:hover\:to-red-500:hover {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .md\:hover\:to-red-600:hover {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .md\:hover\:to-red-700:hover {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .md\:hover\:to-red-800:hover {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .md\:hover\:to-red-900:hover {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .md\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .md\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .md\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .md\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .md\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .md\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .md\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .md\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .md\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .md\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .md\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .md\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .md\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .md\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .md\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .md\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .md\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .md\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }
  .bodywebsite .md\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .md\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .md\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .md\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .md\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .md\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .md\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .md\:hover\:to-green-800:hover {
    --gradient-to-color: #276749;
  }
  .bodywebsite .md\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .md\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .md\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .md\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .md\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .md\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .md\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }
  .bodywebsite .md\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .md\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .md\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .md\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .md\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .md\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .md\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .md\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .md\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .md\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .md\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .md\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .md\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .md\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .md\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .md\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .md\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .md\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .md\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .md\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }
  .bodywebsite .md\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .md\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .md\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .md\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .md\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .md\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .md\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .md\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .md\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .md\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .md\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .md\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .md\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .md\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .md\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .md\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .md\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .md\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .md\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }
  .bodywebsite .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:focus\:from-red-100:focus {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:focus\:from-red-200:focus {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:focus\:from-red-300:focus {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:focus\:from-red-400:focus {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:focus\:from-red-500:focus {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:focus\:from-red-600:focus {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:focus\:from-red-700:focus {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:focus\:from-red-800:focus {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:focus\:from-red-900:focus {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:focus\:from-green-800:focus {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .md\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .md\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .md\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .md\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .md\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .md\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .md\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .md\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .md\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .md\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .md\:focus\:via-red-100:focus {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .md\:focus\:via-red-200:focus {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .md\:focus\:via-red-300:focus {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .md\:focus\:via-red-400:focus {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .md\:focus\:via-red-500:focus {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .md\:focus\:via-red-600:focus {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .md\:focus\:via-red-700:focus {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .md\:focus\:via-red-800:focus {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .md\:focus\:via-red-900:focus {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .md\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .md\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .md\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .md\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .md\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .md\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .md\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .md\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .md\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .md\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .md\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .md\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .md\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .md\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .md\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .md\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .md\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .md\:focus\:via-green-800:focus {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .md\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .md\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .md\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .md\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .md\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .md\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .md\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .md\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .md\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .md\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .md\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .md\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .md\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .md\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .md\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .md\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .md\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .md\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .md\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .md\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .md\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .md\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .md\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .md\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .md\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .md\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .md\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .md\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .md\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .md\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .md\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .md\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .md\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .md\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .md\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .md\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .md\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .md\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }
  .bodywebsite .md\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .md\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }
  .bodywebsite .md\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }
  .bodywebsite .md\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .md\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .md\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .md\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .md\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .md\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }
  .bodywebsite .md\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .md\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .md\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .md\:focus\:to-red-100:focus {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .md\:focus\:to-red-200:focus {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .md\:focus\:to-red-300:focus {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .md\:focus\:to-red-400:focus {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .md\:focus\:to-red-500:focus {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .md\:focus\:to-red-600:focus {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .md\:focus\:to-red-700:focus {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .md\:focus\:to-red-800:focus {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .md\:focus\:to-red-900:focus {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .md\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .md\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .md\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .md\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .md\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .md\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .md\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .md\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .md\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .md\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .md\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .md\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .md\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .md\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .md\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .md\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .md\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .md\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }
  .bodywebsite .md\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .md\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .md\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .md\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .md\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .md\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .md\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .md\:focus\:to-green-800:focus {
    --gradient-to-color: #276749;
  }
  .bodywebsite .md\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .md\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .md\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .md\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .md\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .md\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .md\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }
  .bodywebsite .md\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .md\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .md\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .md\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .md\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .md\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .md\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .md\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .md\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .md\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .md\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .md\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .md\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .md\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .md\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .md\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .md\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .md\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .md\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .md\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }
  .bodywebsite .md\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .md\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .md\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .md\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .md\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .md\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .md\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .md\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .md\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .md\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .md\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .md\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .md\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .md\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .md\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .md\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .md\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .md\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .md\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }
  .bodywebsite .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }
  .bodywebsite .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }
  .bodywebsite .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }
  .bodywebsite .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }
  .bodywebsite .md\:bg-opacity-100 {
    --bg-opacity: 1;
  }
  .bodywebsite .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }
  .bodywebsite .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
  .bodywebsite .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
  .bodywebsite .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
  .bodywebsite .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }
  .bodywebsite .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }
  .bodywebsite .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }
  .bodywebsite .md\:bg-bottom {
    background-position: bottom;
  }
  .bodywebsite .md\:bg-center {
    background-position: center;
  }
  .bodywebsite .md\:bg-left {
    background-position: left;
  }
  .bodywebsite .md\:bg-left-bottom {
    background-position: left bottom;
  }
  .bodywebsite .md\:bg-left-top {
    background-position: left top;
  }
  .bodywebsite .md\:bg-right {
    background-position: right;
  }
  .bodywebsite .md\:bg-right-bottom {
    background-position: right bottom;
  }
  .bodywebsite .md\:bg-right-top {
    background-position: right top;
  }
  .bodywebsite .md\:bg-top {
    background-position: top;
  }
  .bodywebsite .md\:bg-repeat {
    background-repeat: repeat;
  }
  .bodywebsite .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bodywebsite .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bodywebsite .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bodywebsite .md\:bg-repeat-round {
    background-repeat: round;
  }
  .bodywebsite .md\:bg-repeat-space {
    background-repeat: space;
  }
  .bodywebsite .md\:bg-auto {
    background-size: auto;
  }
  .bodywebsite .md\:bg-cover {
    background-size: cover;
  }
  .bodywebsite .md\:bg-contain {
    background-size: contain;
  }
  .bodywebsite .md\:border-collapse {
    border-collapse: collapse;
  }
  .bodywebsite .md\:border-separate {
    border-collapse: separate;
  }
  .bodywebsite .md\:border-transparent {
    border-color: transparent;
  }
  .bodywebsite .md\:border-current {
    border-color: currentColor;
  }
  .bodywebsite .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .md\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .md\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .md\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .md\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .md\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .md\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .md\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .md\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .md\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .md\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .bodywebsite .md\:hover\:border-current:hover {
    border-color: currentColor;
  }
  .bodywebsite .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .md\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .bodywebsite .md\:focus\:border-current:focus {
    border-color: currentColor;
  }
  .bodywebsite .md\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-100:focus {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-200:focus {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-300:focus {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-400:focus {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-500:focus {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-600:focus {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-700:focus {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-800:focus {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-red-900:focus {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-100:focus {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-200:focus {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-300:focus {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-400:focus {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-500:focus {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-600:focus {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-700:focus {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-800:focus {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-green-900:focus {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-100:focus {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-200:focus {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-300:focus {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-400:focus {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-500:focus {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-700:focus {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-800:focus {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-blue-900:focus {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .md\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .md\:border-opacity-0 {
    --border-opacity: 0;
  }
  .bodywebsite .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }
  .bodywebsite .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }
  .bodywebsite .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }
  .bodywebsite .md\:border-opacity-100 {
    --border-opacity: 1;
  }
  .bodywebsite .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }
  .bodywebsite .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }
  .bodywebsite .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }
  .bodywebsite .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }
  .bodywebsite .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }
  .bodywebsite .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }
  .bodywebsite .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }
  .bodywebsite .md\:rounded-none {
    border-radius: 0;
  }
  .bodywebsite .md\:rounded-sm {
    border-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded {
    border-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-md {
    border-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .bodywebsite .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-full {
    border-radius: 9999px;
  }
  .bodywebsite .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bodywebsite .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bodywebsite .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .bodywebsite .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .bodywebsite .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .bodywebsite .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .bodywebsite .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .bodywebsite .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .bodywebsite .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .bodywebsite .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
  .bodywebsite .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .bodywebsite .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .bodywebsite .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .md\:border-solid {
    border-style: solid;
  }
  .bodywebsite .md\:border-dashed {
    border-style: dashed;
  }
  .bodywebsite .md\:border-dotted {
    border-style: dotted;
  }
  .bodywebsite .md\:border-double {
    border-style: double;
  }
  .bodywebsite .md\:border-none {
    border-style: none;
  }
  .bodywebsite .md\:border-0 {
    border-width: 0;
  }
  .bodywebsite .md\:border-2 {
    border-width: 2px;
  }
  .bodywebsite .md\:border-4 {
    border-width: 4px;
  }
  .bodywebsite .md\:border-8 {
    border-width: 8px;
  }
  .bodywebsite .md\:border {
    border-width: 1px;
  }
  .bodywebsite .md\:border-t-0 {
    border-top-width: 0;
  }
  .bodywebsite .md\:border-r-0 {
    border-right-width: 0;
  }
  .bodywebsite .md\:border-b-0 {
    border-bottom-width: 0;
  }
  .bodywebsite .md\:border-l-0 {
    border-left-width: 0;
  }
  .bodywebsite .md\:border-t-2 {
    border-top-width: 2px;
  }
  .bodywebsite .md\:border-r-2 {
    border-right-width: 2px;
  }
  .bodywebsite .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .bodywebsite .md\:border-l-2 {
    border-left-width: 2px;
  }
  .bodywebsite .md\:border-t-4 {
    border-top-width: 4px;
  }
  .bodywebsite .md\:border-r-4 {
    border-right-width: 4px;
  }
  .bodywebsite .md\:border-b-4 {
    border-bottom-width: 4px;
  }
  .bodywebsite .md\:border-l-4 {
    border-left-width: 4px;
  }
  .bodywebsite .md\:border-t-8 {
    border-top-width: 8px;
  }
  .bodywebsite .md\:border-r-8 {
    border-right-width: 8px;
  }
  .bodywebsite .md\:border-b-8 {
    border-bottom-width: 8px;
  }
  .bodywebsite .md\:border-l-8 {
    border-left-width: 8px;
  }
  .bodywebsite .md\:border-t {
    border-top-width: 1px;
  }
  .bodywebsite .md\:border-r {
    border-right-width: 1px;
  }
  .bodywebsite .md\:border-b {
    border-bottom-width: 1px;
  }
  .bodywebsite .md\:border-l {
    border-left-width: 1px;
  }
  .bodywebsite .md\:box-border {
    box-sizing: border-box;
  }
  .bodywebsite .md\:box-content {
    box-sizing: content-box;
  }
  .bodywebsite .md\:cursor-auto {
    cursor: auto;
  }
  .bodywebsite .md\:cursor-default {
    cursor: default;
  }
  .bodywebsite .md\:cursor-pointer {
    cursor: pointer;
  }
  .bodywebsite .md\:cursor-wait {
    cursor: wait;
  }
  .bodywebsite .md\:cursor-text {
    cursor: text;
  }
  .bodywebsite .md\:cursor-move {
    cursor: move;
  }
  .bodywebsite .md\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .bodywebsite .md\:block {
    display: block;
  }
  .bodywebsite .md\:inline-block {
    display: inline-block;
  }
  .bodywebsite .md\:inline {
    display: inline;
  }
  .bodywebsite .md\:flex {
    display: flex;
  }
  .bodywebsite .md\:inline-flex {
    display: inline-flex;
  }
  .bodywebsite .md\:table {
    display: table;
  }
  .bodywebsite .md\:table-caption {
    display: table-caption;
  }
  .bodywebsite .md\:table-cell {
    display: table-cell;
  }
  .bodywebsite .md\:table-column {
    display: table-column;
  }
  .bodywebsite .md\:table-column-group {
    display: table-column-group;
  }
  .bodywebsite .md\:table-footer-group {
    display: table-footer-group;
  }
  .bodywebsite .md\:table-header-group {
    display: table-header-group;
  }
  .bodywebsite .md\:table-row-group {
    display: table-row-group;
  }
  .bodywebsite .md\:table-row {
    display: table-row;
  }
  .bodywebsite .md\:flow-root {
    display: flow-root;
  }
  .bodywebsite .md\:grid {
    display: grid;
  }
  .bodywebsite .md\:inline-grid {
    display: inline-grid;
  }
  .bodywebsite .md\:contents {
    display: contents;
  }
  .bodywebsite .md\:hidden {
    display: none;
  }
  .bodywebsite .md\:flex-row {
    flex-direction: row;
  }
  .bodywebsite .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .bodywebsite .md\:flex-col {
    flex-direction: column;
  }
  .bodywebsite .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .bodywebsite .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .bodywebsite .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bodywebsite .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .bodywebsite .md\:place-items-auto {
    place-items: auto;
  }
  .bodywebsite .md\:place-items-start {
    place-items: start;
  }
  .bodywebsite .md\:place-items-end {
    place-items: end;
  }
  .bodywebsite .md\:place-items-center {
    place-items: center;
  }
  .bodywebsite .md\:place-items-stretch {
    place-items: stretch;
  }
  .bodywebsite .md\:place-content-center {
    place-content: center;
  }
  .bodywebsite .md\:place-content-start {
    place-content: start;
  }
  .bodywebsite .md\:place-content-end {
    place-content: end;
  }
  .bodywebsite .md\:place-content-between {
    place-content: space-between;
  }
  .bodywebsite .md\:place-content-around {
    place-content: space-around;
  }
  .bodywebsite .md\:place-content-evenly {
    place-content: space-evenly;
  }
  .bodywebsite .md\:place-content-stretch {
    place-content: stretch;
  }
  .bodywebsite .md\:place-self-auto {
    place-self: auto;
  }
  .bodywebsite .md\:place-self-start {
    place-self: start;
  }
  .bodywebsite .md\:place-self-end {
    place-self: end;
  }
  .bodywebsite .md\:place-self-center {
    place-self: center;
  }
  .bodywebsite .md\:place-self-stretch {
    place-self: stretch;
  }
  .bodywebsite .md\:items-start {
    align-items: flex-start;
  }
  .bodywebsite .md\:items-end {
    align-items: flex-end;
  }
  .bodywebsite .md\:items-center {
    align-items: center;
  }
  .bodywebsite .md\:items-baseline {
    align-items: baseline;
  }
  .bodywebsite .md\:items-stretch {
    align-items: stretch;
  }
  .bodywebsite .md\:content-center {
    align-content: center;
  }
  .bodywebsite .md\:content-start {
    align-content: flex-start;
  }
  .bodywebsite .md\:content-end {
    align-content: flex-end;
  }
  .bodywebsite .md\:content-between {
    align-content: space-between;
  }
  .bodywebsite .md\:content-around {
    align-content: space-around;
  }
  .bodywebsite .md\:content-evenly {
    align-content: space-evenly;
  }
  .bodywebsite .md\:self-auto {
    align-self: auto;
  }
  .bodywebsite .md\:self-start {
    align-self: flex-start;
  }
  .bodywebsite .md\:self-end {
    align-self: flex-end;
  }
  .bodywebsite .md\:self-center {
    align-self: center;
  }
  .bodywebsite .md\:self-stretch {
    align-self: stretch;
  }
  .bodywebsite .md\:justify-start {
    justify-content: flex-start;
  }
  .bodywebsite .md\:justify-end {
    justify-content: flex-end;
  }
  .bodywebsite .md\:justify-center {
    justify-content: center;
  }
  .bodywebsite .md\:justify-between {
    justify-content: space-between;
  }
  .bodywebsite .md\:justify-around {
    justify-content: space-around;
  }
  .bodywebsite .md\:justify-evenly {
    justify-content: space-evenly;
  }
  .bodywebsite .md\:justify-self-auto {
    justify-self: auto;
  }
  .bodywebsite .md\:justify-self-start {
    justify-self: start;
  }
  .bodywebsite .md\:justify-self-end {
    justify-self: end;
  }
  .bodywebsite .md\:justify-self-center {
    justify-self: center;
  }
  .bodywebsite .md\:justify-self-stretch {
    justify-self: stretch;
  }
  .bodywebsite .md\:flex-1 {
    flex: 1 1 0%;
  }
  .bodywebsite .md\:flex-auto {
    flex: 1 1 auto;
  }
  .bodywebsite .md\:flex-initial {
    flex: 0 1 auto;
  }
  .bodywebsite .md\:flex-none {
    flex: none;
  }
  .bodywebsite .md\:flex-grow-0 {
    flex-grow: 0;
  }
  .bodywebsite .md\:flex-grow {
    flex-grow: 1;
  }
  .bodywebsite .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .bodywebsite .md\:flex-shrink {
    flex-shrink: 1;
  }
  .bodywebsite .md\:order-1 {
    order: 1;
  }
  .bodywebsite .md\:order-2 {
    order: 2;
  }
  .bodywebsite .md\:order-3 {
    order: 3;
  }
  .bodywebsite .md\:order-4 {
    order: 4;
  }
  .bodywebsite .md\:order-5 {
    order: 5;
  }
  .bodywebsite .md\:order-6 {
    order: 6;
  }
  .bodywebsite .md\:order-7 {
    order: 7;
  }
  .bodywebsite .md\:order-8 {
    order: 8;
  }
  .bodywebsite .md\:order-9 {
    order: 9;
  }
  .bodywebsite .md\:order-10 {
    order: 10;
  }
  .bodywebsite .md\:order-11 {
    order: 11;
  }
  .bodywebsite .md\:order-12 {
    order: 12;
  }
  .bodywebsite .md\:order-first {
    order: -9999;
  }
  .bodywebsite .md\:order-last {
    order: 9999;
  }
  .bodywebsite .md\:order-none {
    order: 0;
  }
  .bodywebsite .md\:float-right {
    float: right;
  }
  .bodywebsite .md\:float-left {
    float: left;
  }
  .bodywebsite .md\:float-none {
    float: none;
  }
  .bodywebsite .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .bodywebsite .md\:clear-left {
    clear: left;
  }
  .bodywebsite .md\:clear-right {
    clear: right;
  }
  .bodywebsite .md\:clear-both {
    clear: both;
  }
  .bodywebsite .md\:clear-none {
    clear: none;
  }
  .bodywebsite .md\:font-sans {
    font-family: 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";
  }
  .bodywebsite .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  .bodywebsite .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .bodywebsite .md\:font-hairline {
    font-weight: 100;
  }
  .bodywebsite .md\:font-thin {
    font-weight: 200;
  }
  .bodywebsite .md\:font-light {
    font-weight: 300;
  }
  .bodywebsite .md\:font-normal {
    font-weight: 400;
  }
  .bodywebsite .md\:font-medium {
    font-weight: 500;
  }
  .bodywebsite .md\:font-semibold {
    font-weight: 600;
  }
  .bodywebsite .md\:font-bold {
    font-weight: 700;
  }
  .bodywebsite .md\:font-extrabold {
    font-weight: 800;
  }
  .bodywebsite .md\:font-black {
    font-weight: 900;
  }
  .bodywebsite .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }
  .bodywebsite .md\:hover\:font-thin:hover {
    font-weight: 200;
  }
  .bodywebsite .md\:hover\:font-light:hover {
    font-weight: 300;
  }
  .bodywebsite .md\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .bodywebsite .md\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .bodywebsite .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .bodywebsite .md\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .bodywebsite .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }
  .bodywebsite .md\:hover\:font-black:hover {
    font-weight: 900;
  }
  .bodywebsite .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }
  .bodywebsite .md\:focus\:font-thin:focus {
    font-weight: 200;
  }
  .bodywebsite .md\:focus\:font-light:focus {
    font-weight: 300;
  }
  .bodywebsite .md\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .bodywebsite .md\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .bodywebsite .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .bodywebsite .md\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .bodywebsite .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }
  .bodywebsite .md\:focus\:font-black:focus {
    font-weight: 900;
  }
  .bodywebsite .md\:h-0 {
    height: 0;
  }
  .bodywebsite .md\:h-1 {
    height: 0.25rem;
  }
  .bodywebsite .md\:h-2 {
    height: 0.5rem;
  }
  .bodywebsite .md\:h-3 {
    height: 0.75rem;
  }
  .bodywebsite .md\:h-4 {
    height: 1rem;
  }
  .bodywebsite .md\:h-5 {
    height: 1.25rem;
  }
  .bodywebsite .md\:h-6 {
    height: 1.5rem;
  }
  .bodywebsite .md\:h-8 {
    height: 2rem;
  }
  .bodywebsite .md\:h-10 {
    height: 2.5rem;
  }
  .bodywebsite .md\:h-12 {
    height: 3rem;
  }
  .bodywebsite .md\:h-16 {
    height: 4rem;
  }
  .bodywebsite .md\:h-20 {
    height: 5rem;
  }
  .bodywebsite .md\:h-24 {
    height: 6rem;
  }
  .bodywebsite .md\:h-32 {
    height: 8rem;
  }
  .bodywebsite .md\:h-40 {
    height: 10rem;
  }
  .bodywebsite .md\:h-48 {
    height: 12rem;
  }
  .bodywebsite .md\:h-56 {
    height: 14rem;
  }
  .bodywebsite .md\:h-64 {
    height: 16rem;
  }
  .bodywebsite .md\:h-auto {
    height: auto;
  }
  .bodywebsite .md\:h-px {
    height: 1px;
  }
  .bodywebsite .md\:h-full {
    height: 100%;
  }
  .bodywebsite .md\:h-screen {
    height: 100vh;
  }
  .bodywebsite .md\:text-xs {
    font-size: 0.75rem;
  }
  .bodywebsite .md\:text-sm {
    font-size: 0.875rem;
  }
  .bodywebsite .md\:text-base {
    font-size: 1rem;
  }
  .bodywebsite .md\:text-lg {
    font-size: 1.125rem;
  }
  .bodywebsite .md\:text-xl {
    font-size: 1.25rem;
  }
  .bodywebsite .md\:text-2xl {
    font-size: 1.5rem;
  }
  .bodywebsite .md\:text-3xl {
    font-size: 1.875rem;
  }
  .bodywebsite .md\:text-4xl {
    font-size: 2.25rem;
  }
  .bodywebsite .md\:text-5xl {
    font-size: 3rem;
  }
  .bodywebsite .md\:text-6xl {
    font-size: 4rem;
  }
  .bodywebsite .md\:leading-3 {
    line-height: 0.75rem;
  }
  .bodywebsite .md\:leading-4 {
    line-height: 1rem;
  }
  .bodywebsite .md\:leading-5 {
    line-height: 1.25rem;
  }
  .bodywebsite .md\:leading-6 {
    line-height: 1.5rem;
  }
  .bodywebsite .md\:leading-7 {
    line-height: 1.75rem;
  }
  .bodywebsite .md\:leading-8 {
    line-height: 2rem;
  }
  .bodywebsite .md\:leading-9 {
    line-height: 2.25rem;
  }
  .bodywebsite .md\:leading-10 {
    line-height: 2.5rem;
  }
  .bodywebsite .md\:leading-none {
    line-height: 1;
  }
  .bodywebsite .md\:leading-tight {
    line-height: 1.25;
  }
  .bodywebsite .md\:leading-snug {
    line-height: 1.375;
  }
  .bodywebsite .md\:leading-normal {
    line-height: 1.5;
  }
  .bodywebsite .md\:leading-relaxed {
    line-height: 1.625;
  }
  .bodywebsite .md\:leading-loose {
    line-height: 2;
  }
  .bodywebsite .md\:list-inside {
    list-style-position: inside;
  }
  .bodywebsite .md\:list-outside {
    list-style-position: outside;
  }
  .bodywebsite .md\:list-none {
    list-style-type: none;
  }
  .bodywebsite .md\:list-disc {
    list-style-type: disc;
  }
  .bodywebsite .md\:list-decimal {
    list-style-type: decimal;
  }
  .bodywebsite .md\:m-0 {
    margin: 0;
  }
  .bodywebsite .md\:m-1 {
    margin: 0.25rem;
  }
  .bodywebsite .md\:m-2 {
    margin: 0.5rem;
  }
  .bodywebsite .md\:m-3 {
    margin: 0.75rem;
  }
  .bodywebsite .md\:m-4 {
    margin: 1rem;
  }
  .bodywebsite .md\:m-5 {
    margin: 1.25rem;
  }
  .bodywebsite .md\:m-6 {
    margin: 1.5rem;
  }
  .bodywebsite .md\:m-8 {
    margin: 2rem;
  }
  .bodywebsite .md\:m-10 {
    margin: 2.5rem;
  }
  .bodywebsite .md\:m-12 {
    margin: 3rem;
  }
  .bodywebsite .md\:m-16 {
    margin: 4rem;
  }
  .bodywebsite .md\:m-20 {
    margin: 5rem;
  }
  .bodywebsite .md\:m-24 {
    margin: 6rem;
  }
  .bodywebsite .md\:m-32 {
    margin: 8rem;
  }
  .bodywebsite .md\:m-40 {
    margin: 10rem;
  }
  .bodywebsite .md\:m-48 {
    margin: 12rem;
  }
  .bodywebsite .md\:m-56 {
    margin: 14rem;
  }
  .bodywebsite .md\:m-64 {
    margin: 16rem;
  }
  .bodywebsite .md\:m-auto {
    margin: auto;
  }
  .bodywebsite .md\:m-px {
    margin: 1px;
  }
  .bodywebsite .md\:-m-1 {
    margin: -0.25rem;
  }
  .bodywebsite .md\:-m-2 {
    margin: -0.5rem;
  }
  .bodywebsite .md\:-m-3 {
    margin: -0.75rem;
  }
  .bodywebsite .md\:-m-4 {
    margin: -1rem;
  }
  .bodywebsite .md\:-m-5 {
    margin: -1.25rem;
  }
  .bodywebsite .md\:-m-6 {
    margin: -1.5rem;
  }
  .bodywebsite .md\:-m-8 {
    margin: -2rem;
  }
  .bodywebsite .md\:-m-10 {
    margin: -2.5rem;
  }
  .bodywebsite .md\:-m-12 {
    margin: -3rem;
  }
  .bodywebsite .md\:-m-16 {
    margin: -4rem;
  }
  .bodywebsite .md\:-m-20 {
    margin: -5rem;
  }
  .bodywebsite .md\:-m-24 {
    margin: -6rem;
  }
  .bodywebsite .md\:-m-32 {
    margin: -8rem;
  }
  .bodywebsite .md\:-m-40 {
    margin: -10rem;
  }
  .bodywebsite .md\:-m-48 {
    margin: -12rem;
  }
  .bodywebsite .md\:-m-56 {
    margin: -14rem;
  }
  .bodywebsite .md\:-m-64 {
    margin: -16rem;
  }
  .bodywebsite .md\:-m-px {
    margin: -1px;
  }
  .bodywebsite .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bodywebsite .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .bodywebsite .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .bodywebsite .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .bodywebsite .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .bodywebsite .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .bodywebsite .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .bodywebsite .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .bodywebsite .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bodywebsite .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .bodywebsite .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .bodywebsite .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .bodywebsite .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bodywebsite .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bodywebsite .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bodywebsite .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .bodywebsite .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .bodywebsite .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .bodywebsite .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .bodywebsite .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .bodywebsite .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .bodywebsite .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .bodywebsite .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .bodywebsite .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .bodywebsite .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .bodywebsite .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .bodywebsite .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .bodywebsite .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .bodywebsite .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .bodywebsite .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .bodywebsite .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .bodywebsite .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .bodywebsite .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .bodywebsite .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .bodywebsite .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .bodywebsite .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .bodywebsite .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .bodywebsite .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .bodywebsite .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .bodywebsite .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .bodywebsite .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .bodywebsite .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .bodywebsite .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .bodywebsite .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .bodywebsite .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .bodywebsite .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .bodywebsite .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .bodywebsite .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .bodywebsite .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .bodywebsite .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .bodywebsite .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .bodywebsite .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .bodywebsite .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .bodywebsite .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .bodywebsite .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .bodywebsite .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .bodywebsite .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .bodywebsite .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .bodywebsite .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .bodywebsite .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .bodywebsite .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .bodywebsite .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .bodywebsite .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .bodywebsite .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .bodywebsite .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .bodywebsite .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .bodywebsite .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .bodywebsite .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .bodywebsite .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .bodywebsite .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .bodywebsite .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .bodywebsite .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .bodywebsite .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .bodywebsite .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .bodywebsite .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .bodywebsite .md\:mt-0 {
    margin-top: 0;
  }
  .bodywebsite .md\:mr-0 {
    margin-right: 0;
  }
  .bodywebsite .md\:mb-0 {
    margin-bottom: 0;
  }
  .bodywebsite .md\:ml-0 {
    margin-left: 0;
  }
  .bodywebsite .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .bodywebsite .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .bodywebsite .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .bodywebsite .md\:ml-1 {
    margin-left: 0.25rem;
  }
  .bodywebsite .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .bodywebsite .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .bodywebsite .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .bodywebsite .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .bodywebsite .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .bodywebsite .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .bodywebsite .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .bodywebsite .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .bodywebsite .md\:mt-4 {
    margin-top: 1rem;
  }
  .bodywebsite .md\:mr-4 {
    margin-right: 1rem;
  }
  .bodywebsite .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .bodywebsite .md\:ml-4 {
    margin-left: 1rem;
  }
  .bodywebsite .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .bodywebsite .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .bodywebsite .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .bodywebsite .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .bodywebsite .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .bodywebsite .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .bodywebsite .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .bodywebsite .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .bodywebsite .md\:mt-8 {
    margin-top: 2rem;
  }
  .bodywebsite .md\:mr-8 {
    margin-right: 2rem;
  }
  .bodywebsite .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .bodywebsite .md\:ml-8 {
    margin-left: 2rem;
  }
  .bodywebsite .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .bodywebsite .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .bodywebsite .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .bodywebsite .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .bodywebsite .md\:mt-12 {
    margin-top: 3rem;
  }
  .bodywebsite .md\:mr-12 {
    margin-right: 3rem;
  }
  .bodywebsite .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .bodywebsite .md\:ml-12 {
    margin-left: 3rem;
  }
  .bodywebsite .md\:mt-16 {
    margin-top: 4rem;
  }
  .bodywebsite .md\:mr-16 {
    margin-right: 4rem;
  }
  .bodywebsite .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .bodywebsite .md\:ml-16 {
    margin-left: 4rem;
  }
  .bodywebsite .md\:mt-20 {
    margin-top: 5rem;
  }
  .bodywebsite .md\:mr-20 {
    margin-right: 5rem;
  }
  .bodywebsite .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .bodywebsite .md\:ml-20 {
    margin-left: 5rem;
  }
  .bodywebsite .md\:mt-24 {
    margin-top: 6rem;
  }
  .bodywebsite .md\:mr-24 {
    margin-right: 6rem;
  }
  .bodywebsite .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .bodywebsite .md\:ml-24 {
    margin-left: 6rem;
  }
  .bodywebsite .md\:mt-32 {
    margin-top: 8rem;
  }
  .bodywebsite .md\:mr-32 {
    margin-right: 8rem;
  }
  .bodywebsite .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .bodywebsite .md\:ml-32 {
    margin-left: 8rem;
  }
  .bodywebsite .md\:mt-40 {
    margin-top: 10rem;
  }
  .bodywebsite .md\:mr-40 {
    margin-right: 10rem;
  }
  .bodywebsite .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .bodywebsite .md\:ml-40 {
    margin-left: 10rem;
  }
  .bodywebsite .md\:mt-48 {
    margin-top: 12rem;
  }
  .bodywebsite .md\:mr-48 {
    margin-right: 12rem;
  }
  .bodywebsite .md\:mb-48 {
    margin-bottom: 12rem;
  }
  .bodywebsite .md\:ml-48 {
    margin-left: 12rem;
  }
  .bodywebsite .md\:mt-56 {
    margin-top: 14rem;
  }
  .bodywebsite .md\:mr-56 {
    margin-right: 14rem;
  }
  .bodywebsite .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .bodywebsite .md\:ml-56 {
    margin-left: 14rem;
  }
  .bodywebsite .md\:mt-64 {
    margin-top: 16rem;
  }
  .bodywebsite .md\:mr-64 {
    margin-right: 16rem;
  }
  .bodywebsite .md\:mb-64 {
    margin-bottom: 16rem;
  }
  .bodywebsite .md\:ml-64 {
    margin-left: 16rem;
  }
  .bodywebsite .md\:mt-auto {
    margin-top: auto;
  }
  .bodywebsite .md\:mr-auto {
    margin-right: auto;
  }
  .bodywebsite .md\:mb-auto {
    margin-bottom: auto;
  }
  .bodywebsite .md\:ml-auto {
    margin-left: auto;
  }
  .bodywebsite .md\:mt-px {
    margin-top: 1px;
  }
  .bodywebsite .md\:mr-px {
    margin-right: 1px;
  }
  .bodywebsite .md\:mb-px {
    margin-bottom: 1px;
  }
  .bodywebsite .md\:ml-px {
    margin-left: 1px;
  }
  .bodywebsite .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .bodywebsite .md\:-mr-1 {
    margin-right: -0.25rem;
  }
  .bodywebsite .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .bodywebsite .md\:-ml-1 {
    margin-left: -0.25rem;
  }
  .bodywebsite .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .bodywebsite .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .bodywebsite .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .bodywebsite .md\:-ml-2 {
    margin-left: -0.5rem;
  }
  .bodywebsite .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .bodywebsite .md\:-mr-3 {
    margin-right: -0.75rem;
  }
  .bodywebsite .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .bodywebsite .md\:-ml-3 {
    margin-left: -0.75rem;
  }
  .bodywebsite .md\:-mt-4 {
    margin-top: -1rem;
  }
  .bodywebsite .md\:-mr-4 {
    margin-right: -1rem;
  }
  .bodywebsite .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .bodywebsite .md\:-ml-4 {
    margin-left: -1rem;
  }
  .bodywebsite .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .bodywebsite .md\:-mr-5 {
    margin-right: -1.25rem;
  }
  .bodywebsite .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .bodywebsite .md\:-ml-5 {
    margin-left: -1.25rem;
  }
  .bodywebsite .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .bodywebsite .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .bodywebsite .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .bodywebsite .md\:-ml-6 {
    margin-left: -1.5rem;
  }
  .bodywebsite .md\:-mt-8 {
    margin-top: -2rem;
  }
  .bodywebsite .md\:-mr-8 {
    margin-right: -2rem;
  }
  .bodywebsite .md\:-mb-8 {
    margin-bottom: -2rem;
  }
  .bodywebsite .md\:-ml-8 {
    margin-left: -2rem;
  }
  .bodywebsite .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .bodywebsite .md\:-mr-10 {
    margin-right: -2.5rem;
  }
  .bodywebsite .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .bodywebsite .md\:-ml-10 {
    margin-left: -2.5rem;
  }
  .bodywebsite .md\:-mt-12 {
    margin-top: -3rem;
  }
  .bodywebsite .md\:-mr-12 {
    margin-right: -3rem;
  }
  .bodywebsite .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .bodywebsite .md\:-ml-12 {
    margin-left: -3rem;
  }
  .bodywebsite .md\:-mt-16 {
    margin-top: -4rem;
  }
  .bodywebsite .md\:-mr-16 {
    margin-right: -4rem;
  }
  .bodywebsite .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .bodywebsite .md\:-ml-16 {
    margin-left: -4rem;
  }
  .bodywebsite .md\:-mt-20 {
    margin-top: -5rem;
  }
  .bodywebsite .md\:-mr-20 {
    margin-right: -5rem;
  }
  .bodywebsite .md\:-mb-20 {
    margin-bottom: -5rem;
  }
  .bodywebsite .md\:-ml-20 {
    margin-left: -5rem;
  }
  .bodywebsite .md\:-mt-24 {
    margin-top: -6rem;
  }
  .bodywebsite .md\:-mr-24 {
    margin-right: -6rem;
  }
  .bodywebsite .md\:-mb-24 {
    margin-bottom: -6rem;
  }
  .bodywebsite .md\:-ml-24 {
    margin-left: -6rem;
  }
  .bodywebsite .md\:-mt-32 {
    margin-top: -8rem;
  }
  .bodywebsite .md\:-mr-32 {
    margin-right: -8rem;
  }
  .bodywebsite .md\:-mb-32 {
    margin-bottom: -8rem;
  }
  .bodywebsite .md\:-ml-32 {
    margin-left: -8rem;
  }
  .bodywebsite .md\:-mt-40 {
    margin-top: -10rem;
  }
  .bodywebsite .md\:-mr-40 {
    margin-right: -10rem;
  }
  .bodywebsite .md\:-mb-40 {
    margin-bottom: -10rem;
  }
  .bodywebsite .md\:-ml-40 {
    margin-left: -10rem;
  }
  .bodywebsite .md\:-mt-48 {
    margin-top: -12rem;
  }
  .bodywebsite .md\:-mr-48 {
    margin-right: -12rem;
  }
  .bodywebsite .md\:-mb-48 {
    margin-bottom: -12rem;
  }
  .bodywebsite .md\:-ml-48 {
    margin-left: -12rem;
  }
  .bodywebsite .md\:-mt-56 {
    margin-top: -14rem;
  }
  .bodywebsite .md\:-mr-56 {
    margin-right: -14rem;
  }
  .bodywebsite .md\:-mb-56 {
    margin-bottom: -14rem;
  }
  .bodywebsite .md\:-ml-56 {
    margin-left: -14rem;
  }
  .bodywebsite .md\:-mt-64 {
    margin-top: -16rem;
  }
  .bodywebsite .md\:-mr-64 {
    margin-right: -16rem;
  }
  .bodywebsite .md\:-mb-64 {
    margin-bottom: -16rem;
  }
  .bodywebsite .md\:-ml-64 {
    margin-left: -16rem;
  }
  .bodywebsite .md\:-mt-px {
    margin-top: -1px;
  }
  .bodywebsite .md\:-mr-px {
    margin-right: -1px;
  }
  .bodywebsite .md\:-mb-px {
    margin-bottom: -1px;
  }
  .bodywebsite .md\:-ml-px {
    margin-left: -1px;
  }
  .bodywebsite .md\:max-h-full {
    max-height: 100%;
  }
  .bodywebsite .md\:max-h-screen {
    max-height: 100vh;
  }
  .bodywebsite .md\:max-w-none {
    max-width: none;
  }
  .bodywebsite .md\:max-w-xs {
    max-width: 20rem;
  }
  .bodywebsite .md\:max-w-sm {
    max-width: 24rem;
  }
  .bodywebsite .md\:max-w-md {
    max-width: 28rem;
  }
  .bodywebsite .md\:max-w-lg {
    max-width: 32rem;
  }
  .bodywebsite .md\:max-w-xl {
    max-width: 36rem;
  }
  .bodywebsite .md\:max-w-2xl {
    max-width: 42rem;
  }
  .bodywebsite .md\:max-w-3xl {
    max-width: 48rem;
  }
  .bodywebsite .md\:max-w-4xl {
    max-width: 56rem;
  }
  .bodywebsite .md\:max-w-5xl {
    max-width: 64rem;
  }
  .bodywebsite .md\:max-w-6xl {
    max-width: 72rem;
  }
  .bodywebsite .md\:max-w-full {
    max-width: 100%;
  }
  .bodywebsite .md\:max-w-screen-sm {
    max-width: 640px;
  }
  .bodywebsite .md\:max-w-screen-md {
    max-width: 768px;
  }
  .bodywebsite .md\:max-w-screen-lg {
    max-width: 1024px;
  }
  .bodywebsite .md\:max-w-screen-xl {
    max-width: 1280px;
  }
  .bodywebsite .md\:min-h-0 {
    min-height: 0;
  }
  .bodywebsite .md\:min-h-full {
    min-height: 100%;
  }
  .bodywebsite .md\:min-h-screen {
    min-height: 100vh;
  }
  .bodywebsite .md\:min-w-0 {
    min-width: 0;
  }
  .bodywebsite .md\:min-w-full {
    min-width: 100%;
  }
  .bodywebsite .md\:object-contain {
    object-fit: contain;
  }
  .bodywebsite .md\:object-cover {
    object-fit: cover;
  }
  .bodywebsite .md\:object-fill {
    object-fit: fill;
  }
  .bodywebsite .md\:object-none {
    object-fit: none;
  }
  .bodywebsite .md\:object-scale-down {
    object-fit: scale-down;
  }
  .bodywebsite .md\:object-bottom {
    object-position: bottom;
  }
  .bodywebsite .md\:object-center {
    object-position: center;
  }
  .bodywebsite .md\:object-left {
    object-position: left;
  }
  .bodywebsite .md\:object-left-bottom {
    object-position: left bottom;
  }
  .bodywebsite .md\:object-left-top {
    object-position: left top;
  }
  .bodywebsite .md\:object-right {
    object-position: right;
  }
  .bodywebsite .md\:object-right-bottom {
    object-position: right bottom;
  }
  .bodywebsite .md\:object-right-top {
    object-position: right top;
  }
  .bodywebsite .md\:object-top {
    object-position: top;
  }
  .bodywebsite .md\:opacity-0 {
    opacity: 0;
  }
  .bodywebsite .md\:opacity-25 {
    opacity: 0.25;
  }
  .bodywebsite .md\:opacity-50 {
    opacity: 0.5;
  }
  .bodywebsite .md\:opacity-75 {
    opacity: 0.75;
  }
  .bodywebsite .md\:opacity-100 {
    opacity: 1;
  }
  .bodywebsite .md\:hover\:opacity-0:hover {
    opacity: 0;
  }
  .bodywebsite .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
  .bodywebsite .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
  .bodywebsite .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
  .bodywebsite .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
  .bodywebsite .md\:focus\:opacity-0:focus {
    opacity: 0;
  }
  .bodywebsite .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
  .bodywebsite .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
  .bodywebsite .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
  .bodywebsite .md\:focus\:opacity-100:focus {
    opacity: 1;
  }
  .bodywebsite .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .md\:overflow-auto {
    overflow: auto;
  }
  .bodywebsite .md\:overflow-hidden {
    overflow: hidden;
  }
  .bodywebsite .md\:overflow-visible {
    overflow: visible;
  }
  .bodywebsite .md\:overflow-scroll {
    overflow: scroll;
  }
  .bodywebsite .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .bodywebsite .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .bodywebsite .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .bodywebsite .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .bodywebsite .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .bodywebsite .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .bodywebsite .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .bodywebsite .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .bodywebsite .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .bodywebsite .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .bodywebsite .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
  }
  .bodywebsite .md\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
  .bodywebsite .md\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .bodywebsite .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
  .bodywebsite .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
  .bodywebsite .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
  .bodywebsite .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
  .bodywebsite .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
  .bodywebsite .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
  .bodywebsite .md\:p-0 {
    padding: 0;
  }
  .bodywebsite .md\:p-1 {
    padding: 0.25rem;
  }
  .bodywebsite .md\:p-2 {
    padding: 0.5rem;
  }
  .bodywebsite .md\:p-3 {
    padding: 0.75rem;
  }
  .bodywebsite .md\:p-4 {
    padding: 1rem;
  }
  .bodywebsite .md\:p-5 {
    padding: 1.25rem;
  }
  .bodywebsite .md\:p-6 {
    padding: 1.5rem;
  }
  .bodywebsite .md\:p-8 {
    padding: 2rem;
  }
  .bodywebsite .md\:p-10 {
    padding: 2.5rem;
  }
  .bodywebsite .md\:p-12 {
    padding: 3rem;
  }
  .bodywebsite .md\:p-16 {
    padding: 4rem;
  }
  .bodywebsite .md\:p-20 {
    padding: 5rem;
  }
  .bodywebsite .md\:p-24 {
    padding: 6rem;
  }
  .bodywebsite .md\:p-32 {
    padding: 8rem;
  }
  .bodywebsite .md\:p-40 {
    padding: 10rem;
  }
  .bodywebsite .md\:p-48 {
    padding: 12rem;
  }
  .bodywebsite .md\:p-56 {
    padding: 14rem;
  }
  .bodywebsite .md\:p-64 {
    padding: 16rem;
  }
  .bodywebsite .md\:p-px {
    padding: 1px;
  }
  .bodywebsite .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bodywebsite .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .bodywebsite .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .bodywebsite .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bodywebsite .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bodywebsite .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bodywebsite .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .bodywebsite .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .bodywebsite .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .bodywebsite .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bodywebsite .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bodywebsite .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bodywebsite .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bodywebsite .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bodywebsite .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bodywebsite .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bodywebsite .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .bodywebsite .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .bodywebsite .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bodywebsite .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bodywebsite .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bodywebsite .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .bodywebsite .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .bodywebsite .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .bodywebsite .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .bodywebsite .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .bodywebsite .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .bodywebsite .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .bodywebsite .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bodywebsite .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .bodywebsite .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .bodywebsite .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .bodywebsite .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .bodywebsite .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .bodywebsite .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .bodywebsite .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .bodywebsite .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .bodywebsite .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .bodywebsite .md\:pt-0 {
    padding-top: 0;
  }
  .bodywebsite .md\:pr-0 {
    padding-right: 0;
  }
  .bodywebsite .md\:pb-0 {
    padding-bottom: 0;
  }
  .bodywebsite .md\:pl-0 {
    padding-left: 0;
  }
  .bodywebsite .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .bodywebsite .md\:pr-1 {
    padding-right: 0.25rem;
  }
  .bodywebsite .md\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .bodywebsite .md\:pl-1 {
    padding-left: 0.25rem;
  }
  .bodywebsite .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .bodywebsite .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .bodywebsite .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .bodywebsite .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .bodywebsite .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .bodywebsite .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .bodywebsite .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .bodywebsite .md\:pl-3 {
    padding-left: 0.75rem;
  }
  .bodywebsite .md\:pt-4 {
    padding-top: 1rem;
  }
  .bodywebsite .md\:pr-4 {
    padding-right: 1rem;
  }
  .bodywebsite .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .bodywebsite .md\:pl-4 {
    padding-left: 1rem;
  }
  .bodywebsite .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .bodywebsite .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .bodywebsite .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .bodywebsite .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .bodywebsite .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .bodywebsite .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .bodywebsite .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .bodywebsite .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .bodywebsite .md\:pt-8 {
    padding-top: 2rem;
  }
  .bodywebsite .md\:pr-8 {
    padding-right: 2rem;
  }
  .bodywebsite .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .bodywebsite .md\:pl-8 {
    padding-left: 2rem;
  }
  .bodywebsite .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .bodywebsite .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .bodywebsite .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .bodywebsite .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .bodywebsite .md\:pt-12 {
    padding-top: 3rem;
  }
  .bodywebsite .md\:pr-12 {
    padding-right: 3rem;
  }
  .bodywebsite .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .bodywebsite .md\:pl-12 {
    padding-left: 3rem;
  }
  .bodywebsite .md\:pt-16 {
    padding-top: 4rem;
  }
  .bodywebsite .md\:pr-16 {
    padding-right: 4rem;
  }
  .bodywebsite .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .bodywebsite .md\:pl-16 {
    padding-left: 4rem;
  }
  .bodywebsite .md\:pt-20 {
    padding-top: 5rem;
  }
  .bodywebsite .md\:pr-20 {
    padding-right: 5rem;
  }
  .bodywebsite .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .bodywebsite .md\:pl-20 {
    padding-left: 5rem;
  }
  .bodywebsite .md\:pt-24 {
    padding-top: 6rem;
  }
  .bodywebsite .md\:pr-24 {
    padding-right: 6rem;
  }
  .bodywebsite .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .bodywebsite .md\:pl-24 {
    padding-left: 6rem;
  }
  .bodywebsite .md\:pt-32 {
    padding-top: 8rem;
  }
  .bodywebsite .md\:pr-32 {
    padding-right: 8rem;
  }
  .bodywebsite .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .bodywebsite .md\:pl-32 {
    padding-left: 8rem;
  }
  .bodywebsite .md\:pt-40 {
    padding-top: 10rem;
  }
  .bodywebsite .md\:pr-40 {
    padding-right: 10rem;
  }
  .bodywebsite .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .bodywebsite .md\:pl-40 {
    padding-left: 10rem;
  }
  .bodywebsite .md\:pt-48 {
    padding-top: 12rem;
  }
  .bodywebsite .md\:pr-48 {
    padding-right: 12rem;
  }
  .bodywebsite .md\:pb-48 {
    padding-bottom: 12rem;
  }
  .bodywebsite .md\:pl-48 {
    padding-left: 12rem;
  }
  .bodywebsite .md\:pt-56 {
    padding-top: 14rem;
  }
  .bodywebsite .md\:pr-56 {
    padding-right: 14rem;
  }
  .bodywebsite .md\:pb-56 {
    padding-bottom: 14rem;
  }
  .bodywebsite .md\:pl-56 {
    padding-left: 14rem;
  }
  .bodywebsite .md\:pt-64 {
    padding-top: 16rem;
  }
  .bodywebsite .md\:pr-64 {
    padding-right: 16rem;
  }
  .bodywebsite .md\:pb-64 {
    padding-bottom: 16rem;
  }
  .bodywebsite .md\:pl-64 {
    padding-left: 16rem;
  }
  .bodywebsite .md\:pt-px {
    padding-top: 1px;
  }
  .bodywebsite .md\:pr-px {
    padding-right: 1px;
  }
  .bodywebsite .md\:pb-px {
    padding-bottom: 1px;
  }
  .bodywebsite .md\:pl-px {
    padding-left: 1px;
  }
  .bodywebsite .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .md\:placeholder-transparent::placeholder {
    color: transparent;
  }
  .bodywebsite .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:placeholder-current::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:placeholder-current::placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
  .bodywebsite .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
  .bodywebsite .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .md\:pointer-events-none {
    pointer-events: none;
  }
  .bodywebsite .md\:pointer-events-auto {
    pointer-events: auto;
  }
  .bodywebsite .md\:static {
    position: static;
  }
  .bodywebsite .md\:fixed {
    position: fixed;
  }
  .bodywebsite .md\:absolute {
    position: absolute;
  }
  .bodywebsite .md\:relative {
    position: relative;
  }
  .bodywebsite .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .bodywebsite .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bodywebsite .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .bodywebsite .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .bodywebsite .md\:inset-x-0 {
    right: 0;
    left: 0;
  }
  .bodywebsite .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .bodywebsite .md\:inset-x-auto {
    right: auto;
    left: auto;
  }
  .bodywebsite .md\:top-0 {
    top: 0;
  }
  .bodywebsite .md\:right-0 {
    right: 0;
  }
  .bodywebsite .md\:bottom-0 {
    bottom: 0;
  }
  .bodywebsite .md\:left-0 {
    left: 0;
  }
  .bodywebsite .md\:top-auto {
    top: auto;
  }
  .bodywebsite .md\:right-auto {
    right: auto;
  }
  .bodywebsite .md\:bottom-auto {
    bottom: auto;
  }
  .bodywebsite .md\:left-auto {
    left: auto;
  }
  .bodywebsite .md\:resize-none {
    resize: none;
  }
  .bodywebsite .md\:resize-y {
    resize: vertical;
  }
  .bodywebsite .md\:resize-x {
    resize: horizontal;
  }
  .bodywebsite .md\:resize {
    resize: both;
  }
  .bodywebsite .md\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .md\:shadow-none {
    box-shadow: none;
  }
  .bodywebsite .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }
  .bodywebsite .md\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }
  .bodywebsite .md\:fill-current {
    fill: currentColor;
  }
  .bodywebsite .md\:stroke-current {
    stroke: currentColor;
  }
  .bodywebsite .md\:stroke-0 {
    stroke-width: 0;
  }
  .bodywebsite .md\:stroke-1 {
    stroke-width: 1;
  }
  .bodywebsite .md\:stroke-2 {
    stroke-width: 2;
  }
  .bodywebsite .md\:table-auto {
    table-layout: auto;
  }
  .bodywebsite .md\:table-fixed {
    table-layout: fixed;
  }
  .bodywebsite .md\:text-left {
    text-align: left;
  }
  .bodywebsite .md\:text-center {
    text-align: center;
  }
  .bodywebsite .md\:text-right {
    text-align: right;
  }
  .bodywebsite .md\:text-justify {
    text-align: justify;
  }
  .bodywebsite .md\:text-transparent {
    color: transparent;
  }
  .bodywebsite .md\:text-current {
    color: currentColor;
  }
  .bodywebsite .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .md\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .md\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .md\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .md\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .md\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .md\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .md\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .md\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .md\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .md\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-transparent:hover {
    color: transparent;
  }
  .bodywebsite .md\:hover\:text-current:hover {
    color: currentColor;
  }
  .bodywebsite .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .md\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-transparent:focus {
    color: transparent;
  }
  .bodywebsite .md\:focus\:text-current:focus {
    color: currentColor;
  }
  .bodywebsite .md\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-100:focus {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-200:focus {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-300:focus {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-400:focus {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-500:focus {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-600:focus {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-700:focus {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-800:focus {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-red-900:focus {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-100:focus {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-200:focus {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-300:focus {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-400:focus {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-500:focus {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-600:focus {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-700:focus {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-800:focus {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-green-900:focus {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-100:focus {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-200:focus {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-300:focus {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-400:focus {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-500:focus {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-600:focus {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-700:focus {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-800:focus {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-blue-900:focus {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .md\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .md\:text-opacity-0 {
    --text-opacity: 0;
  }
  .bodywebsite .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }
  .bodywebsite .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }
  .bodywebsite .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }
  .bodywebsite .md\:text-opacity-100 {
    --text-opacity: 1;
  }
  .bodywebsite .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }
  .bodywebsite .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }
  .bodywebsite .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }
  .bodywebsite .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }
  .bodywebsite .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }
  .bodywebsite .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }
  .bodywebsite .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }
  .bodywebsite .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }
  .bodywebsite .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }
  .bodywebsite .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }
  .bodywebsite .md\:italic {
    font-style: italic;
  }
  .bodywebsite .md\:not-italic {
    font-style: normal;
  }
  .bodywebsite .md\:uppercase {
    text-transform: uppercase;
  }
  .bodywebsite .md\:lowercase {
    text-transform: lowercase;
  }
  .bodywebsite .md\:capitalize {
    text-transform: capitalize;
  }
  .bodywebsite .md\:normal-case {
    text-transform: none;
  }
  .bodywebsite .md\:underline {
    text-decoration: underline;
  }
  .bodywebsite .md\:line-through {
    text-decoration: line-through;
  }
  .bodywebsite .md\:no-underline {
    text-decoration: none;
  }
  .bodywebsite .md\:hover\:underline:hover {
    text-decoration: underline;
  }
  .bodywebsite .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .bodywebsite .md\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .bodywebsite .md\:focus\:underline:focus {
    text-decoration: underline;
  }
  .bodywebsite .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .bodywebsite .md\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .bodywebsite .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bodywebsite .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .bodywebsite .md\:ordinal,
  .bodywebsite .md\:slashed-zero,
  .bodywebsite .md\:lining-nums,
  .bodywebsite .md\:oldstyle-nums,
  .bodywebsite .md\:proportional-nums,
  .bodywebsite .md\:tabular-nums,
  .bodywebsite .md\:diagonal-fractions,
  .bodywebsite .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
  .bodywebsite .md\:normal-nums {
    font-variant-numeric: normal;
  }
  .bodywebsite .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
  .bodywebsite .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
  .bodywebsite .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
  .bodywebsite .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
  .bodywebsite .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
  .bodywebsite .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
  .bodywebsite .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
  .bodywebsite .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
  .bodywebsite .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .bodywebsite .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .bodywebsite .md\:tracking-normal {
    letter-spacing: 0;
  }
  .bodywebsite .md\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .bodywebsite .md\:tracking-wider {
    letter-spacing: 0.05em;
  }
  .bodywebsite .md\:tracking-widest {
    letter-spacing: 0.1em;
  }
  .bodywebsite .md\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bodywebsite .md\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .bodywebsite .md\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
  }
  .bodywebsite .md\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .bodywebsite .md\:align-baseline {
    vertical-align: baseline;
  }
  .bodywebsite .md\:align-top {
    vertical-align: top;
  }
  .bodywebsite .md\:align-middle {
    vertical-align: middle;
  }
  .bodywebsite .md\:align-bottom {
    vertical-align: bottom;
  }
  .bodywebsite .md\:align-text-top {
    vertical-align: text-top;
  }
  .bodywebsite .md\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .bodywebsite .md\:visible {
    visibility: visible;
  }
  .bodywebsite .md\:invisible {
    visibility: hidden;
  }
  .bodywebsite .md\:whitespace-normal {
    white-space: normal;
  }
  .bodywebsite .md\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .bodywebsite .md\:whitespace-pre {
    white-space: pre;
  }
  .bodywebsite .md\:whitespace-pre-line {
    white-space: pre-line;
  }
  .bodywebsite .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .bodywebsite .md\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .bodywebsite .md\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bodywebsite .md\:break-all {
    word-break: break-all;
  }
  .bodywebsite .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bodywebsite .md\:w-0 {
    width: 0;
  }
  .bodywebsite .md\:w-1 {
    width: 0.25rem;
  }
  .bodywebsite .md\:w-2 {
    width: 0.5rem;
  }
  .bodywebsite .md\:w-3 {
    width: 0.75rem;
  }
  .bodywebsite .md\:w-4 {
    width: 1rem;
  }
  .bodywebsite .md\:w-5 {
    width: 1.25rem;
  }
  .bodywebsite .md\:w-6 {
    width: 1.5rem;
  }
  .bodywebsite .md\:w-8 {
    width: 2rem;
  }
  .bodywebsite .md\:w-10 {
    width: 2.5rem;
  }
  .bodywebsite .md\:w-12 {
    width: 3rem;
  }
  .bodywebsite .md\:w-16 {
    width: 4rem;
  }
  .bodywebsite .md\:w-20 {
    width: 5rem;
  }
  .bodywebsite .md\:w-24 {
    width: 6rem;
  }
  .bodywebsite .md\:w-32 {
    width: 8rem;
  }
  .bodywebsite .md\:w-40 {
    width: 10rem;
  }
  .bodywebsite .md\:w-48 {
    width: 12rem;
  }
  .bodywebsite .md\:w-56 {
    width: 14rem;
  }
  .bodywebsite .md\:w-64 {
    width: 16rem;
  }
  .bodywebsite .md\:w-auto {
    width: auto;
  }
  .bodywebsite .md\:w-px {
    width: 1px;
  }
  .bodywebsite .md\:w-1\/2 {
    width: 50%;
  }
  .bodywebsite .md\:w-1\/3 {
    width: 33.333333%;
  }
  .bodywebsite .md\:w-2\/3 {
    width: 66.666667%;
  }
  .bodywebsite .md\:w-1\/4 {
    width: 25%;
  }
  .bodywebsite .md\:w-2\/4 {
    width: 50%;
  }
  .bodywebsite .md\:w-3\/4 {
    width: 75%;
  }
  .bodywebsite .md\:w-1\/5 {
    width: 20%;
  }
  .bodywebsite .md\:w-2\/5 {
    width: 40%;
  }
  .bodywebsite .md\:w-3\/5 {
    width: 60%;
  }
  .bodywebsite .md\:w-4\/5 {
    width: 80%;
  }
  .bodywebsite .md\:w-1\/6 {
    width: 16.666667%;
  }
  .bodywebsite .md\:w-2\/6 {
    width: 33.333333%;
  }
  .bodywebsite .md\:w-3\/6 {
    width: 50%;
  }
  .bodywebsite .md\:w-4\/6 {
    width: 66.666667%;
  }
  .bodywebsite .md\:w-5\/6 {
    width: 83.333333%;
  }
  .bodywebsite .md\:w-1\/12 {
    width: 8.333333%;
  }
  .bodywebsite .md\:w-2\/12 {
    width: 16.666667%;
  }
  .bodywebsite .md\:w-3\/12 {
    width: 25%;
  }
  .bodywebsite .md\:w-4\/12 {
    width: 33.333333%;
  }
  .bodywebsite .md\:w-5\/12 {
    width: 41.666667%;
  }
  .bodywebsite .md\:w-6\/12 {
    width: 50%;
  }
  .bodywebsite .md\:w-7\/12 {
    width: 58.333333%;
  }
  .bodywebsite .md\:w-8\/12 {
    width: 66.666667%;
  }
  .bodywebsite .md\:w-9\/12 {
    width: 75%;
  }
  .bodywebsite .md\:w-10\/12 {
    width: 83.333333%;
  }
  .bodywebsite .md\:w-11\/12 {
    width: 91.666667%;
  }
  .bodywebsite .md\:w-full {
    width: 100%;
  }
  .bodywebsite .md\:w-screen {
    width: 100vw;
  }
  .bodywebsite .md\:z-0 {
    z-index: 0;
  }
  .bodywebsite .md\:z-10 {
    z-index: 10;
  }
  .bodywebsite .md\:z-20 {
    z-index: 20;
  }
  .bodywebsite .md\:z-30 {
    z-index: 30;
  }
  .bodywebsite .md\:z-40 {
    z-index: 40;
  }
  .bodywebsite .md\:z-50 {
    z-index: 50;
  }
  .bodywebsite .md\:z-auto {
    z-index: auto;
  }
  .bodywebsite .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }
  .bodywebsite .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }
  .bodywebsite .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
  .bodywebsite .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .bodywebsite .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .bodywebsite .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .bodywebsite .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .bodywebsite .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .bodywebsite .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .bodywebsite .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .bodywebsite .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }
  .bodywebsite .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }
  .bodywebsite .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }
  .bodywebsite .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }
  .bodywebsite .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }
  .bodywebsite .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }
  .bodywebsite .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }
  .bodywebsite .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }
  .bodywebsite .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
  .bodywebsite .md\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .md\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .md\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .md\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .md\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .md\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .md\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .md\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .md\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .md\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .md\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .md\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .md\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .md\:gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .md\:gap-x-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .md\:gap-x-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .md\:gap-x-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .md\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .md\:gap-x-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .md\:gap-x-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .md\:gap-x-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .md\:gap-x-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .md\:gap-x-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .md\:gap-x-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .md\:gap-x-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .md\:gap-x-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .md\:gap-x-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .md\:gap-x-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .md\:gap-x-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .md\:gap-x-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .md\:gap-x-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .md\:gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .md\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .md\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .md\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .md\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .md\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .md\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .md\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .md\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .md\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .md\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .md\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .md\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .md\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .md\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .md\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .md\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .md\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .md\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .md\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  .bodywebsite .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .bodywebsite .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .bodywebsite .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .bodywebsite .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-cols-none {
    grid-template-columns: none;
  }
  .bodywebsite .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .bodywebsite .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  .bodywebsite .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  .bodywebsite .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .bodywebsite .md\:col-auto {
    grid-column: auto;
  }
  .bodywebsite .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .bodywebsite .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .bodywebsite .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bodywebsite .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .bodywebsite .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .bodywebsite .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bodywebsite .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .bodywebsite .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .bodywebsite .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .bodywebsite .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .bodywebsite .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .bodywebsite .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .bodywebsite .md\:col-span-full {
    grid-column: -1;
  }
  .bodywebsite .md\:col-start-1 {
    grid-column-start: 1;
  }
  .bodywebsite .md\:col-start-2 {
    grid-column-start: 2;
  }
  .bodywebsite .md\:col-start-3 {
    grid-column-start: 3;
  }
  .bodywebsite .md\:col-start-4 {
    grid-column-start: 4;
  }
  .bodywebsite .md\:col-start-5 {
    grid-column-start: 5;
  }
  .bodywebsite .md\:col-start-6 {
    grid-column-start: 6;
  }
  .bodywebsite .md\:col-start-7 {
    grid-column-start: 7;
  }
  .bodywebsite .md\:col-start-8 {
    grid-column-start: 8;
  }
  .bodywebsite .md\:col-start-9 {
    grid-column-start: 9;
  }
  .bodywebsite .md\:col-start-10 {
    grid-column-start: 10;
  }
  .bodywebsite .md\:col-start-11 {
    grid-column-start: 11;
  }
  .bodywebsite .md\:col-start-12 {
    grid-column-start: 12;
  }
  .bodywebsite .md\:col-start-13 {
    grid-column-start: 13;
  }
  .bodywebsite .md\:col-start-auto {
    grid-column-start: auto;
  }
  .bodywebsite .md\:col-end-1 {
    grid-column-end: 1;
  }
  .bodywebsite .md\:col-end-2 {
    grid-column-end: 2;
  }
  .bodywebsite .md\:col-end-3 {
    grid-column-end: 3;
  }
  .bodywebsite .md\:col-end-4 {
    grid-column-end: 4;
  }
  .bodywebsite .md\:col-end-5 {
    grid-column-end: 5;
  }
  .bodywebsite .md\:col-end-6 {
    grid-column-end: 6;
  }
  .bodywebsite .md\:col-end-7 {
    grid-column-end: 7;
  }
  .bodywebsite .md\:col-end-8 {
    grid-column-end: 8;
  }
  .bodywebsite .md\:col-end-9 {
    grid-column-end: 9;
  }
  .bodywebsite .md\:col-end-10 {
    grid-column-end: 10;
  }
  .bodywebsite .md\:col-end-11 {
    grid-column-end: 11;
  }
  .bodywebsite .md\:col-end-12 {
    grid-column-end: 12;
  }
  .bodywebsite .md\:col-end-13 {
    grid-column-end: 13;
  }
  .bodywebsite .md\:col-end-auto {
    grid-column-end: auto;
  }
  .bodywebsite .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .md\:grid-rows-none {
    grid-template-rows: none;
  }
  .bodywebsite .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .bodywebsite .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .bodywebsite .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .bodywebsite .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .bodywebsite .md\:row-auto {
    grid-row: auto;
  }
  .bodywebsite .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .bodywebsite .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .bodywebsite .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .bodywebsite .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .bodywebsite .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .bodywebsite .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .bodywebsite .md\:row-span-full {
    grid-row: -1;
  }
  .bodywebsite .md\:row-start-1 {
    grid-row-start: 1;
  }
  .bodywebsite .md\:row-start-2 {
    grid-row-start: 2;
  }
  .bodywebsite .md\:row-start-3 {
    grid-row-start: 3;
  }
  .bodywebsite .md\:row-start-4 {
    grid-row-start: 4;
  }
  .bodywebsite .md\:row-start-5 {
    grid-row-start: 5;
  }
  .bodywebsite .md\:row-start-6 {
    grid-row-start: 6;
  }
  .bodywebsite .md\:row-start-7 {
    grid-row-start: 7;
  }
  .bodywebsite .md\:row-start-auto {
    grid-row-start: auto;
  }
  .bodywebsite .md\:row-end-1 {
    grid-row-end: 1;
  }
  .bodywebsite .md\:row-end-2 {
    grid-row-end: 2;
  }
  .bodywebsite .md\:row-end-3 {
    grid-row-end: 3;
  }
  .bodywebsite .md\:row-end-4 {
    grid-row-end: 4;
  }
  .bodywebsite .md\:row-end-5 {
    grid-row-end: 5;
  }
  .bodywebsite .md\:row-end-6 {
    grid-row-end: 6;
  }
  .bodywebsite .md\:row-end-7 {
    grid-row-end: 7;
  }
  .bodywebsite .md\:row-end-auto {
    grid-row-end: auto;
  }
  .bodywebsite .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
  .bodywebsite .md\:transform-none {
    transform: none;
  }
  .bodywebsite .md\:origin-center {
    transform-origin: center;
  }
  .bodywebsite .md\:origin-top {
    transform-origin: top;
  }
  .bodywebsite .md\:origin-top-right {
    transform-origin: top right;
  }
  .bodywebsite .md\:origin-right {
    transform-origin: right;
  }
  .bodywebsite .md\:origin-bottom-right {
    transform-origin: bottom right;
  }
  .bodywebsite .md\:origin-bottom {
    transform-origin: bottom;
  }
  .bodywebsite .md\:origin-bottom-left {
    transform-origin: bottom left;
  }
  .bodywebsite .md\:origin-left {
    transform-origin: left;
  }
  .bodywebsite .md\:origin-top-left {
    transform-origin: top left;
  }
  .bodywebsite .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:scale-50 {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:scale-75 {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:scale-90 {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:scale-95 {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:scale-x-0 {
    --transform-scale-x: 0;
  }
  .bodywebsite .md\:scale-x-50 {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .md\:scale-x-75 {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .md\:scale-x-90 {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .md\:scale-x-95 {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .md\:scale-x-100 {
    --transform-scale-x: 1;
  }
  .bodywebsite .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .md\:scale-y-0 {
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:scale-y-50 {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:scale-y-75 {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:scale-y-90 {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:scale-y-95 {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:scale-y-100 {
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:hover\:scale-50:hover {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:hover\:scale-75:hover {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:hover\:scale-90:hover {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:hover\:scale-95:hover {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }
  .bodywebsite .md\:hover\:scale-x-50:hover {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .md\:hover\:scale-x-75:hover {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .md\:hover\:scale-x-90:hover {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .md\:hover\:scale-x-95:hover {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }
  .bodywebsite .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:hover\:scale-y-50:hover {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:hover\:scale-y-75:hover {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:hover\:scale-y-90:hover {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:hover\:scale-y-95:hover {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:focus\:scale-50:focus {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:focus\:scale-75:focus {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:focus\:scale-90:focus {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:focus\:scale-95:focus {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }
  .bodywebsite .md\:focus\:scale-x-50:focus {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .md\:focus\:scale-x-75:focus {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .md\:focus\:scale-x-90:focus {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .md\:focus\:scale-x-95:focus {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }
  .bodywebsite .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }
  .bodywebsite .md\:focus\:scale-y-50:focus {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .md\:focus\:scale-y-75:focus {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .md\:focus\:scale-y-90:focus {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .md\:focus\:scale-y-95:focus {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }
  .bodywebsite .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .md\:rotate-0 {
    --transform-rotate: 0;
  }
  .bodywebsite .md\:rotate-1 {
    --transform-rotate: 1deg;
  }
  .bodywebsite .md\:rotate-2 {
    --transform-rotate: 2deg;
  }
  .bodywebsite .md\:rotate-3 {
    --transform-rotate: 3deg;
  }
  .bodywebsite .md\:rotate-6 {
    --transform-rotate: 6deg;
  }
  .bodywebsite .md\:rotate-12 {
    --transform-rotate: 12deg;
  }
  .bodywebsite .md\:rotate-45 {
    --transform-rotate: 45deg;
  }
  .bodywebsite .md\:rotate-90 {
    --transform-rotate: 90deg;
  }
  .bodywebsite .md\:rotate-180 {
    --transform-rotate: 180deg;
  }
  .bodywebsite .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }
  .bodywebsite .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }
  .bodywebsite .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }
  .bodywebsite .md\:-rotate-12 {
    --transform-rotate: -12deg;
  }
  .bodywebsite .md\:-rotate-6 {
    --transform-rotate: -6deg;
  }
  .bodywebsite .md\:-rotate-3 {
    --transform-rotate: -3deg;
  }
  .bodywebsite .md\:-rotate-2 {
    --transform-rotate: -2deg;
  }
  .bodywebsite .md\:-rotate-1 {
    --transform-rotate: -1deg;
  }
  .bodywebsite .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }
  .bodywebsite .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }
  .bodywebsite .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }
  .bodywebsite .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }
  .bodywebsite .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }
  .bodywebsite .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }
  .bodywebsite .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }
  .bodywebsite .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }
  .bodywebsite .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }
  .bodywebsite .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }
  .bodywebsite .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }
  .bodywebsite .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }
  .bodywebsite .md\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }
  .bodywebsite .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }
  .bodywebsite .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }
  .bodywebsite .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }
  .bodywebsite .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }
  .bodywebsite .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }
  .bodywebsite .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }
  .bodywebsite .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }
  .bodywebsite .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }
  .bodywebsite .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }
  .bodywebsite .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }
  .bodywebsite .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }
  .bodywebsite .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }
  .bodywebsite .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }
  .bodywebsite .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }
  .bodywebsite .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }
  .bodywebsite .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }
  .bodywebsite .md\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }
  .bodywebsite .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }
  .bodywebsite .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }
  .bodywebsite .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }
  .bodywebsite .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }
  .bodywebsite .md\:translate-x-0 {
    --transform-translate-x: 0;
  }
  .bodywebsite .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .md\:translate-x-px {
    --transform-translate-x: 1px;
  }
  .bodywebsite .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }
  .bodywebsite .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }
  .bodywebsite .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
  .bodywebsite .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
  .bodywebsite .md\:translate-x-full {
    --transform-translate-x: 100%;
  }
  .bodywebsite .md\:translate-y-0 {
    --transform-translate-y: 0;
  }
  .bodywebsite .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .md\:translate-y-px {
    --transform-translate-y: 1px;
  }
  .bodywebsite .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }
  .bodywebsite .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }
  .bodywebsite .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
  .bodywebsite .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
  .bodywebsite .md\:translate-y-full {
    --transform-translate-y: 100%;
  }
  .bodywebsite .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }
  .bodywebsite .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }
  .bodywebsite .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }
  .bodywebsite .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }
  .bodywebsite .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
  .bodywebsite .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
  .bodywebsite .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }
  .bodywebsite .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }
  .bodywebsite .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }
  .bodywebsite .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }
  .bodywebsite .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }
  .bodywebsite .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
  .bodywebsite .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
  .bodywebsite .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }
  .bodywebsite .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }
  .bodywebsite .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }
  .bodywebsite .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }
  .bodywebsite .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }
  .bodywebsite .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
  .bodywebsite .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
  .bodywebsite .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }
  .bodywebsite .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }
  .bodywebsite .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }
  .bodywebsite .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }
  .bodywebsite .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }
  .bodywebsite .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
  .bodywebsite .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
  .bodywebsite .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }
  .bodywebsite .md\:skew-x-0 {
    --transform-skew-x: 0;
  }
  .bodywebsite .md\:skew-x-1 {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .md\:skew-x-2 {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .md\:skew-x-3 {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .md\:skew-x-6 {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .md\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .md\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .md\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .md\:skew-y-0 {
    --transform-skew-y: 0;
  }
  .bodywebsite .md\:skew-y-1 {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .md\:skew-y-2 {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .md\:skew-y-3 {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .md\:skew-y-6 {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .md\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .md\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .md\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }
  .bodywebsite .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .md\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }
  .bodywebsite .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .md\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }
  .bodywebsite .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .md\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }
  .bodywebsite .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .md\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .md\:transition-none {
    transition-property: none;
  }
  .bodywebsite .md\:transition-all {
    transition-property: all;
  }
  .bodywebsite .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
  .bodywebsite .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
  .bodywebsite .md\:transition-opacity {
    transition-property: opacity;
  }
  .bodywebsite .md\:transition-shadow {
    transition-property: box-shadow;
  }
  .bodywebsite .md\:transition-transform {
    transition-property: transform;
  }
  .bodywebsite .md\:ease-linear {
    transition-timing-function: linear;
  }
  .bodywebsite .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .bodywebsite .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .bodywebsite .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bodywebsite .md\:duration-75 {
    transition-duration: 75ms;
  }
  .bodywebsite .md\:duration-100 {
    transition-duration: 100ms;
  }
  .bodywebsite .md\:duration-150 {
    transition-duration: 150ms;
  }
  .bodywebsite .md\:duration-200 {
    transition-duration: 200ms;
  }
  .bodywebsite .md\:duration-300 {
    transition-duration: 300ms;
  }
  .bodywebsite .md\:duration-500 {
    transition-duration: 500ms;
  }
  .bodywebsite .md\:duration-700 {
    transition-duration: 700ms;
  }
  .bodywebsite .md\:duration-1000 {
    transition-duration: 1000ms;
  }
  .bodywebsite .md\:delay-75 {
    transition-delay: 75ms;
  }
  .bodywebsite .md\:delay-100 {
    transition-delay: 100ms;
  }
  .bodywebsite .md\:delay-150 {
    transition-delay: 150ms;
  }
  .bodywebsite .md\:delay-200 {
    transition-delay: 200ms;
  }
  .bodywebsite .md\:delay-300 {
    transition-delay: 300ms;
  }
  .bodywebsite .md\:delay-500 {
    transition-delay: 500ms;
  }
  .bodywebsite .md\:delay-700 {
    transition-delay: 700ms;
  }
  .bodywebsite .md\:delay-1000 {
    transition-delay: 1000ms;
  }
  .bodywebsite .md\:animate-none {
    animation: none;
  }
  .bodywebsite .md\:animate-spin {
    animation: spin 1s linear infinite;
  }
  .bodywebsite .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
  .bodywebsite .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .bodywebsite .md\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .bodywebsite .md\:container {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bodywebsite .md\:container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .bodywebsite .md\:container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .bodywebsite .md\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .bodywebsite .lg\:container {
    width: 100%;
  }
  .bodywebsite .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
  .bodywebsite .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
  .bodywebsite .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
  .bodywebsite .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
  .bodywebsite .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
  .bodywebsite .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
  .bodywebsite .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
  .bodywebsite .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
  .bodywebsite .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
  .bodywebsite .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
  .bodywebsite .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
  .bodywebsite .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }
  .bodywebsite .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }
  .bodywebsite .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }
  .bodywebsite .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
  .bodywebsite .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
  .bodywebsite .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
  .bodywebsite .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
  .bodywebsite .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
  .bodywebsite .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
  .bodywebsite .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
  .bodywebsite .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
  .bodywebsite .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
  .bodywebsite .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
  .bodywebsite .lg\: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;
  }
  .bodywebsite .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .bodywebsite .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .lg\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .bodywebsite .lg\:bg-fixed {
    background-attachment: fixed;
  }
  .bodywebsite .lg\:bg-local {
    background-attachment: local;
  }
  .bodywebsite .lg\:bg-scroll {
    background-attachment: scroll;
  }
  .bodywebsite .lg\:bg-clip-border {
    background-clip: border-box;
  }
  .bodywebsite .lg\:bg-clip-padding {
    background-clip: padding-box;
  }
  .bodywebsite .lg\:bg-clip-content {
    background-clip: content-box;
  }
  .bodywebsite .lg\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bodywebsite .lg\:bg-transparent {
    background-color: transparent;
  }
  .bodywebsite .lg\:bg-current {
    background-color: currentColor;
  }
  .bodywebsite .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .bodywebsite .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }
  .bodywebsite .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .bodywebsite .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }
  .bodywebsite .lg\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .lg\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .lg\:bg-none {
    background-image: none;
  }
  .bodywebsite .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
  .bodywebsite .lg\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:from-red-100 {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:from-red-200 {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:from-red-300 {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:from-red-400 {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:from-red-500 {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:from-red-600 {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:from-red-700 {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:from-red-800 {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:from-red-900 {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:from-green-100 {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:from-green-200 {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:from-green-300 {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:from-green-400 {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:from-green-500 {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:from-green-600 {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:from-green-700 {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:from-green-800 {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:from-green-900 {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:from-blue-100 {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:from-blue-200 {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:from-blue-300 {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:from-blue-400 {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:from-blue-500 {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:from-blue-600 {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:from-blue-700 {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:from-blue-800 {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:from-blue-900 {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:via-red-100 {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:via-red-200 {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:via-red-300 {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:via-red-400 {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:via-red-500 {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:via-red-600 {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:via-red-700 {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:via-red-800 {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:via-red-900 {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:via-green-100 {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:via-green-200 {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:via-green-300 {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:via-green-400 {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:via-green-500 {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:via-green-600 {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:via-green-700 {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:via-green-800 {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:via-green-900 {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:via-blue-100 {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:via-blue-200 {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:via-blue-300 {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:via-blue-400 {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:via-blue-500 {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:via-blue-600 {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:via-blue-700 {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:via-blue-800 {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:via-blue-900 {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:to-transparent {
    --gradient-to-color: transparent;
  }
  .bodywebsite .lg\:to-current {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .lg\:to-black {
    --gradient-to-color: #000;
  }
  .bodywebsite .lg\:to-white {
    --gradient-to-color: #fff;
  }
  .bodywebsite .lg\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .lg\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .lg\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .lg\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .lg\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .lg\:to-gray-600 {
    --gradient-to-color: #718096;
  }
  .bodywebsite .lg\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .lg\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .lg\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .lg\:to-red-100 {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .lg\:to-red-200 {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .lg\:to-red-300 {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .lg\:to-red-400 {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .lg\:to-red-500 {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .lg\:to-red-600 {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .lg\:to-red-700 {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .lg\:to-red-800 {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .lg\:to-red-900 {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .lg\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .lg\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .lg\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .lg\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .lg\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .lg\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .lg\:to-orange-700 {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .lg\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .lg\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .lg\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .lg\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .lg\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .lg\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .lg\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .lg\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .lg\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .lg\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .lg\:to-yellow-900 {
    --gradient-to-color: #744210;
  }
  .bodywebsite .lg\:to-green-100 {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .lg\:to-green-200 {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .lg\:to-green-300 {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .lg\:to-green-400 {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .lg\:to-green-500 {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .lg\:to-green-600 {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .lg\:to-green-700 {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .lg\:to-green-800 {
    --gradient-to-color: #276749;
  }
  .bodywebsite .lg\:to-green-900 {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .lg\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .lg\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .lg\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .lg\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .lg\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .lg\:to-teal-600 {
    --gradient-to-color: #319795;
  }
  .bodywebsite .lg\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .lg\:to-teal-800 {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .lg\:to-teal-900 {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .lg\:to-blue-100 {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .lg\:to-blue-200 {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .lg\:to-blue-300 {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .lg\:to-blue-400 {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .lg\:to-blue-500 {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .lg\:to-blue-600 {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .lg\:to-blue-700 {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .lg\:to-blue-800 {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .lg\:to-blue-900 {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .lg\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .lg\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .lg\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .lg\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .lg\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .lg\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .lg\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .lg\:to-indigo-800 {
    --gradient-to-color: #434190;
  }
  .bodywebsite .lg\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .lg\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .lg\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .lg\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .lg\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .lg\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .lg\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .lg\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .lg\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .lg\:to-purple-900 {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .lg\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .lg\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .lg\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .lg\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .lg\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .lg\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .lg\:to-pink-700 {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .lg\:to-pink-800 {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .lg\:to-pink-900 {
    --gradient-to-color: #702459;
  }
  .bodywebsite .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:hover\:from-red-100:hover {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:hover\:from-red-200:hover {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:hover\:from-red-300:hover {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:hover\:from-red-400:hover {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:hover\:from-red-500:hover {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:hover\:from-red-600:hover {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:hover\:from-red-700:hover {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:hover\:from-red-800:hover {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:hover\:from-red-900:hover {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:hover\:from-green-800:hover {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:hover\:via-red-100:hover {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:hover\:via-red-200:hover {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:hover\:via-red-300:hover {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:hover\:via-red-400:hover {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:hover\:via-red-500:hover {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:hover\:via-red-600:hover {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:hover\:via-red-700:hover {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:hover\:via-red-800:hover {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:hover\:via-red-900:hover {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:hover\:via-green-800:hover {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }
  .bodywebsite .lg\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .lg\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }
  .bodywebsite .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }
  .bodywebsite .lg\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .lg\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .lg\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .lg\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .lg\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .lg\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }
  .bodywebsite .lg\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .lg\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .lg\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .lg\:hover\:to-red-100:hover {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .lg\:hover\:to-red-200:hover {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .lg\:hover\:to-red-300:hover {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .lg\:hover\:to-red-400:hover {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .lg\:hover\:to-red-500:hover {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .lg\:hover\:to-red-600:hover {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .lg\:hover\:to-red-700:hover {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .lg\:hover\:to-red-800:hover {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .lg\:hover\:to-red-900:hover {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .lg\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .lg\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .lg\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .lg\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .lg\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .lg\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .lg\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .lg\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .lg\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .lg\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .lg\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .lg\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .lg\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .lg\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .lg\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .lg\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .lg\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .lg\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }
  .bodywebsite .lg\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .lg\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .lg\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .lg\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .lg\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .lg\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .lg\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .lg\:hover\:to-green-800:hover {
    --gradient-to-color: #276749;
  }
  .bodywebsite .lg\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .lg\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .lg\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .lg\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .lg\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .lg\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .lg\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }
  .bodywebsite .lg\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .lg\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .lg\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .lg\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .lg\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .lg\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .lg\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .lg\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .lg\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .lg\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .lg\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .lg\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .lg\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .lg\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .lg\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .lg\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .lg\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .lg\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .lg\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .lg\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }
  .bodywebsite .lg\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .lg\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .lg\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .lg\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .lg\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .lg\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .lg\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .lg\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .lg\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .lg\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .lg\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .lg\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .lg\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .lg\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .lg\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .lg\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .lg\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .lg\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .lg\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }
  .bodywebsite .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:focus\:from-red-100:focus {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:focus\:from-red-200:focus {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:focus\:from-red-300:focus {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:focus\:from-red-400:focus {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:focus\:from-red-500:focus {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:focus\:from-red-600:focus {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:focus\:from-red-700:focus {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:focus\:from-red-800:focus {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:focus\:from-red-900:focus {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:focus\:from-green-800:focus {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .lg\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .lg\:focus\:via-red-100:focus {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .lg\:focus\:via-red-200:focus {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .lg\:focus\:via-red-300:focus {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .lg\:focus\:via-red-400:focus {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .lg\:focus\:via-red-500:focus {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .lg\:focus\:via-red-600:focus {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .lg\:focus\:via-red-700:focus {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .lg\:focus\:via-red-800:focus {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .lg\:focus\:via-red-900:focus {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .lg\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .lg\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .lg\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .lg\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .lg\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .lg\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .lg\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .lg\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .lg\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .lg\:focus\:via-green-800:focus {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .lg\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .lg\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .lg\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .lg\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .lg\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .lg\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }
  .bodywebsite .lg\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .lg\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }
  .bodywebsite .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }
  .bodywebsite .lg\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .lg\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .lg\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .lg\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .lg\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .lg\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }
  .bodywebsite .lg\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .lg\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .lg\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .lg\:focus\:to-red-100:focus {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .lg\:focus\:to-red-200:focus {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .lg\:focus\:to-red-300:focus {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .lg\:focus\:to-red-400:focus {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .lg\:focus\:to-red-500:focus {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .lg\:focus\:to-red-600:focus {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .lg\:focus\:to-red-700:focus {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .lg\:focus\:to-red-800:focus {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .lg\:focus\:to-red-900:focus {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .lg\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .lg\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .lg\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .lg\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .lg\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .lg\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .lg\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .lg\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .lg\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .lg\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .lg\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .lg\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .lg\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .lg\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .lg\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .lg\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .lg\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .lg\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }
  .bodywebsite .lg\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .lg\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .lg\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .lg\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .lg\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .lg\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .lg\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .lg\:focus\:to-green-800:focus {
    --gradient-to-color: #276749;
  }
  .bodywebsite .lg\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .lg\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .lg\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .lg\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .lg\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .lg\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .lg\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }
  .bodywebsite .lg\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .lg\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .lg\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .lg\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .lg\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .lg\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .lg\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .lg\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .lg\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .lg\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .lg\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .lg\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .lg\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .lg\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .lg\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .lg\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .lg\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .lg\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .lg\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .lg\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }
  .bodywebsite .lg\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .lg\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .lg\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .lg\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .lg\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .lg\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .lg\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .lg\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .lg\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .lg\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .lg\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .lg\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .lg\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .lg\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .lg\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .lg\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .lg\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .lg\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .lg\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }
  .bodywebsite .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }
  .bodywebsite .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }
  .bodywebsite .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }
  .bodywebsite .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }
  .bodywebsite .lg\:bg-opacity-100 {
    --bg-opacity: 1;
  }
  .bodywebsite .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }
  .bodywebsite .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
  .bodywebsite .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
  .bodywebsite .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
  .bodywebsite .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }
  .bodywebsite .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }
  .bodywebsite .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }
  .bodywebsite .lg\:bg-bottom {
    background-position: bottom;
  }
  .bodywebsite .lg\:bg-center {
    background-position: center;
  }
  .bodywebsite .lg\:bg-left {
    background-position: left;
  }
  .bodywebsite .lg\:bg-left-bottom {
    background-position: left bottom;
  }
  .bodywebsite .lg\:bg-left-top {
    background-position: left top;
  }
  .bodywebsite .lg\:bg-right {
    background-position: right;
  }
  .bodywebsite .lg\:bg-right-bottom {
    background-position: right bottom;
  }
  .bodywebsite .lg\:bg-right-top {
    background-position: right top;
  }
  .bodywebsite .lg\:bg-top {
    background-position: top;
  }
  .bodywebsite .lg\:bg-repeat {
    background-repeat: repeat;
  }
  .bodywebsite .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bodywebsite .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bodywebsite .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bodywebsite .lg\:bg-repeat-round {
    background-repeat: round;
  }
  .bodywebsite .lg\:bg-repeat-space {
    background-repeat: space;
  }
  .bodywebsite .lg\:bg-auto {
    background-size: auto;
  }
  .bodywebsite .lg\:bg-cover {
    background-size: cover;
  }
  .bodywebsite .lg\:bg-contain {
    background-size: contain;
  }
  .bodywebsite .lg\:border-collapse {
    border-collapse: collapse;
  }
  .bodywebsite .lg\:border-separate {
    border-collapse: separate;
  }
  .bodywebsite .lg\:border-transparent {
    border-color: transparent;
  }
  .bodywebsite .lg\:border-current {
    border-color: currentColor;
  }
  .bodywebsite .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .lg\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .lg\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .lg\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .lg\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .lg\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .lg\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .lg\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .lg\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .bodywebsite .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }
  .bodywebsite .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .lg\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .bodywebsite .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }
  .bodywebsite .lg\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-100:focus {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-200:focus {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-300:focus {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-400:focus {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-500:focus {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-600:focus {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-700:focus {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-800:focus {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-red-900:focus {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-100:focus {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-200:focus {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-300:focus {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-400:focus {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-500:focus {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-600:focus {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-700:focus {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-800:focus {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-green-900:focus {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-100:focus {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-200:focus {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-300:focus {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-400:focus {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-500:focus {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-700:focus {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-800:focus {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-blue-900:focus {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .lg\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .lg\:border-opacity-0 {
    --border-opacity: 0;
  }
  .bodywebsite .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }
  .bodywebsite .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }
  .bodywebsite .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }
  .bodywebsite .lg\:border-opacity-100 {
    --border-opacity: 1;
  }
  .bodywebsite .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }
  .bodywebsite .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }
  .bodywebsite .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }
  .bodywebsite .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }
  .bodywebsite .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }
  .bodywebsite .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }
  .bodywebsite .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }
  .bodywebsite .lg\:rounded-none {
    border-radius: 0;
  }
  .bodywebsite .lg\:rounded-sm {
    border-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded {
    border-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-md {
    border-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-full {
    border-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bodywebsite .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bodywebsite .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .bodywebsite .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .bodywebsite .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .bodywebsite .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .bodywebsite .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .lg\:border-solid {
    border-style: solid;
  }
  .bodywebsite .lg\:border-dashed {
    border-style: dashed;
  }
  .bodywebsite .lg\:border-dotted {
    border-style: dotted;
  }
  .bodywebsite .lg\:border-double {
    border-style: double;
  }
  .bodywebsite .lg\:border-none {
    border-style: none;
  }
  .bodywebsite .lg\:border-0 {
    border-width: 0;
  }
  .bodywebsite .lg\:border-2 {
    border-width: 2px;
  }
  .bodywebsite .lg\:border-4 {
    border-width: 4px;
  }
  .bodywebsite .lg\:border-8 {
    border-width: 8px;
  }
  .bodywebsite .lg\:border {
    border-width: 1px;
  }
  .bodywebsite .lg\:border-t-0 {
    border-top-width: 0;
  }
  .bodywebsite .lg\:border-r-0 {
    border-right-width: 0;
  }
  .bodywebsite .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .bodywebsite .lg\:border-l-0 {
    border-left-width: 0;
  }
  .bodywebsite .lg\:border-t-2 {
    border-top-width: 2px;
  }
  .bodywebsite .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .bodywebsite .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .bodywebsite .lg\:border-l-2 {
    border-left-width: 2px;
  }
  .bodywebsite .lg\:border-t-4 {
    border-top-width: 4px;
  }
  .bodywebsite .lg\:border-r-4 {
    border-right-width: 4px;
  }
  .bodywebsite .lg\:border-b-4 {
    border-bottom-width: 4px;
  }
  .bodywebsite .lg\:border-l-4 {
    border-left-width: 4px;
  }
  .bodywebsite .lg\:border-t-8 {
    border-top-width: 8px;
  }
  .bodywebsite .lg\:border-r-8 {
    border-right-width: 8px;
  }
  .bodywebsite .lg\:border-b-8 {
    border-bottom-width: 8px;
  }
  .bodywebsite .lg\:border-l-8 {
    border-left-width: 8px;
  }
  .bodywebsite .lg\:border-t {
    border-top-width: 1px;
  }
  .bodywebsite .lg\:border-r {
    border-right-width: 1px;
  }
  .bodywebsite .lg\:border-b {
    border-bottom-width: 1px;
  }
  .bodywebsite .lg\:border-l {
    border-left-width: 1px;
  }
  .bodywebsite .lg\:box-border {
    box-sizing: border-box;
  }
  .bodywebsite .lg\:box-content {
    box-sizing: content-box;
  }
  .bodywebsite .lg\:cursor-auto {
    cursor: auto;
  }
  .bodywebsite .lg\:cursor-default {
    cursor: default;
  }
  .bodywebsite .lg\:cursor-pointer {
    cursor: pointer;
  }
  .bodywebsite .lg\:cursor-wait {
    cursor: wait;
  }
  .bodywebsite .lg\:cursor-text {
    cursor: text;
  }
  .bodywebsite .lg\:cursor-move {
    cursor: move;
  }
  .bodywebsite .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .bodywebsite .lg\:block {
    display: block;
  }
  .bodywebsite .lg\:inline-block {
    display: inline-block;
  }
  .bodywebsite .lg\:inline {
    display: inline;
  }
  .bodywebsite .lg\:flex {
    display: flex;
  }
  .bodywebsite .lg\:inline-flex {
    display: inline-flex;
  }
  .bodywebsite .lg\:table {
    display: table;
  }
  .bodywebsite .lg\:table-caption {
    display: table-caption;
  }
  .bodywebsite .lg\:table-cell {
    display: table-cell;
  }
  .bodywebsite .lg\:table-column {
    display: table-column;
  }
  .bodywebsite .lg\:table-column-group {
    display: table-column-group;
  }
  .bodywebsite .lg\:table-footer-group {
    display: table-footer-group;
  }
  .bodywebsite .lg\:table-header-group {
    display: table-header-group;
  }
  .bodywebsite .lg\:table-row-group {
    display: table-row-group;
  }
  .bodywebsite .lg\:table-row {
    display: table-row;
  }
  .bodywebsite .lg\:flow-root {
    display: flow-root;
  }
  .bodywebsite .lg\:grid {
    display: grid;
  }
  .bodywebsite .lg\:inline-grid {
    display: inline-grid;
  }
  .bodywebsite .lg\:contents {
    display: contents;
  }
  .bodywebsite .lg\:hidden {
    display: none;
  }
  .bodywebsite .lg\:flex-row {
    flex-direction: row;
  }
  .bodywebsite .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .bodywebsite .lg\:flex-col {
    flex-direction: column;
  }
  .bodywebsite .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .bodywebsite .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .bodywebsite .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bodywebsite .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .bodywebsite .lg\:place-items-auto {
    place-items: auto;
  }
  .bodywebsite .lg\:place-items-start {
    place-items: start;
  }
  .bodywebsite .lg\:place-items-end {
    place-items: end;
  }
  .bodywebsite .lg\:place-items-center {
    place-items: center;
  }
  .bodywebsite .lg\:place-items-stretch {
    place-items: stretch;
  }
  .bodywebsite .lg\:place-content-center {
    place-content: center;
  }
  .bodywebsite .lg\:place-content-start {
    place-content: start;
  }
  .bodywebsite .lg\:place-content-end {
    place-content: end;
  }
  .bodywebsite .lg\:place-content-between {
    place-content: space-between;
  }
  .bodywebsite .lg\:place-content-around {
    place-content: space-around;
  }
  .bodywebsite .lg\:place-content-evenly {
    place-content: space-evenly;
  }
  .bodywebsite .lg\:place-content-stretch {
    place-content: stretch;
  }
  .bodywebsite .lg\:place-self-auto {
    place-self: auto;
  }
  .bodywebsite .lg\:place-self-start {
    place-self: start;
  }
  .bodywebsite .lg\:place-self-end {
    place-self: end;
  }
  .bodywebsite .lg\:place-self-center {
    place-self: center;
  }
  .bodywebsite .lg\:place-self-stretch {
    place-self: stretch;
  }
  .bodywebsite .lg\:items-start {
    align-items: flex-start;
  }
  .bodywebsite .lg\:items-end {
    align-items: flex-end;
  }
  .bodywebsite .lg\:items-center {
    align-items: center;
  }
  .bodywebsite .lg\:items-baseline {
    align-items: baseline;
  }
  .bodywebsite .lg\:items-stretch {
    align-items: stretch;
  }
  .bodywebsite .lg\:content-center {
    align-content: center;
  }
  .bodywebsite .lg\:content-start {
    align-content: flex-start;
  }
  .bodywebsite .lg\:content-end {
    align-content: flex-end;
  }
  .bodywebsite .lg\:content-between {
    align-content: space-between;
  }
  .bodywebsite .lg\:content-around {
    align-content: space-around;
  }
  .bodywebsite .lg\:content-evenly {
    align-content: space-evenly;
  }
  .bodywebsite .lg\:self-auto {
    align-self: auto;
  }
  .bodywebsite .lg\:self-start {
    align-self: flex-start;
  }
  .bodywebsite .lg\:self-end {
    align-self: flex-end;
  }
  .bodywebsite .lg\:self-center {
    align-self: center;
  }
  .bodywebsite .lg\:self-stretch {
    align-self: stretch;
  }
  .bodywebsite .lg\:justify-start {
    justify-content: flex-start;
  }
  .bodywebsite .lg\:justify-end {
    justify-content: flex-end;
  }
  .bodywebsite .lg\:justify-center {
    justify-content: center;
  }
  .bodywebsite .lg\:justify-between {
    justify-content: space-between;
  }
  .bodywebsite .lg\:justify-around {
    justify-content: space-around;
  }
  .bodywebsite .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  .bodywebsite .lg\:justify-self-auto {
    justify-self: auto;
  }
  .bodywebsite .lg\:justify-self-start {
    justify-self: start;
  }
  .bodywebsite .lg\:justify-self-end {
    justify-self: end;
  }
  .bodywebsite .lg\:justify-self-center {
    justify-self: center;
  }
  .bodywebsite .lg\:justify-self-stretch {
    justify-self: stretch;
  }
  .bodywebsite .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .bodywebsite .lg\:flex-auto {
    flex: 1 1 auto;
  }
  .bodywebsite .lg\:flex-initial {
    flex: 0 1 auto;
  }
  .bodywebsite .lg\:flex-none {
    flex: none;
  }
  .bodywebsite .lg\:flex-grow-0 {
    flex-grow: 0;
  }
  .bodywebsite .lg\:flex-grow {
    flex-grow: 1;
  }
  .bodywebsite .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .bodywebsite .lg\:flex-shrink {
    flex-shrink: 1;
  }
  .bodywebsite .lg\:order-1 {
    order: 1;
  }
  .bodywebsite .lg\:order-2 {
    order: 2;
  }
  .bodywebsite .lg\:order-3 {
    order: 3;
  }
  .bodywebsite .lg\:order-4 {
    order: 4;
  }
  .bodywebsite .lg\:order-5 {
    order: 5;
  }
  .bodywebsite .lg\:order-6 {
    order: 6;
  }
  .bodywebsite .lg\:order-7 {
    order: 7;
  }
  .bodywebsite .lg\:order-8 {
    order: 8;
  }
  .bodywebsite .lg\:order-9 {
    order: 9;
  }
  .bodywebsite .lg\:order-10 {
    order: 10;
  }
  .bodywebsite .lg\:order-11 {
    order: 11;
  }
  .bodywebsite .lg\:order-12 {
    order: 12;
  }
  .bodywebsite .lg\:order-first {
    order: -9999;
  }
  .bodywebsite .lg\:order-last {
    order: 9999;
  }
  .bodywebsite .lg\:order-none {
    order: 0;
  }
  .bodywebsite .lg\:float-right {
    float: right;
  }
  .bodywebsite .lg\:float-left {
    float: left;
  }
  .bodywebsite .lg\:float-none {
    float: none;
  }
  .bodywebsite .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .bodywebsite .lg\:clear-left {
    clear: left;
  }
  .bodywebsite .lg\:clear-right {
    clear: right;
  }
  .bodywebsite .lg\:clear-both {
    clear: both;
  }
  .bodywebsite .lg\:clear-none {
    clear: none;
  }
  .bodywebsite .lg\:font-sans {
    font-family: 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";
  }
  .bodywebsite .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  .bodywebsite .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .bodywebsite .lg\:font-hairline {
    font-weight: 100;
  }
  .bodywebsite .lg\:font-thin {
    font-weight: 200;
  }
  .bodywebsite .lg\:font-light {
    font-weight: 300;
  }
  .bodywebsite .lg\:font-normal {
    font-weight: 400;
  }
  .bodywebsite .lg\:font-medium {
    font-weight: 500;
  }
  .bodywebsite .lg\:font-semibold {
    font-weight: 600;
  }
  .bodywebsite .lg\:font-bold {
    font-weight: 700;
  }
  .bodywebsite .lg\:font-extrabold {
    font-weight: 800;
  }
  .bodywebsite .lg\:font-black {
    font-weight: 900;
  }
  .bodywebsite .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }
  .bodywebsite .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }
  .bodywebsite .lg\:hover\:font-light:hover {
    font-weight: 300;
  }
  .bodywebsite .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .bodywebsite .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .bodywebsite .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .bodywebsite .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .bodywebsite .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }
  .bodywebsite .lg\:hover\:font-black:hover {
    font-weight: 900;
  }
  .bodywebsite .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }
  .bodywebsite .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }
  .bodywebsite .lg\:focus\:font-light:focus {
    font-weight: 300;
  }
  .bodywebsite .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .bodywebsite .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .bodywebsite .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .bodywebsite .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .bodywebsite .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }
  .bodywebsite .lg\:focus\:font-black:focus {
    font-weight: 900;
  }
  .bodywebsite .lg\:h-0 {
    height: 0;
  }
  .bodywebsite .lg\:h-1 {
    height: 0.25rem;
  }
  .bodywebsite .lg\:h-2 {
    height: 0.5rem;
  }
  .bodywebsite .lg\:h-3 {
    height: 0.75rem;
  }
  .bodywebsite .lg\:h-4 {
    height: 1rem;
  }
  .bodywebsite .lg\:h-5 {
    height: 1.25rem;
  }
  .bodywebsite .lg\:h-6 {
    height: 1.5rem;
  }
  .bodywebsite .lg\:h-8 {
    height: 2rem;
  }
  .bodywebsite .lg\:h-10 {
    height: 2.5rem;
  }
  .bodywebsite .lg\:h-12 {
    height: 3rem;
  }
  .bodywebsite .lg\:h-16 {
    height: 4rem;
  }
  .bodywebsite .lg\:h-20 {
    height: 5rem;
  }
  .bodywebsite .lg\:h-24 {
    height: 6rem;
  }
  .bodywebsite .lg\:h-32 {
    height: 8rem;
  }
  .bodywebsite .lg\:h-40 {
    height: 10rem;
  }
  .bodywebsite .lg\:h-48 {
    height: 12rem;
  }
  .bodywebsite .lg\:h-56 {
    height: 14rem;
  }
  .bodywebsite .lg\:h-64 {
    height: 16rem;
  }
  .bodywebsite .lg\:h-auto {
    height: auto;
  }
  .bodywebsite .lg\:h-px {
    height: 1px;
  }
  .bodywebsite .lg\:h-full {
    height: 100%;
  }
  .bodywebsite .lg\:h-screen {
    height: 100vh;
  }
  .bodywebsite .lg\:text-xs {
    font-size: 0.75rem;
  }
  .bodywebsite .lg\:text-sm {
    font-size: 0.875rem;
  }
  .bodywebsite .lg\:text-base {
    font-size: 1rem;
  }
  .bodywebsite .lg\:text-lg {
    font-size: 1.125rem;
  }
  .bodywebsite .lg\:text-xl {
    font-size: 1.25rem;
  }
  .bodywebsite .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .bodywebsite .lg\:text-3xl {
    font-size: 1.875rem;
  }
  .bodywebsite .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .bodywebsite .lg\:text-5xl {
    font-size: 3rem;
  }
  .bodywebsite .lg\:text-6xl {
    font-size: 4rem;
  }
  .bodywebsite .lg\:leading-3 {
    line-height: 0.75rem;
  }
  .bodywebsite .lg\:leading-4 {
    line-height: 1rem;
  }
  .bodywebsite .lg\:leading-5 {
    line-height: 1.25rem;
  }
  .bodywebsite .lg\:leading-6 {
    line-height: 1.5rem;
  }
  .bodywebsite .lg\:leading-7 {
    line-height: 1.75rem;
  }
  .bodywebsite .lg\:leading-8 {
    line-height: 2rem;
  }
  .bodywebsite .lg\:leading-9 {
    line-height: 2.25rem;
  }
  .bodywebsite .lg\:leading-10 {
    line-height: 2.5rem;
  }
  .bodywebsite .lg\:leading-none {
    line-height: 1;
  }
  .bodywebsite .lg\:leading-tight {
    line-height: 1.25;
  }
  .bodywebsite .lg\:leading-snug {
    line-height: 1.375;
  }
  .bodywebsite .lg\:leading-normal {
    line-height: 1.5;
  }
  .bodywebsite .lg\:leading-relaxed {
    line-height: 1.625;
  }
  .bodywebsite .lg\:leading-loose {
    line-height: 2;
  }
  .bodywebsite .lg\:list-inside {
    list-style-position: inside;
  }
  .bodywebsite .lg\:list-outside {
    list-style-position: outside;
  }
  .bodywebsite .lg\:list-none {
    list-style-type: none;
  }
  .bodywebsite .lg\:list-disc {
    list-style-type: disc;
  }
  .bodywebsite .lg\:list-decimal {
    list-style-type: decimal;
  }
  .bodywebsite .lg\:m-0 {
    margin: 0;
  }
  .bodywebsite .lg\:m-1 {
    margin: 0.25rem;
  }
  .bodywebsite .lg\:m-2 {
    margin: 0.5rem;
  }
  .bodywebsite .lg\:m-3 {
    margin: 0.75rem;
  }
  .bodywebsite .lg\:m-4 {
    margin: 1rem;
  }
  .bodywebsite .lg\:m-5 {
    margin: 1.25rem;
  }
  .bodywebsite .lg\:m-6 {
    margin: 1.5rem;
  }
  .bodywebsite .lg\:m-8 {
    margin: 2rem;
  }
  .bodywebsite .lg\:m-10 {
    margin: 2.5rem;
  }
  .bodywebsite .lg\:m-12 {
    margin: 3rem;
  }
  .bodywebsite .lg\:m-16 {
    margin: 4rem;
  }
  .bodywebsite .lg\:m-20 {
    margin: 5rem;
  }
  .bodywebsite .lg\:m-24 {
    margin: 6rem;
  }
  .bodywebsite .lg\:m-32 {
    margin: 8rem;
  }
  .bodywebsite .lg\:m-40 {
    margin: 10rem;
  }
  .bodywebsite .lg\:m-48 {
    margin: 12rem;
  }
  .bodywebsite .lg\:m-56 {
    margin: 14rem;
  }
  .bodywebsite .lg\:m-64 {
    margin: 16rem;
  }
  .bodywebsite .lg\:m-auto {
    margin: auto;
  }
  .bodywebsite .lg\:m-px {
    margin: 1px;
  }
  .bodywebsite .lg\:-m-1 {
    margin: -0.25rem;
  }
  .bodywebsite .lg\:-m-2 {
    margin: -0.5rem;
  }
  .bodywebsite .lg\:-m-3 {
    margin: -0.75rem;
  }
  .bodywebsite .lg\:-m-4 {
    margin: -1rem;
  }
  .bodywebsite .lg\:-m-5 {
    margin: -1.25rem;
  }
  .bodywebsite .lg\:-m-6 {
    margin: -1.5rem;
  }
  .bodywebsite .lg\:-m-8 {
    margin: -2rem;
  }
  .bodywebsite .lg\:-m-10 {
    margin: -2.5rem;
  }
  .bodywebsite .lg\:-m-12 {
    margin: -3rem;
  }
  .bodywebsite .lg\:-m-16 {
    margin: -4rem;
  }
  .bodywebsite .lg\:-m-20 {
    margin: -5rem;
  }
  .bodywebsite .lg\:-m-24 {
    margin: -6rem;
  }
  .bodywebsite .lg\:-m-32 {
    margin: -8rem;
  }
  .bodywebsite .lg\:-m-40 {
    margin: -10rem;
  }
  .bodywebsite .lg\:-m-48 {
    margin: -12rem;
  }
  .bodywebsite .lg\:-m-56 {
    margin: -14rem;
  }
  .bodywebsite .lg\:-m-64 {
    margin: -16rem;
  }
  .bodywebsite .lg\:-m-px {
    margin: -1px;
  }
  .bodywebsite .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bodywebsite .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .bodywebsite .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .bodywebsite .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .bodywebsite .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .bodywebsite .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .bodywebsite .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .bodywebsite .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .bodywebsite .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bodywebsite .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .bodywebsite .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .bodywebsite .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .bodywebsite .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bodywebsite .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bodywebsite .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bodywebsite .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .bodywebsite .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .bodywebsite .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .bodywebsite .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .bodywebsite .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .bodywebsite .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .bodywebsite .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .bodywebsite .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .bodywebsite .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .bodywebsite .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .bodywebsite .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .bodywebsite .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .bodywebsite .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .bodywebsite .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .bodywebsite .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .bodywebsite .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .bodywebsite .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .bodywebsite .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .bodywebsite .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .bodywebsite .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .bodywebsite .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .bodywebsite .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .bodywebsite .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .bodywebsite .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .bodywebsite .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .bodywebsite .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .bodywebsite .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .bodywebsite .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .bodywebsite .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .bodywebsite .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .bodywebsite .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .bodywebsite .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .bodywebsite .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .bodywebsite .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .bodywebsite .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .bodywebsite .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .bodywebsite .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .bodywebsite .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .bodywebsite .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .bodywebsite .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .bodywebsite .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .bodywebsite .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .bodywebsite .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .bodywebsite .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .bodywebsite .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .bodywebsite .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .bodywebsite .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .bodywebsite .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .bodywebsite .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .bodywebsite .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .bodywebsite .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .bodywebsite .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .bodywebsite .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .bodywebsite .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .bodywebsite .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .bodywebsite .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .bodywebsite .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .bodywebsite .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .bodywebsite .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .bodywebsite .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .bodywebsite .lg\:mt-0 {
    margin-top: 0;
  }
  .bodywebsite .lg\:mr-0 {
    margin-right: 0;
  }
  .bodywebsite .lg\:mb-0 {
    margin-bottom: 0;
  }
  .bodywebsite .lg\:ml-0 {
    margin-left: 0;
  }
  .bodywebsite .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .bodywebsite .lg\:mr-1 {
    margin-right: 0.25rem;
  }
  .bodywebsite .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .bodywebsite .lg\:ml-1 {
    margin-left: 0.25rem;
  }
  .bodywebsite .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .bodywebsite .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .bodywebsite .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .bodywebsite .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .bodywebsite .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .bodywebsite .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .bodywebsite .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .bodywebsite .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .bodywebsite .lg\:mt-4 {
    margin-top: 1rem;
  }
  .bodywebsite .lg\:mr-4 {
    margin-right: 1rem;
  }
  .bodywebsite .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .bodywebsite .lg\:ml-4 {
    margin-left: 1rem;
  }
  .bodywebsite .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .bodywebsite .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .bodywebsite .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .bodywebsite .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .bodywebsite .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .bodywebsite .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .bodywebsite .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .bodywebsite .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .bodywebsite .lg\:mt-8 {
    margin-top: 2rem;
  }
  .bodywebsite .lg\:mr-8 {
    margin-right: 2rem;
  }
  .bodywebsite .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .bodywebsite .lg\:ml-8 {
    margin-left: 2rem;
  }
  .bodywebsite .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .bodywebsite .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .bodywebsite .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .bodywebsite .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .bodywebsite .lg\:mt-12 {
    margin-top: 3rem;
  }
  .bodywebsite .lg\:mr-12 {
    margin-right: 3rem;
  }
  .bodywebsite .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .bodywebsite .lg\:ml-12 {
    margin-left: 3rem;
  }
  .bodywebsite .lg\:mt-16 {
    margin-top: 4rem;
  }
  .bodywebsite .lg\:mr-16 {
    margin-right: 4rem;
  }
  .bodywebsite .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .bodywebsite .lg\:ml-16 {
    margin-left: 4rem;
  }
  .bodywebsite .lg\:mt-20 {
    margin-top: 5rem;
  }
  .bodywebsite .lg\:mr-20 {
    margin-right: 5rem;
  }
  .bodywebsite .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .bodywebsite .lg\:ml-20 {
    margin-left: 5rem;
  }
  .bodywebsite .lg\:mt-24 {
    margin-top: 6rem;
  }
  .bodywebsite .lg\:mr-24 {
    margin-right: 6rem;
  }
  .bodywebsite .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .bodywebsite .lg\:ml-24 {
    margin-left: 6rem;
  }
  .bodywebsite .lg\:mt-32 {
    margin-top: 8rem;
  }
  .bodywebsite .lg\:mr-32 {
    margin-right: 8rem;
  }
  .bodywebsite .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .bodywebsite .lg\:ml-32 {
    margin-left: 8rem;
  }
  .bodywebsite .lg\:mt-40 {
    margin-top: 10rem;
  }
  .bodywebsite .lg\:mr-40 {
    margin-right: 10rem;
  }
  .bodywebsite .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .bodywebsite .lg\:ml-40 {
    margin-left: 10rem;
  }
  .bodywebsite .lg\:mt-48 {
    margin-top: 12rem;
  }
  .bodywebsite .lg\:mr-48 {
    margin-right: 12rem;
  }
  .bodywebsite .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .bodywebsite .lg\:ml-48 {
    margin-left: 12rem;
  }
  .bodywebsite .lg\:mt-56 {
    margin-top: 14rem;
  }
  .bodywebsite .lg\:mr-56 {
    margin-right: 14rem;
  }
  .bodywebsite .lg\:mb-56 {
    margin-bottom: 14rem;
  }
  .bodywebsite .lg\:ml-56 {
    margin-left: 14rem;
  }
  .bodywebsite .lg\:mt-64 {
    margin-top: 16rem;
  }
  .bodywebsite .lg\:mr-64 {
    margin-right: 16rem;
  }
  .bodywebsite .lg\:mb-64 {
    margin-bottom: 16rem;
  }
  .bodywebsite .lg\:ml-64 {
    margin-left: 16rem;
  }
  .bodywebsite .lg\:mt-auto {
    margin-top: auto;
  }
  .bodywebsite .lg\:mr-auto {
    margin-right: auto;
  }
  .bodywebsite .lg\:mb-auto {
    margin-bottom: auto;
  }
  .bodywebsite .lg\:ml-auto {
    margin-left: auto;
  }
  .bodywebsite .lg\:mt-px {
    margin-top: 1px;
  }
  .bodywebsite .lg\:mr-px {
    margin-right: 1px;
  }
  .bodywebsite .lg\:mb-px {
    margin-bottom: 1px;
  }
  .bodywebsite .lg\:ml-px {
    margin-left: 1px;
  }
  .bodywebsite .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
  .bodywebsite .lg\:-mr-1 {
    margin-right: -0.25rem;
  }
  .bodywebsite .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .bodywebsite .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
  .bodywebsite .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .bodywebsite .lg\:-mr-2 {
    margin-right: -0.5rem;
  }
  .bodywebsite .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .bodywebsite .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
  .bodywebsite .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .bodywebsite .lg\:-mr-3 {
    margin-right: -0.75rem;
  }
  .bodywebsite .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .bodywebsite .lg\:-ml-3 {
    margin-left: -0.75rem;
  }
  .bodywebsite .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .bodywebsite .lg\:-mr-4 {
    margin-right: -1rem;
  }
  .bodywebsite .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .bodywebsite .lg\:-ml-4 {
    margin-left: -1rem;
  }
  .bodywebsite .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .bodywebsite .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
  .bodywebsite .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .bodywebsite .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
  .bodywebsite .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .bodywebsite .lg\:-mr-6 {
    margin-right: -1.5rem;
  }
  .bodywebsite .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .bodywebsite .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .bodywebsite .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .bodywebsite .lg\:-mr-8 {
    margin-right: -2rem;
  }
  .bodywebsite .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .bodywebsite .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .bodywebsite .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .bodywebsite .lg\:-mr-10 {
    margin-right: -2.5rem;
  }
  .bodywebsite .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .bodywebsite .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
  .bodywebsite .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .bodywebsite .lg\:-mr-12 {
    margin-right: -3rem;
  }
  .bodywebsite .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .bodywebsite .lg\:-ml-12 {
    margin-left: -3rem;
  }
  .bodywebsite .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .bodywebsite .lg\:-mr-16 {
    margin-right: -4rem;
  }
  .bodywebsite .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .bodywebsite .lg\:-ml-16 {
    margin-left: -4rem;
  }
  .bodywebsite .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .bodywebsite .lg\:-mr-20 {
    margin-right: -5rem;
  }
  .bodywebsite .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .bodywebsite .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .bodywebsite .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .bodywebsite .lg\:-mr-24 {
    margin-right: -6rem;
  }
  .bodywebsite .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
  .bodywebsite .lg\:-ml-24 {
    margin-left: -6rem;
  }
  .bodywebsite .lg\:-mt-32 {
    margin-top: -8rem;
  }
  .bodywebsite .lg\:-mr-32 {
    margin-right: -8rem;
  }
  .bodywebsite .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
  .bodywebsite .lg\:-ml-32 {
    margin-left: -8rem;
  }
  .bodywebsite .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .bodywebsite .lg\:-mr-40 {
    margin-right: -10rem;
  }
  .bodywebsite .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
  .bodywebsite .lg\:-ml-40 {
    margin-left: -10rem;
  }
  .bodywebsite .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .bodywebsite .lg\:-mr-48 {
    margin-right: -12rem;
  }
  .bodywebsite .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
  .bodywebsite .lg\:-ml-48 {
    margin-left: -12rem;
  }
  .bodywebsite .lg\:-mt-56 {
    margin-top: -14rem;
  }
  .bodywebsite .lg\:-mr-56 {
    margin-right: -14rem;
  }
  .bodywebsite .lg\:-mb-56 {
    margin-bottom: -14rem;
  }
  .bodywebsite .lg\:-ml-56 {
    margin-left: -14rem;
  }
  .bodywebsite .lg\:-mt-64 {
    margin-top: -16rem;
  }
  .bodywebsite .lg\:-mr-64 {
    margin-right: -16rem;
  }
  .bodywebsite .lg\:-mb-64 {
    margin-bottom: -16rem;
  }
  .bodywebsite .lg\:-ml-64 {
    margin-left: -16rem;
  }
  .bodywebsite .lg\:-mt-px {
    margin-top: -1px;
  }
  .bodywebsite .lg\:-mr-px {
    margin-right: -1px;
  }
  .bodywebsite .lg\:-mb-px {
    margin-bottom: -1px;
  }
  .bodywebsite .lg\:-ml-px {
    margin-left: -1px;
  }
  .bodywebsite .lg\:max-h-full {
    max-height: 100%;
  }
  .bodywebsite .lg\:max-h-screen {
    max-height: 100vh;
  }
  .bodywebsite .lg\:max-w-none {
    max-width: none;
  }
  .bodywebsite .lg\:max-w-xs {
    max-width: 20rem;
  }
  .bodywebsite .lg\:max-w-sm {
    max-width: 24rem;
  }
  .bodywebsite .lg\:max-w-md {
    max-width: 28rem;
  }
  .bodywebsite .lg\:max-w-lg {
    max-width: 32rem;
  }
  .bodywebsite .lg\:max-w-xl {
    max-width: 36rem;
  }
  .bodywebsite .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .bodywebsite .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .bodywebsite .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .bodywebsite .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .bodywebsite .lg\:max-w-6xl {
    max-width: 72rem;
  }
  .bodywebsite .lg\:max-w-full {
    max-width: 100%;
  }
  .bodywebsite .lg\:max-w-screen-sm {
    max-width: 640px;
  }
  .bodywebsite .lg\:max-w-screen-md {
    max-width: 768px;
  }
  .bodywebsite .lg\:max-w-screen-lg {
    max-width: 1024px;
  }
  .bodywebsite .lg\:max-w-screen-xl {
    max-width: 1280px;
  }
  .bodywebsite .lg\:min-h-0 {
    min-height: 0;
  }
  .bodywebsite .lg\:min-h-full {
    min-height: 100%;
  }
  .bodywebsite .lg\:min-h-screen {
    min-height: 100vh;
  }
  .bodywebsite .lg\:min-w-0 {
    min-width: 0;
  }
  .bodywebsite .lg\:min-w-full {
    min-width: 100%;
  }
  .bodywebsite .lg\:object-contain {
    object-fit: contain;
  }
  .bodywebsite .lg\:object-cover {
    object-fit: cover;
  }
  .bodywebsite .lg\:object-fill {
    object-fit: fill;
  }
  .bodywebsite .lg\:object-none {
    object-fit: none;
  }
  .bodywebsite .lg\:object-scale-down {
    object-fit: scale-down;
  }
  .bodywebsite .lg\:object-bottom {
    object-position: bottom;
  }
  .bodywebsite .lg\:object-center {
    object-position: center;
  }
  .bodywebsite .lg\:object-left {
    object-position: left;
  }
  .bodywebsite .lg\:object-left-bottom {
    object-position: left bottom;
  }
  .bodywebsite .lg\:object-left-top {
    object-position: left top;
  }
  .bodywebsite .lg\:object-right {
    object-position: right;
  }
  .bodywebsite .lg\:object-right-bottom {
    object-position: right bottom;
  }
  .bodywebsite .lg\:object-right-top {
    object-position: right top;
  }
  .bodywebsite .lg\:object-top {
    object-position: top;
  }
  .bodywebsite .lg\:opacity-0 {
    opacity: 0;
  }
  .bodywebsite .lg\:opacity-25 {
    opacity: 0.25;
  }
  .bodywebsite .lg\:opacity-50 {
    opacity: 0.5;
  }
  .bodywebsite .lg\:opacity-75 {
    opacity: 0.75;
  }
  .bodywebsite .lg\:opacity-100 {
    opacity: 1;
  }
  .bodywebsite .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }
  .bodywebsite .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
  .bodywebsite .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
  .bodywebsite .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
  .bodywebsite .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }
  .bodywebsite .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }
  .bodywebsite .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }
  .bodywebsite .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .lg\:overflow-auto {
    overflow: auto;
  }
  .bodywebsite .lg\:overflow-hidden {
    overflow: hidden;
  }
  .bodywebsite .lg\:overflow-visible {
    overflow: visible;
  }
  .bodywebsite .lg\:overflow-scroll {
    overflow: scroll;
  }
  .bodywebsite .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .bodywebsite .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .bodywebsite .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .bodywebsite .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .bodywebsite .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .bodywebsite .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .bodywebsite .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .bodywebsite .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .bodywebsite .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .bodywebsite .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .bodywebsite .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
  }
  .bodywebsite .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
  .bodywebsite .lg\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .bodywebsite .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
  .bodywebsite .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
  .bodywebsite .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
  .bodywebsite .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
  .bodywebsite .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
  .bodywebsite .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
  .bodywebsite .lg\:p-0 {
    padding: 0;
  }
  .bodywebsite .lg\:p-1 {
    padding: 0.25rem;
  }
  .bodywebsite .lg\:p-2 {
    padding: 0.5rem;
  }
  .bodywebsite .lg\:p-3 {
    padding: 0.75rem;
  }
  .bodywebsite .lg\:p-4 {
    padding: 1rem;
  }
  .bodywebsite .lg\:p-5 {
    padding: 1.25rem;
  }
  .bodywebsite .lg\:p-6 {
    padding: 1.5rem;
  }
  .bodywebsite .lg\:p-8 {
    padding: 2rem;
  }
  .bodywebsite .lg\:p-10 {
    padding: 2.5rem;
  }
  .bodywebsite .lg\:p-12 {
    padding: 3rem;
  }
  .bodywebsite .lg\:p-16 {
    padding: 4rem;
  }
  .bodywebsite .lg\:p-20 {
    padding: 5rem;
  }
  .bodywebsite .lg\:p-24 {
    padding: 6rem;
  }
  .bodywebsite .lg\:p-32 {
    padding: 8rem;
  }
  .bodywebsite .lg\:p-40 {
    padding: 10rem;
  }
  .bodywebsite .lg\:p-48 {
    padding: 12rem;
  }
  .bodywebsite .lg\:p-56 {
    padding: 14rem;
  }
  .bodywebsite .lg\:p-64 {
    padding: 16rem;
  }
  .bodywebsite .lg\:p-px {
    padding: 1px;
  }
  .bodywebsite .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bodywebsite .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .bodywebsite .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .bodywebsite .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bodywebsite .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bodywebsite .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bodywebsite .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .bodywebsite .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .bodywebsite .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .bodywebsite .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bodywebsite .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bodywebsite .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bodywebsite .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bodywebsite .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bodywebsite .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bodywebsite .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bodywebsite .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .bodywebsite .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .bodywebsite .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bodywebsite .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bodywebsite .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bodywebsite .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .bodywebsite .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .bodywebsite .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .bodywebsite .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .bodywebsite .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .bodywebsite .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .bodywebsite .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .bodywebsite .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bodywebsite .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .bodywebsite .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .bodywebsite .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .bodywebsite .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .bodywebsite .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .bodywebsite .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .bodywebsite .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .bodywebsite .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .bodywebsite .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .bodywebsite .lg\:pt-0 {
    padding-top: 0;
  }
  .bodywebsite .lg\:pr-0 {
    padding-right: 0;
  }
  .bodywebsite .lg\:pb-0 {
    padding-bottom: 0;
  }
  .bodywebsite .lg\:pl-0 {
    padding-left: 0;
  }
  .bodywebsite .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .bodywebsite .lg\:pr-1 {
    padding-right: 0.25rem;
  }
  .bodywebsite .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .bodywebsite .lg\:pl-1 {
    padding-left: 0.25rem;
  }
  .bodywebsite .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .bodywebsite .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .bodywebsite .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .bodywebsite .lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .bodywebsite .lg\:pt-3 {
    padding-top: 0.75rem;
  }
  .bodywebsite .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .bodywebsite .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .bodywebsite .lg\:pl-3 {
    padding-left: 0.75rem;
  }
  .bodywebsite .lg\:pt-4 {
    padding-top: 1rem;
  }
  .bodywebsite .lg\:pr-4 {
    padding-right: 1rem;
  }
  .bodywebsite .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .bodywebsite .lg\:pl-4 {
    padding-left: 1rem;
  }
  .bodywebsite .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .bodywebsite .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .bodywebsite .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .bodywebsite .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .bodywebsite .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .bodywebsite .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .bodywebsite .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .bodywebsite .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .bodywebsite .lg\:pt-8 {
    padding-top: 2rem;
  }
  .bodywebsite .lg\:pr-8 {
    padding-right: 2rem;
  }
  .bodywebsite .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .bodywebsite .lg\:pl-8 {
    padding-left: 2rem;
  }
  .bodywebsite .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .bodywebsite .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .bodywebsite .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .bodywebsite .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .bodywebsite .lg\:pt-12 {
    padding-top: 3rem;
  }
  .bodywebsite .lg\:pr-12 {
    padding-right: 3rem;
  }
  .bodywebsite .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .bodywebsite .lg\:pl-12 {
    padding-left: 3rem;
  }
  .bodywebsite .lg\:pt-16 {
    padding-top: 4rem;
  }
  .bodywebsite .lg\:pr-16 {
    padding-right: 4rem;
  }
  .bodywebsite .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .bodywebsite .lg\:pl-16 {
    padding-left: 4rem;
  }
  .bodywebsite .lg\:pt-20 {
    padding-top: 5rem;
  }
  .bodywebsite .lg\:pr-20 {
    padding-right: 5rem;
  }
  .bodywebsite .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .bodywebsite .lg\:pl-20 {
    padding-left: 5rem;
  }
  .bodywebsite .lg\:pt-24 {
    padding-top: 6rem;
  }
  .bodywebsite .lg\:pr-24 {
    padding-right: 6rem;
  }
  .bodywebsite .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .bodywebsite .lg\:pl-24 {
    padding-left: 6rem;
  }
  .bodywebsite .lg\:pt-32 {
    padding-top: 8rem;
  }
  .bodywebsite .lg\:pr-32 {
    padding-right: 8rem;
  }
  .bodywebsite .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .bodywebsite .lg\:pl-32 {
    padding-left: 8rem;
  }
  .bodywebsite .lg\:pt-40 {
    padding-top: 10rem;
  }
  .bodywebsite .lg\:pr-40 {
    padding-right: 10rem;
  }
  .bodywebsite .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .bodywebsite .lg\:pl-40 {
    padding-left: 10rem;
  }
  .bodywebsite .lg\:pt-48 {
    padding-top: 12rem;
  }
  .bodywebsite .lg\:pr-48 {
    padding-right: 12rem;
  }
  .bodywebsite .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .bodywebsite .lg\:pl-48 {
    padding-left: 12rem;
  }
  .bodywebsite .lg\:pt-56 {
    padding-top: 14rem;
  }
  .bodywebsite .lg\:pr-56 {
    padding-right: 14rem;
  }
  .bodywebsite .lg\:pb-56 {
    padding-bottom: 14rem;
  }
  .bodywebsite .lg\:pl-56 {
    padding-left: 14rem;
  }
  .bodywebsite .lg\:pt-64 {
    padding-top: 16rem;
  }
  .bodywebsite .lg\:pr-64 {
    padding-right: 16rem;
  }
  .bodywebsite .lg\:pb-64 {
    padding-bottom: 16rem;
  }
  .bodywebsite .lg\:pl-64 {
    padding-left: 16rem;
  }
  .bodywebsite .lg\:pt-px {
    padding-top: 1px;
  }
  .bodywebsite .lg\:pr-px {
    padding-right: 1px;
  }
  .bodywebsite .lg\:pb-px {
    padding-bottom: 1px;
  }
  .bodywebsite .lg\:pl-px {
    padding-left: 1px;
  }
  .bodywebsite .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:placeholder-current::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:placeholder-current::placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
  .bodywebsite .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
  .bodywebsite .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .lg\:pointer-events-none {
    pointer-events: none;
  }
  .bodywebsite .lg\:pointer-events-auto {
    pointer-events: auto;
  }
  .bodywebsite .lg\:static {
    position: static;
  }
  .bodywebsite .lg\:fixed {
    position: fixed;
  }
  .bodywebsite .lg\:absolute {
    position: absolute;
  }
  .bodywebsite .lg\:relative {
    position: relative;
  }
  .bodywebsite .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .bodywebsite .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bodywebsite .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .bodywebsite .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .bodywebsite .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }
  .bodywebsite .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .bodywebsite .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }
  .bodywebsite .lg\:top-0 {
    top: 0;
  }
  .bodywebsite .lg\:right-0 {
    right: 0;
  }
  .bodywebsite .lg\:bottom-0 {
    bottom: 0;
  }
  .bodywebsite .lg\:left-0 {
    left: 0;
  }
  .bodywebsite .lg\:top-auto {
    top: auto;
  }
  .bodywebsite .lg\:right-auto {
    right: auto;
  }
  .bodywebsite .lg\:bottom-auto {
    bottom: auto;
  }
  .bodywebsite .lg\:left-auto {
    left: auto;
  }
  .bodywebsite .lg\:resize-none {
    resize: none;
  }
  .bodywebsite .lg\:resize-y {
    resize: vertical;
  }
  .bodywebsite .lg\:resize-x {
    resize: horizontal;
  }
  .bodywebsite .lg\:resize {
    resize: both;
  }
  .bodywebsite .lg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .lg\:shadow-none {
    box-shadow: none;
  }
  .bodywebsite .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }
  .bodywebsite .lg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }
  .bodywebsite .lg\:fill-current {
    fill: currentColor;
  }
  .bodywebsite .lg\:stroke-current {
    stroke: currentColor;
  }
  .bodywebsite .lg\:stroke-0 {
    stroke-width: 0;
  }
  .bodywebsite .lg\:stroke-1 {
    stroke-width: 1;
  }
  .bodywebsite .lg\:stroke-2 {
    stroke-width: 2;
  }
  .bodywebsite .lg\:table-auto {
    table-layout: auto;
  }
  .bodywebsite .lg\:table-fixed {
    table-layout: fixed;
  }
  .bodywebsite .lg\:text-left {
    text-align: left;
  }
  .bodywebsite .lg\:text-center {
    text-align: center;
  }
  .bodywebsite .lg\:text-right {
    text-align: right;
  }
  .bodywebsite .lg\:text-justify {
    text-align: justify;
  }
  .bodywebsite .lg\:text-transparent {
    color: transparent;
  }
  .bodywebsite .lg\:text-current {
    color: currentColor;
  }
  .bodywebsite .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .lg\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .lg\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .lg\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .lg\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .lg\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .lg\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .lg\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .lg\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-transparent:hover {
    color: transparent;
  }
  .bodywebsite .lg\:hover\:text-current:hover {
    color: currentColor;
  }
  .bodywebsite .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-transparent:focus {
    color: transparent;
  }
  .bodywebsite .lg\:focus\:text-current:focus {
    color: currentColor;
  }
  .bodywebsite .lg\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-100:focus {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-200:focus {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-300:focus {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-400:focus {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-500:focus {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-600:focus {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-700:focus {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-800:focus {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-red-900:focus {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-100:focus {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-200:focus {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-300:focus {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-400:focus {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-500:focus {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-600:focus {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-700:focus {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-800:focus {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-green-900:focus {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-100:focus {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-200:focus {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-300:focus {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-400:focus {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-500:focus {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-600:focus {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-700:focus {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-800:focus {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-blue-900:focus {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .lg\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .lg\:text-opacity-0 {
    --text-opacity: 0;
  }
  .bodywebsite .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }
  .bodywebsite .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }
  .bodywebsite .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }
  .bodywebsite .lg\:text-opacity-100 {
    --text-opacity: 1;
  }
  .bodywebsite .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }
  .bodywebsite .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }
  .bodywebsite .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }
  .bodywebsite .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }
  .bodywebsite .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }
  .bodywebsite .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }
  .bodywebsite .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }
  .bodywebsite .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }
  .bodywebsite .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }
  .bodywebsite .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }
  .bodywebsite .lg\:italic {
    font-style: italic;
  }
  .bodywebsite .lg\:not-italic {
    font-style: normal;
  }
  .bodywebsite .lg\:uppercase {
    text-transform: uppercase;
  }
  .bodywebsite .lg\:lowercase {
    text-transform: lowercase;
  }
  .bodywebsite .lg\:capitalize {
    text-transform: capitalize;
  }
  .bodywebsite .lg\:normal-case {
    text-transform: none;
  }
  .bodywebsite .lg\:underline {
    text-decoration: underline;
  }
  .bodywebsite .lg\:line-through {
    text-decoration: line-through;
  }
  .bodywebsite .lg\:no-underline {
    text-decoration: none;
  }
  .bodywebsite .lg\:hover\:underline:hover {
    text-decoration: underline;
  }
  .bodywebsite .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .bodywebsite .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .bodywebsite .lg\:focus\:underline:focus {
    text-decoration: underline;
  }
  .bodywebsite .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .bodywebsite .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .bodywebsite .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bodywebsite .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .bodywebsite .lg\:ordinal,
  .bodywebsite .lg\:slashed-zero,
  .bodywebsite .lg\:lining-nums,
  .bodywebsite .lg\:oldstyle-nums,
  .bodywebsite .lg\:proportional-nums,
  .bodywebsite .lg\:tabular-nums,
  .bodywebsite .lg\:diagonal-fractions,
  .bodywebsite .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
  .bodywebsite .lg\:normal-nums {
    font-variant-numeric: normal;
  }
  .bodywebsite .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
  .bodywebsite .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
  .bodywebsite .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
  .bodywebsite .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
  .bodywebsite .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
  .bodywebsite .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
  .bodywebsite .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
  .bodywebsite .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
  .bodywebsite .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .bodywebsite .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .bodywebsite .lg\:tracking-normal {
    letter-spacing: 0;
  }
  .bodywebsite .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .bodywebsite .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }
  .bodywebsite .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }
  .bodywebsite .lg\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bodywebsite .lg\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .bodywebsite .lg\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
  }
  .bodywebsite .lg\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .bodywebsite .lg\:align-baseline {
    vertical-align: baseline;
  }
  .bodywebsite .lg\:align-top {
    vertical-align: top;
  }
  .bodywebsite .lg\:align-middle {
    vertical-align: middle;
  }
  .bodywebsite .lg\:align-bottom {
    vertical-align: bottom;
  }
  .bodywebsite .lg\:align-text-top {
    vertical-align: text-top;
  }
  .bodywebsite .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .bodywebsite .lg\:visible {
    visibility: visible;
  }
  .bodywebsite .lg\:invisible {
    visibility: hidden;
  }
  .bodywebsite .lg\:whitespace-normal {
    white-space: normal;
  }
  .bodywebsite .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .bodywebsite .lg\:whitespace-pre {
    white-space: pre;
  }
  .bodywebsite .lg\:whitespace-pre-line {
    white-space: pre-line;
  }
  .bodywebsite .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .bodywebsite .lg\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .bodywebsite .lg\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bodywebsite .lg\:break-all {
    word-break: break-all;
  }
  .bodywebsite .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bodywebsite .lg\:w-0 {
    width: 0;
  }
  .bodywebsite .lg\:w-1 {
    width: 0.25rem;
  }
  .bodywebsite .lg\:w-2 {
    width: 0.5rem;
  }
  .bodywebsite .lg\:w-3 {
    width: 0.75rem;
  }
  .bodywebsite .lg\:w-4 {
    width: 1rem;
  }
  .bodywebsite .lg\:w-5 {
    width: 1.25rem;
  }
  .bodywebsite .lg\:w-6 {
    width: 1.5rem;
  }
  .bodywebsite .lg\:w-8 {
    width: 2rem;
  }
  .bodywebsite .lg\:w-10 {
    width: 2.5rem;
  }
  .bodywebsite .lg\:w-12 {
    width: 3rem;
  }
  .bodywebsite .lg\:w-16 {
    width: 4rem;
  }
  .bodywebsite .lg\:w-20 {
    width: 5rem;
  }
  .bodywebsite .lg\:w-24 {
    width: 6rem;
  }
  .bodywebsite .lg\:w-32 {
    width: 8rem;
  }
  .bodywebsite .lg\:w-40 {
    width: 10rem;
  }
  .bodywebsite .lg\:w-48 {
    width: 12rem;
  }
  .bodywebsite .lg\:w-56 {
    width: 14rem;
  }
  .bodywebsite .lg\:w-64 {
    width: 16rem;
  }
  .bodywebsite .lg\:w-auto {
    width: auto;
  }
  .bodywebsite .lg\:w-px {
    width: 1px;
  }
  .bodywebsite .lg\:w-1\/2 {
    width: 50%;
  }
  .bodywebsite .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .bodywebsite .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .bodywebsite .lg\:w-1\/4 {
    width: 25%;
  }
  .bodywebsite .lg\:w-2\/4 {
    width: 50%;
  }
  .bodywebsite .lg\:w-3\/4 {
    width: 75%;
  }
  .bodywebsite .lg\:w-1\/5 {
    width: 20%;
  }
  .bodywebsite .lg\:w-2\/5 {
    width: 40%;
  }
  .bodywebsite .lg\:w-3\/5 {
    width: 60%;
  }
  .bodywebsite .lg\:w-4\/5 {
    width: 80%;
  }
  .bodywebsite .lg\:w-1\/6 {
    width: 16.666667%;
  }
  .bodywebsite .lg\:w-2\/6 {
    width: 33.333333%;
  }
  .bodywebsite .lg\:w-3\/6 {
    width: 50%;
  }
  .bodywebsite .lg\:w-4\/6 {
    width: 66.666667%;
  }
  .bodywebsite .lg\:w-5\/6 {
    width: 83.333333%;
  }
  .bodywebsite .lg\:w-1\/12 {
    width: 8.333333%;
  }
  .bodywebsite .lg\:w-2\/12 {
    width: 16.666667%;
  }
  .bodywebsite .lg\:w-3\/12 {
    width: 25%;
  }
  .bodywebsite .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .bodywebsite .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .bodywebsite .lg\:w-6\/12 {
    width: 50%;
  }
  .bodywebsite .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .bodywebsite .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .bodywebsite .lg\:w-9\/12 {
    width: 75%;
  }
  .bodywebsite .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .bodywebsite .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .bodywebsite .lg\:w-full {
    width: 100%;
  }
  .bodywebsite .lg\:w-screen {
    width: 100vw;
  }
  .bodywebsite .lg\:z-0 {
    z-index: 0;
  }
  .bodywebsite .lg\:z-10 {
    z-index: 10;
  }
  .bodywebsite .lg\:z-20 {
    z-index: 20;
  }
  .bodywebsite .lg\:z-30 {
    z-index: 30;
  }
  .bodywebsite .lg\:z-40 {
    z-index: 40;
  }
  .bodywebsite .lg\:z-50 {
    z-index: 50;
  }
  .bodywebsite .lg\:z-auto {
    z-index: auto;
  }
  .bodywebsite .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }
  .bodywebsite .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }
  .bodywebsite .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
  .bodywebsite .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .bodywebsite .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .bodywebsite .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .bodywebsite .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .bodywebsite .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .bodywebsite .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .bodywebsite .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .bodywebsite .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }
  .bodywebsite .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }
  .bodywebsite .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }
  .bodywebsite .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }
  .bodywebsite .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }
  .bodywebsite .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }
  .bodywebsite .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }
  .bodywebsite .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }
  .bodywebsite .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
  .bodywebsite .lg\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .lg\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .lg\:gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .lg\:gap-x-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .lg\:gap-x-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .lg\:gap-x-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .lg\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .lg\:gap-x-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .lg\:gap-x-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .lg\:gap-x-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .lg\:gap-x-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .lg\:gap-x-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .lg\:gap-x-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .lg\:gap-x-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .lg\:gap-x-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .lg\:gap-x-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .lg\:gap-x-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .lg\:gap-x-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .lg\:gap-x-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .lg\:gap-x-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .lg\:gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .lg\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .lg\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .lg\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .lg\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .lg\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .lg\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .lg\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .lg\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .lg\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .lg\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .lg\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .lg\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .lg\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .lg\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .lg\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .lg\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .lg\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .lg\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .lg\:grid-flow-row {
    grid-auto-flow: row;
  }
  .bodywebsite .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .bodywebsite .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .bodywebsite .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .bodywebsite .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  .bodywebsite .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .bodywebsite .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  .bodywebsite .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  .bodywebsite .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .bodywebsite .lg\:col-auto {
    grid-column: auto;
  }
  .bodywebsite .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .bodywebsite .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .bodywebsite .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bodywebsite .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .bodywebsite .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .bodywebsite .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bodywebsite .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .bodywebsite .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .bodywebsite .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .bodywebsite .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .bodywebsite .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .bodywebsite .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .bodywebsite .lg\:col-span-full {
    grid-column: -1;
  }
  .bodywebsite .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .bodywebsite .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .bodywebsite .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .bodywebsite .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .bodywebsite .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .bodywebsite .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .bodywebsite .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .bodywebsite .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .bodywebsite .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .bodywebsite .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .bodywebsite .lg\:col-start-11 {
    grid-column-start: 11;
  }
  .bodywebsite .lg\:col-start-12 {
    grid-column-start: 12;
  }
  .bodywebsite .lg\:col-start-13 {
    grid-column-start: 13;
  }
  .bodywebsite .lg\:col-start-auto {
    grid-column-start: auto;
  }
  .bodywebsite .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .bodywebsite .lg\:col-end-2 {
    grid-column-end: 2;
  }
  .bodywebsite .lg\:col-end-3 {
    grid-column-end: 3;
  }
  .bodywebsite .lg\:col-end-4 {
    grid-column-end: 4;
  }
  .bodywebsite .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .bodywebsite .lg\:col-end-6 {
    grid-column-end: 6;
  }
  .bodywebsite .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .bodywebsite .lg\:col-end-8 {
    grid-column-end: 8;
  }
  .bodywebsite .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .bodywebsite .lg\:col-end-10 {
    grid-column-end: 10;
  }
  .bodywebsite .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .bodywebsite .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .bodywebsite .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .bodywebsite .lg\:col-end-auto {
    grid-column-end: auto;
  }
  .bodywebsite .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .lg\:grid-rows-none {
    grid-template-rows: none;
  }
  .bodywebsite .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .bodywebsite .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .bodywebsite .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .bodywebsite .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .bodywebsite .lg\:row-auto {
    grid-row: auto;
  }
  .bodywebsite .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .bodywebsite .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .bodywebsite .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .bodywebsite .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .bodywebsite .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .bodywebsite .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .bodywebsite .lg\:row-span-full {
    grid-row: -1;
  }
  .bodywebsite .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .bodywebsite .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .bodywebsite .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .bodywebsite .lg\:row-start-4 {
    grid-row-start: 4;
  }
  .bodywebsite .lg\:row-start-5 {
    grid-row-start: 5;
  }
  .bodywebsite .lg\:row-start-6 {
    grid-row-start: 6;
  }
  .bodywebsite .lg\:row-start-7 {
    grid-row-start: 7;
  }
  .bodywebsite .lg\:row-start-auto {
    grid-row-start: auto;
  }
  .bodywebsite .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .bodywebsite .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .bodywebsite .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .bodywebsite .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .bodywebsite .lg\:row-end-5 {
    grid-row-end: 5;
  }
  .bodywebsite .lg\:row-end-6 {
    grid-row-end: 6;
  }
  .bodywebsite .lg\:row-end-7 {
    grid-row-end: 7;
  }
  .bodywebsite .lg\:row-end-auto {
    grid-row-end: auto;
  }
  .bodywebsite .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
  .bodywebsite .lg\:transform-none {
    transform: none;
  }
  .bodywebsite .lg\:origin-center {
    transform-origin: center;
  }
  .bodywebsite .lg\:origin-top {
    transform-origin: top;
  }
  .bodywebsite .lg\:origin-top-right {
    transform-origin: top right;
  }
  .bodywebsite .lg\:origin-right {
    transform-origin: right;
  }
  .bodywebsite .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }
  .bodywebsite .lg\:origin-bottom {
    transform-origin: bottom;
  }
  .bodywebsite .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }
  .bodywebsite .lg\:origin-left {
    transform-origin: left;
  }
  .bodywebsite .lg\:origin-top-left {
    transform-origin: top left;
  }
  .bodywebsite .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:scale-50 {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:scale-75 {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:scale-90 {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:scale-95 {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }
  .bodywebsite .lg\:scale-x-50 {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .lg\:scale-x-75 {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .lg\:scale-x-90 {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .lg\:scale-x-95 {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }
  .bodywebsite .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:scale-y-50 {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:scale-y-75 {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:scale-y-90 {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:scale-y-95 {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:hover\:scale-50:hover {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:hover\:scale-75:hover {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:hover\:scale-90:hover {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:hover\:scale-95:hover {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }
  .bodywebsite .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }
  .bodywebsite .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:focus\:scale-50:focus {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:focus\:scale-75:focus {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:focus\:scale-90:focus {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:focus\:scale-95:focus {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }
  .bodywebsite .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }
  .bodywebsite .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }
  .bodywebsite .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }
  .bodywebsite .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .lg\:rotate-0 {
    --transform-rotate: 0;
  }
  .bodywebsite .lg\:rotate-1 {
    --transform-rotate: 1deg;
  }
  .bodywebsite .lg\:rotate-2 {
    --transform-rotate: 2deg;
  }
  .bodywebsite .lg\:rotate-3 {
    --transform-rotate: 3deg;
  }
  .bodywebsite .lg\:rotate-6 {
    --transform-rotate: 6deg;
  }
  .bodywebsite .lg\:rotate-12 {
    --transform-rotate: 12deg;
  }
  .bodywebsite .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }
  .bodywebsite .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }
  .bodywebsite .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }
  .bodywebsite .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }
  .bodywebsite .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }
  .bodywebsite .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }
  .bodywebsite .lg\:-rotate-12 {
    --transform-rotate: -12deg;
  }
  .bodywebsite .lg\:-rotate-6 {
    --transform-rotate: -6deg;
  }
  .bodywebsite .lg\:-rotate-3 {
    --transform-rotate: -3deg;
  }
  .bodywebsite .lg\:-rotate-2 {
    --transform-rotate: -2deg;
  }
  .bodywebsite .lg\:-rotate-1 {
    --transform-rotate: -1deg;
  }
  .bodywebsite .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }
  .bodywebsite .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }
  .bodywebsite .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }
  .bodywebsite .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }
  .bodywebsite .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }
  .bodywebsite .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }
  .bodywebsite .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }
  .bodywebsite .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }
  .bodywebsite .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }
  .bodywebsite .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }
  .bodywebsite .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }
  .bodywebsite .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }
  .bodywebsite .lg\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }
  .bodywebsite .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }
  .bodywebsite .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }
  .bodywebsite .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }
  .bodywebsite .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }
  .bodywebsite .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }
  .bodywebsite .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }
  .bodywebsite .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }
  .bodywebsite .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }
  .bodywebsite .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }
  .bodywebsite .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }
  .bodywebsite .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }
  .bodywebsite .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }
  .bodywebsite .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }
  .bodywebsite .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }
  .bodywebsite .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }
  .bodywebsite .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }
  .bodywebsite .lg\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }
  .bodywebsite .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }
  .bodywebsite .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }
  .bodywebsite .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }
  .bodywebsite .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }
  .bodywebsite .lg\:translate-x-0 {
    --transform-translate-x: 0;
  }
  .bodywebsite .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }
  .bodywebsite .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }
  .bodywebsite .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }
  .bodywebsite .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
  .bodywebsite .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
  .bodywebsite .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }
  .bodywebsite .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }
  .bodywebsite .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }
  .bodywebsite .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }
  .bodywebsite .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }
  .bodywebsite .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
  .bodywebsite .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
  .bodywebsite .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }
  .bodywebsite .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }
  .bodywebsite .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }
  .bodywebsite .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }
  .bodywebsite .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }
  .bodywebsite .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
  .bodywebsite .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
  .bodywebsite .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }
  .bodywebsite .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }
  .bodywebsite .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }
  .bodywebsite .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }
  .bodywebsite .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }
  .bodywebsite .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
  .bodywebsite .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
  .bodywebsite .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }
  .bodywebsite .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }
  .bodywebsite .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }
  .bodywebsite .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }
  .bodywebsite .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }
  .bodywebsite .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
  .bodywebsite .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
  .bodywebsite .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }
  .bodywebsite .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }
  .bodywebsite .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }
  .bodywebsite .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }
  .bodywebsite .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }
  .bodywebsite .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
  .bodywebsite .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
  .bodywebsite .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }
  .bodywebsite .lg\:skew-x-0 {
    --transform-skew-x: 0;
  }
  .bodywebsite .lg\:skew-x-1 {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .lg\:skew-x-2 {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .lg\:skew-x-3 {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .lg\:skew-x-6 {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .lg\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .lg\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .lg\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .lg\:skew-y-0 {
    --transform-skew-y: 0;
  }
  .bodywebsite .lg\:skew-y-1 {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .lg\:skew-y-2 {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .lg\:skew-y-3 {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .lg\:skew-y-6 {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .lg\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .lg\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .lg\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }
  .bodywebsite .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .lg\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }
  .bodywebsite .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .lg\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }
  .bodywebsite .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .lg\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }
  .bodywebsite .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .lg\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .lg\:transition-none {
    transition-property: none;
  }
  .bodywebsite .lg\:transition-all {
    transition-property: all;
  }
  .bodywebsite .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
  .bodywebsite .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
  .bodywebsite .lg\:transition-opacity {
    transition-property: opacity;
  }
  .bodywebsite .lg\:transition-shadow {
    transition-property: box-shadow;
  }
  .bodywebsite .lg\:transition-transform {
    transition-property: transform;
  }
  .bodywebsite .lg\:ease-linear {
    transition-timing-function: linear;
  }
  .bodywebsite .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .bodywebsite .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .bodywebsite .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bodywebsite .lg\:duration-75 {
    transition-duration: 75ms;
  }
  .bodywebsite .lg\:duration-100 {
    transition-duration: 100ms;
  }
  .bodywebsite .lg\:duration-150 {
    transition-duration: 150ms;
  }
  .bodywebsite .lg\:duration-200 {
    transition-duration: 200ms;
  }
  .bodywebsite .lg\:duration-300 {
    transition-duration: 300ms;
  }
  .bodywebsite .lg\:duration-500 {
    transition-duration: 500ms;
  }
  .bodywebsite .lg\:duration-700 {
    transition-duration: 700ms;
  }
  .bodywebsite .lg\:duration-1000 {
    transition-duration: 1000ms;
  }
  .bodywebsite .lg\:delay-75 {
    transition-delay: 75ms;
  }
  .bodywebsite .lg\:delay-100 {
    transition-delay: 100ms;
  }
  .bodywebsite .lg\:delay-150 {
    transition-delay: 150ms;
  }
  .bodywebsite .lg\:delay-200 {
    transition-delay: 200ms;
  }
  .bodywebsite .lg\:delay-300 {
    transition-delay: 300ms;
  }
  .bodywebsite .lg\:delay-500 {
    transition-delay: 500ms;
  }
  .bodywebsite .lg\:delay-700 {
    transition-delay: 700ms;
  }
  .bodywebsite .lg\:delay-1000 {
    transition-delay: 1000ms;
  }
  .bodywebsite .lg\:animate-none {
    animation: none;
  }
  .bodywebsite .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }
  .bodywebsite .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
  .bodywebsite .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .bodywebsite .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .bodywebsite .lg\:container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .bodywebsite .lg\:container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .bodywebsite .lg\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .bodywebsite .lg\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .bodywebsite .xl\:container {
    width: 100%;
  }
  .bodywebsite .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }
  .bodywebsite .xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }
  .bodywebsite .xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }
  .bodywebsite .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }
  .bodywebsite .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }
  .bodywebsite .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }
  .bodywebsite .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }
  .bodywebsite .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }
  .bodywebsite .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }
  .bodywebsite .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }
  .bodywebsite .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }
  .bodywebsite .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }
  .bodywebsite .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }
  .bodywebsite .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }
  .bodywebsite .xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor;
  }
  .bodywebsite .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }
  .bodywebsite .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }
  .bodywebsite .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }
  .bodywebsite .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }
  .bodywebsite .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }
  .bodywebsite .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }
  .bodywebsite .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }
  .bodywebsite .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }
  .bodywebsite .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }
  .bodywebsite .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }
  .bodywebsite .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }
  .bodywebsite .xl\: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;
  }
  .bodywebsite .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .bodywebsite .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .bodywebsite .xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .bodywebsite .xl\:bg-fixed {
    background-attachment: fixed;
  }
  .bodywebsite .xl\:bg-local {
    background-attachment: local;
  }
  .bodywebsite .xl\:bg-scroll {
    background-attachment: scroll;
  }
  .bodywebsite .xl\:bg-clip-border {
    background-clip: border-box;
  }
  .bodywebsite .xl\:bg-clip-padding {
    background-clip: padding-box;
  }
  .bodywebsite .xl\:bg-clip-content {
    background-clip: content-box;
  }
  .bodywebsite .xl\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bodywebsite .xl\:bg-transparent {
    background-color: transparent;
  }
  .bodywebsite .xl\:bg-current {
    background-color: currentColor;
  }
  .bodywebsite .xl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-100 {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-200 {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-300 {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-400 {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-500 {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-600 {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-700 {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-800 {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-red-900 {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-100 {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-200 {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-300 {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-400 {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-600 {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-700 {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-800 {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-orange-900 {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-100 {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-200 {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-300 {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-400 {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-500 {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-600 {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-700 {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-800 {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-green-900 {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .bodywebsite .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }
  .bodywebsite .xl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-200:hover {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-300:hover {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-400:hover {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-500:hover {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-600:hover {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-700:hover {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-800:hover {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-red-900:hover {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-100:hover {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-200:hover {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-300:hover {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-400:hover {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-500:hover {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-600:hover {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-800:hover {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-orange-900:hover {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }
  .bodywebsite .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }
  .bodywebsite .xl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-200:focus {
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-300:focus {
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-400:focus {
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-500:focus {
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-600:focus {
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-700:focus {
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-800:focus {
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-red-900:focus {
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-100:focus {
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-200:focus {
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-300:focus {
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-400:focus {
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-500:focus {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-600:focus {
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-700:focus {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-800:focus {
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-orange-900:focus {
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-100:focus {
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-200:focus {
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-300:focus {
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-400:focus {
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-500:focus {
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-600:focus {
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-700:focus {
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-800:focus {
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-green-900:focus {
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-100:focus {
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-200:focus {
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-300:focus {
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-400:focus {
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-500:focus {
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-600:focus {
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-700:focus {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-800:focus {
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-blue-900:focus {
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-100:focus {
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-200:focus {
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-300:focus {
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-400:focus {
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-500:focus {
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-600:focus {
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-700:focus {
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-800:focus {
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-purple-900:focus {
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }
  .bodywebsite .xl\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }
  .bodywebsite .xl\:bg-none {
    background-image: none;
  }
  .bodywebsite .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }
  .bodywebsite .xl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:from-current {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:from-red-100 {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:from-red-200 {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:from-red-300 {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:from-red-400 {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:from-red-500 {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:from-red-600 {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:from-red-700 {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:from-red-800 {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:from-red-900 {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:from-orange-100 {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:from-orange-200 {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:from-orange-300 {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:from-orange-400 {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:from-orange-500 {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:from-orange-600 {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:from-orange-700 {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:from-orange-800 {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:from-orange-900 {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:from-green-100 {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:from-green-200 {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:from-green-300 {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:from-green-400 {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:from-green-500 {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:from-green-600 {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:from-green-700 {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:from-green-800 {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:from-green-900 {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:from-blue-100 {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:from-blue-200 {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:from-blue-300 {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:from-blue-400 {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:from-blue-500 {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:from-blue-600 {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:from-blue-700 {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:from-blue-800 {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:from-blue-900 {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:from-purple-100 {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:from-purple-200 {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:from-purple-300 {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:from-purple-400 {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:from-purple-500 {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:from-purple-600 {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:from-purple-700 {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:from-purple-800 {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:from-purple-900 {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:via-current {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:via-red-100 {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:via-red-200 {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:via-red-300 {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:via-red-400 {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:via-red-500 {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:via-red-600 {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:via-red-700 {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:via-red-800 {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:via-red-900 {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:via-orange-100 {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:via-orange-200 {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:via-orange-300 {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:via-orange-400 {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:via-orange-500 {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:via-orange-600 {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:via-orange-700 {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:via-orange-800 {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:via-orange-900 {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:via-green-100 {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:via-green-200 {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:via-green-300 {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:via-green-400 {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:via-green-500 {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:via-green-600 {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:via-green-700 {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:via-green-800 {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:via-green-900 {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:via-blue-100 {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:via-blue-200 {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:via-blue-300 {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:via-blue-400 {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:via-blue-500 {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:via-blue-600 {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:via-blue-700 {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:via-blue-800 {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:via-blue-900 {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:via-purple-100 {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:via-purple-200 {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:via-purple-300 {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:via-purple-400 {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:via-purple-500 {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:via-purple-600 {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:via-purple-700 {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:via-purple-800 {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:via-purple-900 {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:to-transparent {
    --gradient-to-color: transparent;
  }
  .bodywebsite .xl\:to-current {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .xl\:to-black {
    --gradient-to-color: #000;
  }
  .bodywebsite .xl\:to-white {
    --gradient-to-color: #fff;
  }
  .bodywebsite .xl\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .xl\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .xl\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .xl\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .xl\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .xl\:to-gray-600 {
    --gradient-to-color: #718096;
  }
  .bodywebsite .xl\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .xl\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .xl\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .xl\:to-red-100 {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .xl\:to-red-200 {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .xl\:to-red-300 {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .xl\:to-red-400 {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .xl\:to-red-500 {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .xl\:to-red-600 {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .xl\:to-red-700 {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .xl\:to-red-800 {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .xl\:to-red-900 {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .xl\:to-orange-100 {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .xl\:to-orange-200 {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .xl\:to-orange-300 {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .xl\:to-orange-400 {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .xl\:to-orange-500 {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .xl\:to-orange-600 {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .xl\:to-orange-700 {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .xl\:to-orange-800 {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .xl\:to-orange-900 {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .xl\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .xl\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .xl\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .xl\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .xl\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .xl\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .xl\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .xl\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .xl\:to-yellow-900 {
    --gradient-to-color: #744210;
  }
  .bodywebsite .xl\:to-green-100 {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .xl\:to-green-200 {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .xl\:to-green-300 {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .xl\:to-green-400 {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .xl\:to-green-500 {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .xl\:to-green-600 {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .xl\:to-green-700 {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .xl\:to-green-800 {
    --gradient-to-color: #276749;
  }
  .bodywebsite .xl\:to-green-900 {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .xl\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .xl\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .xl\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .xl\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .xl\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .xl\:to-teal-600 {
    --gradient-to-color: #319795;
  }
  .bodywebsite .xl\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .xl\:to-teal-800 {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .xl\:to-teal-900 {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .xl\:to-blue-100 {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .xl\:to-blue-200 {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .xl\:to-blue-300 {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .xl\:to-blue-400 {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .xl\:to-blue-500 {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .xl\:to-blue-600 {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .xl\:to-blue-700 {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .xl\:to-blue-800 {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .xl\:to-blue-900 {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .xl\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .xl\:to-indigo-800 {
    --gradient-to-color: #434190;
  }
  .bodywebsite .xl\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .xl\:to-purple-100 {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .xl\:to-purple-200 {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .xl\:to-purple-300 {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .xl\:to-purple-400 {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .xl\:to-purple-500 {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .xl\:to-purple-600 {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .xl\:to-purple-700 {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .xl\:to-purple-800 {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .xl\:to-purple-900 {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .xl\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .xl\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .xl\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .xl\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .xl\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .xl\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .xl\:to-pink-700 {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .xl\:to-pink-800 {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .xl\:to-pink-900 {
    --gradient-to-color: #702459;
  }
  .bodywebsite .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:hover\:from-red-100:hover {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:hover\:from-red-200:hover {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:hover\:from-red-300:hover {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:hover\:from-red-400:hover {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:hover\:from-red-500:hover {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:hover\:from-red-600:hover {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:hover\:from-red-700:hover {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:hover\:from-red-800:hover {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:hover\:from-red-900:hover {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-100:hover {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-200:hover {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-300:hover {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-400:hover {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-500:hover {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-600:hover {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-700:hover {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-800:hover {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:hover\:from-orange-900:hover {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:hover\:from-green-800:hover {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:hover\:via-red-100:hover {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:hover\:via-red-200:hover {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:hover\:via-red-300:hover {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:hover\:via-red-400:hover {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:hover\:via-red-500:hover {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:hover\:via-red-600:hover {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:hover\:via-red-700:hover {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:hover\:via-red-800:hover {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:hover\:via-red-900:hover {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-100:hover {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-200:hover {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-300:hover {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-400:hover {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-500:hover {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-600:hover {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-700:hover {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-800:hover {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:hover\:via-orange-900:hover {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:hover\:via-green-800:hover {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }
  .bodywebsite .xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .xl\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }
  .bodywebsite .xl\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }
  .bodywebsite .xl\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .xl\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .xl\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .xl\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .xl\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .xl\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }
  .bodywebsite .xl\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .xl\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .xl\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .xl\:hover\:to-red-100:hover {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .xl\:hover\:to-red-200:hover {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .xl\:hover\:to-red-300:hover {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .xl\:hover\:to-red-400:hover {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .xl\:hover\:to-red-500:hover {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .xl\:hover\:to-red-600:hover {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .xl\:hover\:to-red-700:hover {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .xl\:hover\:to-red-800:hover {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .xl\:hover\:to-red-900:hover {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .xl\:hover\:to-orange-100:hover {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .xl\:hover\:to-orange-200:hover {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .xl\:hover\:to-orange-300:hover {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .xl\:hover\:to-orange-400:hover {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .xl\:hover\:to-orange-500:hover {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .xl\:hover\:to-orange-600:hover {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .xl\:hover\:to-orange-700:hover {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .xl\:hover\:to-orange-800:hover {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .xl\:hover\:to-orange-900:hover {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .xl\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .xl\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .xl\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .xl\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .xl\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .xl\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .xl\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .xl\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .xl\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }
  .bodywebsite .xl\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .xl\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .xl\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .xl\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .xl\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .xl\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .xl\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .xl\:hover\:to-green-800:hover {
    --gradient-to-color: #276749;
  }
  .bodywebsite .xl\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }
  .bodywebsite .xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .xl\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .xl\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .xl\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .xl\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .xl\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .xl\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .xl\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .xl\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .xl\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }
  .bodywebsite .xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .xl\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .xl\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .xl\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .xl\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .xl\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .xl\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .xl\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .xl\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .xl\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }
  .bodywebsite .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:focus\:from-red-100:focus {
    --gradient-from-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:focus\:from-red-200:focus {
    --gradient-from-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:focus\:from-red-300:focus {
    --gradient-from-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:focus\:from-red-400:focus {
    --gradient-from-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:focus\:from-red-500:focus {
    --gradient-from-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:focus\:from-red-600:focus {
    --gradient-from-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:focus\:from-red-700:focus {
    --gradient-from-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:focus\:from-red-800:focus {
    --gradient-from-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:focus\:from-red-900:focus {
    --gradient-from-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-100:focus {
    --gradient-from-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-200:focus {
    --gradient-from-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-300:focus {
    --gradient-from-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-400:focus {
    --gradient-from-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-500:focus {
    --gradient-from-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-600:focus {
    --gradient-from-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-700:focus {
    --gradient-from-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-800:focus {
    --gradient-from-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:focus\:from-orange-900:focus {
    --gradient-from-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:focus\:from-green-800:focus {
    --gradient-from-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }
  .bodywebsite .xl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }
  .bodywebsite .xl\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }
  .bodywebsite .xl\:focus\:via-red-100:focus {
    --gradient-via-color: #fff5f5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0));
  }
  .bodywebsite .xl\:focus\:via-red-200:focus {
    --gradient-via-color: #fed7d7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0));
  }
  .bodywebsite .xl\:focus\:via-red-300:focus {
    --gradient-via-color: #feb2b2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0));
  }
  .bodywebsite .xl\:focus\:via-red-400:focus {
    --gradient-via-color: #fc8181;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0));
  }
  .bodywebsite .xl\:focus\:via-red-500:focus {
    --gradient-via-color: #f56565;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0));
  }
  .bodywebsite .xl\:focus\:via-red-600:focus {
    --gradient-via-color: #e53e3e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0));
  }
  .bodywebsite .xl\:focus\:via-red-700:focus {
    --gradient-via-color: #c53030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0));
  }
  .bodywebsite .xl\:focus\:via-red-800:focus {
    --gradient-via-color: #9b2c2c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0));
  }
  .bodywebsite .xl\:focus\:via-red-900:focus {
    --gradient-via-color: #742a2a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-100:focus {
    --gradient-via-color: #fffaf0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-200:focus {
    --gradient-via-color: #feebc8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-300:focus {
    --gradient-via-color: #fbd38d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-400:focus {
    --gradient-via-color: #f6ad55;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-500:focus {
    --gradient-via-color: #ed8936;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-600:focus {
    --gradient-via-color: #dd6b20;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-700:focus {
    --gradient-via-color: #c05621;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-800:focus {
    --gradient-via-color: #9c4221;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0));
  }
  .bodywebsite .xl\:focus\:via-orange-900:focus {
    --gradient-via-color: #7b341e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }
  .bodywebsite .xl\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }
  .bodywebsite .xl\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0));
  }
  .bodywebsite .xl\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0));
  }
  .bodywebsite .xl\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0));
  }
  .bodywebsite .xl\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0));
  }
  .bodywebsite .xl\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0));
  }
  .bodywebsite .xl\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0));
  }
  .bodywebsite .xl\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0));
  }
  .bodywebsite .xl\:focus\:via-green-800:focus {
    --gradient-via-color: #276749;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0));
  }
  .bodywebsite .xl\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }
  .bodywebsite .xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0));
  }
  .bodywebsite .xl\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }
  .bodywebsite .xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0));
  }
  .bodywebsite .xl\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }
  .bodywebsite .xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }
  .bodywebsite .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }
  .bodywebsite .xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor;
  }
  .bodywebsite .xl\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }
  .bodywebsite .xl\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }
  .bodywebsite .xl\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }
  .bodywebsite .xl\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }
  .bodywebsite .xl\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }
  .bodywebsite .xl\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }
  .bodywebsite .xl\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }
  .bodywebsite .xl\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }
  .bodywebsite .xl\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }
  .bodywebsite .xl\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }
  .bodywebsite .xl\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }
  .bodywebsite .xl\:focus\:to-red-100:focus {
    --gradient-to-color: #fff5f5;
  }
  .bodywebsite .xl\:focus\:to-red-200:focus {
    --gradient-to-color: #fed7d7;
  }
  .bodywebsite .xl\:focus\:to-red-300:focus {
    --gradient-to-color: #feb2b2;
  }
  .bodywebsite .xl\:focus\:to-red-400:focus {
    --gradient-to-color: #fc8181;
  }
  .bodywebsite .xl\:focus\:to-red-500:focus {
    --gradient-to-color: #f56565;
  }
  .bodywebsite .xl\:focus\:to-red-600:focus {
    --gradient-to-color: #e53e3e;
  }
  .bodywebsite .xl\:focus\:to-red-700:focus {
    --gradient-to-color: #c53030;
  }
  .bodywebsite .xl\:focus\:to-red-800:focus {
    --gradient-to-color: #9b2c2c;
  }
  .bodywebsite .xl\:focus\:to-red-900:focus {
    --gradient-to-color: #742a2a;
  }
  .bodywebsite .xl\:focus\:to-orange-100:focus {
    --gradient-to-color: #fffaf0;
  }
  .bodywebsite .xl\:focus\:to-orange-200:focus {
    --gradient-to-color: #feebc8;
  }
  .bodywebsite .xl\:focus\:to-orange-300:focus {
    --gradient-to-color: #fbd38d;
  }
  .bodywebsite .xl\:focus\:to-orange-400:focus {
    --gradient-to-color: #f6ad55;
  }
  .bodywebsite .xl\:focus\:to-orange-500:focus {
    --gradient-to-color: #ed8936;
  }
  .bodywebsite .xl\:focus\:to-orange-600:focus {
    --gradient-to-color: #dd6b20;
  }
  .bodywebsite .xl\:focus\:to-orange-700:focus {
    --gradient-to-color: #c05621;
  }
  .bodywebsite .xl\:focus\:to-orange-800:focus {
    --gradient-to-color: #9c4221;
  }
  .bodywebsite .xl\:focus\:to-orange-900:focus {
    --gradient-to-color: #7b341e;
  }
  .bodywebsite .xl\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }
  .bodywebsite .xl\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }
  .bodywebsite .xl\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }
  .bodywebsite .xl\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }
  .bodywebsite .xl\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }
  .bodywebsite .xl\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }
  .bodywebsite .xl\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }
  .bodywebsite .xl\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }
  .bodywebsite .xl\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }
  .bodywebsite .xl\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4;
  }
  .bodywebsite .xl\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5;
  }
  .bodywebsite .xl\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4;
  }
  .bodywebsite .xl\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391;
  }
  .bodywebsite .xl\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78;
  }
  .bodywebsite .xl\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169;
  }
  .bodywebsite .xl\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a;
  }
  .bodywebsite .xl\:focus\:to-green-800:focus {
    --gradient-to-color: #276749;
  }
  .bodywebsite .xl\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d;
  }
  .bodywebsite .xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }
  .bodywebsite .xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }
  .bodywebsite .xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }
  .bodywebsite .xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }
  .bodywebsite .xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }
  .bodywebsite .xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }
  .bodywebsite .xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }
  .bodywebsite .xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }
  .bodywebsite .xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }
  .bodywebsite .xl\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff;
  }
  .bodywebsite .xl\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8;
  }
  .bodywebsite .xl\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4;
  }
  .bodywebsite .xl\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed;
  }
  .bodywebsite .xl\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1;
  }
  .bodywebsite .xl\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce;
  }
  .bodywebsite .xl\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0;
  }
  .bodywebsite .xl\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282;
  }
  .bodywebsite .xl\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365;
  }
  .bodywebsite .xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }
  .bodywebsite .xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }
  .bodywebsite .xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }
  .bodywebsite .xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }
  .bodywebsite .xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }
  .bodywebsite .xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }
  .bodywebsite .xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }
  .bodywebsite .xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }
  .bodywebsite .xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }
  .bodywebsite .xl\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff;
  }
  .bodywebsite .xl\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd;
  }
  .bodywebsite .xl\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa;
  }
  .bodywebsite .xl\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4;
  }
  .bodywebsite .xl\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea;
  }
  .bodywebsite .xl\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5;
  }
  .bodywebsite .xl\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1;
  }
  .bodywebsite .xl\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a;
  }
  .bodywebsite .xl\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a;
  }
  .bodywebsite .xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }
  .bodywebsite .xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }
  .bodywebsite .xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }
  .bodywebsite .xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }
  .bodywebsite .xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }
  .bodywebsite .xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }
  .bodywebsite .xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }
  .bodywebsite .xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }
  .bodywebsite .xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }
  .bodywebsite .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }
  .bodywebsite .xl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }
  .bodywebsite .xl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }
  .bodywebsite .xl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }
  .bodywebsite .xl\:bg-opacity-100 {
    --bg-opacity: 1;
  }
  .bodywebsite .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }
  .bodywebsite .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }
  .bodywebsite .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }
  .bodywebsite .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }
  .bodywebsite .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }
  .bodywebsite .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }
  .bodywebsite .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }
  .bodywebsite .xl\:bg-bottom {
    background-position: bottom;
  }
  .bodywebsite .xl\:bg-center {
    background-position: center;
  }
  .bodywebsite .xl\:bg-left {
    background-position: left;
  }
  .bodywebsite .xl\:bg-left-bottom {
    background-position: left bottom;
  }
  .bodywebsite .xl\:bg-left-top {
    background-position: left top;
  }
  .bodywebsite .xl\:bg-right {
    background-position: right;
  }
  .bodywebsite .xl\:bg-right-bottom {
    background-position: right bottom;
  }
  .bodywebsite .xl\:bg-right-top {
    background-position: right top;
  }
  .bodywebsite .xl\:bg-top {
    background-position: top;
  }
  .bodywebsite .xl\:bg-repeat {
    background-repeat: repeat;
  }
  .bodywebsite .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bodywebsite .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bodywebsite .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bodywebsite .xl\:bg-repeat-round {
    background-repeat: round;
  }
  .bodywebsite .xl\:bg-repeat-space {
    background-repeat: space;
  }
  .bodywebsite .xl\:bg-auto {
    background-size: auto;
  }
  .bodywebsite .xl\:bg-cover {
    background-size: cover;
  }
  .bodywebsite .xl\:bg-contain {
    background-size: contain;
  }
  .bodywebsite .xl\:border-collapse {
    border-collapse: collapse;
  }
  .bodywebsite .xl\:border-separate {
    border-collapse: separate;
  }
  .bodywebsite .xl\:border-transparent {
    border-color: transparent;
  }
  .bodywebsite .xl\:border-current {
    border-color: currentColor;
  }
  .bodywebsite .xl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .xl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .xl\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-100 {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-200 {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-300 {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-400 {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-500 {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-700 {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-800 {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:border-red-900 {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-100 {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-200 {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-300 {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-400 {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-500 {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-600 {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-700 {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-800 {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:border-orange-900 {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .xl\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-100 {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-200 {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-300 {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-400 {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-500 {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-600 {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-700 {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-800 {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .xl\:border-green-900 {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .xl\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-100 {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-200 {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-300 {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-400 {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-500 {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-600 {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-700 {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-800 {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .xl\:border-blue-900 {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .xl\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-100 {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-200 {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-300 {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-400 {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-500 {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-600 {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-700 {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-800 {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .xl\:border-purple-900 {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .xl\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .bodywebsite .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }
  .bodywebsite .xl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-100:hover {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-200:hover {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-300:hover {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-400:hover {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-500:hover {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-600:hover {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-700:hover {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-800:hover {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-red-900:hover {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-100:hover {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-200:hover {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-300:hover {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-400:hover {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-500:hover {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-600:hover {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-700:hover {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-800:hover {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-orange-900:hover {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-100:hover {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-200:hover {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-300:hover {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-400:hover {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-500:hover {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-600:hover {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-700:hover {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-800:hover {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-green-900:hover {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-100:hover {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-200:hover {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-300:hover {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-400:hover {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-500:hover {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-600:hover {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-700:hover {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-800:hover {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-blue-900:hover {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-100:hover {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-200:hover {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-300:hover {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-400:hover {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-500:hover {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-600:hover {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-700:hover {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-800:hover {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-purple-900:hover {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .xl\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }
  .bodywebsite .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }
  .bodywebsite .xl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-100:focus {
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-200:focus {
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-300:focus {
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-400:focus {
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-500:focus {
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-600:focus {
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-700:focus {
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-800:focus {
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-red-900:focus {
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-100:focus {
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-200:focus {
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-300:focus {
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-400:focus {
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-500:focus {
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-600:focus {
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-700:focus {
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-800:focus {
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-orange-900:focus {
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-100:focus {
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-200:focus {
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-300:focus {
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-400:focus {
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-500:focus {
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-600:focus {
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-700:focus {
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-800:focus {
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-green-900:focus {
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-100:focus {
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-200:focus {
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-300:focus {
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-400:focus {
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-500:focus {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-600:focus {
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-700:focus {
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-800:focus {
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-blue-900:focus {
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-100:focus {
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-200:focus {
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-300:focus {
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-400:focus {
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-500:focus {
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-600:focus {
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-700:focus {
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-800:focus {
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-purple-900:focus {
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }
  .bodywebsite .xl\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }
  .bodywebsite .xl\:border-opacity-0 {
    --border-opacity: 0;
  }
  .bodywebsite .xl\:border-opacity-25 {
    --border-opacity: 0.25;
  }
  .bodywebsite .xl\:border-opacity-50 {
    --border-opacity: 0.5;
  }
  .bodywebsite .xl\:border-opacity-75 {
    --border-opacity: 0.75;
  }
  .bodywebsite .xl\:border-opacity-100 {
    --border-opacity: 1;
  }
  .bodywebsite .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }
  .bodywebsite .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }
  .bodywebsite .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }
  .bodywebsite .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }
  .bodywebsite .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }
  .bodywebsite .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }
  .bodywebsite .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }
  .bodywebsite .xl\:rounded-none {
    border-radius: 0;
  }
  .bodywebsite .xl\:rounded-sm {
    border-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded {
    border-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-md {
    border-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-lg {
    border-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-xl {
    border-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-2xl {
    border-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-full {
    border-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bodywebsite .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bodywebsite .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .bodywebsite .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .bodywebsite .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .bodywebsite .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .bodywebsite .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }
  .bodywebsite .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .bodywebsite .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
  .bodywebsite .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .bodywebsite .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .bodywebsite .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .bodywebsite .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .bodywebsite .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }
  .bodywebsite .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }
  .bodywebsite .xl\:border-solid {
    border-style: solid;
  }
  .bodywebsite .xl\:border-dashed {
    border-style: dashed;
  }
  .bodywebsite .xl\:border-dotted {
    border-style: dotted;
  }
  .bodywebsite .xl\:border-double {
    border-style: double;
  }
  .bodywebsite .xl\:border-none {
    border-style: none;
  }
  .bodywebsite .xl\:border-0 {
    border-width: 0;
  }
  .bodywebsite .xl\:border-2 {
    border-width: 2px;
  }
  .bodywebsite .xl\:border-4 {
    border-width: 4px;
  }
  .bodywebsite .xl\:border-8 {
    border-width: 8px;
  }
  .bodywebsite .xl\:border {
    border-width: 1px;
  }
  .bodywebsite .xl\:border-t-0 {
    border-top-width: 0;
  }
  .bodywebsite .xl\:border-r-0 {
    border-right-width: 0;
  }
  .bodywebsite .xl\:border-b-0 {
    border-bottom-width: 0;
  }
  .bodywebsite .xl\:border-l-0 {
    border-left-width: 0;
  }
  .bodywebsite .xl\:border-t-2 {
    border-top-width: 2px;
  }
  .bodywebsite .xl\:border-r-2 {
    border-right-width: 2px;
  }
  .bodywebsite .xl\:border-b-2 {
    border-bottom-width: 2px;
  }
  .bodywebsite .xl\:border-l-2 {
    border-left-width: 2px;
  }
  .bodywebsite .xl\:border-t-4 {
    border-top-width: 4px;
  }
  .bodywebsite .xl\:border-r-4 {
    border-right-width: 4px;
  }
  .bodywebsite .xl\:border-b-4 {
    border-bottom-width: 4px;
  }
  .bodywebsite .xl\:border-l-4 {
    border-left-width: 4px;
  }
  .bodywebsite .xl\:border-t-8 {
    border-top-width: 8px;
  }
  .bodywebsite .xl\:border-r-8 {
    border-right-width: 8px;
  }
  .bodywebsite .xl\:border-b-8 {
    border-bottom-width: 8px;
  }
  .bodywebsite .xl\:border-l-8 {
    border-left-width: 8px;
  }
  .bodywebsite .xl\:border-t {
    border-top-width: 1px;
  }
  .bodywebsite .xl\:border-r {
    border-right-width: 1px;
  }
  .bodywebsite .xl\:border-b {
    border-bottom-width: 1px;
  }
  .bodywebsite .xl\:border-l {
    border-left-width: 1px;
  }
  .bodywebsite .xl\:box-border {
    box-sizing: border-box;
  }
  .bodywebsite .xl\:box-content {
    box-sizing: content-box;
  }
  .bodywebsite .xl\:cursor-auto {
    cursor: auto;
  }
  .bodywebsite .xl\:cursor-default {
    cursor: default;
  }
  .bodywebsite .xl\:cursor-pointer {
    cursor: pointer;
  }
  .bodywebsite .xl\:cursor-wait {
    cursor: wait;
  }
  .bodywebsite .xl\:cursor-text {
    cursor: text;
  }
  .bodywebsite .xl\:cursor-move {
    cursor: move;
  }
  .bodywebsite .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .bodywebsite .xl\:block {
    display: block;
  }
  .bodywebsite .xl\:inline-block {
    display: inline-block;
  }
  .bodywebsite .xl\:inline {
    display: inline;
  }
  .bodywebsite .xl\:flex {
    display: flex;
  }
  .bodywebsite .xl\:inline-flex {
    display: inline-flex;
  }
  .bodywebsite .xl\:table {
    display: table;
  }
  .bodywebsite .xl\:table-caption {
    display: table-caption;
  }
  .bodywebsite .xl\:table-cell {
    display: table-cell;
  }
  .bodywebsite .xl\:table-column {
    display: table-column;
  }
  .bodywebsite .xl\:table-column-group {
    display: table-column-group;
  }
  .bodywebsite .xl\:table-footer-group {
    display: table-footer-group;
  }
  .bodywebsite .xl\:table-header-group {
    display: table-header-group;
  }
  .bodywebsite .xl\:table-row-group {
    display: table-row-group;
  }
  .bodywebsite .xl\:table-row {
    display: table-row;
  }
  .bodywebsite .xl\:flow-root {
    display: flow-root;
  }
  .bodywebsite .xl\:grid {
    display: grid;
  }
  .bodywebsite .xl\:inline-grid {
    display: inline-grid;
  }
  .bodywebsite .xl\:contents {
    display: contents;
  }
  .bodywebsite .xl\:hidden {
    display: none;
  }
  .bodywebsite .xl\:flex-row {
    flex-direction: row;
  }
  .bodywebsite .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .bodywebsite .xl\:flex-col {
    flex-direction: column;
  }
  .bodywebsite .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .bodywebsite .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .bodywebsite .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .bodywebsite .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .bodywebsite .xl\:place-items-auto {
    place-items: auto;
  }
  .bodywebsite .xl\:place-items-start {
    place-items: start;
  }
  .bodywebsite .xl\:place-items-end {
    place-items: end;
  }
  .bodywebsite .xl\:place-items-center {
    place-items: center;
  }
  .bodywebsite .xl\:place-items-stretch {
    place-items: stretch;
  }
  .bodywebsite .xl\:place-content-center {
    place-content: center;
  }
  .bodywebsite .xl\:place-content-start {
    place-content: start;
  }
  .bodywebsite .xl\:place-content-end {
    place-content: end;
  }
  .bodywebsite .xl\:place-content-between {
    place-content: space-between;
  }
  .bodywebsite .xl\:place-content-around {
    place-content: space-around;
  }
  .bodywebsite .xl\:place-content-evenly {
    place-content: space-evenly;
  }
  .bodywebsite .xl\:place-content-stretch {
    place-content: stretch;
  }
  .bodywebsite .xl\:place-self-auto {
    place-self: auto;
  }
  .bodywebsite .xl\:place-self-start {
    place-self: start;
  }
  .bodywebsite .xl\:place-self-end {
    place-self: end;
  }
  .bodywebsite .xl\:place-self-center {
    place-self: center;
  }
  .bodywebsite .xl\:place-self-stretch {
    place-self: stretch;
  }
  .bodywebsite .xl\:items-start {
    align-items: flex-start;
  }
  .bodywebsite .xl\:items-end {
    align-items: flex-end;
  }
  .bodywebsite .xl\:items-center {
    align-items: center;
  }
  .bodywebsite .xl\:items-baseline {
    align-items: baseline;
  }
  .bodywebsite .xl\:items-stretch {
    align-items: stretch;
  }
  .bodywebsite .xl\:content-center {
    align-content: center;
  }
  .bodywebsite .xl\:content-start {
    align-content: flex-start;
  }
  .bodywebsite .xl\:content-end {
    align-content: flex-end;
  }
  .bodywebsite .xl\:content-between {
    align-content: space-between;
  }
  .bodywebsite .xl\:content-around {
    align-content: space-around;
  }
  .bodywebsite .xl\:content-evenly {
    align-content: space-evenly;
  }
  .bodywebsite .xl\:self-auto {
    align-self: auto;
  }
  .bodywebsite .xl\:self-start {
    align-self: flex-start;
  }
  .bodywebsite .xl\:self-end {
    align-self: flex-end;
  }
  .bodywebsite .xl\:self-center {
    align-self: center;
  }
  .bodywebsite .xl\:self-stretch {
    align-self: stretch;
  }
  .bodywebsite .xl\:justify-start {
    justify-content: flex-start;
  }
  .bodywebsite .xl\:justify-end {
    justify-content: flex-end;
  }
  .bodywebsite .xl\:justify-center {
    justify-content: center;
  }
  .bodywebsite .xl\:justify-between {
    justify-content: space-between;
  }
  .bodywebsite .xl\:justify-around {
    justify-content: space-around;
  }
  .bodywebsite .xl\:justify-evenly {
    justify-content: space-evenly;
  }
  .bodywebsite .xl\:justify-self-auto {
    justify-self: auto;
  }
  .bodywebsite .xl\:justify-self-start {
    justify-self: start;
  }
  .bodywebsite .xl\:justify-self-end {
    justify-self: end;
  }
  .bodywebsite .xl\:justify-self-center {
    justify-self: center;
  }
  .bodywebsite .xl\:justify-self-stretch {
    justify-self: stretch;
  }
  .bodywebsite .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .bodywebsite .xl\:flex-auto {
    flex: 1 1 auto;
  }
  .bodywebsite .xl\:flex-initial {
    flex: 0 1 auto;
  }
  .bodywebsite .xl\:flex-none {
    flex: none;
  }
  .bodywebsite .xl\:flex-grow-0 {
    flex-grow: 0;
  }
  .bodywebsite .xl\:flex-grow {
    flex-grow: 1;
  }
  .bodywebsite .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .bodywebsite .xl\:flex-shrink {
    flex-shrink: 1;
  }
  .bodywebsite .xl\:order-1 {
    order: 1;
  }
  .bodywebsite .xl\:order-2 {
    order: 2;
  }
  .bodywebsite .xl\:order-3 {
    order: 3;
  }
  .bodywebsite .xl\:order-4 {
    order: 4;
  }
  .bodywebsite .xl\:order-5 {
    order: 5;
  }
  .bodywebsite .xl\:order-6 {
    order: 6;
  }
  .bodywebsite .xl\:order-7 {
    order: 7;
  }
  .bodywebsite .xl\:order-8 {
    order: 8;
  }
  .bodywebsite .xl\:order-9 {
    order: 9;
  }
  .bodywebsite .xl\:order-10 {
    order: 10;
  }
  .bodywebsite .xl\:order-11 {
    order: 11;
  }
  .bodywebsite .xl\:order-12 {
    order: 12;
  }
  .bodywebsite .xl\:order-first {
    order: -9999;
  }
  .bodywebsite .xl\:order-last {
    order: 9999;
  }
  .bodywebsite .xl\:order-none {
    order: 0;
  }
  .bodywebsite .xl\:float-right {
    float: right;
  }
  .bodywebsite .xl\:float-left {
    float: left;
  }
  .bodywebsite .xl\:float-none {
    float: none;
  }
  .bodywebsite .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .bodywebsite .xl\:clear-left {
    clear: left;
  }
  .bodywebsite .xl\:clear-right {
    clear: right;
  }
  .bodywebsite .xl\:clear-both {
    clear: both;
  }
  .bodywebsite .xl\:clear-none {
    clear: none;
  }
  .bodywebsite .xl\:font-sans {
    font-family: 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";
  }
  .bodywebsite .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  .bodywebsite .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .bodywebsite .xl\:font-hairline {
    font-weight: 100;
  }
  .bodywebsite .xl\:font-thin {
    font-weight: 200;
  }
  .bodywebsite .xl\:font-light {
    font-weight: 300;
  }
  .bodywebsite .xl\:font-normal {
    font-weight: 400;
  }
  .bodywebsite .xl\:font-medium {
    font-weight: 500;
  }
  .bodywebsite .xl\:font-semibold {
    font-weight: 600;
  }
  .bodywebsite .xl\:font-bold {
    font-weight: 700;
  }
  .bodywebsite .xl\:font-extrabold {
    font-weight: 800;
  }
  .bodywebsite .xl\:font-black {
    font-weight: 900;
  }
  .bodywebsite .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }
  .bodywebsite .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }
  .bodywebsite .xl\:hover\:font-light:hover {
    font-weight: 300;
  }
  .bodywebsite .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }
  .bodywebsite .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }
  .bodywebsite .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .bodywebsite .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }
  .bodywebsite .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }
  .bodywebsite .xl\:hover\:font-black:hover {
    font-weight: 900;
  }
  .bodywebsite .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }
  .bodywebsite .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }
  .bodywebsite .xl\:focus\:font-light:focus {
    font-weight: 300;
  }
  .bodywebsite .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }
  .bodywebsite .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }
  .bodywebsite .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }
  .bodywebsite .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }
  .bodywebsite .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }
  .bodywebsite .xl\:focus\:font-black:focus {
    font-weight: 900;
  }
  .bodywebsite .xl\:h-0 {
    height: 0;
  }
  .bodywebsite .xl\:h-1 {
    height: 0.25rem;
  }
  .bodywebsite .xl\:h-2 {
    height: 0.5rem;
  }
  .bodywebsite .xl\:h-3 {
    height: 0.75rem;
  }
  .bodywebsite .xl\:h-4 {
    height: 1rem;
  }
  .bodywebsite .xl\:h-5 {
    height: 1.25rem;
  }
  .bodywebsite .xl\:h-6 {
    height: 1.5rem;
  }
  .bodywebsite .xl\:h-8 {
    height: 2rem;
  }
  .bodywebsite .xl\:h-10 {
    height: 2.5rem;
  }
  .bodywebsite .xl\:h-12 {
    height: 3rem;
  }
  .bodywebsite .xl\:h-16 {
    height: 4rem;
  }
  .bodywebsite .xl\:h-20 {
    height: 5rem;
  }
  .bodywebsite .xl\:h-24 {
    height: 6rem;
  }
  .bodywebsite .xl\:h-32 {
    height: 8rem;
  }
  .bodywebsite .xl\:h-40 {
    height: 10rem;
  }
  .bodywebsite .xl\:h-48 {
    height: 12rem;
  }
  .bodywebsite .xl\:h-56 {
    height: 14rem;
  }
  .bodywebsite .xl\:h-64 {
    height: 16rem;
  }
  .bodywebsite .xl\:h-auto {
    height: auto;
  }
  .bodywebsite .xl\:h-px {
    height: 1px;
  }
  .bodywebsite .xl\:h-full {
    height: 100%;
  }
  .bodywebsite .xl\:h-screen {
    height: 100vh;
  }
  .bodywebsite .xl\:text-xs {
    font-size: 0.75rem;
  }
  .bodywebsite .xl\:text-sm {
    font-size: 0.875rem;
  }
  .bodywebsite .xl\:text-base {
    font-size: 1rem;
  }
  .bodywebsite .xl\:text-lg {
    font-size: 1.125rem;
  }
  .bodywebsite .xl\:text-xl {
    font-size: 1.25rem;
  }
  .bodywebsite .xl\:text-2xl {
    font-size: 1.5rem;
  }
  .bodywebsite .xl\:text-3xl {
    font-size: 1.875rem;
  }
  .bodywebsite .xl\:text-4xl {
    font-size: 2.25rem;
  }
  .bodywebsite .xl\:text-5xl {
    font-size: 3rem;
  }
  .bodywebsite .xl\:text-6xl {
    font-size: 4rem;
  }
  .bodywebsite .xl\:leading-3 {
    line-height: 0.75rem;
  }
  .bodywebsite .xl\:leading-4 {
    line-height: 1rem;
  }
  .bodywebsite .xl\:leading-5 {
    line-height: 1.25rem;
  }
  .bodywebsite .xl\:leading-6 {
    line-height: 1.5rem;
  }
  .bodywebsite .xl\:leading-7 {
    line-height: 1.75rem;
  }
  .bodywebsite .xl\:leading-8 {
    line-height: 2rem;
  }
  .bodywebsite .xl\:leading-9 {
    line-height: 2.25rem;
  }
  .bodywebsite .xl\:leading-10 {
    line-height: 2.5rem;
  }
  .bodywebsite .xl\:leading-none {
    line-height: 1;
  }
  .bodywebsite .xl\:leading-tight {
    line-height: 1.25;
  }
  .bodywebsite .xl\:leading-snug {
    line-height: 1.375;
  }
  .bodywebsite .xl\:leading-normal {
    line-height: 1.5;
  }
  .bodywebsite .xl\:leading-relaxed {
    line-height: 1.625;
  }
  .bodywebsite .xl\:leading-loose {
    line-height: 2;
  }
  .bodywebsite .xl\:list-inside {
    list-style-position: inside;
  }
  .bodywebsite .xl\:list-outside {
    list-style-position: outside;
  }
  .bodywebsite .xl\:list-none {
    list-style-type: none;
  }
  .bodywebsite .xl\:list-disc {
    list-style-type: disc;
  }
  .bodywebsite .xl\:list-decimal {
    list-style-type: decimal;
  }
  .bodywebsite .xl\:m-0 {
    margin: 0;
  }
  .bodywebsite .xl\:m-1 {
    margin: 0.25rem;
  }
  .bodywebsite .xl\:m-2 {
    margin: 0.5rem;
  }
  .bodywebsite .xl\:m-3 {
    margin: 0.75rem;
  }
  .bodywebsite .xl\:m-4 {
    margin: 1rem;
  }
  .bodywebsite .xl\:m-5 {
    margin: 1.25rem;
  }
  .bodywebsite .xl\:m-6 {
    margin: 1.5rem;
  }
  .bodywebsite .xl\:m-8 {
    margin: 2rem;
  }
  .bodywebsite .xl\:m-10 {
    margin: 2.5rem;
  }
  .bodywebsite .xl\:m-12 {
    margin: 3rem;
  }
  .bodywebsite .xl\:m-16 {
    margin: 4rem;
  }
  .bodywebsite .xl\:m-20 {
    margin: 5rem;
  }
  .bodywebsite .xl\:m-24 {
    margin: 6rem;
  }
  .bodywebsite .xl\:m-32 {
    margin: 8rem;
  }
  .bodywebsite .xl\:m-40 {
    margin: 10rem;
  }
  .bodywebsite .xl\:m-48 {
    margin: 12rem;
  }
  .bodywebsite .xl\:m-56 {
    margin: 14rem;
  }
  .bodywebsite .xl\:m-64 {
    margin: 16rem;
  }
  .bodywebsite .xl\:m-auto {
    margin: auto;
  }
  .bodywebsite .xl\:m-px {
    margin: 1px;
  }
  .bodywebsite .xl\:-m-1 {
    margin: -0.25rem;
  }
  .bodywebsite .xl\:-m-2 {
    margin: -0.5rem;
  }
  .bodywebsite .xl\:-m-3 {
    margin: -0.75rem;
  }
  .bodywebsite .xl\:-m-4 {
    margin: -1rem;
  }
  .bodywebsite .xl\:-m-5 {
    margin: -1.25rem;
  }
  .bodywebsite .xl\:-m-6 {
    margin: -1.5rem;
  }
  .bodywebsite .xl\:-m-8 {
    margin: -2rem;
  }
  .bodywebsite .xl\:-m-10 {
    margin: -2.5rem;
  }
  .bodywebsite .xl\:-m-12 {
    margin: -3rem;
  }
  .bodywebsite .xl\:-m-16 {
    margin: -4rem;
  }
  .bodywebsite .xl\:-m-20 {
    margin: -5rem;
  }
  .bodywebsite .xl\:-m-24 {
    margin: -6rem;
  }
  .bodywebsite .xl\:-m-32 {
    margin: -8rem;
  }
  .bodywebsite .xl\:-m-40 {
    margin: -10rem;
  }
  .bodywebsite .xl\:-m-48 {
    margin: -12rem;
  }
  .bodywebsite .xl\:-m-56 {
    margin: -14rem;
  }
  .bodywebsite .xl\:-m-64 {
    margin: -16rem;
  }
  .bodywebsite .xl\:-m-px {
    margin: -1px;
  }
  .bodywebsite .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .bodywebsite .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .bodywebsite .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .bodywebsite .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .bodywebsite .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .bodywebsite .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .bodywebsite .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .bodywebsite .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .bodywebsite .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bodywebsite .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .bodywebsite .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .bodywebsite .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .bodywebsite .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bodywebsite .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .bodywebsite .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bodywebsite .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .bodywebsite .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .bodywebsite .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .bodywebsite .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .bodywebsite .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .bodywebsite .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .bodywebsite .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .bodywebsite .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .bodywebsite .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .bodywebsite .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .bodywebsite .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .bodywebsite .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .bodywebsite .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .bodywebsite .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .bodywebsite .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .bodywebsite .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .bodywebsite .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .bodywebsite .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .bodywebsite .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .bodywebsite .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .bodywebsite .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .bodywebsite .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .bodywebsite .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .bodywebsite .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .bodywebsite .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .bodywebsite .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .bodywebsite .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .bodywebsite .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .bodywebsite .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .bodywebsite .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .bodywebsite .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .bodywebsite .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .bodywebsite .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .bodywebsite .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .bodywebsite .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .bodywebsite .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .bodywebsite .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .bodywebsite .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .bodywebsite .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .bodywebsite .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .bodywebsite .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .bodywebsite .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .bodywebsite .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .bodywebsite .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .bodywebsite .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .bodywebsite .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .bodywebsite .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .bodywebsite .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .bodywebsite .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .bodywebsite .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .bodywebsite .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .bodywebsite .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .bodywebsite .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .bodywebsite .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .bodywebsite .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .bodywebsite .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .bodywebsite .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .bodywebsite .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .bodywebsite .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .bodywebsite .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .bodywebsite .xl\:mt-0 {
    margin-top: 0;
  }
  .bodywebsite .xl\:mr-0 {
    margin-right: 0;
  }
  .bodywebsite .xl\:mb-0 {
    margin-bottom: 0;
  }
  .bodywebsite .xl\:ml-0 {
    margin-left: 0;
  }
  .bodywebsite .xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .bodywebsite .xl\:mr-1 {
    margin-right: 0.25rem;
  }
  .bodywebsite .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .bodywebsite .xl\:ml-1 {
    margin-left: 0.25rem;
  }
  .bodywebsite .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .bodywebsite .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .bodywebsite .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .bodywebsite .xl\:ml-2 {
    margin-left: 0.5rem;
  }
  .bodywebsite .xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .bodywebsite .xl\:mr-3 {
    margin-right: 0.75rem;
  }
  .bodywebsite .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .bodywebsite .xl\:ml-3 {
    margin-left: 0.75rem;
  }
  .bodywebsite .xl\:mt-4 {
    margin-top: 1rem;
  }
  .bodywebsite .xl\:mr-4 {
    margin-right: 1rem;
  }
  .bodywebsite .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .bodywebsite .xl\:ml-4 {
    margin-left: 1rem;
  }
  .bodywebsite .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .bodywebsite .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .bodywebsite .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .bodywebsite .xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .bodywebsite .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .bodywebsite .xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .bodywebsite .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .bodywebsite .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .bodywebsite .xl\:mt-8 {
    margin-top: 2rem;
  }
  .bodywebsite .xl\:mr-8 {
    margin-right: 2rem;
  }
  .bodywebsite .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .bodywebsite .xl\:ml-8 {
    margin-left: 2rem;
  }
  .bodywebsite .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .bodywebsite .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .bodywebsite .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .bodywebsite .xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .bodywebsite .xl\:mt-12 {
    margin-top: 3rem;
  }
  .bodywebsite .xl\:mr-12 {
    margin-right: 3rem;
  }
  .bodywebsite .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .bodywebsite .xl\:ml-12 {
    margin-left: 3rem;
  }
  .bodywebsite .xl\:mt-16 {
    margin-top: 4rem;
  }
  .bodywebsite .xl\:mr-16 {
    margin-right: 4rem;
  }
  .bodywebsite .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .bodywebsite .xl\:ml-16 {
    margin-left: 4rem;
  }
  .bodywebsite .xl\:mt-20 {
    margin-top: 5rem;
  }
  .bodywebsite .xl\:mr-20 {
    margin-right: 5rem;
  }
  .bodywebsite .xl\:mb-20 {
    margin-bottom: 5rem;
  }
  .bodywebsite .xl\:ml-20 {
    margin-left: 5rem;
  }
  .bodywebsite .xl\:mt-24 {
    margin-top: 6rem;
  }
  .bodywebsite .xl\:mr-24 {
    margin-right: 6rem;
  }
  .bodywebsite .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .bodywebsite .xl\:ml-24 {
    margin-left: 6rem;
  }
  .bodywebsite .xl\:mt-32 {
    margin-top: 8rem;
  }
  .bodywebsite .xl\:mr-32 {
    margin-right: 8rem;
  }
  .bodywebsite .xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .bodywebsite .xl\:ml-32 {
    margin-left: 8rem;
  }
  .bodywebsite .xl\:mt-40 {
    margin-top: 10rem;
  }
  .bodywebsite .xl\:mr-40 {
    margin-right: 10rem;
  }
  .bodywebsite .xl\:mb-40 {
    margin-bottom: 10rem;
  }
  .bodywebsite .xl\:ml-40 {
    margin-left: 10rem;
  }
  .bodywebsite .xl\:mt-48 {
    margin-top: 12rem;
  }
  .bodywebsite .xl\:mr-48 {
    margin-right: 12rem;
  }
  .bodywebsite .xl\:mb-48 {
    margin-bottom: 12rem;
  }
  .bodywebsite .xl\:ml-48 {
    margin-left: 12rem;
  }
  .bodywebsite .xl\:mt-56 {
    margin-top: 14rem;
  }
  .bodywebsite .xl\:mr-56 {
    margin-right: 14rem;
  }
  .bodywebsite .xl\:mb-56 {
    margin-bottom: 14rem;
  }
  .bodywebsite .xl\:ml-56 {
    margin-left: 14rem;
  }
  .bodywebsite .xl\:mt-64 {
    margin-top: 16rem;
  }
  .bodywebsite .xl\:mr-64 {
    margin-right: 16rem;
  }
  .bodywebsite .xl\:mb-64 {
    margin-bottom: 16rem;
  }
  .bodywebsite .xl\:ml-64 {
    margin-left: 16rem;
  }
  .bodywebsite .xl\:mt-auto {
    margin-top: auto;
  }
  .bodywebsite .xl\:mr-auto {
    margin-right: auto;
  }
  .bodywebsite .xl\:mb-auto {
    margin-bottom: auto;
  }
  .bodywebsite .xl\:ml-auto {
    margin-left: auto;
  }
  .bodywebsite .xl\:mt-px {
    margin-top: 1px;
  }
  .bodywebsite .xl\:mr-px {
    margin-right: 1px;
  }
  .bodywebsite .xl\:mb-px {
    margin-bottom: 1px;
  }
  .bodywebsite .xl\:ml-px {
    margin-left: 1px;
  }
  .bodywebsite .xl\:-mt-1 {
    margin-top: -0.25rem;
  }
  .bodywebsite .xl\:-mr-1 {
    margin-right: -0.25rem;
  }
  .bodywebsite .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .bodywebsite .xl\:-ml-1 {
    margin-left: -0.25rem;
  }
  .bodywebsite .xl\:-mt-2 {
    margin-top: -0.5rem;
  }
  .bodywebsite .xl\:-mr-2 {
    margin-right: -0.5rem;
  }
  .bodywebsite .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .bodywebsite .xl\:-ml-2 {
    margin-left: -0.5rem;
  }
  .bodywebsite .xl\:-mt-3 {
    margin-top: -0.75rem;
  }
  .bodywebsite .xl\:-mr-3 {
    margin-right: -0.75rem;
  }
  .bodywebsite .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .bodywebsite .xl\:-ml-3 {
    margin-left: -0.75rem;
  }
  .bodywebsite .xl\:-mt-4 {
    margin-top: -1rem;
  }
  .bodywebsite .xl\:-mr-4 {
    margin-right: -1rem;
  }
  .bodywebsite .xl\:-mb-4 {
    margin-bottom: -1rem;
  }
  .bodywebsite .xl\:-ml-4 {
    margin-left: -1rem;
  }
  .bodywebsite .xl\:-mt-5 {
    margin-top: -1.25rem;
  }
  .bodywebsite .xl\:-mr-5 {
    margin-right: -1.25rem;
  }
  .bodywebsite .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .bodywebsite .xl\:-ml-5 {
    margin-left: -1.25rem;
  }
  .bodywebsite .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .bodywebsite .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
  .bodywebsite .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .bodywebsite .xl\:-ml-6 {
    margin-left: -1.5rem;
  }
  .bodywebsite .xl\:-mt-8 {
    margin-top: -2rem;
  }
  .bodywebsite .xl\:-mr-8 {
    margin-right: -2rem;
  }
  .bodywebsite .xl\:-mb-8 {
    margin-bottom: -2rem;
  }
  .bodywebsite .xl\:-ml-8 {
    margin-left: -2rem;
  }
  .bodywebsite .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .bodywebsite .xl\:-mr-10 {
    margin-right: -2.5rem;
  }
  .bodywebsite .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .bodywebsite .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .bodywebsite .xl\:-mt-12 {
    margin-top: -3rem;
  }
  .bodywebsite .xl\:-mr-12 {
    margin-right: -3rem;
  }
  .bodywebsite .xl\:-mb-12 {
    margin-bottom: -3rem;
  }
  .bodywebsite .xl\:-ml-12 {
    margin-left: -3rem;
  }
  .bodywebsite .xl\:-mt-16 {
    margin-top: -4rem;
  }
  .bodywebsite .xl\:-mr-16 {
    margin-right: -4rem;
  }
  .bodywebsite .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .bodywebsite .xl\:-ml-16 {
    margin-left: -4rem;
  }
  .bodywebsite .xl\:-mt-20 {
    margin-top: -5rem;
  }
  .bodywebsite .xl\:-mr-20 {
    margin-right: -5rem;
  }
  .bodywebsite .xl\:-mb-20 {
    margin-bottom: -5rem;
  }
  .bodywebsite .xl\:-ml-20 {
    margin-left: -5rem;
  }
  .bodywebsite .xl\:-mt-24 {
    margin-top: -6rem;
  }
  .bodywebsite .xl\:-mr-24 {
    margin-right: -6rem;
  }
  .bodywebsite .xl\:-mb-24 {
    margin-bottom: -6rem;
  }
  .bodywebsite .xl\:-ml-24 {
    margin-left: -6rem;
  }
  .bodywebsite .xl\:-mt-32 {
    margin-top: -8rem;
  }
  .bodywebsite .xl\:-mr-32 {
    margin-right: -8rem;
  }
  .bodywebsite .xl\:-mb-32 {
    margin-bottom: -8rem;
  }
  .bodywebsite .xl\:-ml-32 {
    margin-left: -8rem;
  }
  .bodywebsite .xl\:-mt-40 {
    margin-top: -10rem;
  }
  .bodywebsite .xl\:-mr-40 {
    margin-right: -10rem;
  }
  .bodywebsite .xl\:-mb-40 {
    margin-bottom: -10rem;
  }
  .bodywebsite .xl\:-ml-40 {
    margin-left: -10rem;
  }
  .bodywebsite .xl\:-mt-48 {
    margin-top: -12rem;
  }
  .bodywebsite .xl\:-mr-48 {
    margin-right: -12rem;
  }
  .bodywebsite .xl\:-mb-48 {
    margin-bottom: -12rem;
  }
  .bodywebsite .xl\:-ml-48 {
    margin-left: -12rem;
  }
  .bodywebsite .xl\:-mt-56 {
    margin-top: -14rem;
  }
  .bodywebsite .xl\:-mr-56 {
    margin-right: -14rem;
  }
  .bodywebsite .xl\:-mb-56 {
    margin-bottom: -14rem;
  }
  .bodywebsite .xl\:-ml-56 {
    margin-left: -14rem;
  }
  .bodywebsite .xl\:-mt-64 {
    margin-top: -16rem;
  }
  .bodywebsite .xl\:-mr-64 {
    margin-right: -16rem;
  }
  .bodywebsite .xl\:-mb-64 {
    margin-bottom: -16rem;
  }
  .bodywebsite .xl\:-ml-64 {
    margin-left: -16rem;
  }
  .bodywebsite .xl\:-mt-px {
    margin-top: -1px;
  }
  .bodywebsite .xl\:-mr-px {
    margin-right: -1px;
  }
  .bodywebsite .xl\:-mb-px {
    margin-bottom: -1px;
  }
  .bodywebsite .xl\:-ml-px {
    margin-left: -1px;
  }
  .bodywebsite .xl\:max-h-full {
    max-height: 100%;
  }
  .bodywebsite .xl\:max-h-screen {
    max-height: 100vh;
  }
  .bodywebsite .xl\:max-w-none {
    max-width: none;
  }
  .bodywebsite .xl\:max-w-xs {
    max-width: 20rem;
  }
  .bodywebsite .xl\:max-w-sm {
    max-width: 24rem;
  }
  .bodywebsite .xl\:max-w-md {
    max-width: 28rem;
  }
  .bodywebsite .xl\:max-w-lg {
    max-width: 32rem;
  }
  .bodywebsite .xl\:max-w-xl {
    max-width: 36rem;
  }
  .bodywebsite .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .bodywebsite .xl\:max-w-3xl {
    max-width: 48rem;
  }
  .bodywebsite .xl\:max-w-4xl {
    max-width: 56rem;
  }
  .bodywebsite .xl\:max-w-5xl {
    max-width: 64rem;
  }
  .bodywebsite .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .bodywebsite .xl\:max-w-full {
    max-width: 100%;
  }
  .bodywebsite .xl\:max-w-screen-sm {
    max-width: 640px;
  }
  .bodywebsite .xl\:max-w-screen-md {
    max-width: 768px;
  }
  .bodywebsite .xl\:max-w-screen-lg {
    max-width: 1024px;
  }
  .bodywebsite .xl\:max-w-screen-xl {
    max-width: 1280px;
  }
  .bodywebsite .xl\:min-h-0 {
    min-height: 0;
  }
  .bodywebsite .xl\:min-h-full {
    min-height: 100%;
  }
  .bodywebsite .xl\:min-h-screen {
    min-height: 100vh;
  }
  .bodywebsite .xl\:min-w-0 {
    min-width: 0;
  }
  .bodywebsite .xl\:min-w-full {
    min-width: 100%;
  }
  .bodywebsite .xl\:object-contain {
    object-fit: contain;
  }
  .bodywebsite .xl\:object-cover {
    object-fit: cover;
  }
  .bodywebsite .xl\:object-fill {
    object-fit: fill;
  }
  .bodywebsite .xl\:object-none {
    object-fit: none;
  }
  .bodywebsite .xl\:object-scale-down {
    object-fit: scale-down;
  }
  .bodywebsite .xl\:object-bottom {
    object-position: bottom;
  }
  .bodywebsite .xl\:object-center {
    object-position: center;
  }
  .bodywebsite .xl\:object-left {
    object-position: left;
  }
  .bodywebsite .xl\:object-left-bottom {
    object-position: left bottom;
  }
  .bodywebsite .xl\:object-left-top {
    object-position: left top;
  }
  .bodywebsite .xl\:object-right {
    object-position: right;
  }
  .bodywebsite .xl\:object-right-bottom {
    object-position: right bottom;
  }
  .bodywebsite .xl\:object-right-top {
    object-position: right top;
  }
  .bodywebsite .xl\:object-top {
    object-position: top;
  }
  .bodywebsite .xl\:opacity-0 {
    opacity: 0;
  }
  .bodywebsite .xl\:opacity-25 {
    opacity: 0.25;
  }
  .bodywebsite .xl\:opacity-50 {
    opacity: 0.5;
  }
  .bodywebsite .xl\:opacity-75 {
    opacity: 0.75;
  }
  .bodywebsite .xl\:opacity-100 {
    opacity: 1;
  }
  .bodywebsite .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }
  .bodywebsite .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }
  .bodywebsite .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }
  .bodywebsite .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }
  .bodywebsite .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }
  .bodywebsite .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }
  .bodywebsite .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }
  .bodywebsite .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }
  .bodywebsite .xl\:overflow-auto {
    overflow: auto;
  }
  .bodywebsite .xl\:overflow-hidden {
    overflow: hidden;
  }
  .bodywebsite .xl\:overflow-visible {
    overflow: visible;
  }
  .bodywebsite .xl\:overflow-scroll {
    overflow: scroll;
  }
  .bodywebsite .xl\:overflow-x-auto {
    overflow-x: auto;
  }
  .bodywebsite .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .bodywebsite .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .bodywebsite .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .bodywebsite .xl\:overflow-x-visible {
    overflow-x: visible;
  }
  .bodywebsite .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  .bodywebsite .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .bodywebsite .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .bodywebsite .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .bodywebsite .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  .bodywebsite .xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
  }
  .bodywebsite .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
  .bodywebsite .xl\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .bodywebsite .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }
  .bodywebsite .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }
  .bodywebsite .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }
  .bodywebsite .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }
  .bodywebsite .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }
  .bodywebsite .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }
  .bodywebsite .xl\:p-0 {
    padding: 0;
  }
  .bodywebsite .xl\:p-1 {
    padding: 0.25rem;
  }
  .bodywebsite .xl\:p-2 {
    padding: 0.5rem;
  }
  .bodywebsite .xl\:p-3 {
    padding: 0.75rem;
  }
  .bodywebsite .xl\:p-4 {
    padding: 1rem;
  }
  .bodywebsite .xl\:p-5 {
    padding: 1.25rem;
  }
  .bodywebsite .xl\:p-6 {
    padding: 1.5rem;
  }
  .bodywebsite .xl\:p-8 {
    padding: 2rem;
  }
  .bodywebsite .xl\:p-10 {
    padding: 2.5rem;
  }
  .bodywebsite .xl\:p-12 {
    padding: 3rem;
  }
  .bodywebsite .xl\:p-16 {
    padding: 4rem;
  }
  .bodywebsite .xl\:p-20 {
    padding: 5rem;
  }
  .bodywebsite .xl\:p-24 {
    padding: 6rem;
  }
  .bodywebsite .xl\:p-32 {
    padding: 8rem;
  }
  .bodywebsite .xl\:p-40 {
    padding: 10rem;
  }
  .bodywebsite .xl\:p-48 {
    padding: 12rem;
  }
  .bodywebsite .xl\:p-56 {
    padding: 14rem;
  }
  .bodywebsite .xl\:p-64 {
    padding: 16rem;
  }
  .bodywebsite .xl\:p-px {
    padding: 1px;
  }
  .bodywebsite .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bodywebsite .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .bodywebsite .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .bodywebsite .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bodywebsite .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .bodywebsite .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bodywebsite .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .bodywebsite .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .bodywebsite .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .bodywebsite .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bodywebsite .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .bodywebsite .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bodywebsite .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bodywebsite .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .bodywebsite .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .bodywebsite .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .bodywebsite .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .bodywebsite .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .bodywebsite .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bodywebsite .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bodywebsite .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .bodywebsite .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .bodywebsite .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .bodywebsite .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .bodywebsite .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .bodywebsite .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .bodywebsite .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .bodywebsite .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .bodywebsite .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bodywebsite .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .bodywebsite .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .bodywebsite .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .bodywebsite .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .bodywebsite .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .bodywebsite .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .bodywebsite .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .bodywebsite .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .bodywebsite .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .bodywebsite .xl\:pt-0 {
    padding-top: 0;
  }
  .bodywebsite .xl\:pr-0 {
    padding-right: 0;
  }
  .bodywebsite .xl\:pb-0 {
    padding-bottom: 0;
  }
  .bodywebsite .xl\:pl-0 {
    padding-left: 0;
  }
  .bodywebsite .xl\:pt-1 {
    padding-top: 0.25rem;
  }
  .bodywebsite .xl\:pr-1 {
    padding-right: 0.25rem;
  }
  .bodywebsite .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .bodywebsite .xl\:pl-1 {
    padding-left: 0.25rem;
  }
  .bodywebsite .xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .bodywebsite .xl\:pr-2 {
    padding-right: 0.5rem;
  }
  .bodywebsite .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .bodywebsite .xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .bodywebsite .xl\:pt-3 {
    padding-top: 0.75rem;
  }
  .bodywebsite .xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .bodywebsite .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .bodywebsite .xl\:pl-3 {
    padding-left: 0.75rem;
  }
  .bodywebsite .xl\:pt-4 {
    padding-top: 1rem;
  }
  .bodywebsite .xl\:pr-4 {
    padding-right: 1rem;
  }
  .bodywebsite .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .bodywebsite .xl\:pl-4 {
    padding-left: 1rem;
  }
  .bodywebsite .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .bodywebsite .xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .bodywebsite .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .bodywebsite .xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .bodywebsite .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .bodywebsite .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .bodywebsite .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .bodywebsite .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .bodywebsite .xl\:pt-8 {
    padding-top: 2rem;
  }
  .bodywebsite .xl\:pr-8 {
    padding-right: 2rem;
  }
  .bodywebsite .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .bodywebsite .xl\:pl-8 {
    padding-left: 2rem;
  }
  .bodywebsite .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .bodywebsite .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .bodywebsite .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .bodywebsite .xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .bodywebsite .xl\:pt-12 {
    padding-top: 3rem;
  }
  .bodywebsite .xl\:pr-12 {
    padding-right: 3rem;
  }
  .bodywebsite .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .bodywebsite .xl\:pl-12 {
    padding-left: 3rem;
  }
  .bodywebsite .xl\:pt-16 {
    padding-top: 4rem;
  }
  .bodywebsite .xl\:pr-16 {
    padding-right: 4rem;
  }
  .bodywebsite .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .bodywebsite .xl\:pl-16 {
    padding-left: 4rem;
  }
  .bodywebsite .xl\:pt-20 {
    padding-top: 5rem;
  }
  .bodywebsite .xl\:pr-20 {
    padding-right: 5rem;
  }
  .bodywebsite .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .bodywebsite .xl\:pl-20 {
    padding-left: 5rem;
  }
  .bodywebsite .xl\:pt-24 {
    padding-top: 6rem;
  }
  .bodywebsite .xl\:pr-24 {
    padding-right: 6rem;
  }
  .bodywebsite .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .bodywebsite .xl\:pl-24 {
    padding-left: 6rem;
  }
  .bodywebsite .xl\:pt-32 {
    padding-top: 8rem;
  }
  .bodywebsite .xl\:pr-32 {
    padding-right: 8rem;
  }
  .bodywebsite .xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .bodywebsite .xl\:pl-32 {
    padding-left: 8rem;
  }
  .bodywebsite .xl\:pt-40 {
    padding-top: 10rem;
  }
  .bodywebsite .xl\:pr-40 {
    padding-right: 10rem;
  }
  .bodywebsite .xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .bodywebsite .xl\:pl-40 {
    padding-left: 10rem;
  }
  .bodywebsite .xl\:pt-48 {
    padding-top: 12rem;
  }
  .bodywebsite .xl\:pr-48 {
    padding-right: 12rem;
  }
  .bodywebsite .xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .bodywebsite .xl\:pl-48 {
    padding-left: 12rem;
  }
  .bodywebsite .xl\:pt-56 {
    padding-top: 14rem;
  }
  .bodywebsite .xl\:pr-56 {
    padding-right: 14rem;
  }
  .bodywebsite .xl\:pb-56 {
    padding-bottom: 14rem;
  }
  .bodywebsite .xl\:pl-56 {
    padding-left: 14rem;
  }
  .bodywebsite .xl\:pt-64 {
    padding-top: 16rem;
  }
  .bodywebsite .xl\:pr-64 {
    padding-right: 16rem;
  }
  .bodywebsite .xl\:pb-64 {
    padding-bottom: 16rem;
  }
  .bodywebsite .xl\:pl-64 {
    padding-left: 16rem;
  }
  .bodywebsite .xl\:pt-px {
    padding-top: 1px;
  }
  .bodywebsite .xl\:pr-px {
    padding-right: 1px;
  }
  .bodywebsite .xl\:pb-px {
    padding-bottom: 1px;
  }
  .bodywebsite .xl\:pl-px {
    padding-left: 1px;
  }
  .bodywebsite .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:placeholder-current::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:placeholder-current::placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }
  .bodywebsite .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:focus\:placeholder-current:focus::-ms-input-placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }
  .bodywebsite .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }
  .bodywebsite .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }
  .bodywebsite .xl\:pointer-events-none {
    pointer-events: none;
  }
  .bodywebsite .xl\:pointer-events-auto {
    pointer-events: auto;
  }
  .bodywebsite .xl\:static {
    position: static;
  }
  .bodywebsite .xl\:fixed {
    position: fixed;
  }
  .bodywebsite .xl\:absolute {
    position: absolute;
  }
  .bodywebsite .xl\:relative {
    position: relative;
  }
  .bodywebsite .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .bodywebsite .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bodywebsite .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .bodywebsite .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }
  .bodywebsite .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }
  .bodywebsite .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }
  .bodywebsite .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }
  .bodywebsite .xl\:top-0 {
    top: 0;
  }
  .bodywebsite .xl\:right-0 {
    right: 0;
  }
  .bodywebsite .xl\:bottom-0 {
    bottom: 0;
  }
  .bodywebsite .xl\:left-0 {
    left: 0;
  }
  .bodywebsite .xl\:top-auto {
    top: auto;
  }
  .bodywebsite .xl\:right-auto {
    right: auto;
  }
  .bodywebsite .xl\:bottom-auto {
    bottom: auto;
  }
  .bodywebsite .xl\:left-auto {
    left: auto;
  }
  .bodywebsite .xl\:resize-none {
    resize: none;
  }
  .bodywebsite .xl\:resize-y {
    resize: vertical;
  }
  .bodywebsite .xl\:resize-x {
    resize: horizontal;
  }
  .bodywebsite .xl\:resize {
    resize: both;
  }
  .bodywebsite .xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .xl\:shadow-none {
    box-shadow: none;
  }
  .bodywebsite .xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }
  .bodywebsite .xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .bodywebsite .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .bodywebsite .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .bodywebsite .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .bodywebsite .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }
  .bodywebsite .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }
  .bodywebsite .xl\:fill-current {
    fill: currentColor;
  }
  .bodywebsite .xl\:stroke-current {
    stroke: currentColor;
  }
  .bodywebsite .xl\:stroke-0 {
    stroke-width: 0;
  }
  .bodywebsite .xl\:stroke-1 {
    stroke-width: 1;
  }
  .bodywebsite .xl\:stroke-2 {
    stroke-width: 2;
  }
  .bodywebsite .xl\:table-auto {
    table-layout: auto;
  }
  .bodywebsite .xl\:table-fixed {
    table-layout: fixed;
  }
  .bodywebsite .xl\:text-left {
    text-align: left;
  }
  .bodywebsite .xl\:text-center {
    text-align: center;
  }
  .bodywebsite .xl\:text-right {
    text-align: right;
  }
  .bodywebsite .xl\:text-justify {
    text-align: justify;
  }
  .bodywebsite .xl\:text-transparent {
    color: transparent;
  }
  .bodywebsite .xl\:text-current {
    color: currentColor;
  }
  .bodywebsite .xl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .xl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .xl\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-100 {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-200 {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-300 {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-400 {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-500 {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-700 {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-800 {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:text-red-900 {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-100 {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-200 {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-300 {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-400 {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-500 {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-600 {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-700 {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-800 {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:text-orange-900 {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .xl\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-100 {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-200 {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-300 {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-400 {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-500 {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-600 {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-700 {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-800 {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .xl\:text-green-900 {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .xl\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-100 {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-200 {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-300 {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-400 {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-600 {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-700 {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-800 {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .xl\:text-blue-900 {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .xl\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-100 {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-200 {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-300 {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-400 {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-500 {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-600 {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-700 {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-800 {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .xl\:text-purple-900 {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .xl\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-transparent:hover {
    color: transparent;
  }
  .bodywebsite .xl\:hover\:text-current:hover {
    color: currentColor;
  }
  .bodywebsite .xl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-100:hover {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-200:hover {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-300:hover {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-500:hover {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-600:hover {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-700:hover {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-800:hover {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-red-900:hover {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-100:hover {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-200:hover {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-300:hover {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-400:hover {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-500:hover {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-600:hover {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-700:hover {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-800:hover {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-orange-900:hover {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-100:hover {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-200:hover {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-300:hover {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-400:hover {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-500:hover {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-600:hover {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-700:hover {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-800:hover {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-green-900:hover {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-100:hover {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-200:hover {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-300:hover {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-400:hover {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-600:hover {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-blue-900:hover {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-100:hover {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-200:hover {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-300:hover {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-400:hover {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-500:hover {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-600:hover {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-700:hover {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-800:hover {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-purple-900:hover {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .xl\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-transparent:focus {
    color: transparent;
  }
  .bodywebsite .xl\:focus\:text-current:focus {
    color: currentColor;
  }
  .bodywebsite .xl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-100:focus {
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-200:focus {
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-300:focus {
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-400:focus {
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-500:focus {
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-600:focus {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-700:focus {
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-800:focus {
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-red-900:focus {
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-100:focus {
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-200:focus {
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-300:focus {
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-400:focus {
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-500:focus {
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-600:focus {
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-700:focus {
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-800:focus {
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-orange-900:focus {
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-100:focus {
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-200:focus {
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-300:focus {
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-400:focus {
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-500:focus {
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-600:focus {
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-700:focus {
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-800:focus {
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-green-900:focus {
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-100:focus {
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-200:focus {
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-300:focus {
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-400:focus {
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-500:focus {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-600:focus {
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-700:focus {
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-800:focus {
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-blue-900:focus {
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-100:focus {
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-200:focus {
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-300:focus {
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-400:focus {
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-500:focus {
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-600:focus {
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-700:focus {
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-800:focus {
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-purple-900:focus {
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }
  .bodywebsite .xl\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }
  .bodywebsite .xl\:text-opacity-0 {
    --text-opacity: 0;
  }
  .bodywebsite .xl\:text-opacity-25 {
    --text-opacity: 0.25;
  }
  .bodywebsite .xl\:text-opacity-50 {
    --text-opacity: 0.5;
  }
  .bodywebsite .xl\:text-opacity-75 {
    --text-opacity: 0.75;
  }
  .bodywebsite .xl\:text-opacity-100 {
    --text-opacity: 1;
  }
  .bodywebsite .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }
  .bodywebsite .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }
  .bodywebsite .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }
  .bodywebsite .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }
  .bodywebsite .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }
  .bodywebsite .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }
  .bodywebsite .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }
  .bodywebsite .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }
  .bodywebsite .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }
  .bodywebsite .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }
  .bodywebsite .xl\:italic {
    font-style: italic;
  }
  .bodywebsite .xl\:not-italic {
    font-style: normal;
  }
  .bodywebsite .xl\:uppercase {
    text-transform: uppercase;
  }
  .bodywebsite .xl\:lowercase {
    text-transform: lowercase;
  }
  .bodywebsite .xl\:capitalize {
    text-transform: capitalize;
  }
  .bodywebsite .xl\:normal-case {
    text-transform: none;
  }
  .bodywebsite .xl\:underline {
    text-decoration: underline;
  }
  .bodywebsite .xl\:line-through {
    text-decoration: line-through;
  }
  .bodywebsite .xl\:no-underline {
    text-decoration: none;
  }
  .bodywebsite .xl\:hover\:underline:hover {
    text-decoration: underline;
  }
  .bodywebsite .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }
  .bodywebsite .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }
  .bodywebsite .xl\:focus\:underline:focus {
    text-decoration: underline;
  }
  .bodywebsite .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }
  .bodywebsite .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }
  .bodywebsite .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bodywebsite .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .bodywebsite .xl\:ordinal,
  .bodywebsite .xl\:slashed-zero,
  .bodywebsite .xl\:lining-nums,
  .bodywebsite .xl\:oldstyle-nums,
  .bodywebsite .xl\:proportional-nums,
  .bodywebsite .xl\:tabular-nums,
  .bodywebsite .xl\:diagonal-fractions,
  .bodywebsite .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }
  .bodywebsite .xl\:normal-nums {
    font-variant-numeric: normal;
  }
  .bodywebsite .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }
  .bodywebsite .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }
  .bodywebsite .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }
  .bodywebsite .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }
  .bodywebsite .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }
  .bodywebsite .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }
  .bodywebsite .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }
  .bodywebsite .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }
  .bodywebsite .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .bodywebsite .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .bodywebsite .xl\:tracking-normal {
    letter-spacing: 0;
  }
  .bodywebsite .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .bodywebsite .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }
  .bodywebsite .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }
  .bodywebsite .xl\:select-none {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .bodywebsite .xl\:select-text {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .bodywebsite .xl\:select-all {
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
  }
  .bodywebsite .xl\:select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }
  .bodywebsite .xl\:align-baseline {
    vertical-align: baseline;
  }
  .bodywebsite .xl\:align-top {
    vertical-align: top;
  }
  .bodywebsite .xl\:align-middle {
    vertical-align: middle;
  }
  .bodywebsite .xl\:align-bottom {
    vertical-align: bottom;
  }
  .bodywebsite .xl\:align-text-top {
    vertical-align: text-top;
  }
  .bodywebsite .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
  .bodywebsite .xl\:visible {
    visibility: visible;
  }
  .bodywebsite .xl\:invisible {
    visibility: hidden;
  }
  .bodywebsite .xl\:whitespace-normal {
    white-space: normal;
  }
  .bodywebsite .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }
  .bodywebsite .xl\:whitespace-pre {
    white-space: pre;
  }
  .bodywebsite .xl\:whitespace-pre-line {
    white-space: pre-line;
  }
  .bodywebsite .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .bodywebsite .xl\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .bodywebsite .xl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bodywebsite .xl\:break-all {
    word-break: break-all;
  }
  .bodywebsite .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bodywebsite .xl\:w-0 {
    width: 0;
  }
  .bodywebsite .xl\:w-1 {
    width: 0.25rem;
  }
  .bodywebsite .xl\:w-2 {
    width: 0.5rem;
  }
  .bodywebsite .xl\:w-3 {
    width: 0.75rem;
  }
  .bodywebsite .xl\:w-4 {
    width: 1rem;
  }
  .bodywebsite .xl\:w-5 {
    width: 1.25rem;
  }
  .bodywebsite .xl\:w-6 {
    width: 1.5rem;
  }
  .bodywebsite .xl\:w-8 {
    width: 2rem;
  }
  .bodywebsite .xl\:w-10 {
    width: 2.5rem;
  }
  .bodywebsite .xl\:w-12 {
    width: 3rem;
  }
  .bodywebsite .xl\:w-16 {
    width: 4rem;
  }
  .bodywebsite .xl\:w-20 {
    width: 5rem;
  }
  .bodywebsite .xl\:w-24 {
    width: 6rem;
  }
  .bodywebsite .xl\:w-32 {
    width: 8rem;
  }
  .bodywebsite .xl\:w-40 {
    width: 10rem;
  }
  .bodywebsite .xl\:w-48 {
    width: 12rem;
  }
  .bodywebsite .xl\:w-56 {
    width: 14rem;
  }
  .bodywebsite .xl\:w-64 {
    width: 16rem;
  }
  .bodywebsite .xl\:w-auto {
    width: auto;
  }
  .bodywebsite .xl\:w-px {
    width: 1px;
  }
  .bodywebsite .xl\:w-1\/2 {
    width: 50%;
  }
  .bodywebsite .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .bodywebsite .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .bodywebsite .xl\:w-1\/4 {
    width: 25%;
  }
  .bodywebsite .xl\:w-2\/4 {
    width: 50%;
  }
  .bodywebsite .xl\:w-3\/4 {
    width: 75%;
  }
  .bodywebsite .xl\:w-1\/5 {
    width: 20%;
  }
  .bodywebsite .xl\:w-2\/5 {
    width: 40%;
  }
  .bodywebsite .xl\:w-3\/5 {
    width: 60%;
  }
  .bodywebsite .xl\:w-4\/5 {
    width: 80%;
  }
  .bodywebsite .xl\:w-1\/6 {
    width: 16.666667%;
  }
  .bodywebsite .xl\:w-2\/6 {
    width: 33.333333%;
  }
  .bodywebsite .xl\:w-3\/6 {
    width: 50%;
  }
  .bodywebsite .xl\:w-4\/6 {
    width: 66.666667%;
  }
  .bodywebsite .xl\:w-5\/6 {
    width: 83.333333%;
  }
  .bodywebsite .xl\:w-1\/12 {
    width: 8.333333%;
  }
  .bodywebsite .xl\:w-2\/12 {
    width: 16.666667%;
  }
  .bodywebsite .xl\:w-3\/12 {
    width: 25%;
  }
  .bodywebsite .xl\:w-4\/12 {
    width: 33.333333%;
  }
  .bodywebsite .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .bodywebsite .xl\:w-6\/12 {
    width: 50%;
  }
  .bodywebsite .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .bodywebsite .xl\:w-8\/12 {
    width: 66.666667%;
  }
  .bodywebsite .xl\:w-9\/12 {
    width: 75%;
  }
  .bodywebsite .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .bodywebsite .xl\:w-11\/12 {
    width: 91.666667%;
  }
  .bodywebsite .xl\:w-full {
    width: 100%;
  }
  .bodywebsite .xl\:w-screen {
    width: 100vw;
  }
  .bodywebsite .xl\:z-0 {
    z-index: 0;
  }
  .bodywebsite .xl\:z-10 {
    z-index: 10;
  }
  .bodywebsite .xl\:z-20 {
    z-index: 20;
  }
  .bodywebsite .xl\:z-30 {
    z-index: 30;
  }
  .bodywebsite .xl\:z-40 {
    z-index: 40;
  }
  .bodywebsite .xl\:z-50 {
    z-index: 50;
  }
  .bodywebsite .xl\:z-auto {
    z-index: auto;
  }
  .bodywebsite .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }
  .bodywebsite .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }
  .bodywebsite .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }
  .bodywebsite .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .bodywebsite .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .bodywebsite .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .bodywebsite .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .bodywebsite .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .bodywebsite .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .bodywebsite .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .bodywebsite .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }
  .bodywebsite .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }
  .bodywebsite .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }
  .bodywebsite .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }
  .bodywebsite .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }
  .bodywebsite .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }
  .bodywebsite .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }
  .bodywebsite .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }
  .bodywebsite .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }
  .bodywebsite .xl\:col-gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .xl\:col-gap-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .xl\:gap-x-0 {
    grid-column-gap: 0;
    column-gap: 0;
  }
  .bodywebsite .xl\:gap-x-1 {
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .bodywebsite .xl\:gap-x-2 {
    grid-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .bodywebsite .xl\:gap-x-3 {
    grid-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .bodywebsite .xl\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bodywebsite .xl\:gap-x-5 {
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .bodywebsite .xl\:gap-x-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .bodywebsite .xl\:gap-x-8 {
    grid-column-gap: 2rem;
    column-gap: 2rem;
  }
  .bodywebsite .xl\:gap-x-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .bodywebsite .xl\:gap-x-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .bodywebsite .xl\:gap-x-16 {
    grid-column-gap: 4rem;
    column-gap: 4rem;
  }
  .bodywebsite .xl\:gap-x-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .bodywebsite .xl\:gap-x-24 {
    grid-column-gap: 6rem;
    column-gap: 6rem;
  }
  .bodywebsite .xl\:gap-x-32 {
    grid-column-gap: 8rem;
    column-gap: 8rem;
  }
  .bodywebsite .xl\:gap-x-40 {
    grid-column-gap: 10rem;
    column-gap: 10rem;
  }
  .bodywebsite .xl\:gap-x-48 {
    grid-column-gap: 12rem;
    column-gap: 12rem;
  }
  .bodywebsite .xl\:gap-x-56 {
    grid-column-gap: 14rem;
    column-gap: 14rem;
  }
  .bodywebsite .xl\:gap-x-64 {
    grid-column-gap: 16rem;
    column-gap: 16rem;
  }
  .bodywebsite .xl\:gap-x-px {
    grid-column-gap: 1px;
    column-gap: 1px;
  }
  .bodywebsite .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }
  .bodywebsite .xl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }
  .bodywebsite .xl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .bodywebsite .xl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  .bodywebsite .xl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }
  .bodywebsite .xl\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .bodywebsite .xl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .bodywebsite .xl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }
  .bodywebsite .xl\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .bodywebsite .xl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }
  .bodywebsite .xl\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }
  .bodywebsite .xl\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }
  .bodywebsite .xl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }
  .bodywebsite .xl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .bodywebsite .xl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }
  .bodywebsite .xl\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }
  .bodywebsite .xl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }
  .bodywebsite .xl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }
  .bodywebsite .xl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }
  .bodywebsite .xl\:grid-flow-row {
    grid-auto-flow: row;
  }
  .bodywebsite .xl\:grid-flow-col {
    grid-auto-flow: column;
  }
  .bodywebsite .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .bodywebsite .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .bodywebsite .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-cols-none {
    grid-template-columns: none;
  }
  .bodywebsite .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .bodywebsite .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }
  .bodywebsite .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
  .bodywebsite .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .bodywebsite .xl\:col-auto {
    grid-column: auto;
  }
  .bodywebsite .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .bodywebsite .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .bodywebsite .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bodywebsite .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .bodywebsite .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .bodywebsite .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bodywebsite .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .bodywebsite .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .bodywebsite .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .bodywebsite .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .bodywebsite .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .bodywebsite .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .bodywebsite .xl\:col-span-full {
    grid-column: -1;
  }
  .bodywebsite .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .bodywebsite .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .bodywebsite .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .bodywebsite .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .bodywebsite .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .bodywebsite .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .bodywebsite .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .bodywebsite .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .bodywebsite .xl\:col-start-9 {
    grid-column-start: 9;
  }
  .bodywebsite .xl\:col-start-10 {
    grid-column-start: 10;
  }
  .bodywebsite .xl\:col-start-11 {
    grid-column-start: 11;
  }
  .bodywebsite .xl\:col-start-12 {
    grid-column-start: 12;
  }
  .bodywebsite .xl\:col-start-13 {
    grid-column-start: 13;
  }
  .bodywebsite .xl\:col-start-auto {
    grid-column-start: auto;
  }
  .bodywebsite .xl\:col-end-1 {
    grid-column-end: 1;
  }
  .bodywebsite .xl\:col-end-2 {
    grid-column-end: 2;
  }
  .bodywebsite .xl\:col-end-3 {
    grid-column-end: 3;
  }
  .bodywebsite .xl\:col-end-4 {
    grid-column-end: 4;
  }
  .bodywebsite .xl\:col-end-5 {
    grid-column-end: 5;
  }
  .bodywebsite .xl\:col-end-6 {
    grid-column-end: 6;
  }
  .bodywebsite .xl\:col-end-7 {
    grid-column-end: 7;
  }
  .bodywebsite .xl\:col-end-8 {
    grid-column-end: 8;
  }
  .bodywebsite .xl\:col-end-9 {
    grid-column-end: 9;
  }
  .bodywebsite .xl\:col-end-10 {
    grid-column-end: 10;
  }
  .bodywebsite .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .bodywebsite .xl\:col-end-12 {
    grid-column-end: 12;
  }
  .bodywebsite .xl\:col-end-13 {
    grid-column-end: 13;
  }
  .bodywebsite .xl\:col-end-auto {
    grid-column-end: auto;
  }
  .bodywebsite .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .bodywebsite .xl\:grid-rows-none {
    grid-template-rows: none;
  }
  .bodywebsite .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .bodywebsite .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
  .bodywebsite .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .bodywebsite .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .bodywebsite .xl\:row-auto {
    grid-row: auto;
  }
  .bodywebsite .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .bodywebsite .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .bodywebsite .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .bodywebsite .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }
  .bodywebsite .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }
  .bodywebsite .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }
  .bodywebsite .xl\:row-span-full {
    grid-row: -1;
  }
  .bodywebsite .xl\:row-start-1 {
    grid-row-start: 1;
  }
  .bodywebsite .xl\:row-start-2 {
    grid-row-start: 2;
  }
  .bodywebsite .xl\:row-start-3 {
    grid-row-start: 3;
  }
  .bodywebsite .xl\:row-start-4 {
    grid-row-start: 4;
  }
  .bodywebsite .xl\:row-start-5 {
    grid-row-start: 5;
  }
  .bodywebsite .xl\:row-start-6 {
    grid-row-start: 6;
  }
  .bodywebsite .xl\:row-start-7 {
    grid-row-start: 7;
  }
  .bodywebsite .xl\:row-start-auto {
    grid-row-start: auto;
  }
  .bodywebsite .xl\:row-end-1 {
    grid-row-end: 1;
  }
  .bodywebsite .xl\:row-end-2 {
    grid-row-end: 2;
  }
  .bodywebsite .xl\:row-end-3 {
    grid-row-end: 3;
  }
  .bodywebsite .xl\:row-end-4 {
    grid-row-end: 4;
  }
  .bodywebsite .xl\:row-end-5 {
    grid-row-end: 5;
  }
  .bodywebsite .xl\:row-end-6 {
    grid-row-end: 6;
  }
  .bodywebsite .xl\:row-end-7 {
    grid-row-end: 7;
  }
  .bodywebsite .xl\:row-end-auto {
    grid-row-end: auto;
  }
  .bodywebsite .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }
  .bodywebsite .xl\:transform-none {
    transform: none;
  }
  .bodywebsite .xl\:origin-center {
    transform-origin: center;
  }
  .bodywebsite .xl\:origin-top {
    transform-origin: top;
  }
  .bodywebsite .xl\:origin-top-right {
    transform-origin: top right;
  }
  .bodywebsite .xl\:origin-right {
    transform-origin: right;
  }
  .bodywebsite .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }
  .bodywebsite .xl\:origin-bottom {
    transform-origin: bottom;
  }
  .bodywebsite .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }
  .bodywebsite .xl\:origin-left {
    transform-origin: left;
  }
  .bodywebsite .xl\:origin-top-left {
    transform-origin: top left;
  }
  .bodywebsite .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:scale-50 {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:scale-75 {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:scale-90 {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:scale-95 {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }
  .bodywebsite .xl\:scale-x-50 {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .xl\:scale-x-75 {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .xl\:scale-x-90 {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .xl\:scale-x-95 {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }
  .bodywebsite .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:scale-y-50 {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:scale-y-75 {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:scale-y-90 {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:scale-y-95 {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:hover\:scale-50:hover {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:hover\:scale-75:hover {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:hover\:scale-90:hover {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:hover\:scale-95:hover {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }
  .bodywebsite .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }
  .bodywebsite .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:focus\:scale-50:focus {
    --transform-scale-x: 0.5;
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:focus\:scale-75:focus {
    --transform-scale-x: 0.75;
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:focus\:scale-90:focus {
    --transform-scale-x: 0.9;
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:focus\:scale-95:focus {
    --transform-scale-x: 0.95;
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }
  .bodywebsite .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: 0.5;
  }
  .bodywebsite .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: 0.75;
  }
  .bodywebsite .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: 0.9;
  }
  .bodywebsite .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: 0.95;
  }
  .bodywebsite .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }
  .bodywebsite .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }
  .bodywebsite .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }
  .bodywebsite .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }
  .bodywebsite .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }
  .bodywebsite .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }
  .bodywebsite .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: 0.5;
  }
  .bodywebsite .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: 0.75;
  }
  .bodywebsite .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: 0.9;
  }
  .bodywebsite .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: 0.95;
  }
  .bodywebsite .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }
  .bodywebsite .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }
  .bodywebsite .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }
  .bodywebsite .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }
  .bodywebsite .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }
  .bodywebsite .xl\:rotate-0 {
    --transform-rotate: 0;
  }
  .bodywebsite .xl\:rotate-1 {
    --transform-rotate: 1deg;
  }
  .bodywebsite .xl\:rotate-2 {
    --transform-rotate: 2deg;
  }
  .bodywebsite .xl\:rotate-3 {
    --transform-rotate: 3deg;
  }
  .bodywebsite .xl\:rotate-6 {
    --transform-rotate: 6deg;
  }
  .bodywebsite .xl\:rotate-12 {
    --transform-rotate: 12deg;
  }
  .bodywebsite .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }
  .bodywebsite .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }
  .bodywebsite .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }
  .bodywebsite .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }
  .bodywebsite .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }
  .bodywebsite .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }
  .bodywebsite .xl\:-rotate-12 {
    --transform-rotate: -12deg;
  }
  .bodywebsite .xl\:-rotate-6 {
    --transform-rotate: -6deg;
  }
  .bodywebsite .xl\:-rotate-3 {
    --transform-rotate: -3deg;
  }
  .bodywebsite .xl\:-rotate-2 {
    --transform-rotate: -2deg;
  }
  .bodywebsite .xl\:-rotate-1 {
    --transform-rotate: -1deg;
  }
  .bodywebsite .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }
  .bodywebsite .xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg;
  }
  .bodywebsite .xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg;
  }
  .bodywebsite .xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg;
  }
  .bodywebsite .xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg;
  }
  .bodywebsite .xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg;
  }
  .bodywebsite .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }
  .bodywebsite .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }
  .bodywebsite .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }
  .bodywebsite .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }
  .bodywebsite .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }
  .bodywebsite .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }
  .bodywebsite .xl\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg;
  }
  .bodywebsite .xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg;
  }
  .bodywebsite .xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg;
  }
  .bodywebsite .xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg;
  }
  .bodywebsite .xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg;
  }
  .bodywebsite .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }
  .bodywebsite .xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg;
  }
  .bodywebsite .xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg;
  }
  .bodywebsite .xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg;
  }
  .bodywebsite .xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg;
  }
  .bodywebsite .xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg;
  }
  .bodywebsite .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }
  .bodywebsite .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }
  .bodywebsite .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }
  .bodywebsite .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }
  .bodywebsite .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }
  .bodywebsite .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }
  .bodywebsite .xl\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg;
  }
  .bodywebsite .xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg;
  }
  .bodywebsite .xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg;
  }
  .bodywebsite .xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg;
  }
  .bodywebsite .xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg;
  }
  .bodywebsite .xl\:translate-x-0 {
    --transform-translate-x: 0;
  }
  .bodywebsite .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }
  .bodywebsite .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }
  .bodywebsite .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }
  .bodywebsite .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }
  .bodywebsite .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }
  .bodywebsite .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }
  .bodywebsite .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }
  .bodywebsite .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }
  .bodywebsite .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }
  .bodywebsite .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }
  .bodywebsite .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }
  .bodywebsite .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }
  .bodywebsite .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }
  .bodywebsite .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }
  .bodywebsite .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }
  .bodywebsite .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }
  .bodywebsite .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }
  .bodywebsite .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }
  .bodywebsite .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }
  .bodywebsite .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }
  .bodywebsite .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }
  .bodywebsite .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }
  .bodywebsite .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }
  .bodywebsite .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }
  .bodywebsite .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }
  .bodywebsite .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }
  .bodywebsite .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }
  .bodywebsite .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }
  .bodywebsite .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }
  .bodywebsite .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }
  .bodywebsite .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }
  .bodywebsite .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }
  .bodywebsite .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }
  .bodywebsite .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }
  .bodywebsite .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }
  .bodywebsite .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }
  .bodywebsite .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }
  .bodywebsite .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }
  .bodywebsite .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }
  .bodywebsite .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }
  .bodywebsite .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }
  .bodywebsite .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }
  .bodywebsite .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }
  .bodywebsite .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }
  .bodywebsite .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }
  .bodywebsite .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }
  .bodywebsite .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }
  .bodywebsite .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }
  .bodywebsite .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }
  .bodywebsite .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }
  .bodywebsite .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }
  .bodywebsite .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }
  .bodywebsite .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }
  .bodywebsite .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }
  .bodywebsite .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }
  .bodywebsite .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }
  .bodywebsite .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }
  .bodywebsite .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }
  .bodywebsite .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }
  .bodywebsite .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }
  .bodywebsite .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }
  .bodywebsite .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }
  .bodywebsite .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }
  .bodywebsite .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }
  .bodywebsite .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }
  .bodywebsite .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }
  .bodywebsite .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }
  .bodywebsite .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }
  .bodywebsite .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }
  .bodywebsite .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }
  .bodywebsite .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }
  .bodywebsite .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }
  .bodywebsite .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }
  .bodywebsite .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }
  .bodywebsite .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }
  .bodywebsite .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }
  .bodywebsite .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }
  .bodywebsite .xl\:skew-x-0 {
    --transform-skew-x: 0;
  }
  .bodywebsite .xl\:skew-x-1 {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .xl\:skew-x-2 {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .xl\:skew-x-3 {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .xl\:skew-x-6 {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .xl\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .xl\:-skew-x-2 {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .xl\:-skew-x-1 {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .xl\:skew-y-0 {
    --transform-skew-y: 0;
  }
  .bodywebsite .xl\:skew-y-1 {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .xl\:skew-y-2 {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .xl\:skew-y-3 {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .xl\:skew-y-6 {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .xl\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .xl\:-skew-y-2 {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .xl\:-skew-y-1 {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }
  .bodywebsite .xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .xl\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }
  .bodywebsite .xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .xl\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }
  .bodywebsite .xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg;
  }
  .bodywebsite .xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg;
  }
  .bodywebsite .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }
  .bodywebsite .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }
  .bodywebsite .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }
  .bodywebsite .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }
  .bodywebsite .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }
  .bodywebsite .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }
  .bodywebsite .xl\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg;
  }
  .bodywebsite .xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg;
  }
  .bodywebsite .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }
  .bodywebsite .xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg;
  }
  .bodywebsite .xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg;
  }
  .bodywebsite .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }
  .bodywebsite .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }
  .bodywebsite .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }
  .bodywebsite .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }
  .bodywebsite .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }
  .bodywebsite .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }
  .bodywebsite .xl\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg;
  }
  .bodywebsite .xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg;
  }
  .bodywebsite .xl\:transition-none {
    transition-property: none;
  }
  .bodywebsite .xl\:transition-all {
    transition-property: all;
  }
  .bodywebsite .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }
  .bodywebsite .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }
  .bodywebsite .xl\:transition-opacity {
    transition-property: opacity;
  }
  .bodywebsite .xl\:transition-shadow {
    transition-property: box-shadow;
  }
  .bodywebsite .xl\:transition-transform {
    transition-property: transform;
  }
  .bodywebsite .xl\:ease-linear {
    transition-timing-function: linear;
  }
  .bodywebsite .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  .bodywebsite .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .bodywebsite .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bodywebsite .xl\:duration-75 {
    transition-duration: 75ms;
  }
  .bodywebsite .xl\:duration-100 {
    transition-duration: 100ms;
  }
  .bodywebsite .xl\:duration-150 {
    transition-duration: 150ms;
  }
  .bodywebsite .xl\:duration-200 {
    transition-duration: 200ms;
  }
  .bodywebsite .xl\:duration-300 {
    transition-duration: 300ms;
  }
  .bodywebsite .xl\:duration-500 {
    transition-duration: 500ms;
  }
  .bodywebsite .xl\:duration-700 {
    transition-duration: 700ms;
  }
  .bodywebsite .xl\:duration-1000 {
    transition-duration: 1000ms;
  }
  .bodywebsite .xl\:delay-75 {
    transition-delay: 75ms;
  }
  .bodywebsite .xl\:delay-100 {
    transition-delay: 100ms;
  }
  .bodywebsite .xl\:delay-150 {
    transition-delay: 150ms;
  }
  .bodywebsite .xl\:delay-200 {
    transition-delay: 200ms;
  }
  .bodywebsite .xl\:delay-300 {
    transition-delay: 300ms;
  }
  .bodywebsite .xl\:delay-500 {
    transition-delay: 500ms;
  }
  .bodywebsite .xl\:delay-700 {
    transition-delay: 700ms;
  }
  .bodywebsite .xl\:delay-1000 {
    transition-delay: 1000ms;
  }
  .bodywebsite .xl\:animate-none {
    animation: none;
  }
  .bodywebsite .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }
  .bodywebsite .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
  .bodywebsite .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  .bodywebsite .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .bodywebsite .xl\:container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .bodywebsite .xl\:container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .bodywebsite .xl\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .bodywebsite .xl\:container {
    max-width: 1280px;
  }
}


/* For smartphone */

@media (max-width: 1023px) {
    .bodywebsite header {
        position: sticky !important;
        top: 0;
        background: #FFF;
    }

    .bodywebsite div.photopromo {
        display: block !important;
    }
    
    .bodywebsite .homeleftarrow {
        display: none;   
    }
    
    .bodywebsite img.photopromo {
        max-width: 90%;
        margin: auto;   
    }
}

.maxwidth50 {
    max-width: 50px;
}

@media (max-width: 767px) {
    nav#nav {
        border-bottom: 1px solid #eee;
    }
    
    .maxwidth300 {
        max-width: 150px;
    }
    p {
        padding-left: 10px;
        padding-right: 10px;
    }
}
