@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Round);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Sharp);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
.static{
  position: static;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.w-72{
  width: 18rem;
}

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

.w-full{
  width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-screen-3xl{
  max-width: 1920px;
}

.max-w-sm{
  max-width: 24rem;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border-charts-1{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 107 / var(--tw-border-opacity, 1));
}

.border-charts-1\/0{
  border-color: rgb(0 57 107 / 0);
}

.border-charts-1\/10{
  border-color: rgb(0 57 107 / 0.1);
}

.border-charts-1\/100{
  border-color: rgb(0 57 107 / 1);
}

.border-charts-1\/15{
  border-color: rgb(0 57 107 / 0.15);
}

.border-charts-1\/20{
  border-color: rgb(0 57 107 / 0.2);
}

.border-charts-1\/25{
  border-color: rgb(0 57 107 / 0.25);
}

.border-charts-1\/30{
  border-color: rgb(0 57 107 / 0.3);
}

.border-charts-1\/35{
  border-color: rgb(0 57 107 / 0.35);
}

.border-charts-1\/40{
  border-color: rgb(0 57 107 / 0.4);
}

.border-charts-1\/45{
  border-color: rgb(0 57 107 / 0.45);
}

.border-charts-1\/5{
  border-color: rgb(0 57 107 / 0.05);
}

.border-charts-1\/50{
  border-color: rgb(0 57 107 / 0.5);
}

.border-charts-1\/55{
  border-color: rgb(0 57 107 / 0.55);
}

.border-charts-1\/60{
  border-color: rgb(0 57 107 / 0.6);
}

.border-charts-1\/65{
  border-color: rgb(0 57 107 / 0.65);
}

.border-charts-1\/70{
  border-color: rgb(0 57 107 / 0.7);
}

.border-charts-1\/75{
  border-color: rgb(0 57 107 / 0.75);
}

.border-charts-1\/80{
  border-color: rgb(0 57 107 / 0.8);
}

.border-charts-1\/85{
  border-color: rgb(0 57 107 / 0.85);
}

.border-charts-1\/90{
  border-color: rgb(0 57 107 / 0.9);
}

.border-charts-1\/95{
  border-color: rgb(0 57 107 / 0.95);
}

.border-charts-10{
  --tw-border-opacity: 1;
  border-color: rgb(250 77 86 / var(--tw-border-opacity, 1));
}

.border-charts-10\/0{
  border-color: rgb(250 77 86 / 0);
}

.border-charts-10\/10{
  border-color: rgb(250 77 86 / 0.1);
}

.border-charts-10\/100{
  border-color: rgb(250 77 86 / 1);
}

.border-charts-10\/15{
  border-color: rgb(250 77 86 / 0.15);
}

.border-charts-10\/20{
  border-color: rgb(250 77 86 / 0.2);
}

.border-charts-10\/25{
  border-color: rgb(250 77 86 / 0.25);
}

.border-charts-10\/30{
  border-color: rgb(250 77 86 / 0.3);
}

.border-charts-10\/35{
  border-color: rgb(250 77 86 / 0.35);
}

.border-charts-10\/40{
  border-color: rgb(250 77 86 / 0.4);
}

.border-charts-10\/45{
  border-color: rgb(250 77 86 / 0.45);
}

.border-charts-10\/5{
  border-color: rgb(250 77 86 / 0.05);
}

.border-charts-10\/50{
  border-color: rgb(250 77 86 / 0.5);
}

.border-charts-10\/55{
  border-color: rgb(250 77 86 / 0.55);
}

.border-charts-10\/60{
  border-color: rgb(250 77 86 / 0.6);
}

.border-charts-10\/65{
  border-color: rgb(250 77 86 / 0.65);
}

.border-charts-10\/70{
  border-color: rgb(250 77 86 / 0.7);
}

.border-charts-10\/75{
  border-color: rgb(250 77 86 / 0.75);
}

.border-charts-10\/80{
  border-color: rgb(250 77 86 / 0.8);
}

.border-charts-10\/85{
  border-color: rgb(250 77 86 / 0.85);
}

.border-charts-10\/90{
  border-color: rgb(250 77 86 / 0.9);
}

.border-charts-10\/95{
  border-color: rgb(250 77 86 / 0.95);
}

.border-charts-11{
  --tw-border-opacity: 1;
  border-color: rgb(165 110 255 / var(--tw-border-opacity, 1));
}

.border-charts-11\/0{
  border-color: rgb(165 110 255 / 0);
}

.border-charts-11\/10{
  border-color: rgb(165 110 255 / 0.1);
}

.border-charts-11\/100{
  border-color: rgb(165 110 255 / 1);
}

.border-charts-11\/15{
  border-color: rgb(165 110 255 / 0.15);
}

.border-charts-11\/20{
  border-color: rgb(165 110 255 / 0.2);
}

.border-charts-11\/25{
  border-color: rgb(165 110 255 / 0.25);
}

.border-charts-11\/30{
  border-color: rgb(165 110 255 / 0.3);
}

.border-charts-11\/35{
  border-color: rgb(165 110 255 / 0.35);
}

.border-charts-11\/40{
  border-color: rgb(165 110 255 / 0.4);
}

.border-charts-11\/45{
  border-color: rgb(165 110 255 / 0.45);
}

.border-charts-11\/5{
  border-color: rgb(165 110 255 / 0.05);
}

.border-charts-11\/50{
  border-color: rgb(165 110 255 / 0.5);
}

.border-charts-11\/55{
  border-color: rgb(165 110 255 / 0.55);
}

.border-charts-11\/60{
  border-color: rgb(165 110 255 / 0.6);
}

.border-charts-11\/65{
  border-color: rgb(165 110 255 / 0.65);
}

.border-charts-11\/70{
  border-color: rgb(165 110 255 / 0.7);
}

.border-charts-11\/75{
  border-color: rgb(165 110 255 / 0.75);
}

.border-charts-11\/80{
  border-color: rgb(165 110 255 / 0.8);
}

.border-charts-11\/85{
  border-color: rgb(165 110 255 / 0.85);
}

.border-charts-11\/90{
  border-color: rgb(165 110 255 / 0.9);
}

.border-charts-11\/95{
  border-color: rgb(165 110 255 / 0.95);
}

.border-charts-12{
  --tw-border-opacity: 1;
  border-color: rgb(0 93 93 / var(--tw-border-opacity, 1));
}

.border-charts-12\/0{
  border-color: rgb(0 93 93 / 0);
}

.border-charts-12\/10{
  border-color: rgb(0 93 93 / 0.1);
}

.border-charts-12\/100{
  border-color: rgb(0 93 93 / 1);
}

.border-charts-12\/15{
  border-color: rgb(0 93 93 / 0.15);
}

.border-charts-12\/20{
  border-color: rgb(0 93 93 / 0.2);
}

.border-charts-12\/25{
  border-color: rgb(0 93 93 / 0.25);
}

.border-charts-12\/30{
  border-color: rgb(0 93 93 / 0.3);
}

.border-charts-12\/35{
  border-color: rgb(0 93 93 / 0.35);
}

.border-charts-12\/40{
  border-color: rgb(0 93 93 / 0.4);
}

.border-charts-12\/45{
  border-color: rgb(0 93 93 / 0.45);
}

.border-charts-12\/5{
  border-color: rgb(0 93 93 / 0.05);
}

.border-charts-12\/50{
  border-color: rgb(0 93 93 / 0.5);
}

.border-charts-12\/55{
  border-color: rgb(0 93 93 / 0.55);
}

.border-charts-12\/60{
  border-color: rgb(0 93 93 / 0.6);
}

.border-charts-12\/65{
  border-color: rgb(0 93 93 / 0.65);
}

.border-charts-12\/70{
  border-color: rgb(0 93 93 / 0.7);
}

.border-charts-12\/75{
  border-color: rgb(0 93 93 / 0.75);
}

.border-charts-12\/80{
  border-color: rgb(0 93 93 / 0.8);
}

.border-charts-12\/85{
  border-color: rgb(0 93 93 / 0.85);
}

.border-charts-12\/90{
  border-color: rgb(0 93 93 / 0.9);
}

.border-charts-12\/95{
  border-color: rgb(0 93 93 / 0.95);
}

.border-charts-13{
  --tw-border-opacity: 1;
  border-color: rgb(94 165 49 / var(--tw-border-opacity, 1));
}

.border-charts-13\/0{
  border-color: rgb(94 165 49 / 0);
}

.border-charts-13\/10{
  border-color: rgb(94 165 49 / 0.1);
}

.border-charts-13\/100{
  border-color: rgb(94 165 49 / 1);
}

.border-charts-13\/15{
  border-color: rgb(94 165 49 / 0.15);
}

.border-charts-13\/20{
  border-color: rgb(94 165 49 / 0.2);
}

.border-charts-13\/25{
  border-color: rgb(94 165 49 / 0.25);
}

.border-charts-13\/30{
  border-color: rgb(94 165 49 / 0.3);
}

.border-charts-13\/35{
  border-color: rgb(94 165 49 / 0.35);
}

.border-charts-13\/40{
  border-color: rgb(94 165 49 / 0.4);
}

.border-charts-13\/45{
  border-color: rgb(94 165 49 / 0.45);
}

.border-charts-13\/5{
  border-color: rgb(94 165 49 / 0.05);
}

.border-charts-13\/50{
  border-color: rgb(94 165 49 / 0.5);
}

.border-charts-13\/55{
  border-color: rgb(94 165 49 / 0.55);
}

.border-charts-13\/60{
  border-color: rgb(94 165 49 / 0.6);
}

.border-charts-13\/65{
  border-color: rgb(94 165 49 / 0.65);
}

.border-charts-13\/70{
  border-color: rgb(94 165 49 / 0.7);
}

.border-charts-13\/75{
  border-color: rgb(94 165 49 / 0.75);
}

.border-charts-13\/80{
  border-color: rgb(94 165 49 / 0.8);
}

.border-charts-13\/85{
  border-color: rgb(94 165 49 / 0.85);
}

.border-charts-13\/90{
  border-color: rgb(94 165 49 / 0.9);
}

.border-charts-13\/95{
  border-color: rgb(94 165 49 / 0.95);
}

.border-charts-2{
  --tw-border-opacity: 1;
  border-color: rgb(38 124 215 / var(--tw-border-opacity, 1));
}

.border-charts-2\/0{
  border-color: rgb(38 124 215 / 0);
}

.border-charts-2\/10{
  border-color: rgb(38 124 215 / 0.1);
}

.border-charts-2\/100{
  border-color: rgb(38 124 215 / 1);
}

.border-charts-2\/15{
  border-color: rgb(38 124 215 / 0.15);
}

.border-charts-2\/20{
  border-color: rgb(38 124 215 / 0.2);
}

.border-charts-2\/25{
  border-color: rgb(38 124 215 / 0.25);
}

.border-charts-2\/30{
  border-color: rgb(38 124 215 / 0.3);
}

.border-charts-2\/35{
  border-color: rgb(38 124 215 / 0.35);
}

.border-charts-2\/40{
  border-color: rgb(38 124 215 / 0.4);
}

.border-charts-2\/45{
  border-color: rgb(38 124 215 / 0.45);
}

.border-charts-2\/5{
  border-color: rgb(38 124 215 / 0.05);
}

.border-charts-2\/50{
  border-color: rgb(38 124 215 / 0.5);
}

.border-charts-2\/55{
  border-color: rgb(38 124 215 / 0.55);
}

.border-charts-2\/60{
  border-color: rgb(38 124 215 / 0.6);
}

.border-charts-2\/65{
  border-color: rgb(38 124 215 / 0.65);
}

.border-charts-2\/70{
  border-color: rgb(38 124 215 / 0.7);
}

.border-charts-2\/75{
  border-color: rgb(38 124 215 / 0.75);
}

.border-charts-2\/80{
  border-color: rgb(38 124 215 / 0.8);
}

.border-charts-2\/85{
  border-color: rgb(38 124 215 / 0.85);
}

.border-charts-2\/90{
  border-color: rgb(38 124 215 / 0.9);
}

.border-charts-2\/95{
  border-color: rgb(38 124 215 / 0.95);
}

.border-charts-3{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.border-charts-3\/0{
  border-color: rgb(127 50 190 / 0);
}

.border-charts-3\/10{
  border-color: rgb(127 50 190 / 0.1);
}

.border-charts-3\/100{
  border-color: rgb(127 50 190 / 1);
}

.border-charts-3\/15{
  border-color: rgb(127 50 190 / 0.15);
}

.border-charts-3\/20{
  border-color: rgb(127 50 190 / 0.2);
}

.border-charts-3\/25{
  border-color: rgb(127 50 190 / 0.25);
}

.border-charts-3\/30{
  border-color: rgb(127 50 190 / 0.3);
}

.border-charts-3\/35{
  border-color: rgb(127 50 190 / 0.35);
}

.border-charts-3\/40{
  border-color: rgb(127 50 190 / 0.4);
}

.border-charts-3\/45{
  border-color: rgb(127 50 190 / 0.45);
}

.border-charts-3\/5{
  border-color: rgb(127 50 190 / 0.05);
}

.border-charts-3\/50{
  border-color: rgb(127 50 190 / 0.5);
}

.border-charts-3\/55{
  border-color: rgb(127 50 190 / 0.55);
}

.border-charts-3\/60{
  border-color: rgb(127 50 190 / 0.6);
}

.border-charts-3\/65{
  border-color: rgb(127 50 190 / 0.65);
}

.border-charts-3\/70{
  border-color: rgb(127 50 190 / 0.7);
}

.border-charts-3\/75{
  border-color: rgb(127 50 190 / 0.75);
}

.border-charts-3\/80{
  border-color: rgb(127 50 190 / 0.8);
}

.border-charts-3\/85{
  border-color: rgb(127 50 190 / 0.85);
}

.border-charts-3\/90{
  border-color: rgb(127 50 190 / 0.9);
}

.border-charts-3\/95{
  border-color: rgb(127 50 190 / 0.95);
}

.border-charts-4{
  --tw-border-opacity: 1;
  border-color: rgb(0 157 154 / var(--tw-border-opacity, 1));
}

.border-charts-4\/0{
  border-color: rgb(0 157 154 / 0);
}

.border-charts-4\/10{
  border-color: rgb(0 157 154 / 0.1);
}

.border-charts-4\/100{
  border-color: rgb(0 157 154 / 1);
}

.border-charts-4\/15{
  border-color: rgb(0 157 154 / 0.15);
}

.border-charts-4\/20{
  border-color: rgb(0 157 154 / 0.2);
}

.border-charts-4\/25{
  border-color: rgb(0 157 154 / 0.25);
}

.border-charts-4\/30{
  border-color: rgb(0 157 154 / 0.3);
}

.border-charts-4\/35{
  border-color: rgb(0 157 154 / 0.35);
}

.border-charts-4\/40{
  border-color: rgb(0 157 154 / 0.4);
}

.border-charts-4\/45{
  border-color: rgb(0 157 154 / 0.45);
}

.border-charts-4\/5{
  border-color: rgb(0 157 154 / 0.05);
}

.border-charts-4\/50{
  border-color: rgb(0 157 154 / 0.5);
}

.border-charts-4\/55{
  border-color: rgb(0 157 154 / 0.55);
}

.border-charts-4\/60{
  border-color: rgb(0 157 154 / 0.6);
}

.border-charts-4\/65{
  border-color: rgb(0 157 154 / 0.65);
}

.border-charts-4\/70{
  border-color: rgb(0 157 154 / 0.7);
}

.border-charts-4\/75{
  border-color: rgb(0 157 154 / 0.75);
}

.border-charts-4\/80{
  border-color: rgb(0 157 154 / 0.8);
}

.border-charts-4\/85{
  border-color: rgb(0 157 154 / 0.85);
}

.border-charts-4\/90{
  border-color: rgb(0 157 154 / 0.9);
}

.border-charts-4\/95{
  border-color: rgb(0 157 154 / 0.95);
}

.border-charts-5{
  --tw-border-opacity: 1;
  border-color: rgb(240 111 25 / var(--tw-border-opacity, 1));
}

.border-charts-5\/0{
  border-color: rgb(240 111 25 / 0);
}

.border-charts-5\/10{
  border-color: rgb(240 111 25 / 0.1);
}

.border-charts-5\/100{
  border-color: rgb(240 111 25 / 1);
}

.border-charts-5\/15{
  border-color: rgb(240 111 25 / 0.15);
}

.border-charts-5\/20{
  border-color: rgb(240 111 25 / 0.2);
}

.border-charts-5\/25{
  border-color: rgb(240 111 25 / 0.25);
}

.border-charts-5\/30{
  border-color: rgb(240 111 25 / 0.3);
}

.border-charts-5\/35{
  border-color: rgb(240 111 25 / 0.35);
}

.border-charts-5\/40{
  border-color: rgb(240 111 25 / 0.4);
}

.border-charts-5\/45{
  border-color: rgb(240 111 25 / 0.45);
}

.border-charts-5\/5{
  border-color: rgb(240 111 25 / 0.05);
}

.border-charts-5\/50{
  border-color: rgb(240 111 25 / 0.5);
}

.border-charts-5\/55{
  border-color: rgb(240 111 25 / 0.55);
}

.border-charts-5\/60{
  border-color: rgb(240 111 25 / 0.6);
}

.border-charts-5\/65{
  border-color: rgb(240 111 25 / 0.65);
}

.border-charts-5\/70{
  border-color: rgb(240 111 25 / 0.7);
}

.border-charts-5\/75{
  border-color: rgb(240 111 25 / 0.75);
}

.border-charts-5\/80{
  border-color: rgb(240 111 25 / 0.8);
}

.border-charts-5\/85{
  border-color: rgb(240 111 25 / 0.85);
}

.border-charts-5\/90{
  border-color: rgb(240 111 25 / 0.9);
}

.border-charts-5\/95{
  border-color: rgb(240 111 25 / 0.95);
}

.border-charts-6{
  --tw-border-opacity: 1;
  border-color: rgb(238 83 139 / var(--tw-border-opacity, 1));
}

.border-charts-6\/0{
  border-color: rgb(238 83 139 / 0);
}

.border-charts-6\/10{
  border-color: rgb(238 83 139 / 0.1);
}

.border-charts-6\/100{
  border-color: rgb(238 83 139 / 1);
}

.border-charts-6\/15{
  border-color: rgb(238 83 139 / 0.15);
}

.border-charts-6\/20{
  border-color: rgb(238 83 139 / 0.2);
}

.border-charts-6\/25{
  border-color: rgb(238 83 139 / 0.25);
}

.border-charts-6\/30{
  border-color: rgb(238 83 139 / 0.3);
}

.border-charts-6\/35{
  border-color: rgb(238 83 139 / 0.35);
}

.border-charts-6\/40{
  border-color: rgb(238 83 139 / 0.4);
}

.border-charts-6\/45{
  border-color: rgb(238 83 139 / 0.45);
}

.border-charts-6\/5{
  border-color: rgb(238 83 139 / 0.05);
}

.border-charts-6\/50{
  border-color: rgb(238 83 139 / 0.5);
}

.border-charts-6\/55{
  border-color: rgb(238 83 139 / 0.55);
}

.border-charts-6\/60{
  border-color: rgb(238 83 139 / 0.6);
}

.border-charts-6\/65{
  border-color: rgb(238 83 139 / 0.65);
}

.border-charts-6\/70{
  border-color: rgb(238 83 139 / 0.7);
}

.border-charts-6\/75{
  border-color: rgb(238 83 139 / 0.75);
}

.border-charts-6\/80{
  border-color: rgb(238 83 139 / 0.8);
}

.border-charts-6\/85{
  border-color: rgb(238 83 139 / 0.85);
}

.border-charts-6\/90{
  border-color: rgb(238 83 139 / 0.9);
}

.border-charts-6\/95{
  border-color: rgb(238 83 139 / 0.95);
}

.border-charts-7{
  --tw-border-opacity: 1;
  border-color: rgb(13 126 160 / var(--tw-border-opacity, 1));
}

.border-charts-7\/0{
  border-color: rgb(13 126 160 / 0);
}

.border-charts-7\/10{
  border-color: rgb(13 126 160 / 0.1);
}

.border-charts-7\/100{
  border-color: rgb(13 126 160 / 1);
}

.border-charts-7\/15{
  border-color: rgb(13 126 160 / 0.15);
}

.border-charts-7\/20{
  border-color: rgb(13 126 160 / 0.2);
}

.border-charts-7\/25{
  border-color: rgb(13 126 160 / 0.25);
}

.border-charts-7\/30{
  border-color: rgb(13 126 160 / 0.3);
}

.border-charts-7\/35{
  border-color: rgb(13 126 160 / 0.35);
}

.border-charts-7\/40{
  border-color: rgb(13 126 160 / 0.4);
}

.border-charts-7\/45{
  border-color: rgb(13 126 160 / 0.45);
}

.border-charts-7\/5{
  border-color: rgb(13 126 160 / 0.05);
}

.border-charts-7\/50{
  border-color: rgb(13 126 160 / 0.5);
}

.border-charts-7\/55{
  border-color: rgb(13 126 160 / 0.55);
}

.border-charts-7\/60{
  border-color: rgb(13 126 160 / 0.6);
}

.border-charts-7\/65{
  border-color: rgb(13 126 160 / 0.65);
}

.border-charts-7\/70{
  border-color: rgb(13 126 160 / 0.7);
}

.border-charts-7\/75{
  border-color: rgb(13 126 160 / 0.75);
}

.border-charts-7\/80{
  border-color: rgb(13 126 160 / 0.8);
}

.border-charts-7\/85{
  border-color: rgb(13 126 160 / 0.85);
}

.border-charts-7\/90{
  border-color: rgb(13 126 160 / 0.9);
}

.border-charts-7\/95{
  border-color: rgb(13 126 160 / 0.95);
}

.border-charts-8{
  --tw-border-opacity: 1;
  border-color: rgb(159 24 83 / var(--tw-border-opacity, 1));
}

.border-charts-8\/0{
  border-color: rgb(159 24 83 / 0);
}

.border-charts-8\/10{
  border-color: rgb(159 24 83 / 0.1);
}

.border-charts-8\/100{
  border-color: rgb(159 24 83 / 1);
}

.border-charts-8\/15{
  border-color: rgb(159 24 83 / 0.15);
}

.border-charts-8\/20{
  border-color: rgb(159 24 83 / 0.2);
}

.border-charts-8\/25{
  border-color: rgb(159 24 83 / 0.25);
}

.border-charts-8\/30{
  border-color: rgb(159 24 83 / 0.3);
}

.border-charts-8\/35{
  border-color: rgb(159 24 83 / 0.35);
}

.border-charts-8\/40{
  border-color: rgb(159 24 83 / 0.4);
}

.border-charts-8\/45{
  border-color: rgb(159 24 83 / 0.45);
}

.border-charts-8\/5{
  border-color: rgb(159 24 83 / 0.05);
}

.border-charts-8\/50{
  border-color: rgb(159 24 83 / 0.5);
}

.border-charts-8\/55{
  border-color: rgb(159 24 83 / 0.55);
}

.border-charts-8\/60{
  border-color: rgb(159 24 83 / 0.6);
}

.border-charts-8\/65{
  border-color: rgb(159 24 83 / 0.65);
}

.border-charts-8\/70{
  border-color: rgb(159 24 83 / 0.7);
}

.border-charts-8\/75{
  border-color: rgb(159 24 83 / 0.75);
}

.border-charts-8\/80{
  border-color: rgb(159 24 83 / 0.8);
}

.border-charts-8\/85{
  border-color: rgb(159 24 83 / 0.85);
}

.border-charts-8\/90{
  border-color: rgb(159 24 83 / 0.9);
}

.border-charts-8\/95{
  border-color: rgb(159 24 83 / 0.95);
}

.border-charts-9{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.border-charts-9\/0{
  border-color: rgb(255 186 0 / 0);
}

.border-charts-9\/10{
  border-color: rgb(255 186 0 / 0.1);
}

.border-charts-9\/100{
  border-color: rgb(255 186 0 / 1);
}

.border-charts-9\/15{
  border-color: rgb(255 186 0 / 0.15);
}

.border-charts-9\/20{
  border-color: rgb(255 186 0 / 0.2);
}

.border-charts-9\/25{
  border-color: rgb(255 186 0 / 0.25);
}

.border-charts-9\/30{
  border-color: rgb(255 186 0 / 0.3);
}

.border-charts-9\/35{
  border-color: rgb(255 186 0 / 0.35);
}

.border-charts-9\/40{
  border-color: rgb(255 186 0 / 0.4);
}

.border-charts-9\/45{
  border-color: rgb(255 186 0 / 0.45);
}

.border-charts-9\/5{
  border-color: rgb(255 186 0 / 0.05);
}

.border-charts-9\/50{
  border-color: rgb(255 186 0 / 0.5);
}

.border-charts-9\/55{
  border-color: rgb(255 186 0 / 0.55);
}

.border-charts-9\/60{
  border-color: rgb(255 186 0 / 0.6);
}

.border-charts-9\/65{
  border-color: rgb(255 186 0 / 0.65);
}

.border-charts-9\/70{
  border-color: rgb(255 186 0 / 0.7);
}

.border-charts-9\/75{
  border-color: rgb(255 186 0 / 0.75);
}

.border-charts-9\/80{
  border-color: rgb(255 186 0 / 0.8);
}

.border-charts-9\/85{
  border-color: rgb(255 186 0 / 0.85);
}

.border-charts-9\/90{
  border-color: rgb(255 186 0 / 0.9);
}

.border-charts-9\/95{
  border-color: rgb(255 186 0 / 0.95);
}

.border-error-100{
  --tw-border-opacity: 1;
  border-color: rgb(217 0 7 / var(--tw-border-opacity, 1));
}

.border-error-100\/0{
  border-color: rgb(217 0 7 / 0);
}

.border-error-100\/10{
  border-color: rgb(217 0 7 / 0.1);
}

.border-error-100\/100{
  border-color: rgb(217 0 7 / 1);
}

.border-error-100\/15{
  border-color: rgb(217 0 7 / 0.15);
}

.border-error-100\/20{
  border-color: rgb(217 0 7 / 0.2);
}

.border-error-100\/25{
  border-color: rgb(217 0 7 / 0.25);
}

.border-error-100\/30{
  border-color: rgb(217 0 7 / 0.3);
}

.border-error-100\/35{
  border-color: rgb(217 0 7 / 0.35);
}

.border-error-100\/40{
  border-color: rgb(217 0 7 / 0.4);
}

.border-error-100\/45{
  border-color: rgb(217 0 7 / 0.45);
}

.border-error-100\/5{
  border-color: rgb(217 0 7 / 0.05);
}

.border-error-100\/50{
  border-color: rgb(217 0 7 / 0.5);
}

.border-error-100\/55{
  border-color: rgb(217 0 7 / 0.55);
}

.border-error-100\/60{
  border-color: rgb(217 0 7 / 0.6);
}

.border-error-100\/65{
  border-color: rgb(217 0 7 / 0.65);
}

.border-error-100\/70{
  border-color: rgb(217 0 7 / 0.7);
}

.border-error-100\/75{
  border-color: rgb(217 0 7 / 0.75);
}

.border-error-100\/80{
  border-color: rgb(217 0 7 / 0.8);
}

.border-error-100\/85{
  border-color: rgb(217 0 7 / 0.85);
}

.border-error-100\/90{
  border-color: rgb(217 0 7 / 0.9);
}

.border-error-100\/95{
  border-color: rgb(217 0 7 / 0.95);
}

.border-error-background{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-error-background\/0{
  border-color: rgb(254 226 226 / 0);
}

.border-error-background\/10{
  border-color: rgb(254 226 226 / 0.1);
}

.border-error-background\/100{
  border-color: rgb(254 226 226 / 1);
}

.border-error-background\/15{
  border-color: rgb(254 226 226 / 0.15);
}

.border-error-background\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-error-background\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-error-background\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-error-background\/35{
  border-color: rgb(254 226 226 / 0.35);
}

.border-error-background\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-error-background\/45{
  border-color: rgb(254 226 226 / 0.45);
}

.border-error-background\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-error-background\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-error-background\/55{
  border-color: rgb(254 226 226 / 0.55);
}

.border-error-background\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-error-background\/65{
  border-color: rgb(254 226 226 / 0.65);
}

.border-error-background\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-error-background\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-error-background\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-error-background\/85{
  border-color: rgb(254 226 226 / 0.85);
}

.border-error-background\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-error-background\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-informational-100{
  --tw-border-opacity: 1;
  border-color: rgb(35 87 137 / var(--tw-border-opacity, 1));
}

.border-informational-100\/0{
  border-color: rgb(35 87 137 / 0);
}

.border-informational-100\/10{
  border-color: rgb(35 87 137 / 0.1);
}

.border-informational-100\/100{
  border-color: rgb(35 87 137 / 1);
}

.border-informational-100\/15{
  border-color: rgb(35 87 137 / 0.15);
}

.border-informational-100\/20{
  border-color: rgb(35 87 137 / 0.2);
}

.border-informational-100\/25{
  border-color: rgb(35 87 137 / 0.25);
}

.border-informational-100\/30{
  border-color: rgb(35 87 137 / 0.3);
}

.border-informational-100\/35{
  border-color: rgb(35 87 137 / 0.35);
}

.border-informational-100\/40{
  border-color: rgb(35 87 137 / 0.4);
}

.border-informational-100\/45{
  border-color: rgb(35 87 137 / 0.45);
}

.border-informational-100\/5{
  border-color: rgb(35 87 137 / 0.05);
}

.border-informational-100\/50{
  border-color: rgb(35 87 137 / 0.5);
}

.border-informational-100\/55{
  border-color: rgb(35 87 137 / 0.55);
}

.border-informational-100\/60{
  border-color: rgb(35 87 137 / 0.6);
}

.border-informational-100\/65{
  border-color: rgb(35 87 137 / 0.65);
}

.border-informational-100\/70{
  border-color: rgb(35 87 137 / 0.7);
}

.border-informational-100\/75{
  border-color: rgb(35 87 137 / 0.75);
}

.border-informational-100\/80{
  border-color: rgb(35 87 137 / 0.8);
}

.border-informational-100\/85{
  border-color: rgb(35 87 137 / 0.85);
}

.border-informational-100\/90{
  border-color: rgb(35 87 137 / 0.9);
}

.border-informational-100\/95{
  border-color: rgb(35 87 137 / 0.95);
}

.border-informational-background{
  --tw-border-opacity: 1;
  border-color: rgb(226 241 254 / var(--tw-border-opacity, 1));
}

.border-informational-background\/0{
  border-color: rgb(226 241 254 / 0);
}

.border-informational-background\/10{
  border-color: rgb(226 241 254 / 0.1);
}

.border-informational-background\/100{
  border-color: rgb(226 241 254 / 1);
}

.border-informational-background\/15{
  border-color: rgb(226 241 254 / 0.15);
}

.border-informational-background\/20{
  border-color: rgb(226 241 254 / 0.2);
}

.border-informational-background\/25{
  border-color: rgb(226 241 254 / 0.25);
}

.border-informational-background\/30{
  border-color: rgb(226 241 254 / 0.3);
}

.border-informational-background\/35{
  border-color: rgb(226 241 254 / 0.35);
}

.border-informational-background\/40{
  border-color: rgb(226 241 254 / 0.4);
}

.border-informational-background\/45{
  border-color: rgb(226 241 254 / 0.45);
}

.border-informational-background\/5{
  border-color: rgb(226 241 254 / 0.05);
}

.border-informational-background\/50{
  border-color: rgb(226 241 254 / 0.5);
}

.border-informational-background\/55{
  border-color: rgb(226 241 254 / 0.55);
}

.border-informational-background\/60{
  border-color: rgb(226 241 254 / 0.6);
}

.border-informational-background\/65{
  border-color: rgb(226 241 254 / 0.65);
}

.border-informational-background\/70{
  border-color: rgb(226 241 254 / 0.7);
}

.border-informational-background\/75{
  border-color: rgb(226 241 254 / 0.75);
}

.border-informational-background\/80{
  border-color: rgb(226 241 254 / 0.8);
}

.border-informational-background\/85{
  border-color: rgb(226 241 254 / 0.85);
}

.border-informational-background\/90{
  border-color: rgb(226 241 254 / 0.9);
}

.border-informational-background\/95{
  border-color: rgb(226 241 254 / 0.95);
}

.border-neutral-10{
  --tw-border-opacity: 1;
  border-color: rgb(245 247 250 / var(--tw-border-opacity, 1));
}

.border-neutral-10\/0{
  border-color: rgb(245 247 250 / 0);
}

.border-neutral-10\/10{
  border-color: rgb(245 247 250 / 0.1);
}

.border-neutral-10\/100{
  border-color: rgb(245 247 250 / 1);
}

.border-neutral-10\/15{
  border-color: rgb(245 247 250 / 0.15);
}

.border-neutral-10\/20{
  border-color: rgb(245 247 250 / 0.2);
}

.border-neutral-10\/25{
  border-color: rgb(245 247 250 / 0.25);
}

.border-neutral-10\/30{
  border-color: rgb(245 247 250 / 0.3);
}

.border-neutral-10\/35{
  border-color: rgb(245 247 250 / 0.35);
}

.border-neutral-10\/40{
  border-color: rgb(245 247 250 / 0.4);
}

.border-neutral-10\/45{
  border-color: rgb(245 247 250 / 0.45);
}

.border-neutral-10\/5{
  border-color: rgb(245 247 250 / 0.05);
}

.border-neutral-10\/50{
  border-color: rgb(245 247 250 / 0.5);
}

.border-neutral-10\/55{
  border-color: rgb(245 247 250 / 0.55);
}

.border-neutral-10\/60{
  border-color: rgb(245 247 250 / 0.6);
}

.border-neutral-10\/65{
  border-color: rgb(245 247 250 / 0.65);
}

.border-neutral-10\/70{
  border-color: rgb(245 247 250 / 0.7);
}

.border-neutral-10\/75{
  border-color: rgb(245 247 250 / 0.75);
}

.border-neutral-10\/80{
  border-color: rgb(245 247 250 / 0.8);
}

.border-neutral-10\/85{
  border-color: rgb(245 247 250 / 0.85);
}

.border-neutral-10\/90{
  border-color: rgb(245 247 250 / 0.9);
}

.border-neutral-10\/95{
  border-color: rgb(245 247 250 / 0.95);
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.border-neutral-100\/0{
  border-color: rgb(26 26 26 / 0);
}

.border-neutral-100\/10{
  border-color: rgb(26 26 26 / 0.1);
}

.border-neutral-100\/100{
  border-color: rgb(26 26 26 / 1);
}

.border-neutral-100\/15{
  border-color: rgb(26 26 26 / 0.15);
}

.border-neutral-100\/20{
  border-color: rgb(26 26 26 / 0.2);
}

.border-neutral-100\/25{
  border-color: rgb(26 26 26 / 0.25);
}

.border-neutral-100\/30{
  border-color: rgb(26 26 26 / 0.3);
}

.border-neutral-100\/35{
  border-color: rgb(26 26 26 / 0.35);
}

.border-neutral-100\/40{
  border-color: rgb(26 26 26 / 0.4);
}

.border-neutral-100\/45{
  border-color: rgb(26 26 26 / 0.45);
}

.border-neutral-100\/5{
  border-color: rgb(26 26 26 / 0.05);
}

.border-neutral-100\/50{
  border-color: rgb(26 26 26 / 0.5);
}

.border-neutral-100\/55{
  border-color: rgb(26 26 26 / 0.55);
}

.border-neutral-100\/60{
  border-color: rgb(26 26 26 / 0.6);
}

.border-neutral-100\/65{
  border-color: rgb(26 26 26 / 0.65);
}

.border-neutral-100\/70{
  border-color: rgb(26 26 26 / 0.7);
}

.border-neutral-100\/75{
  border-color: rgb(26 26 26 / 0.75);
}

.border-neutral-100\/80{
  border-color: rgb(26 26 26 / 0.8);
}

.border-neutral-100\/85{
  border-color: rgb(26 26 26 / 0.85);
}

.border-neutral-100\/90{
  border-color: rgb(26 26 26 / 0.9);
}

.border-neutral-100\/95{
  border-color: rgb(26 26 26 / 0.95);
}

.border-neutral-20{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.border-neutral-20\/0{
  border-color: rgb(227 227 227 / 0);
}

.border-neutral-20\/10{
  border-color: rgb(227 227 227 / 0.1);
}

.border-neutral-20\/100{
  border-color: rgb(227 227 227 / 1);
}

.border-neutral-20\/15{
  border-color: rgb(227 227 227 / 0.15);
}

.border-neutral-20\/20{
  border-color: rgb(227 227 227 / 0.2);
}

.border-neutral-20\/25{
  border-color: rgb(227 227 227 / 0.25);
}

.border-neutral-20\/30{
  border-color: rgb(227 227 227 / 0.3);
}

.border-neutral-20\/35{
  border-color: rgb(227 227 227 / 0.35);
}

.border-neutral-20\/40{
  border-color: rgb(227 227 227 / 0.4);
}

.border-neutral-20\/45{
  border-color: rgb(227 227 227 / 0.45);
}

.border-neutral-20\/5{
  border-color: rgb(227 227 227 / 0.05);
}

.border-neutral-20\/50{
  border-color: rgb(227 227 227 / 0.5);
}

.border-neutral-20\/55{
  border-color: rgb(227 227 227 / 0.55);
}

.border-neutral-20\/60{
  border-color: rgb(227 227 227 / 0.6);
}

.border-neutral-20\/65{
  border-color: rgb(227 227 227 / 0.65);
}

.border-neutral-20\/70{
  border-color: rgb(227 227 227 / 0.7);
}

.border-neutral-20\/75{
  border-color: rgb(227 227 227 / 0.75);
}

.border-neutral-20\/80{
  border-color: rgb(227 227 227 / 0.8);
}

.border-neutral-20\/85{
  border-color: rgb(227 227 227 / 0.85);
}

.border-neutral-20\/90{
  border-color: rgb(227 227 227 / 0.9);
}

.border-neutral-20\/95{
  border-color: rgb(227 227 227 / 0.95);
}

.border-neutral-30{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.border-neutral-30\/0{
  border-color: rgb(199 199 199 / 0);
}

.border-neutral-30\/10{
  border-color: rgb(199 199 199 / 0.1);
}

.border-neutral-30\/100{
  border-color: rgb(199 199 199 / 1);
}

.border-neutral-30\/15{
  border-color: rgb(199 199 199 / 0.15);
}

.border-neutral-30\/20{
  border-color: rgb(199 199 199 / 0.2);
}

.border-neutral-30\/25{
  border-color: rgb(199 199 199 / 0.25);
}

.border-neutral-30\/30{
  border-color: rgb(199 199 199 / 0.3);
}

.border-neutral-30\/35{
  border-color: rgb(199 199 199 / 0.35);
}

.border-neutral-30\/40{
  border-color: rgb(199 199 199 / 0.4);
}

.border-neutral-30\/45{
  border-color: rgb(199 199 199 / 0.45);
}

.border-neutral-30\/5{
  border-color: rgb(199 199 199 / 0.05);
}

.border-neutral-30\/50{
  border-color: rgb(199 199 199 / 0.5);
}

.border-neutral-30\/55{
  border-color: rgb(199 199 199 / 0.55);
}

.border-neutral-30\/60{
  border-color: rgb(199 199 199 / 0.6);
}

.border-neutral-30\/65{
  border-color: rgb(199 199 199 / 0.65);
}

.border-neutral-30\/70{
  border-color: rgb(199 199 199 / 0.7);
}

.border-neutral-30\/75{
  border-color: rgb(199 199 199 / 0.75);
}

.border-neutral-30\/80{
  border-color: rgb(199 199 199 / 0.8);
}

.border-neutral-30\/85{
  border-color: rgb(199 199 199 / 0.85);
}

.border-neutral-30\/90{
  border-color: rgb(199 199 199 / 0.9);
}

.border-neutral-30\/95{
  border-color: rgb(199 199 199 / 0.95);
}

.border-neutral-40{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

.border-neutral-40\/0{
  border-color: rgb(172 172 172 / 0);
}

.border-neutral-40\/10{
  border-color: rgb(172 172 172 / 0.1);
}

.border-neutral-40\/100{
  border-color: rgb(172 172 172 / 1);
}

.border-neutral-40\/15{
  border-color: rgb(172 172 172 / 0.15);
}

.border-neutral-40\/20{
  border-color: rgb(172 172 172 / 0.2);
}

.border-neutral-40\/25{
  border-color: rgb(172 172 172 / 0.25);
}

.border-neutral-40\/30{
  border-color: rgb(172 172 172 / 0.3);
}

.border-neutral-40\/35{
  border-color: rgb(172 172 172 / 0.35);
}

.border-neutral-40\/40{
  border-color: rgb(172 172 172 / 0.4);
}

.border-neutral-40\/45{
  border-color: rgb(172 172 172 / 0.45);
}

.border-neutral-40\/5{
  border-color: rgb(172 172 172 / 0.05);
}

.border-neutral-40\/50{
  border-color: rgb(172 172 172 / 0.5);
}

.border-neutral-40\/55{
  border-color: rgb(172 172 172 / 0.55);
}

.border-neutral-40\/60{
  border-color: rgb(172 172 172 / 0.6);
}

.border-neutral-40\/65{
  border-color: rgb(172 172 172 / 0.65);
}

.border-neutral-40\/70{
  border-color: rgb(172 172 172 / 0.7);
}

.border-neutral-40\/75{
  border-color: rgb(172 172 172 / 0.75);
}

.border-neutral-40\/80{
  border-color: rgb(172 172 172 / 0.8);
}

.border-neutral-40\/85{
  border-color: rgb(172 172 172 / 0.85);
}

.border-neutral-40\/90{
  border-color: rgb(172 172 172 / 0.9);
}

.border-neutral-40\/95{
  border-color: rgb(172 172 172 / 0.95);
}

.border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(142 145 146 / var(--tw-border-opacity, 1));
}

.border-neutral-50\/0{
  border-color: rgb(142 145 146 / 0);
}

.border-neutral-50\/10{
  border-color: rgb(142 145 146 / 0.1);
}

.border-neutral-50\/100{
  border-color: rgb(142 145 146 / 1);
}

.border-neutral-50\/15{
  border-color: rgb(142 145 146 / 0.15);
}

.border-neutral-50\/20{
  border-color: rgb(142 145 146 / 0.2);
}

.border-neutral-50\/25{
  border-color: rgb(142 145 146 / 0.25);
}

.border-neutral-50\/30{
  border-color: rgb(142 145 146 / 0.3);
}

.border-neutral-50\/35{
  border-color: rgb(142 145 146 / 0.35);
}

.border-neutral-50\/40{
  border-color: rgb(142 145 146 / 0.4);
}

.border-neutral-50\/45{
  border-color: rgb(142 145 146 / 0.45);
}

.border-neutral-50\/5{
  border-color: rgb(142 145 146 / 0.05);
}

.border-neutral-50\/50{
  border-color: rgb(142 145 146 / 0.5);
}

.border-neutral-50\/55{
  border-color: rgb(142 145 146 / 0.55);
}

.border-neutral-50\/60{
  border-color: rgb(142 145 146 / 0.6);
}

.border-neutral-50\/65{
  border-color: rgb(142 145 146 / 0.65);
}

.border-neutral-50\/70{
  border-color: rgb(142 145 146 / 0.7);
}

.border-neutral-50\/75{
  border-color: rgb(142 145 146 / 0.75);
}

.border-neutral-50\/80{
  border-color: rgb(142 145 146 / 0.8);
}

.border-neutral-50\/85{
  border-color: rgb(142 145 146 / 0.85);
}

.border-neutral-50\/90{
  border-color: rgb(142 145 146 / 0.9);
}

.border-neutral-50\/95{
  border-color: rgb(142 145 146 / 0.95);
}

.border-neutral-60{
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity, 1));
}

.border-neutral-60\/0{
  border-color: rgb(118 118 118 / 0);
}

.border-neutral-60\/10{
  border-color: rgb(118 118 118 / 0.1);
}

.border-neutral-60\/100{
  border-color: rgb(118 118 118 / 1);
}

.border-neutral-60\/15{
  border-color: rgb(118 118 118 / 0.15);
}

.border-neutral-60\/20{
  border-color: rgb(118 118 118 / 0.2);
}

.border-neutral-60\/25{
  border-color: rgb(118 118 118 / 0.25);
}

.border-neutral-60\/30{
  border-color: rgb(118 118 118 / 0.3);
}

.border-neutral-60\/35{
  border-color: rgb(118 118 118 / 0.35);
}

.border-neutral-60\/40{
  border-color: rgb(118 118 118 / 0.4);
}

.border-neutral-60\/45{
  border-color: rgb(118 118 118 / 0.45);
}

.border-neutral-60\/5{
  border-color: rgb(118 118 118 / 0.05);
}

.border-neutral-60\/50{
  border-color: rgb(118 118 118 / 0.5);
}

.border-neutral-60\/55{
  border-color: rgb(118 118 118 / 0.55);
}

.border-neutral-60\/60{
  border-color: rgb(118 118 118 / 0.6);
}

.border-neutral-60\/65{
  border-color: rgb(118 118 118 / 0.65);
}

.border-neutral-60\/70{
  border-color: rgb(118 118 118 / 0.7);
}

.border-neutral-60\/75{
  border-color: rgb(118 118 118 / 0.75);
}

.border-neutral-60\/80{
  border-color: rgb(118 118 118 / 0.8);
}

.border-neutral-60\/85{
  border-color: rgb(118 118 118 / 0.85);
}

.border-neutral-60\/90{
  border-color: rgb(118 118 118 / 0.9);
}

.border-neutral-60\/95{
  border-color: rgb(118 118 118 / 0.95);
}

.border-neutral-70{
  --tw-border-opacity: 1;
  border-color: rgb(92 95 96 / var(--tw-border-opacity, 1));
}

.border-neutral-70\/0{
  border-color: rgb(92 95 96 / 0);
}

.border-neutral-70\/10{
  border-color: rgb(92 95 96 / 0.1);
}

.border-neutral-70\/100{
  border-color: rgb(92 95 96 / 1);
}

.border-neutral-70\/15{
  border-color: rgb(92 95 96 / 0.15);
}

.border-neutral-70\/20{
  border-color: rgb(92 95 96 / 0.2);
}

.border-neutral-70\/25{
  border-color: rgb(92 95 96 / 0.25);
}

.border-neutral-70\/30{
  border-color: rgb(92 95 96 / 0.3);
}

.border-neutral-70\/35{
  border-color: rgb(92 95 96 / 0.35);
}

.border-neutral-70\/40{
  border-color: rgb(92 95 96 / 0.4);
}

.border-neutral-70\/45{
  border-color: rgb(92 95 96 / 0.45);
}

.border-neutral-70\/5{
  border-color: rgb(92 95 96 / 0.05);
}

.border-neutral-70\/50{
  border-color: rgb(92 95 96 / 0.5);
}

.border-neutral-70\/55{
  border-color: rgb(92 95 96 / 0.55);
}

.border-neutral-70\/60{
  border-color: rgb(92 95 96 / 0.6);
}

.border-neutral-70\/65{
  border-color: rgb(92 95 96 / 0.65);
}

.border-neutral-70\/70{
  border-color: rgb(92 95 96 / 0.7);
}

.border-neutral-70\/75{
  border-color: rgb(92 95 96 / 0.75);
}

.border-neutral-70\/80{
  border-color: rgb(92 95 96 / 0.8);
}

.border-neutral-70\/85{
  border-color: rgb(92 95 96 / 0.85);
}

.border-neutral-70\/90{
  border-color: rgb(92 95 96 / 0.9);
}

.border-neutral-70\/95{
  border-color: rgb(92 95 96 / 0.95);
}

.border-neutral-80{
  --tw-border-opacity: 1;
  border-color: rgb(68 71 72 / var(--tw-border-opacity, 1));
}

.border-neutral-80\/0{
  border-color: rgb(68 71 72 / 0);
}

.border-neutral-80\/10{
  border-color: rgb(68 71 72 / 0.1);
}

.border-neutral-80\/100{
  border-color: rgb(68 71 72 / 1);
}

.border-neutral-80\/15{
  border-color: rgb(68 71 72 / 0.15);
}

.border-neutral-80\/20{
  border-color: rgb(68 71 72 / 0.2);
}

.border-neutral-80\/25{
  border-color: rgb(68 71 72 / 0.25);
}

.border-neutral-80\/30{
  border-color: rgb(68 71 72 / 0.3);
}

.border-neutral-80\/35{
  border-color: rgb(68 71 72 / 0.35);
}

.border-neutral-80\/40{
  border-color: rgb(68 71 72 / 0.4);
}

.border-neutral-80\/45{
  border-color: rgb(68 71 72 / 0.45);
}

.border-neutral-80\/5{
  border-color: rgb(68 71 72 / 0.05);
}

.border-neutral-80\/50{
  border-color: rgb(68 71 72 / 0.5);
}

.border-neutral-80\/55{
  border-color: rgb(68 71 72 / 0.55);
}

.border-neutral-80\/60{
  border-color: rgb(68 71 72 / 0.6);
}

.border-neutral-80\/65{
  border-color: rgb(68 71 72 / 0.65);
}

.border-neutral-80\/70{
  border-color: rgb(68 71 72 / 0.7);
}

.border-neutral-80\/75{
  border-color: rgb(68 71 72 / 0.75);
}

.border-neutral-80\/80{
  border-color: rgb(68 71 72 / 0.8);
}

.border-neutral-80\/85{
  border-color: rgb(68 71 72 / 0.85);
}

.border-neutral-80\/90{
  border-color: rgb(68 71 72 / 0.9);
}

.border-neutral-80\/95{
  border-color: rgb(68 71 72 / 0.95);
}

.border-neutral-90{
  --tw-border-opacity: 1;
  border-color: rgb(45 49 50 / var(--tw-border-opacity, 1));
}

.border-neutral-90\/0{
  border-color: rgb(45 49 50 / 0);
}

.border-neutral-90\/10{
  border-color: rgb(45 49 50 / 0.1);
}

.border-neutral-90\/100{
  border-color: rgb(45 49 50 / 1);
}

.border-neutral-90\/15{
  border-color: rgb(45 49 50 / 0.15);
}

.border-neutral-90\/20{
  border-color: rgb(45 49 50 / 0.2);
}

.border-neutral-90\/25{
  border-color: rgb(45 49 50 / 0.25);
}

.border-neutral-90\/30{
  border-color: rgb(45 49 50 / 0.3);
}

.border-neutral-90\/35{
  border-color: rgb(45 49 50 / 0.35);
}

.border-neutral-90\/40{
  border-color: rgb(45 49 50 / 0.4);
}

.border-neutral-90\/45{
  border-color: rgb(45 49 50 / 0.45);
}

.border-neutral-90\/5{
  border-color: rgb(45 49 50 / 0.05);
}

.border-neutral-90\/50{
  border-color: rgb(45 49 50 / 0.5);
}

.border-neutral-90\/55{
  border-color: rgb(45 49 50 / 0.55);
}

.border-neutral-90\/60{
  border-color: rgb(45 49 50 / 0.6);
}

.border-neutral-90\/65{
  border-color: rgb(45 49 50 / 0.65);
}

.border-neutral-90\/70{
  border-color: rgb(45 49 50 / 0.7);
}

.border-neutral-90\/75{
  border-color: rgb(45 49 50 / 0.75);
}

.border-neutral-90\/80{
  border-color: rgb(45 49 50 / 0.8);
}

.border-neutral-90\/85{
  border-color: rgb(45 49 50 / 0.85);
}

.border-neutral-90\/90{
  border-color: rgb(45 49 50 / 0.9);
}

.border-neutral-90\/95{
  border-color: rgb(45 49 50 / 0.95);
}

.border-primary-10{
  --tw-border-opacity: 1;
  border-color: rgb(226 248 255 / var(--tw-border-opacity, 1));
}

.border-primary-10\/0{
  border-color: rgb(226 248 255 / 0);
}

.border-primary-10\/10{
  border-color: rgb(226 248 255 / 0.1);
}

.border-primary-10\/100{
  border-color: rgb(226 248 255 / 1);
}

.border-primary-10\/15{
  border-color: rgb(226 248 255 / 0.15);
}

.border-primary-10\/20{
  border-color: rgb(226 248 255 / 0.2);
}

.border-primary-10\/25{
  border-color: rgb(226 248 255 / 0.25);
}

.border-primary-10\/30{
  border-color: rgb(226 248 255 / 0.3);
}

.border-primary-10\/35{
  border-color: rgb(226 248 255 / 0.35);
}

.border-primary-10\/40{
  border-color: rgb(226 248 255 / 0.4);
}

.border-primary-10\/45{
  border-color: rgb(226 248 255 / 0.45);
}

.border-primary-10\/5{
  border-color: rgb(226 248 255 / 0.05);
}

.border-primary-10\/50{
  border-color: rgb(226 248 255 / 0.5);
}

.border-primary-10\/55{
  border-color: rgb(226 248 255 / 0.55);
}

.border-primary-10\/60{
  border-color: rgb(226 248 255 / 0.6);
}

.border-primary-10\/65{
  border-color: rgb(226 248 255 / 0.65);
}

.border-primary-10\/70{
  border-color: rgb(226 248 255 / 0.7);
}

.border-primary-10\/75{
  border-color: rgb(226 248 255 / 0.75);
}

.border-primary-10\/80{
  border-color: rgb(226 248 255 / 0.8);
}

.border-primary-10\/85{
  border-color: rgb(226 248 255 / 0.85);
}

.border-primary-10\/90{
  border-color: rgb(226 248 255 / 0.9);
}

.border-primary-10\/95{
  border-color: rgb(226 248 255 / 0.95);
}

.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(0 30 43 / var(--tw-border-opacity, 1));
}

.border-primary-100\/0{
  border-color: rgb(0 30 43 / 0);
}

.border-primary-100\/10{
  border-color: rgb(0 30 43 / 0.1);
}

.border-primary-100\/100{
  border-color: rgb(0 30 43 / 1);
}

.border-primary-100\/15{
  border-color: rgb(0 30 43 / 0.15);
}

.border-primary-100\/20{
  border-color: rgb(0 30 43 / 0.2);
}

.border-primary-100\/25{
  border-color: rgb(0 30 43 / 0.25);
}

.border-primary-100\/30{
  border-color: rgb(0 30 43 / 0.3);
}

.border-primary-100\/35{
  border-color: rgb(0 30 43 / 0.35);
}

.border-primary-100\/40{
  border-color: rgb(0 30 43 / 0.4);
}

.border-primary-100\/45{
  border-color: rgb(0 30 43 / 0.45);
}

.border-primary-100\/5{
  border-color: rgb(0 30 43 / 0.05);
}

.border-primary-100\/50{
  border-color: rgb(0 30 43 / 0.5);
}

.border-primary-100\/55{
  border-color: rgb(0 30 43 / 0.55);
}

.border-primary-100\/60{
  border-color: rgb(0 30 43 / 0.6);
}

.border-primary-100\/65{
  border-color: rgb(0 30 43 / 0.65);
}

.border-primary-100\/70{
  border-color: rgb(0 30 43 / 0.7);
}

.border-primary-100\/75{
  border-color: rgb(0 30 43 / 0.75);
}

.border-primary-100\/80{
  border-color: rgb(0 30 43 / 0.8);
}

.border-primary-100\/85{
  border-color: rgb(0 30 43 / 0.85);
}

.border-primary-100\/90{
  border-color: rgb(0 30 43 / 0.9);
}

.border-primary-100\/95{
  border-color: rgb(0 30 43 / 0.95);
}

.border-primary-15{
  --tw-border-opacity: 1;
  border-color: rgb(213 243 253 / var(--tw-border-opacity, 1));
}

.border-primary-15\/0{
  border-color: rgb(213 243 253 / 0);
}

.border-primary-15\/10{
  border-color: rgb(213 243 253 / 0.1);
}

.border-primary-15\/100{
  border-color: rgb(213 243 253 / 1);
}

.border-primary-15\/15{
  border-color: rgb(213 243 253 / 0.15);
}

.border-primary-15\/20{
  border-color: rgb(213 243 253 / 0.2);
}

.border-primary-15\/25{
  border-color: rgb(213 243 253 / 0.25);
}

.border-primary-15\/30{
  border-color: rgb(213 243 253 / 0.3);
}

.border-primary-15\/35{
  border-color: rgb(213 243 253 / 0.35);
}

.border-primary-15\/40{
  border-color: rgb(213 243 253 / 0.4);
}

.border-primary-15\/45{
  border-color: rgb(213 243 253 / 0.45);
}

.border-primary-15\/5{
  border-color: rgb(213 243 253 / 0.05);
}

.border-primary-15\/50{
  border-color: rgb(213 243 253 / 0.5);
}

.border-primary-15\/55{
  border-color: rgb(213 243 253 / 0.55);
}

.border-primary-15\/60{
  border-color: rgb(213 243 253 / 0.6);
}

.border-primary-15\/65{
  border-color: rgb(213 243 253 / 0.65);
}

.border-primary-15\/70{
  border-color: rgb(213 243 253 / 0.7);
}

.border-primary-15\/75{
  border-color: rgb(213 243 253 / 0.75);
}

.border-primary-15\/80{
  border-color: rgb(213 243 253 / 0.8);
}

.border-primary-15\/85{
  border-color: rgb(213 243 253 / 0.85);
}

.border-primary-15\/90{
  border-color: rgb(213 243 253 / 0.9);
}

.border-primary-15\/95{
  border-color: rgb(213 243 253 / 0.95);
}

.border-primary-20{
  --tw-border-opacity: 1;
  border-color: rgb(188 235 255 / var(--tw-border-opacity, 1));
}

.border-primary-20\/0{
  border-color: rgb(188 235 255 / 0);
}

.border-primary-20\/10{
  border-color: rgb(188 235 255 / 0.1);
}

.border-primary-20\/100{
  border-color: rgb(188 235 255 / 1);
}

.border-primary-20\/15{
  border-color: rgb(188 235 255 / 0.15);
}

.border-primary-20\/20{
  border-color: rgb(188 235 255 / 0.2);
}

.border-primary-20\/25{
  border-color: rgb(188 235 255 / 0.25);
}

.border-primary-20\/30{
  border-color: rgb(188 235 255 / 0.3);
}

.border-primary-20\/35{
  border-color: rgb(188 235 255 / 0.35);
}

.border-primary-20\/40{
  border-color: rgb(188 235 255 / 0.4);
}

.border-primary-20\/45{
  border-color: rgb(188 235 255 / 0.45);
}

.border-primary-20\/5{
  border-color: rgb(188 235 255 / 0.05);
}

.border-primary-20\/50{
  border-color: rgb(188 235 255 / 0.5);
}

.border-primary-20\/55{
  border-color: rgb(188 235 255 / 0.55);
}

.border-primary-20\/60{
  border-color: rgb(188 235 255 / 0.6);
}

.border-primary-20\/65{
  border-color: rgb(188 235 255 / 0.65);
}

.border-primary-20\/70{
  border-color: rgb(188 235 255 / 0.7);
}

.border-primary-20\/75{
  border-color: rgb(188 235 255 / 0.75);
}

.border-primary-20\/80{
  border-color: rgb(188 235 255 / 0.8);
}

.border-primary-20\/85{
  border-color: rgb(188 235 255 / 0.85);
}

.border-primary-20\/90{
  border-color: rgb(188 235 255 / 0.9);
}

.border-primary-20\/95{
  border-color: rgb(188 235 255 / 0.95);
}

.border-primary-30{
  --tw-border-opacity: 1;
  border-color: rgb(126 211 247 / var(--tw-border-opacity, 1));
}

.border-primary-30\/0{
  border-color: rgb(126 211 247 / 0);
}

.border-primary-30\/10{
  border-color: rgb(126 211 247 / 0.1);
}

.border-primary-30\/100{
  border-color: rgb(126 211 247 / 1);
}

.border-primary-30\/15{
  border-color: rgb(126 211 247 / 0.15);
}

.border-primary-30\/20{
  border-color: rgb(126 211 247 / 0.2);
}

.border-primary-30\/25{
  border-color: rgb(126 211 247 / 0.25);
}

.border-primary-30\/30{
  border-color: rgb(126 211 247 / 0.3);
}

.border-primary-30\/35{
  border-color: rgb(126 211 247 / 0.35);
}

.border-primary-30\/40{
  border-color: rgb(126 211 247 / 0.4);
}

.border-primary-30\/45{
  border-color: rgb(126 211 247 / 0.45);
}

.border-primary-30\/5{
  border-color: rgb(126 211 247 / 0.05);
}

.border-primary-30\/50{
  border-color: rgb(126 211 247 / 0.5);
}

.border-primary-30\/55{
  border-color: rgb(126 211 247 / 0.55);
}

.border-primary-30\/60{
  border-color: rgb(126 211 247 / 0.6);
}

.border-primary-30\/65{
  border-color: rgb(126 211 247 / 0.65);
}

.border-primary-30\/70{
  border-color: rgb(126 211 247 / 0.7);
}

.border-primary-30\/75{
  border-color: rgb(126 211 247 / 0.75);
}

.border-primary-30\/80{
  border-color: rgb(126 211 247 / 0.8);
}

.border-primary-30\/85{
  border-color: rgb(126 211 247 / 0.85);
}

.border-primary-30\/90{
  border-color: rgb(126 211 247 / 0.9);
}

.border-primary-30\/95{
  border-color: rgb(126 211 247 / 0.95);
}

.border-primary-40{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.border-primary-40\/0{
  border-color: rgb(61 181 230 / 0);
}

.border-primary-40\/10{
  border-color: rgb(61 181 230 / 0.1);
}

.border-primary-40\/100{
  border-color: rgb(61 181 230 / 1);
}

.border-primary-40\/15{
  border-color: rgb(61 181 230 / 0.15);
}

.border-primary-40\/20{
  border-color: rgb(61 181 230 / 0.2);
}

.border-primary-40\/25{
  border-color: rgb(61 181 230 / 0.25);
}

.border-primary-40\/30{
  border-color: rgb(61 181 230 / 0.3);
}

.border-primary-40\/35{
  border-color: rgb(61 181 230 / 0.35);
}

.border-primary-40\/40{
  border-color: rgb(61 181 230 / 0.4);
}

.border-primary-40\/45{
  border-color: rgb(61 181 230 / 0.45);
}

.border-primary-40\/5{
  border-color: rgb(61 181 230 / 0.05);
}

.border-primary-40\/50{
  border-color: rgb(61 181 230 / 0.5);
}

.border-primary-40\/55{
  border-color: rgb(61 181 230 / 0.55);
}

.border-primary-40\/60{
  border-color: rgb(61 181 230 / 0.6);
}

.border-primary-40\/65{
  border-color: rgb(61 181 230 / 0.65);
}

.border-primary-40\/70{
  border-color: rgb(61 181 230 / 0.7);
}

.border-primary-40\/75{
  border-color: rgb(61 181 230 / 0.75);
}

.border-primary-40\/80{
  border-color: rgb(61 181 230 / 0.8);
}

.border-primary-40\/85{
  border-color: rgb(61 181 230 / 0.85);
}

.border-primary-40\/90{
  border-color: rgb(61 181 230 / 0.9);
}

.border-primary-40\/95{
  border-color: rgb(61 181 230 / 0.95);
}

.border-primary-5{
  --tw-border-opacity: 1;
  border-color: rgb(240 252 255 / var(--tw-border-opacity, 1));
}

.border-primary-5\/0{
  border-color: rgb(240 252 255 / 0);
}

.border-primary-5\/10{
  border-color: rgb(240 252 255 / 0.1);
}

.border-primary-5\/100{
  border-color: rgb(240 252 255 / 1);
}

.border-primary-5\/15{
  border-color: rgb(240 252 255 / 0.15);
}

.border-primary-5\/20{
  border-color: rgb(240 252 255 / 0.2);
}

.border-primary-5\/25{
  border-color: rgb(240 252 255 / 0.25);
}

.border-primary-5\/30{
  border-color: rgb(240 252 255 / 0.3);
}

.border-primary-5\/35{
  border-color: rgb(240 252 255 / 0.35);
}

.border-primary-5\/40{
  border-color: rgb(240 252 255 / 0.4);
}

.border-primary-5\/45{
  border-color: rgb(240 252 255 / 0.45);
}

.border-primary-5\/5{
  border-color: rgb(240 252 255 / 0.05);
}

.border-primary-5\/50{
  border-color: rgb(240 252 255 / 0.5);
}

.border-primary-5\/55{
  border-color: rgb(240 252 255 / 0.55);
}

.border-primary-5\/60{
  border-color: rgb(240 252 255 / 0.6);
}

.border-primary-5\/65{
  border-color: rgb(240 252 255 / 0.65);
}

.border-primary-5\/70{
  border-color: rgb(240 252 255 / 0.7);
}

.border-primary-5\/75{
  border-color: rgb(240 252 255 / 0.75);
}

.border-primary-5\/80{
  border-color: rgb(240 252 255 / 0.8);
}

.border-primary-5\/85{
  border-color: rgb(240 252 255 / 0.85);
}

.border-primary-5\/90{
  border-color: rgb(240 252 255 / 0.9);
}

.border-primary-5\/95{
  border-color: rgb(240 252 255 / 0.95);
}

.border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgb(4 156 204 / var(--tw-border-opacity, 1));
}

.border-primary-50\/0{
  border-color: rgb(4 156 204 / 0);
}

.border-primary-50\/10{
  border-color: rgb(4 156 204 / 0.1);
}

.border-primary-50\/100{
  border-color: rgb(4 156 204 / 1);
}

.border-primary-50\/15{
  border-color: rgb(4 156 204 / 0.15);
}

.border-primary-50\/20{
  border-color: rgb(4 156 204 / 0.2);
}

.border-primary-50\/25{
  border-color: rgb(4 156 204 / 0.25);
}

.border-primary-50\/30{
  border-color: rgb(4 156 204 / 0.3);
}

.border-primary-50\/35{
  border-color: rgb(4 156 204 / 0.35);
}

.border-primary-50\/40{
  border-color: rgb(4 156 204 / 0.4);
}

.border-primary-50\/45{
  border-color: rgb(4 156 204 / 0.45);
}

.border-primary-50\/5{
  border-color: rgb(4 156 204 / 0.05);
}

.border-primary-50\/50{
  border-color: rgb(4 156 204 / 0.5);
}

.border-primary-50\/55{
  border-color: rgb(4 156 204 / 0.55);
}

.border-primary-50\/60{
  border-color: rgb(4 156 204 / 0.6);
}

.border-primary-50\/65{
  border-color: rgb(4 156 204 / 0.65);
}

.border-primary-50\/70{
  border-color: rgb(4 156 204 / 0.7);
}

.border-primary-50\/75{
  border-color: rgb(4 156 204 / 0.75);
}

.border-primary-50\/80{
  border-color: rgb(4 156 204 / 0.8);
}

.border-primary-50\/85{
  border-color: rgb(4 156 204 / 0.85);
}

.border-primary-50\/90{
  border-color: rgb(4 156 204 / 0.9);
}

.border-primary-50\/95{
  border-color: rgb(4 156 204 / 0.95);
}

.border-primary-60{
  --tw-border-opacity: 1;
  border-color: rgb(0 127 176 / var(--tw-border-opacity, 1));
}

.border-primary-60\/0{
  border-color: rgb(0 127 176 / 0);
}

.border-primary-60\/10{
  border-color: rgb(0 127 176 / 0.1);
}

.border-primary-60\/100{
  border-color: rgb(0 127 176 / 1);
}

.border-primary-60\/15{
  border-color: rgb(0 127 176 / 0.15);
}

.border-primary-60\/20{
  border-color: rgb(0 127 176 / 0.2);
}

.border-primary-60\/25{
  border-color: rgb(0 127 176 / 0.25);
}

.border-primary-60\/30{
  border-color: rgb(0 127 176 / 0.3);
}

.border-primary-60\/35{
  border-color: rgb(0 127 176 / 0.35);
}

.border-primary-60\/40{
  border-color: rgb(0 127 176 / 0.4);
}

.border-primary-60\/45{
  border-color: rgb(0 127 176 / 0.45);
}

.border-primary-60\/5{
  border-color: rgb(0 127 176 / 0.05);
}

.border-primary-60\/50{
  border-color: rgb(0 127 176 / 0.5);
}

.border-primary-60\/55{
  border-color: rgb(0 127 176 / 0.55);
}

.border-primary-60\/60{
  border-color: rgb(0 127 176 / 0.6);
}

.border-primary-60\/65{
  border-color: rgb(0 127 176 / 0.65);
}

.border-primary-60\/70{
  border-color: rgb(0 127 176 / 0.7);
}

.border-primary-60\/75{
  border-color: rgb(0 127 176 / 0.75);
}

.border-primary-60\/80{
  border-color: rgb(0 127 176 / 0.8);
}

.border-primary-60\/85{
  border-color: rgb(0 127 176 / 0.85);
}

.border-primary-60\/90{
  border-color: rgb(0 127 176 / 0.9);
}

.border-primary-60\/95{
  border-color: rgb(0 127 176 / 0.95);
}

.border-primary-70{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 136 / var(--tw-border-opacity, 1));
}

.border-primary-70\/0{
  border-color: rgb(0 102 136 / 0);
}

.border-primary-70\/10{
  border-color: rgb(0 102 136 / 0.1);
}

.border-primary-70\/100{
  border-color: rgb(0 102 136 / 1);
}

.border-primary-70\/15{
  border-color: rgb(0 102 136 / 0.15);
}

.border-primary-70\/20{
  border-color: rgb(0 102 136 / 0.2);
}

.border-primary-70\/25{
  border-color: rgb(0 102 136 / 0.25);
}

.border-primary-70\/30{
  border-color: rgb(0 102 136 / 0.3);
}

.border-primary-70\/35{
  border-color: rgb(0 102 136 / 0.35);
}

.border-primary-70\/40{
  border-color: rgb(0 102 136 / 0.4);
}

.border-primary-70\/45{
  border-color: rgb(0 102 136 / 0.45);
}

.border-primary-70\/5{
  border-color: rgb(0 102 136 / 0.05);
}

.border-primary-70\/50{
  border-color: rgb(0 102 136 / 0.5);
}

.border-primary-70\/55{
  border-color: rgb(0 102 136 / 0.55);
}

.border-primary-70\/60{
  border-color: rgb(0 102 136 / 0.6);
}

.border-primary-70\/65{
  border-color: rgb(0 102 136 / 0.65);
}

.border-primary-70\/70{
  border-color: rgb(0 102 136 / 0.7);
}

.border-primary-70\/75{
  border-color: rgb(0 102 136 / 0.75);
}

.border-primary-70\/80{
  border-color: rgb(0 102 136 / 0.8);
}

.border-primary-70\/85{
  border-color: rgb(0 102 136 / 0.85);
}

.border-primary-70\/90{
  border-color: rgb(0 102 136 / 0.9);
}

.border-primary-70\/95{
  border-color: rgb(0 102 136 / 0.95);
}

.border-primary-80{
  --tw-border-opacity: 1;
  border-color: rgb(0 77 104 / var(--tw-border-opacity, 1));
}

.border-primary-80\/0{
  border-color: rgb(0 77 104 / 0);
}

.border-primary-80\/10{
  border-color: rgb(0 77 104 / 0.1);
}

.border-primary-80\/100{
  border-color: rgb(0 77 104 / 1);
}

.border-primary-80\/15{
  border-color: rgb(0 77 104 / 0.15);
}

.border-primary-80\/20{
  border-color: rgb(0 77 104 / 0.2);
}

.border-primary-80\/25{
  border-color: rgb(0 77 104 / 0.25);
}

.border-primary-80\/30{
  border-color: rgb(0 77 104 / 0.3);
}

.border-primary-80\/35{
  border-color: rgb(0 77 104 / 0.35);
}

.border-primary-80\/40{
  border-color: rgb(0 77 104 / 0.4);
}

.border-primary-80\/45{
  border-color: rgb(0 77 104 / 0.45);
}

.border-primary-80\/5{
  border-color: rgb(0 77 104 / 0.05);
}

.border-primary-80\/50{
  border-color: rgb(0 77 104 / 0.5);
}

.border-primary-80\/55{
  border-color: rgb(0 77 104 / 0.55);
}

.border-primary-80\/60{
  border-color: rgb(0 77 104 / 0.6);
}

.border-primary-80\/65{
  border-color: rgb(0 77 104 / 0.65);
}

.border-primary-80\/70{
  border-color: rgb(0 77 104 / 0.7);
}

.border-primary-80\/75{
  border-color: rgb(0 77 104 / 0.75);
}

.border-primary-80\/80{
  border-color: rgb(0 77 104 / 0.8);
}

.border-primary-80\/85{
  border-color: rgb(0 77 104 / 0.85);
}

.border-primary-80\/90{
  border-color: rgb(0 77 104 / 0.9);
}

.border-primary-80\/95{
  border-color: rgb(0 77 104 / 0.95);
}

.border-primary-90{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 73 / var(--tw-border-opacity, 1));
}

.border-primary-90\/0{
  border-color: rgb(0 53 73 / 0);
}

.border-primary-90\/10{
  border-color: rgb(0 53 73 / 0.1);
}

.border-primary-90\/100{
  border-color: rgb(0 53 73 / 1);
}

.border-primary-90\/15{
  border-color: rgb(0 53 73 / 0.15);
}

.border-primary-90\/20{
  border-color: rgb(0 53 73 / 0.2);
}

.border-primary-90\/25{
  border-color: rgb(0 53 73 / 0.25);
}

.border-primary-90\/30{
  border-color: rgb(0 53 73 / 0.3);
}

.border-primary-90\/35{
  border-color: rgb(0 53 73 / 0.35);
}

.border-primary-90\/40{
  border-color: rgb(0 53 73 / 0.4);
}

.border-primary-90\/45{
  border-color: rgb(0 53 73 / 0.45);
}

.border-primary-90\/5{
  border-color: rgb(0 53 73 / 0.05);
}

.border-primary-90\/50{
  border-color: rgb(0 53 73 / 0.5);
}

.border-primary-90\/55{
  border-color: rgb(0 53 73 / 0.55);
}

.border-primary-90\/60{
  border-color: rgb(0 53 73 / 0.6);
}

.border-primary-90\/65{
  border-color: rgb(0 53 73 / 0.65);
}

.border-primary-90\/70{
  border-color: rgb(0 53 73 / 0.7);
}

.border-primary-90\/75{
  border-color: rgb(0 53 73 / 0.75);
}

.border-primary-90\/80{
  border-color: rgb(0 53 73 / 0.8);
}

.border-primary-90\/85{
  border-color: rgb(0 53 73 / 0.85);
}

.border-primary-90\/90{
  border-color: rgb(0 53 73 / 0.9);
}

.border-primary-90\/95{
  border-color: rgb(0 53 73 / 0.95);
}

.border-secondary-10{
  --tw-border-opacity: 1;
  border-color: rgb(253 232 241 / var(--tw-border-opacity, 1));
}

.border-secondary-10\/0{
  border-color: rgb(253 232 241 / 0);
}

.border-secondary-10\/10{
  border-color: rgb(253 232 241 / 0.1);
}

.border-secondary-10\/100{
  border-color: rgb(253 232 241 / 1);
}

.border-secondary-10\/15{
  border-color: rgb(253 232 241 / 0.15);
}

.border-secondary-10\/20{
  border-color: rgb(253 232 241 / 0.2);
}

.border-secondary-10\/25{
  border-color: rgb(253 232 241 / 0.25);
}

.border-secondary-10\/30{
  border-color: rgb(253 232 241 / 0.3);
}

.border-secondary-10\/35{
  border-color: rgb(253 232 241 / 0.35);
}

.border-secondary-10\/40{
  border-color: rgb(253 232 241 / 0.4);
}

.border-secondary-10\/45{
  border-color: rgb(253 232 241 / 0.45);
}

.border-secondary-10\/5{
  border-color: rgb(253 232 241 / 0.05);
}

.border-secondary-10\/50{
  border-color: rgb(253 232 241 / 0.5);
}

.border-secondary-10\/55{
  border-color: rgb(253 232 241 / 0.55);
}

.border-secondary-10\/60{
  border-color: rgb(253 232 241 / 0.6);
}

.border-secondary-10\/65{
  border-color: rgb(253 232 241 / 0.65);
}

.border-secondary-10\/70{
  border-color: rgb(253 232 241 / 0.7);
}

.border-secondary-10\/75{
  border-color: rgb(253 232 241 / 0.75);
}

.border-secondary-10\/80{
  border-color: rgb(253 232 241 / 0.8);
}

.border-secondary-10\/85{
  border-color: rgb(253 232 241 / 0.85);
}

.border-secondary-10\/90{
  border-color: rgb(253 232 241 / 0.9);
}

.border-secondary-10\/95{
  border-color: rgb(253 232 241 / 0.95);
}

.border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgb(62 0 32 / var(--tw-border-opacity, 1));
}

.border-secondary-100\/0{
  border-color: rgb(62 0 32 / 0);
}

.border-secondary-100\/10{
  border-color: rgb(62 0 32 / 0.1);
}

.border-secondary-100\/100{
  border-color: rgb(62 0 32 / 1);
}

.border-secondary-100\/15{
  border-color: rgb(62 0 32 / 0.15);
}

.border-secondary-100\/20{
  border-color: rgb(62 0 32 / 0.2);
}

.border-secondary-100\/25{
  border-color: rgb(62 0 32 / 0.25);
}

.border-secondary-100\/30{
  border-color: rgb(62 0 32 / 0.3);
}

.border-secondary-100\/35{
  border-color: rgb(62 0 32 / 0.35);
}

.border-secondary-100\/40{
  border-color: rgb(62 0 32 / 0.4);
}

.border-secondary-100\/45{
  border-color: rgb(62 0 32 / 0.45);
}

.border-secondary-100\/5{
  border-color: rgb(62 0 32 / 0.05);
}

.border-secondary-100\/50{
  border-color: rgb(62 0 32 / 0.5);
}

.border-secondary-100\/55{
  border-color: rgb(62 0 32 / 0.55);
}

.border-secondary-100\/60{
  border-color: rgb(62 0 32 / 0.6);
}

.border-secondary-100\/65{
  border-color: rgb(62 0 32 / 0.65);
}

.border-secondary-100\/70{
  border-color: rgb(62 0 32 / 0.7);
}

.border-secondary-100\/75{
  border-color: rgb(62 0 32 / 0.75);
}

.border-secondary-100\/80{
  border-color: rgb(62 0 32 / 0.8);
}

.border-secondary-100\/85{
  border-color: rgb(62 0 32 / 0.85);
}

.border-secondary-100\/90{
  border-color: rgb(62 0 32 / 0.9);
}

.border-secondary-100\/95{
  border-color: rgb(62 0 32 / 0.95);
}

.border-secondary-20{
  --tw-border-opacity: 1;
  border-color: rgb(255 175 209 / var(--tw-border-opacity, 1));
}

.border-secondary-20\/0{
  border-color: rgb(255 175 209 / 0);
}

.border-secondary-20\/10{
  border-color: rgb(255 175 209 / 0.1);
}

.border-secondary-20\/100{
  border-color: rgb(255 175 209 / 1);
}

.border-secondary-20\/15{
  border-color: rgb(255 175 209 / 0.15);
}

.border-secondary-20\/20{
  border-color: rgb(255 175 209 / 0.2);
}

.border-secondary-20\/25{
  border-color: rgb(255 175 209 / 0.25);
}

.border-secondary-20\/30{
  border-color: rgb(255 175 209 / 0.3);
}

.border-secondary-20\/35{
  border-color: rgb(255 175 209 / 0.35);
}

.border-secondary-20\/40{
  border-color: rgb(255 175 209 / 0.4);
}

.border-secondary-20\/45{
  border-color: rgb(255 175 209 / 0.45);
}

.border-secondary-20\/5{
  border-color: rgb(255 175 209 / 0.05);
}

.border-secondary-20\/50{
  border-color: rgb(255 175 209 / 0.5);
}

.border-secondary-20\/55{
  border-color: rgb(255 175 209 / 0.55);
}

.border-secondary-20\/60{
  border-color: rgb(255 175 209 / 0.6);
}

.border-secondary-20\/65{
  border-color: rgb(255 175 209 / 0.65);
}

.border-secondary-20\/70{
  border-color: rgb(255 175 209 / 0.7);
}

.border-secondary-20\/75{
  border-color: rgb(255 175 209 / 0.75);
}

.border-secondary-20\/80{
  border-color: rgb(255 175 209 / 0.8);
}

.border-secondary-20\/85{
  border-color: rgb(255 175 209 / 0.85);
}

.border-secondary-20\/90{
  border-color: rgb(255 175 209 / 0.9);
}

.border-secondary-20\/95{
  border-color: rgb(255 175 209 / 0.95);
}

.border-secondary-30{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 183 / var(--tw-border-opacity, 1));
}

.border-secondary-30\/0{
  border-color: rgb(255 130 183 / 0);
}

.border-secondary-30\/10{
  border-color: rgb(255 130 183 / 0.1);
}

.border-secondary-30\/100{
  border-color: rgb(255 130 183 / 1);
}

.border-secondary-30\/15{
  border-color: rgb(255 130 183 / 0.15);
}

.border-secondary-30\/20{
  border-color: rgb(255 130 183 / 0.2);
}

.border-secondary-30\/25{
  border-color: rgb(255 130 183 / 0.25);
}

.border-secondary-30\/30{
  border-color: rgb(255 130 183 / 0.3);
}

.border-secondary-30\/35{
  border-color: rgb(255 130 183 / 0.35);
}

.border-secondary-30\/40{
  border-color: rgb(255 130 183 / 0.4);
}

.border-secondary-30\/45{
  border-color: rgb(255 130 183 / 0.45);
}

.border-secondary-30\/5{
  border-color: rgb(255 130 183 / 0.05);
}

.border-secondary-30\/50{
  border-color: rgb(255 130 183 / 0.5);
}

.border-secondary-30\/55{
  border-color: rgb(255 130 183 / 0.55);
}

.border-secondary-30\/60{
  border-color: rgb(255 130 183 / 0.6);
}

.border-secondary-30\/65{
  border-color: rgb(255 130 183 / 0.65);
}

.border-secondary-30\/70{
  border-color: rgb(255 130 183 / 0.7);
}

.border-secondary-30\/75{
  border-color: rgb(255 130 183 / 0.75);
}

.border-secondary-30\/80{
  border-color: rgb(255 130 183 / 0.8);
}

.border-secondary-30\/85{
  border-color: rgb(255 130 183 / 0.85);
}

.border-secondary-30\/90{
  border-color: rgb(255 130 183 / 0.9);
}

.border-secondary-30\/95{
  border-color: rgb(255 130 183 / 0.95);
}

.border-secondary-40{
  --tw-border-opacity: 1;
  border-color: rgb(255 97 195 / var(--tw-border-opacity, 1));
}

.border-secondary-40\/0{
  border-color: rgb(255 97 195 / 0);
}

.border-secondary-40\/10{
  border-color: rgb(255 97 195 / 0.1);
}

.border-secondary-40\/100{
  border-color: rgb(255 97 195 / 1);
}

.border-secondary-40\/15{
  border-color: rgb(255 97 195 / 0.15);
}

.border-secondary-40\/20{
  border-color: rgb(255 97 195 / 0.2);
}

.border-secondary-40\/25{
  border-color: rgb(255 97 195 / 0.25);
}

.border-secondary-40\/30{
  border-color: rgb(255 97 195 / 0.3);
}

.border-secondary-40\/35{
  border-color: rgb(255 97 195 / 0.35);
}

.border-secondary-40\/40{
  border-color: rgb(255 97 195 / 0.4);
}

.border-secondary-40\/45{
  border-color: rgb(255 97 195 / 0.45);
}

.border-secondary-40\/5{
  border-color: rgb(255 97 195 / 0.05);
}

.border-secondary-40\/50{
  border-color: rgb(255 97 195 / 0.5);
}

.border-secondary-40\/55{
  border-color: rgb(255 97 195 / 0.55);
}

.border-secondary-40\/60{
  border-color: rgb(255 97 195 / 0.6);
}

.border-secondary-40\/65{
  border-color: rgb(255 97 195 / 0.65);
}

.border-secondary-40\/70{
  border-color: rgb(255 97 195 / 0.7);
}

.border-secondary-40\/75{
  border-color: rgb(255 97 195 / 0.75);
}

.border-secondary-40\/80{
  border-color: rgb(255 97 195 / 0.8);
}

.border-secondary-40\/85{
  border-color: rgb(255 97 195 / 0.85);
}

.border-secondary-40\/90{
  border-color: rgb(255 97 195 / 0.9);
}

.border-secondary-40\/95{
  border-color: rgb(255 97 195 / 0.95);
}

.border-secondary-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 69 163 / var(--tw-border-opacity, 1));
}

.border-secondary-50\/0{
  border-color: rgb(255 69 163 / 0);
}

.border-secondary-50\/10{
  border-color: rgb(255 69 163 / 0.1);
}

.border-secondary-50\/100{
  border-color: rgb(255 69 163 / 1);
}

.border-secondary-50\/15{
  border-color: rgb(255 69 163 / 0.15);
}

.border-secondary-50\/20{
  border-color: rgb(255 69 163 / 0.2);
}

.border-secondary-50\/25{
  border-color: rgb(255 69 163 / 0.25);
}

.border-secondary-50\/30{
  border-color: rgb(255 69 163 / 0.3);
}

.border-secondary-50\/35{
  border-color: rgb(255 69 163 / 0.35);
}

.border-secondary-50\/40{
  border-color: rgb(255 69 163 / 0.4);
}

.border-secondary-50\/45{
  border-color: rgb(255 69 163 / 0.45);
}

.border-secondary-50\/5{
  border-color: rgb(255 69 163 / 0.05);
}

.border-secondary-50\/50{
  border-color: rgb(255 69 163 / 0.5);
}

.border-secondary-50\/55{
  border-color: rgb(255 69 163 / 0.55);
}

.border-secondary-50\/60{
  border-color: rgb(255 69 163 / 0.6);
}

.border-secondary-50\/65{
  border-color: rgb(255 69 163 / 0.65);
}

.border-secondary-50\/70{
  border-color: rgb(255 69 163 / 0.7);
}

.border-secondary-50\/75{
  border-color: rgb(255 69 163 / 0.75);
}

.border-secondary-50\/80{
  border-color: rgb(255 69 163 / 0.8);
}

.border-secondary-50\/85{
  border-color: rgb(255 69 163 / 0.85);
}

.border-secondary-50\/90{
  border-color: rgb(255 69 163 / 0.9);
}

.border-secondary-50\/95{
  border-color: rgb(255 69 163 / 0.95);
}

.border-secondary-60{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.border-secondary-60\/0{
  border-color: rgb(236 0 140 / 0);
}

.border-secondary-60\/10{
  border-color: rgb(236 0 140 / 0.1);
}

.border-secondary-60\/100{
  border-color: rgb(236 0 140 / 1);
}

.border-secondary-60\/15{
  border-color: rgb(236 0 140 / 0.15);
}

.border-secondary-60\/20{
  border-color: rgb(236 0 140 / 0.2);
}

.border-secondary-60\/25{
  border-color: rgb(236 0 140 / 0.25);
}

.border-secondary-60\/30{
  border-color: rgb(236 0 140 / 0.3);
}

.border-secondary-60\/35{
  border-color: rgb(236 0 140 / 0.35);
}

.border-secondary-60\/40{
  border-color: rgb(236 0 140 / 0.4);
}

.border-secondary-60\/45{
  border-color: rgb(236 0 140 / 0.45);
}

.border-secondary-60\/5{
  border-color: rgb(236 0 140 / 0.05);
}

.border-secondary-60\/50{
  border-color: rgb(236 0 140 / 0.5);
}

.border-secondary-60\/55{
  border-color: rgb(236 0 140 / 0.55);
}

.border-secondary-60\/60{
  border-color: rgb(236 0 140 / 0.6);
}

.border-secondary-60\/65{
  border-color: rgb(236 0 140 / 0.65);
}

.border-secondary-60\/70{
  border-color: rgb(236 0 140 / 0.7);
}

.border-secondary-60\/75{
  border-color: rgb(236 0 140 / 0.75);
}

.border-secondary-60\/80{
  border-color: rgb(236 0 140 / 0.8);
}

.border-secondary-60\/85{
  border-color: rgb(236 0 140 / 0.85);
}

.border-secondary-60\/90{
  border-color: rgb(236 0 140 / 0.9);
}

.border-secondary-60\/95{
  border-color: rgb(236 0 140 / 0.95);
}

.border-secondary-70{
  --tw-border-opacity: 1;
  border-color: rgb(182 0 113 / var(--tw-border-opacity, 1));
}

.border-secondary-70\/0{
  border-color: rgb(182 0 113 / 0);
}

.border-secondary-70\/10{
  border-color: rgb(182 0 113 / 0.1);
}

.border-secondary-70\/100{
  border-color: rgb(182 0 113 / 1);
}

.border-secondary-70\/15{
  border-color: rgb(182 0 113 / 0.15);
}

.border-secondary-70\/20{
  border-color: rgb(182 0 113 / 0.2);
}

.border-secondary-70\/25{
  border-color: rgb(182 0 113 / 0.25);
}

.border-secondary-70\/30{
  border-color: rgb(182 0 113 / 0.3);
}

.border-secondary-70\/35{
  border-color: rgb(182 0 113 / 0.35);
}

.border-secondary-70\/40{
  border-color: rgb(182 0 113 / 0.4);
}

.border-secondary-70\/45{
  border-color: rgb(182 0 113 / 0.45);
}

.border-secondary-70\/5{
  border-color: rgb(182 0 113 / 0.05);
}

.border-secondary-70\/50{
  border-color: rgb(182 0 113 / 0.5);
}

.border-secondary-70\/55{
  border-color: rgb(182 0 113 / 0.55);
}

.border-secondary-70\/60{
  border-color: rgb(182 0 113 / 0.6);
}

.border-secondary-70\/65{
  border-color: rgb(182 0 113 / 0.65);
}

.border-secondary-70\/70{
  border-color: rgb(182 0 113 / 0.7);
}

.border-secondary-70\/75{
  border-color: rgb(182 0 113 / 0.75);
}

.border-secondary-70\/80{
  border-color: rgb(182 0 113 / 0.8);
}

.border-secondary-70\/85{
  border-color: rgb(182 0 113 / 0.85);
}

.border-secondary-70\/90{
  border-color: rgb(182 0 113 / 0.9);
}

.border-secondary-70\/95{
  border-color: rgb(182 0 113 / 0.95);
}

.border-secondary-80{
  --tw-border-opacity: 1;
  border-color: rgb(140 0 86 / var(--tw-border-opacity, 1));
}

.border-secondary-80\/0{
  border-color: rgb(140 0 86 / 0);
}

.border-secondary-80\/10{
  border-color: rgb(140 0 86 / 0.1);
}

.border-secondary-80\/100{
  border-color: rgb(140 0 86 / 1);
}

.border-secondary-80\/15{
  border-color: rgb(140 0 86 / 0.15);
}

.border-secondary-80\/20{
  border-color: rgb(140 0 86 / 0.2);
}

.border-secondary-80\/25{
  border-color: rgb(140 0 86 / 0.25);
}

.border-secondary-80\/30{
  border-color: rgb(140 0 86 / 0.3);
}

.border-secondary-80\/35{
  border-color: rgb(140 0 86 / 0.35);
}

.border-secondary-80\/40{
  border-color: rgb(140 0 86 / 0.4);
}

.border-secondary-80\/45{
  border-color: rgb(140 0 86 / 0.45);
}

.border-secondary-80\/5{
  border-color: rgb(140 0 86 / 0.05);
}

.border-secondary-80\/50{
  border-color: rgb(140 0 86 / 0.5);
}

.border-secondary-80\/55{
  border-color: rgb(140 0 86 / 0.55);
}

.border-secondary-80\/60{
  border-color: rgb(140 0 86 / 0.6);
}

.border-secondary-80\/65{
  border-color: rgb(140 0 86 / 0.65);
}

.border-secondary-80\/70{
  border-color: rgb(140 0 86 / 0.7);
}

.border-secondary-80\/75{
  border-color: rgb(140 0 86 / 0.75);
}

.border-secondary-80\/80{
  border-color: rgb(140 0 86 / 0.8);
}

.border-secondary-80\/85{
  border-color: rgb(140 0 86 / 0.85);
}

.border-secondary-80\/90{
  border-color: rgb(140 0 86 / 0.9);
}

.border-secondary-80\/95{
  border-color: rgb(140 0 86 / 0.95);
}

.border-secondary-90{
  --tw-border-opacity: 1;
  border-color: rgb(99 0 59 / var(--tw-border-opacity, 1));
}

.border-secondary-90\/0{
  border-color: rgb(99 0 59 / 0);
}

.border-secondary-90\/10{
  border-color: rgb(99 0 59 / 0.1);
}

.border-secondary-90\/100{
  border-color: rgb(99 0 59 / 1);
}

.border-secondary-90\/15{
  border-color: rgb(99 0 59 / 0.15);
}

.border-secondary-90\/20{
  border-color: rgb(99 0 59 / 0.2);
}

.border-secondary-90\/25{
  border-color: rgb(99 0 59 / 0.25);
}

.border-secondary-90\/30{
  border-color: rgb(99 0 59 / 0.3);
}

.border-secondary-90\/35{
  border-color: rgb(99 0 59 / 0.35);
}

.border-secondary-90\/40{
  border-color: rgb(99 0 59 / 0.4);
}

.border-secondary-90\/45{
  border-color: rgb(99 0 59 / 0.45);
}

.border-secondary-90\/5{
  border-color: rgb(99 0 59 / 0.05);
}

.border-secondary-90\/50{
  border-color: rgb(99 0 59 / 0.5);
}

.border-secondary-90\/55{
  border-color: rgb(99 0 59 / 0.55);
}

.border-secondary-90\/60{
  border-color: rgb(99 0 59 / 0.6);
}

.border-secondary-90\/65{
  border-color: rgb(99 0 59 / 0.65);
}

.border-secondary-90\/70{
  border-color: rgb(99 0 59 / 0.7);
}

.border-secondary-90\/75{
  border-color: rgb(99 0 59 / 0.75);
}

.border-secondary-90\/80{
  border-color: rgb(99 0 59 / 0.8);
}

.border-secondary-90\/85{
  border-color: rgb(99 0 59 / 0.85);
}

.border-secondary-90\/90{
  border-color: rgb(99 0 59 / 0.9);
}

.border-secondary-90\/95{
  border-color: rgb(99 0 59 / 0.95);
}

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

.border-shade-black\/0{
  border-color: rgb(0 0 0 / 0);
}

.border-shade-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-shade-black\/100{
  border-color: rgb(0 0 0 / 1);
}

.border-shade-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}

.border-shade-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-shade-black\/25{
  border-color: rgb(0 0 0 / 0.25);
}

.border-shade-black\/30{
  border-color: rgb(0 0 0 / 0.3);
}

.border-shade-black\/35{
  border-color: rgb(0 0 0 / 0.35);
}

.border-shade-black\/40{
  border-color: rgb(0 0 0 / 0.4);
}

.border-shade-black\/45{
  border-color: rgb(0 0 0 / 0.45);
}

.border-shade-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}

.border-shade-black\/50{
  border-color: rgb(0 0 0 / 0.5);
}

.border-shade-black\/55{
  border-color: rgb(0 0 0 / 0.55);
}

.border-shade-black\/60{
  border-color: rgb(0 0 0 / 0.6);
}

.border-shade-black\/65{
  border-color: rgb(0 0 0 / 0.65);
}

.border-shade-black\/70{
  border-color: rgb(0 0 0 / 0.7);
}

.border-shade-black\/75{
  border-color: rgb(0 0 0 / 0.75);
}

.border-shade-black\/80{
  border-color: rgb(0 0 0 / 0.8);
}

.border-shade-black\/85{
  border-color: rgb(0 0 0 / 0.85);
}

.border-shade-black\/90{
  border-color: rgb(0 0 0 / 0.9);
}

.border-shade-black\/95{
  border-color: rgb(0 0 0 / 0.95);
}

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

.border-shade-white\/0{
  border-color: rgb(255 255 255 / 0);
}

.border-shade-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-shade-white\/100{
  border-color: rgb(255 255 255 / 1);
}

.border-shade-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

.border-shade-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-shade-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}

.border-shade-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.border-shade-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}

.border-shade-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-shade-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}

.border-shade-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-shade-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.border-shade-white\/55{
  border-color: rgb(255 255 255 / 0.55);
}

.border-shade-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}

.border-shade-white\/65{
  border-color: rgb(255 255 255 / 0.65);
}

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

.border-shade-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}

.border-shade-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}

.border-shade-white\/85{
  border-color: rgb(255 255 255 / 0.85);
}

.border-shade-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}

.border-shade-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}

.border-skynamo-blue{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.border-skynamo-blue\/0{
  border-color: rgb(61 181 230 / 0);
}

.border-skynamo-blue\/10{
  border-color: rgb(61 181 230 / 0.1);
}

.border-skynamo-blue\/100{
  border-color: rgb(61 181 230 / 1);
}

.border-skynamo-blue\/15{
  border-color: rgb(61 181 230 / 0.15);
}

.border-skynamo-blue\/20{
  border-color: rgb(61 181 230 / 0.2);
}

.border-skynamo-blue\/25{
  border-color: rgb(61 181 230 / 0.25);
}

.border-skynamo-blue\/30{
  border-color: rgb(61 181 230 / 0.3);
}

.border-skynamo-blue\/35{
  border-color: rgb(61 181 230 / 0.35);
}

.border-skynamo-blue\/40{
  border-color: rgb(61 181 230 / 0.4);
}

.border-skynamo-blue\/45{
  border-color: rgb(61 181 230 / 0.45);
}

.border-skynamo-blue\/5{
  border-color: rgb(61 181 230 / 0.05);
}

.border-skynamo-blue\/50{
  border-color: rgb(61 181 230 / 0.5);
}

.border-skynamo-blue\/55{
  border-color: rgb(61 181 230 / 0.55);
}

.border-skynamo-blue\/60{
  border-color: rgb(61 181 230 / 0.6);
}

.border-skynamo-blue\/65{
  border-color: rgb(61 181 230 / 0.65);
}

.border-skynamo-blue\/70{
  border-color: rgb(61 181 230 / 0.7);
}

.border-skynamo-blue\/75{
  border-color: rgb(61 181 230 / 0.75);
}

.border-skynamo-blue\/80{
  border-color: rgb(61 181 230 / 0.8);
}

.border-skynamo-blue\/85{
  border-color: rgb(61 181 230 / 0.85);
}

.border-skynamo-blue\/90{
  border-color: rgb(61 181 230 / 0.9);
}

.border-skynamo-blue\/95{
  border-color: rgb(61 181 230 / 0.95);
}

.border-skynamo-bright-pink{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.border-skynamo-bright-pink\/0{
  border-color: rgb(236 0 140 / 0);
}

.border-skynamo-bright-pink\/10{
  border-color: rgb(236 0 140 / 0.1);
}

.border-skynamo-bright-pink\/100{
  border-color: rgb(236 0 140 / 1);
}

.border-skynamo-bright-pink\/15{
  border-color: rgb(236 0 140 / 0.15);
}

.border-skynamo-bright-pink\/20{
  border-color: rgb(236 0 140 / 0.2);
}

.border-skynamo-bright-pink\/25{
  border-color: rgb(236 0 140 / 0.25);
}

.border-skynamo-bright-pink\/30{
  border-color: rgb(236 0 140 / 0.3);
}

.border-skynamo-bright-pink\/35{
  border-color: rgb(236 0 140 / 0.35);
}

.border-skynamo-bright-pink\/40{
  border-color: rgb(236 0 140 / 0.4);
}

.border-skynamo-bright-pink\/45{
  border-color: rgb(236 0 140 / 0.45);
}

.border-skynamo-bright-pink\/5{
  border-color: rgb(236 0 140 / 0.05);
}

.border-skynamo-bright-pink\/50{
  border-color: rgb(236 0 140 / 0.5);
}

.border-skynamo-bright-pink\/55{
  border-color: rgb(236 0 140 / 0.55);
}

.border-skynamo-bright-pink\/60{
  border-color: rgb(236 0 140 / 0.6);
}

.border-skynamo-bright-pink\/65{
  border-color: rgb(236 0 140 / 0.65);
}

.border-skynamo-bright-pink\/70{
  border-color: rgb(236 0 140 / 0.7);
}

.border-skynamo-bright-pink\/75{
  border-color: rgb(236 0 140 / 0.75);
}

.border-skynamo-bright-pink\/80{
  border-color: rgb(236 0 140 / 0.8);
}

.border-skynamo-bright-pink\/85{
  border-color: rgb(236 0 140 / 0.85);
}

.border-skynamo-bright-pink\/90{
  border-color: rgb(236 0 140 / 0.9);
}

.border-skynamo-bright-pink\/95{
  border-color: rgb(236 0 140 / 0.95);
}

.border-skynamo-bright-purple{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.border-skynamo-bright-purple\/0{
  border-color: rgb(127 50 190 / 0);
}

.border-skynamo-bright-purple\/10{
  border-color: rgb(127 50 190 / 0.1);
}

.border-skynamo-bright-purple\/100{
  border-color: rgb(127 50 190 / 1);
}

.border-skynamo-bright-purple\/15{
  border-color: rgb(127 50 190 / 0.15);
}

.border-skynamo-bright-purple\/20{
  border-color: rgb(127 50 190 / 0.2);
}

.border-skynamo-bright-purple\/25{
  border-color: rgb(127 50 190 / 0.25);
}

.border-skynamo-bright-purple\/30{
  border-color: rgb(127 50 190 / 0.3);
}

.border-skynamo-bright-purple\/35{
  border-color: rgb(127 50 190 / 0.35);
}

.border-skynamo-bright-purple\/40{
  border-color: rgb(127 50 190 / 0.4);
}

.border-skynamo-bright-purple\/45{
  border-color: rgb(127 50 190 / 0.45);
}

.border-skynamo-bright-purple\/5{
  border-color: rgb(127 50 190 / 0.05);
}

.border-skynamo-bright-purple\/50{
  border-color: rgb(127 50 190 / 0.5);
}

.border-skynamo-bright-purple\/55{
  border-color: rgb(127 50 190 / 0.55);
}

.border-skynamo-bright-purple\/60{
  border-color: rgb(127 50 190 / 0.6);
}

.border-skynamo-bright-purple\/65{
  border-color: rgb(127 50 190 / 0.65);
}

.border-skynamo-bright-purple\/70{
  border-color: rgb(127 50 190 / 0.7);
}

.border-skynamo-bright-purple\/75{
  border-color: rgb(127 50 190 / 0.75);
}

.border-skynamo-bright-purple\/80{
  border-color: rgb(127 50 190 / 0.8);
}

.border-skynamo-bright-purple\/85{
  border-color: rgb(127 50 190 / 0.85);
}

.border-skynamo-bright-purple\/90{
  border-color: rgb(127 50 190 / 0.9);
}

.border-skynamo-bright-purple\/95{
  border-color: rgb(127 50 190 / 0.95);
}

.border-skynamo-dark-purple{
  --tw-border-opacity: 1;
  border-color: rgb(29 0 52 / var(--tw-border-opacity, 1));
}

.border-skynamo-dark-purple\/0{
  border-color: rgb(29 0 52 / 0);
}

.border-skynamo-dark-purple\/10{
  border-color: rgb(29 0 52 / 0.1);
}

.border-skynamo-dark-purple\/100{
  border-color: rgb(29 0 52 / 1);
}

.border-skynamo-dark-purple\/15{
  border-color: rgb(29 0 52 / 0.15);
}

.border-skynamo-dark-purple\/20{
  border-color: rgb(29 0 52 / 0.2);
}

.border-skynamo-dark-purple\/25{
  border-color: rgb(29 0 52 / 0.25);
}

.border-skynamo-dark-purple\/30{
  border-color: rgb(29 0 52 / 0.3);
}

.border-skynamo-dark-purple\/35{
  border-color: rgb(29 0 52 / 0.35);
}

.border-skynamo-dark-purple\/40{
  border-color: rgb(29 0 52 / 0.4);
}

.border-skynamo-dark-purple\/45{
  border-color: rgb(29 0 52 / 0.45);
}

.border-skynamo-dark-purple\/5{
  border-color: rgb(29 0 52 / 0.05);
}

.border-skynamo-dark-purple\/50{
  border-color: rgb(29 0 52 / 0.5);
}

.border-skynamo-dark-purple\/55{
  border-color: rgb(29 0 52 / 0.55);
}

.border-skynamo-dark-purple\/60{
  border-color: rgb(29 0 52 / 0.6);
}

.border-skynamo-dark-purple\/65{
  border-color: rgb(29 0 52 / 0.65);
}

.border-skynamo-dark-purple\/70{
  border-color: rgb(29 0 52 / 0.7);
}

.border-skynamo-dark-purple\/75{
  border-color: rgb(29 0 52 / 0.75);
}

.border-skynamo-dark-purple\/80{
  border-color: rgb(29 0 52 / 0.8);
}

.border-skynamo-dark-purple\/85{
  border-color: rgb(29 0 52 / 0.85);
}

.border-skynamo-dark-purple\/90{
  border-color: rgb(29 0 52 / 0.9);
}

.border-skynamo-dark-purple\/95{
  border-color: rgb(29 0 52 / 0.95);
}

.border-skynamo-gray{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.border-skynamo-gray\/0{
  border-color: rgb(189 189 189 / 0);
}

.border-skynamo-gray\/10{
  border-color: rgb(189 189 189 / 0.1);
}

.border-skynamo-gray\/100{
  border-color: rgb(189 189 189 / 1);
}

.border-skynamo-gray\/15{
  border-color: rgb(189 189 189 / 0.15);
}

.border-skynamo-gray\/20{
  border-color: rgb(189 189 189 / 0.2);
}

.border-skynamo-gray\/25{
  border-color: rgb(189 189 189 / 0.25);
}

.border-skynamo-gray\/30{
  border-color: rgb(189 189 189 / 0.3);
}

.border-skynamo-gray\/35{
  border-color: rgb(189 189 189 / 0.35);
}

.border-skynamo-gray\/40{
  border-color: rgb(189 189 189 / 0.4);
}

.border-skynamo-gray\/45{
  border-color: rgb(189 189 189 / 0.45);
}

.border-skynamo-gray\/5{
  border-color: rgb(189 189 189 / 0.05);
}

.border-skynamo-gray\/50{
  border-color: rgb(189 189 189 / 0.5);
}

.border-skynamo-gray\/55{
  border-color: rgb(189 189 189 / 0.55);
}

.border-skynamo-gray\/60{
  border-color: rgb(189 189 189 / 0.6);
}

.border-skynamo-gray\/65{
  border-color: rgb(189 189 189 / 0.65);
}

.border-skynamo-gray\/70{
  border-color: rgb(189 189 189 / 0.7);
}

.border-skynamo-gray\/75{
  border-color: rgb(189 189 189 / 0.75);
}

.border-skynamo-gray\/80{
  border-color: rgb(189 189 189 / 0.8);
}

.border-skynamo-gray\/85{
  border-color: rgb(189 189 189 / 0.85);
}

.border-skynamo-gray\/90{
  border-color: rgb(189 189 189 / 0.9);
}

.border-skynamo-gray\/95{
  border-color: rgb(189 189 189 / 0.95);
}

.border-skynamo-light-gray{
  --tw-border-opacity: 1;
  border-color: rgb(226 225 221 / var(--tw-border-opacity, 1));
}

.border-skynamo-light-gray\/0{
  border-color: rgb(226 225 221 / 0);
}

.border-skynamo-light-gray\/10{
  border-color: rgb(226 225 221 / 0.1);
}

.border-skynamo-light-gray\/100{
  border-color: rgb(226 225 221 / 1);
}

.border-skynamo-light-gray\/15{
  border-color: rgb(226 225 221 / 0.15);
}

.border-skynamo-light-gray\/20{
  border-color: rgb(226 225 221 / 0.2);
}

.border-skynamo-light-gray\/25{
  border-color: rgb(226 225 221 / 0.25);
}

.border-skynamo-light-gray\/30{
  border-color: rgb(226 225 221 / 0.3);
}

.border-skynamo-light-gray\/35{
  border-color: rgb(226 225 221 / 0.35);
}

.border-skynamo-light-gray\/40{
  border-color: rgb(226 225 221 / 0.4);
}

.border-skynamo-light-gray\/45{
  border-color: rgb(226 225 221 / 0.45);
}

.border-skynamo-light-gray\/5{
  border-color: rgb(226 225 221 / 0.05);
}

.border-skynamo-light-gray\/50{
  border-color: rgb(226 225 221 / 0.5);
}

.border-skynamo-light-gray\/55{
  border-color: rgb(226 225 221 / 0.55);
}

.border-skynamo-light-gray\/60{
  border-color: rgb(226 225 221 / 0.6);
}

.border-skynamo-light-gray\/65{
  border-color: rgb(226 225 221 / 0.65);
}

.border-skynamo-light-gray\/70{
  border-color: rgb(226 225 221 / 0.7);
}

.border-skynamo-light-gray\/75{
  border-color: rgb(226 225 221 / 0.75);
}

.border-skynamo-light-gray\/80{
  border-color: rgb(226 225 221 / 0.8);
}

.border-skynamo-light-gray\/85{
  border-color: rgb(226 225 221 / 0.85);
}

.border-skynamo-light-gray\/90{
  border-color: rgb(226 225 221 / 0.9);
}

.border-skynamo-light-gray\/95{
  border-color: rgb(226 225 221 / 0.95);
}

.border-skynamo-mint{
  --tw-border-opacity: 1;
  border-color: rgb(3 219 157 / var(--tw-border-opacity, 1));
}

.border-skynamo-mint\/0{
  border-color: rgb(3 219 157 / 0);
}

.border-skynamo-mint\/10{
  border-color: rgb(3 219 157 / 0.1);
}

.border-skynamo-mint\/100{
  border-color: rgb(3 219 157 / 1);
}

.border-skynamo-mint\/15{
  border-color: rgb(3 219 157 / 0.15);
}

.border-skynamo-mint\/20{
  border-color: rgb(3 219 157 / 0.2);
}

.border-skynamo-mint\/25{
  border-color: rgb(3 219 157 / 0.25);
}

.border-skynamo-mint\/30{
  border-color: rgb(3 219 157 / 0.3);
}

.border-skynamo-mint\/35{
  border-color: rgb(3 219 157 / 0.35);
}

.border-skynamo-mint\/40{
  border-color: rgb(3 219 157 / 0.4);
}

.border-skynamo-mint\/45{
  border-color: rgb(3 219 157 / 0.45);
}

.border-skynamo-mint\/5{
  border-color: rgb(3 219 157 / 0.05);
}

.border-skynamo-mint\/50{
  border-color: rgb(3 219 157 / 0.5);
}

.border-skynamo-mint\/55{
  border-color: rgb(3 219 157 / 0.55);
}

.border-skynamo-mint\/60{
  border-color: rgb(3 219 157 / 0.6);
}

.border-skynamo-mint\/65{
  border-color: rgb(3 219 157 / 0.65);
}

.border-skynamo-mint\/70{
  border-color: rgb(3 219 157 / 0.7);
}

.border-skynamo-mint\/75{
  border-color: rgb(3 219 157 / 0.75);
}

.border-skynamo-mint\/80{
  border-color: rgb(3 219 157 / 0.8);
}

.border-skynamo-mint\/85{
  border-color: rgb(3 219 157 / 0.85);
}

.border-skynamo-mint\/90{
  border-color: rgb(3 219 157 / 0.9);
}

.border-skynamo-mint\/95{
  border-color: rgb(3 219 157 / 0.95);
}

.border-skynamo-orange{
  --tw-border-opacity: 1;
  border-color: rgb(241 116 32 / var(--tw-border-opacity, 1));
}

.border-skynamo-orange\/0{
  border-color: rgb(241 116 32 / 0);
}

.border-skynamo-orange\/10{
  border-color: rgb(241 116 32 / 0.1);
}

.border-skynamo-orange\/100{
  border-color: rgb(241 116 32 / 1);
}

.border-skynamo-orange\/15{
  border-color: rgb(241 116 32 / 0.15);
}

.border-skynamo-orange\/20{
  border-color: rgb(241 116 32 / 0.2);
}

.border-skynamo-orange\/25{
  border-color: rgb(241 116 32 / 0.25);
}

.border-skynamo-orange\/30{
  border-color: rgb(241 116 32 / 0.3);
}

.border-skynamo-orange\/35{
  border-color: rgb(241 116 32 / 0.35);
}

.border-skynamo-orange\/40{
  border-color: rgb(241 116 32 / 0.4);
}

.border-skynamo-orange\/45{
  border-color: rgb(241 116 32 / 0.45);
}

.border-skynamo-orange\/5{
  border-color: rgb(241 116 32 / 0.05);
}

.border-skynamo-orange\/50{
  border-color: rgb(241 116 32 / 0.5);
}

.border-skynamo-orange\/55{
  border-color: rgb(241 116 32 / 0.55);
}

.border-skynamo-orange\/60{
  border-color: rgb(241 116 32 / 0.6);
}

.border-skynamo-orange\/65{
  border-color: rgb(241 116 32 / 0.65);
}

.border-skynamo-orange\/70{
  border-color: rgb(241 116 32 / 0.7);
}

.border-skynamo-orange\/75{
  border-color: rgb(241 116 32 / 0.75);
}

.border-skynamo-orange\/80{
  border-color: rgb(241 116 32 / 0.8);
}

.border-skynamo-orange\/85{
  border-color: rgb(241 116 32 / 0.85);
}

.border-skynamo-orange\/90{
  border-color: rgb(241 116 32 / 0.9);
}

.border-skynamo-orange\/95{
  border-color: rgb(241 116 32 / 0.95);
}

.border-skynamo-purple{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.border-skynamo-purple\/0{
  border-color: rgb(61 17 82 / 0);
}

.border-skynamo-purple\/10{
  border-color: rgb(61 17 82 / 0.1);
}

.border-skynamo-purple\/100{
  border-color: rgb(61 17 82 / 1);
}

.border-skynamo-purple\/15{
  border-color: rgb(61 17 82 / 0.15);
}

.border-skynamo-purple\/20{
  border-color: rgb(61 17 82 / 0.2);
}

.border-skynamo-purple\/25{
  border-color: rgb(61 17 82 / 0.25);
}

.border-skynamo-purple\/30{
  border-color: rgb(61 17 82 / 0.3);
}

.border-skynamo-purple\/35{
  border-color: rgb(61 17 82 / 0.35);
}

.border-skynamo-purple\/40{
  border-color: rgb(61 17 82 / 0.4);
}

.border-skynamo-purple\/45{
  border-color: rgb(61 17 82 / 0.45);
}

.border-skynamo-purple\/5{
  border-color: rgb(61 17 82 / 0.05);
}

.border-skynamo-purple\/50{
  border-color: rgb(61 17 82 / 0.5);
}

.border-skynamo-purple\/55{
  border-color: rgb(61 17 82 / 0.55);
}

.border-skynamo-purple\/60{
  border-color: rgb(61 17 82 / 0.6);
}

.border-skynamo-purple\/65{
  border-color: rgb(61 17 82 / 0.65);
}

.border-skynamo-purple\/70{
  border-color: rgb(61 17 82 / 0.7);
}

.border-skynamo-purple\/75{
  border-color: rgb(61 17 82 / 0.75);
}

.border-skynamo-purple\/80{
  border-color: rgb(61 17 82 / 0.8);
}

.border-skynamo-purple\/85{
  border-color: rgb(61 17 82 / 0.85);
}

.border-skynamo-purple\/90{
  border-color: rgb(61 17 82 / 0.9);
}

.border-skynamo-purple\/95{
  border-color: rgb(61 17 82 / 0.95);
}

.border-skynamo-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.border-skynamo-yellow\/0{
  border-color: rgb(255 186 0 / 0);
}

.border-skynamo-yellow\/10{
  border-color: rgb(255 186 0 / 0.1);
}

.border-skynamo-yellow\/100{
  border-color: rgb(255 186 0 / 1);
}

.border-skynamo-yellow\/15{
  border-color: rgb(255 186 0 / 0.15);
}

.border-skynamo-yellow\/20{
  border-color: rgb(255 186 0 / 0.2);
}

.border-skynamo-yellow\/25{
  border-color: rgb(255 186 0 / 0.25);
}

.border-skynamo-yellow\/30{
  border-color: rgb(255 186 0 / 0.3);
}

.border-skynamo-yellow\/35{
  border-color: rgb(255 186 0 / 0.35);
}

.border-skynamo-yellow\/40{
  border-color: rgb(255 186 0 / 0.4);
}

.border-skynamo-yellow\/45{
  border-color: rgb(255 186 0 / 0.45);
}

.border-skynamo-yellow\/5{
  border-color: rgb(255 186 0 / 0.05);
}

.border-skynamo-yellow\/50{
  border-color: rgb(255 186 0 / 0.5);
}

.border-skynamo-yellow\/55{
  border-color: rgb(255 186 0 / 0.55);
}

.border-skynamo-yellow\/60{
  border-color: rgb(255 186 0 / 0.6);
}

.border-skynamo-yellow\/65{
  border-color: rgb(255 186 0 / 0.65);
}

.border-skynamo-yellow\/70{
  border-color: rgb(255 186 0 / 0.7);
}

.border-skynamo-yellow\/75{
  border-color: rgb(255 186 0 / 0.75);
}

.border-skynamo-yellow\/80{
  border-color: rgb(255 186 0 / 0.8);
}

.border-skynamo-yellow\/85{
  border-color: rgb(255 186 0 / 0.85);
}

.border-skynamo-yellow\/90{
  border-color: rgb(255 186 0 / 0.9);
}

.border-skynamo-yellow\/95{
  border-color: rgb(255 186 0 / 0.95);
}

.border-success-100{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-success-100\/0{
  border-color: rgb(21 128 61 / 0);
}

.border-success-100\/10{
  border-color: rgb(21 128 61 / 0.1);
}

.border-success-100\/100{
  border-color: rgb(21 128 61 / 1);
}

.border-success-100\/15{
  border-color: rgb(21 128 61 / 0.15);
}

.border-success-100\/20{
  border-color: rgb(21 128 61 / 0.2);
}

.border-success-100\/25{
  border-color: rgb(21 128 61 / 0.25);
}

.border-success-100\/30{
  border-color: rgb(21 128 61 / 0.3);
}

.border-success-100\/35{
  border-color: rgb(21 128 61 / 0.35);
}

.border-success-100\/40{
  border-color: rgb(21 128 61 / 0.4);
}

.border-success-100\/45{
  border-color: rgb(21 128 61 / 0.45);
}

.border-success-100\/5{
  border-color: rgb(21 128 61 / 0.05);
}

.border-success-100\/50{
  border-color: rgb(21 128 61 / 0.5);
}

.border-success-100\/55{
  border-color: rgb(21 128 61 / 0.55);
}

.border-success-100\/60{
  border-color: rgb(21 128 61 / 0.6);
}

.border-success-100\/65{
  border-color: rgb(21 128 61 / 0.65);
}

.border-success-100\/70{
  border-color: rgb(21 128 61 / 0.7);
}

.border-success-100\/75{
  border-color: rgb(21 128 61 / 0.75);
}

.border-success-100\/80{
  border-color: rgb(21 128 61 / 0.8);
}

.border-success-100\/85{
  border-color: rgb(21 128 61 / 0.85);
}

.border-success-100\/90{
  border-color: rgb(21 128 61 / 0.9);
}

.border-success-100\/95{
  border-color: rgb(21 128 61 / 0.95);
}

.border-success-background{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-success-background\/0{
  border-color: rgb(220 252 231 / 0);
}

.border-success-background\/10{
  border-color: rgb(220 252 231 / 0.1);
}

.border-success-background\/100{
  border-color: rgb(220 252 231 / 1);
}

.border-success-background\/15{
  border-color: rgb(220 252 231 / 0.15);
}

.border-success-background\/20{
  border-color: rgb(220 252 231 / 0.2);
}

.border-success-background\/25{
  border-color: rgb(220 252 231 / 0.25);
}

.border-success-background\/30{
  border-color: rgb(220 252 231 / 0.3);
}

.border-success-background\/35{
  border-color: rgb(220 252 231 / 0.35);
}

.border-success-background\/40{
  border-color: rgb(220 252 231 / 0.4);
}

.border-success-background\/45{
  border-color: rgb(220 252 231 / 0.45);
}

.border-success-background\/5{
  border-color: rgb(220 252 231 / 0.05);
}

.border-success-background\/50{
  border-color: rgb(220 252 231 / 0.5);
}

.border-success-background\/55{
  border-color: rgb(220 252 231 / 0.55);
}

.border-success-background\/60{
  border-color: rgb(220 252 231 / 0.6);
}

.border-success-background\/65{
  border-color: rgb(220 252 231 / 0.65);
}

.border-success-background\/70{
  border-color: rgb(220 252 231 / 0.7);
}

.border-success-background\/75{
  border-color: rgb(220 252 231 / 0.75);
}

.border-success-background\/80{
  border-color: rgb(220 252 231 / 0.8);
}

.border-success-background\/85{
  border-color: rgb(220 252 231 / 0.85);
}

.border-success-background\/90{
  border-color: rgb(220 252 231 / 0.9);
}

.border-success-background\/95{
  border-color: rgb(220 252 231 / 0.95);
}

.border-tertiary-10{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 255 / var(--tw-border-opacity, 1));
}

.border-tertiary-10\/0{
  border-color: rgb(255 235 255 / 0);
}

.border-tertiary-10\/10{
  border-color: rgb(255 235 255 / 0.1);
}

.border-tertiary-10\/100{
  border-color: rgb(255 235 255 / 1);
}

.border-tertiary-10\/15{
  border-color: rgb(255 235 255 / 0.15);
}

.border-tertiary-10\/20{
  border-color: rgb(255 235 255 / 0.2);
}

.border-tertiary-10\/25{
  border-color: rgb(255 235 255 / 0.25);
}

.border-tertiary-10\/30{
  border-color: rgb(255 235 255 / 0.3);
}

.border-tertiary-10\/35{
  border-color: rgb(255 235 255 / 0.35);
}

.border-tertiary-10\/40{
  border-color: rgb(255 235 255 / 0.4);
}

.border-tertiary-10\/45{
  border-color: rgb(255 235 255 / 0.45);
}

.border-tertiary-10\/5{
  border-color: rgb(255 235 255 / 0.05);
}

.border-tertiary-10\/50{
  border-color: rgb(255 235 255 / 0.5);
}

.border-tertiary-10\/55{
  border-color: rgb(255 235 255 / 0.55);
}

.border-tertiary-10\/60{
  border-color: rgb(255 235 255 / 0.6);
}

.border-tertiary-10\/65{
  border-color: rgb(255 235 255 / 0.65);
}

.border-tertiary-10\/70{
  border-color: rgb(255 235 255 / 0.7);
}

.border-tertiary-10\/75{
  border-color: rgb(255 235 255 / 0.75);
}

.border-tertiary-10\/80{
  border-color: rgb(255 235 255 / 0.8);
}

.border-tertiary-10\/85{
  border-color: rgb(255 235 255 / 0.85);
}

.border-tertiary-10\/90{
  border-color: rgb(255 235 255 / 0.9);
}

.border-tertiary-10\/95{
  border-color: rgb(255 235 255 / 0.95);
}

.border-tertiary-100{
  --tw-border-opacity: 1;
  border-color: rgb(28 0 42 / var(--tw-border-opacity, 1));
}

.border-tertiary-100\/0{
  border-color: rgb(28 0 42 / 0);
}

.border-tertiary-100\/10{
  border-color: rgb(28 0 42 / 0.1);
}

.border-tertiary-100\/100{
  border-color: rgb(28 0 42 / 1);
}

.border-tertiary-100\/15{
  border-color: rgb(28 0 42 / 0.15);
}

.border-tertiary-100\/20{
  border-color: rgb(28 0 42 / 0.2);
}

.border-tertiary-100\/25{
  border-color: rgb(28 0 42 / 0.25);
}

.border-tertiary-100\/30{
  border-color: rgb(28 0 42 / 0.3);
}

.border-tertiary-100\/35{
  border-color: rgb(28 0 42 / 0.35);
}

.border-tertiary-100\/40{
  border-color: rgb(28 0 42 / 0.4);
}

.border-tertiary-100\/45{
  border-color: rgb(28 0 42 / 0.45);
}

.border-tertiary-100\/5{
  border-color: rgb(28 0 42 / 0.05);
}

.border-tertiary-100\/50{
  border-color: rgb(28 0 42 / 0.5);
}

.border-tertiary-100\/55{
  border-color: rgb(28 0 42 / 0.55);
}

.border-tertiary-100\/60{
  border-color: rgb(28 0 42 / 0.6);
}

.border-tertiary-100\/65{
  border-color: rgb(28 0 42 / 0.65);
}

.border-tertiary-100\/70{
  border-color: rgb(28 0 42 / 0.7);
}

.border-tertiary-100\/75{
  border-color: rgb(28 0 42 / 0.75);
}

.border-tertiary-100\/80{
  border-color: rgb(28 0 42 / 0.8);
}

.border-tertiary-100\/85{
  border-color: rgb(28 0 42 / 0.85);
}

.border-tertiary-100\/90{
  border-color: rgb(28 0 42 / 0.9);
}

.border-tertiary-100\/95{
  border-color: rgb(28 0 42 / 0.95);
}

.border-tertiary-20{
  --tw-border-opacity: 1;
  border-color: rgb(248 216 255 / var(--tw-border-opacity, 1));
}

.border-tertiary-20\/0{
  border-color: rgb(248 216 255 / 0);
}

.border-tertiary-20\/10{
  border-color: rgb(248 216 255 / 0.1);
}

.border-tertiary-20\/100{
  border-color: rgb(248 216 255 / 1);
}

.border-tertiary-20\/15{
  border-color: rgb(248 216 255 / 0.15);
}

.border-tertiary-20\/20{
  border-color: rgb(248 216 255 / 0.2);
}

.border-tertiary-20\/25{
  border-color: rgb(248 216 255 / 0.25);
}

.border-tertiary-20\/30{
  border-color: rgb(248 216 255 / 0.3);
}

.border-tertiary-20\/35{
  border-color: rgb(248 216 255 / 0.35);
}

.border-tertiary-20\/40{
  border-color: rgb(248 216 255 / 0.4);
}

.border-tertiary-20\/45{
  border-color: rgb(248 216 255 / 0.45);
}

.border-tertiary-20\/5{
  border-color: rgb(248 216 255 / 0.05);
}

.border-tertiary-20\/50{
  border-color: rgb(248 216 255 / 0.5);
}

.border-tertiary-20\/55{
  border-color: rgb(248 216 255 / 0.55);
}

.border-tertiary-20\/60{
  border-color: rgb(248 216 255 / 0.6);
}

.border-tertiary-20\/65{
  border-color: rgb(248 216 255 / 0.65);
}

.border-tertiary-20\/70{
  border-color: rgb(248 216 255 / 0.7);
}

.border-tertiary-20\/75{
  border-color: rgb(248 216 255 / 0.75);
}

.border-tertiary-20\/80{
  border-color: rgb(248 216 255 / 0.8);
}

.border-tertiary-20\/85{
  border-color: rgb(248 216 255 / 0.85);
}

.border-tertiary-20\/90{
  border-color: rgb(248 216 255 / 0.9);
}

.border-tertiary-20\/95{
  border-color: rgb(248 216 255 / 0.95);
}

.border-tertiary-30{
  --tw-border-opacity: 1;
  border-color: rgb(235 178 255 / var(--tw-border-opacity, 1));
}

.border-tertiary-30\/0{
  border-color: rgb(235 178 255 / 0);
}

.border-tertiary-30\/10{
  border-color: rgb(235 178 255 / 0.1);
}

.border-tertiary-30\/100{
  border-color: rgb(235 178 255 / 1);
}

.border-tertiary-30\/15{
  border-color: rgb(235 178 255 / 0.15);
}

.border-tertiary-30\/20{
  border-color: rgb(235 178 255 / 0.2);
}

.border-tertiary-30\/25{
  border-color: rgb(235 178 255 / 0.25);
}

.border-tertiary-30\/30{
  border-color: rgb(235 178 255 / 0.3);
}

.border-tertiary-30\/35{
  border-color: rgb(235 178 255 / 0.35);
}

.border-tertiary-30\/40{
  border-color: rgb(235 178 255 / 0.4);
}

.border-tertiary-30\/45{
  border-color: rgb(235 178 255 / 0.45);
}

.border-tertiary-30\/5{
  border-color: rgb(235 178 255 / 0.05);
}

.border-tertiary-30\/50{
  border-color: rgb(235 178 255 / 0.5);
}

.border-tertiary-30\/55{
  border-color: rgb(235 178 255 / 0.55);
}

.border-tertiary-30\/60{
  border-color: rgb(235 178 255 / 0.6);
}

.border-tertiary-30\/65{
  border-color: rgb(235 178 255 / 0.65);
}

.border-tertiary-30\/70{
  border-color: rgb(235 178 255 / 0.7);
}

.border-tertiary-30\/75{
  border-color: rgb(235 178 255 / 0.75);
}

.border-tertiary-30\/80{
  border-color: rgb(235 178 255 / 0.8);
}

.border-tertiary-30\/85{
  border-color: rgb(235 178 255 / 0.85);
}

.border-tertiary-30\/90{
  border-color: rgb(235 178 255 / 0.9);
}

.border-tertiary-30\/95{
  border-color: rgb(235 178 255 / 0.95);
}

.border-tertiary-40{
  --tw-border-opacity: 1;
  border-color: rgb(208 149 233 / var(--tw-border-opacity, 1));
}

.border-tertiary-40\/0{
  border-color: rgb(208 149 233 / 0);
}

.border-tertiary-40\/10{
  border-color: rgb(208 149 233 / 0.1);
}

.border-tertiary-40\/100{
  border-color: rgb(208 149 233 / 1);
}

.border-tertiary-40\/15{
  border-color: rgb(208 149 233 / 0.15);
}

.border-tertiary-40\/20{
  border-color: rgb(208 149 233 / 0.2);
}

.border-tertiary-40\/25{
  border-color: rgb(208 149 233 / 0.25);
}

.border-tertiary-40\/30{
  border-color: rgb(208 149 233 / 0.3);
}

.border-tertiary-40\/35{
  border-color: rgb(208 149 233 / 0.35);
}

.border-tertiary-40\/40{
  border-color: rgb(208 149 233 / 0.4);
}

.border-tertiary-40\/45{
  border-color: rgb(208 149 233 / 0.45);
}

.border-tertiary-40\/5{
  border-color: rgb(208 149 233 / 0.05);
}

.border-tertiary-40\/50{
  border-color: rgb(208 149 233 / 0.5);
}

.border-tertiary-40\/55{
  border-color: rgb(208 149 233 / 0.55);
}

.border-tertiary-40\/60{
  border-color: rgb(208 149 233 / 0.6);
}

.border-tertiary-40\/65{
  border-color: rgb(208 149 233 / 0.65);
}

.border-tertiary-40\/70{
  border-color: rgb(208 149 233 / 0.7);
}

.border-tertiary-40\/75{
  border-color: rgb(208 149 233 / 0.75);
}

.border-tertiary-40\/80{
  border-color: rgb(208 149 233 / 0.8);
}

.border-tertiary-40\/85{
  border-color: rgb(208 149 233 / 0.85);
}

.border-tertiary-40\/90{
  border-color: rgb(208 149 233 / 0.9);
}

.border-tertiary-40\/95{
  border-color: rgb(208 149 233 / 0.95);
}

.border-tertiary-5{
  --tw-border-opacity: 1;
  border-color: rgb(253 246 255 / var(--tw-border-opacity, 1));
}

.border-tertiary-5\/0{
  border-color: rgb(253 246 255 / 0);
}

.border-tertiary-5\/10{
  border-color: rgb(253 246 255 / 0.1);
}

.border-tertiary-5\/100{
  border-color: rgb(253 246 255 / 1);
}

.border-tertiary-5\/15{
  border-color: rgb(253 246 255 / 0.15);
}

.border-tertiary-5\/20{
  border-color: rgb(253 246 255 / 0.2);
}

.border-tertiary-5\/25{
  border-color: rgb(253 246 255 / 0.25);
}

.border-tertiary-5\/30{
  border-color: rgb(253 246 255 / 0.3);
}

.border-tertiary-5\/35{
  border-color: rgb(253 246 255 / 0.35);
}

.border-tertiary-5\/40{
  border-color: rgb(253 246 255 / 0.4);
}

.border-tertiary-5\/45{
  border-color: rgb(253 246 255 / 0.45);
}

.border-tertiary-5\/5{
  border-color: rgb(253 246 255 / 0.05);
}

.border-tertiary-5\/50{
  border-color: rgb(253 246 255 / 0.5);
}

.border-tertiary-5\/55{
  border-color: rgb(253 246 255 / 0.55);
}

.border-tertiary-5\/60{
  border-color: rgb(253 246 255 / 0.6);
}

.border-tertiary-5\/65{
  border-color: rgb(253 246 255 / 0.65);
}

.border-tertiary-5\/70{
  border-color: rgb(253 246 255 / 0.7);
}

.border-tertiary-5\/75{
  border-color: rgb(253 246 255 / 0.75);
}

.border-tertiary-5\/80{
  border-color: rgb(253 246 255 / 0.8);
}

.border-tertiary-5\/85{
  border-color: rgb(253 246 255 / 0.85);
}

.border-tertiary-5\/90{
  border-color: rgb(253 246 255 / 0.9);
}

.border-tertiary-5\/95{
  border-color: rgb(253 246 255 / 0.95);
}

.border-tertiary-50{
  --tw-border-opacity: 1;
  border-color: rgb(152 97 177 / var(--tw-border-opacity, 1));
}

.border-tertiary-50\/0{
  border-color: rgb(152 97 177 / 0);
}

.border-tertiary-50\/10{
  border-color: rgb(152 97 177 / 0.1);
}

.border-tertiary-50\/100{
  border-color: rgb(152 97 177 / 1);
}

.border-tertiary-50\/15{
  border-color: rgb(152 97 177 / 0.15);
}

.border-tertiary-50\/20{
  border-color: rgb(152 97 177 / 0.2);
}

.border-tertiary-50\/25{
  border-color: rgb(152 97 177 / 0.25);
}

.border-tertiary-50\/30{
  border-color: rgb(152 97 177 / 0.3);
}

.border-tertiary-50\/35{
  border-color: rgb(152 97 177 / 0.35);
}

.border-tertiary-50\/40{
  border-color: rgb(152 97 177 / 0.4);
}

.border-tertiary-50\/45{
  border-color: rgb(152 97 177 / 0.45);
}

.border-tertiary-50\/5{
  border-color: rgb(152 97 177 / 0.05);
}

.border-tertiary-50\/50{
  border-color: rgb(152 97 177 / 0.5);
}

.border-tertiary-50\/55{
  border-color: rgb(152 97 177 / 0.55);
}

.border-tertiary-50\/60{
  border-color: rgb(152 97 177 / 0.6);
}

.border-tertiary-50\/65{
  border-color: rgb(152 97 177 / 0.65);
}

.border-tertiary-50\/70{
  border-color: rgb(152 97 177 / 0.7);
}

.border-tertiary-50\/75{
  border-color: rgb(152 97 177 / 0.75);
}

.border-tertiary-50\/80{
  border-color: rgb(152 97 177 / 0.8);
}

.border-tertiary-50\/85{
  border-color: rgb(152 97 177 / 0.85);
}

.border-tertiary-50\/90{
  border-color: rgb(152 97 177 / 0.9);
}

.border-tertiary-50\/95{
  border-color: rgb(152 97 177 / 0.95);
}

.border-tertiary-60{
  --tw-border-opacity: 1;
  border-color: rgb(125 72 150 / var(--tw-border-opacity, 1));
}

.border-tertiary-60\/0{
  border-color: rgb(125 72 150 / 0);
}

.border-tertiary-60\/10{
  border-color: rgb(125 72 150 / 0.1);
}

.border-tertiary-60\/100{
  border-color: rgb(125 72 150 / 1);
}

.border-tertiary-60\/15{
  border-color: rgb(125 72 150 / 0.15);
}

.border-tertiary-60\/20{
  border-color: rgb(125 72 150 / 0.2);
}

.border-tertiary-60\/25{
  border-color: rgb(125 72 150 / 0.25);
}

.border-tertiary-60\/30{
  border-color: rgb(125 72 150 / 0.3);
}

.border-tertiary-60\/35{
  border-color: rgb(125 72 150 / 0.35);
}

.border-tertiary-60\/40{
  border-color: rgb(125 72 150 / 0.4);
}

.border-tertiary-60\/45{
  border-color: rgb(125 72 150 / 0.45);
}

.border-tertiary-60\/5{
  border-color: rgb(125 72 150 / 0.05);
}

.border-tertiary-60\/50{
  border-color: rgb(125 72 150 / 0.5);
}

.border-tertiary-60\/55{
  border-color: rgb(125 72 150 / 0.55);
}

.border-tertiary-60\/60{
  border-color: rgb(125 72 150 / 0.6);
}

.border-tertiary-60\/65{
  border-color: rgb(125 72 150 / 0.65);
}

.border-tertiary-60\/70{
  border-color: rgb(125 72 150 / 0.7);
}

.border-tertiary-60\/75{
  border-color: rgb(125 72 150 / 0.75);
}

.border-tertiary-60\/80{
  border-color: rgb(125 72 150 / 0.8);
}

.border-tertiary-60\/85{
  border-color: rgb(125 72 150 / 0.85);
}

.border-tertiary-60\/90{
  border-color: rgb(125 72 150 / 0.9);
}

.border-tertiary-60\/95{
  border-color: rgb(125 72 150 / 0.95);
}

.border-tertiary-70{
  --tw-border-opacity: 1;
  border-color: rgb(106 59 127 / var(--tw-border-opacity, 1));
}

.border-tertiary-70\/0{
  border-color: rgb(106 59 127 / 0);
}

.border-tertiary-70\/10{
  border-color: rgb(106 59 127 / 0.1);
}

.border-tertiary-70\/100{
  border-color: rgb(106 59 127 / 1);
}

.border-tertiary-70\/15{
  border-color: rgb(106 59 127 / 0.15);
}

.border-tertiary-70\/20{
  border-color: rgb(106 59 127 / 0.2);
}

.border-tertiary-70\/25{
  border-color: rgb(106 59 127 / 0.25);
}

.border-tertiary-70\/30{
  border-color: rgb(106 59 127 / 0.3);
}

.border-tertiary-70\/35{
  border-color: rgb(106 59 127 / 0.35);
}

.border-tertiary-70\/40{
  border-color: rgb(106 59 127 / 0.4);
}

.border-tertiary-70\/45{
  border-color: rgb(106 59 127 / 0.45);
}

.border-tertiary-70\/5{
  border-color: rgb(106 59 127 / 0.05);
}

.border-tertiary-70\/50{
  border-color: rgb(106 59 127 / 0.5);
}

.border-tertiary-70\/55{
  border-color: rgb(106 59 127 / 0.55);
}

.border-tertiary-70\/60{
  border-color: rgb(106 59 127 / 0.6);
}

.border-tertiary-70\/65{
  border-color: rgb(106 59 127 / 0.65);
}

.border-tertiary-70\/70{
  border-color: rgb(106 59 127 / 0.7);
}

.border-tertiary-70\/75{
  border-color: rgb(106 59 127 / 0.75);
}

.border-tertiary-70\/80{
  border-color: rgb(106 59 127 / 0.8);
}

.border-tertiary-70\/85{
  border-color: rgb(106 59 127 / 0.85);
}

.border-tertiary-70\/90{
  border-color: rgb(106 59 127 / 0.9);
}

.border-tertiary-70\/95{
  border-color: rgb(106 59 127 / 0.95);
}

.border-tertiary-80{
  --tw-border-opacity: 1;
  border-color: rgb(75 23 100 / var(--tw-border-opacity, 1));
}

.border-tertiary-80\/0{
  border-color: rgb(75 23 100 / 0);
}

.border-tertiary-80\/10{
  border-color: rgb(75 23 100 / 0.1);
}

.border-tertiary-80\/100{
  border-color: rgb(75 23 100 / 1);
}

.border-tertiary-80\/15{
  border-color: rgb(75 23 100 / 0.15);
}

.border-tertiary-80\/20{
  border-color: rgb(75 23 100 / 0.2);
}

.border-tertiary-80\/25{
  border-color: rgb(75 23 100 / 0.25);
}

.border-tertiary-80\/30{
  border-color: rgb(75 23 100 / 0.3);
}

.border-tertiary-80\/35{
  border-color: rgb(75 23 100 / 0.35);
}

.border-tertiary-80\/40{
  border-color: rgb(75 23 100 / 0.4);
}

.border-tertiary-80\/45{
  border-color: rgb(75 23 100 / 0.45);
}

.border-tertiary-80\/5{
  border-color: rgb(75 23 100 / 0.05);
}

.border-tertiary-80\/50{
  border-color: rgb(75 23 100 / 0.5);
}

.border-tertiary-80\/55{
  border-color: rgb(75 23 100 / 0.55);
}

.border-tertiary-80\/60{
  border-color: rgb(75 23 100 / 0.6);
}

.border-tertiary-80\/65{
  border-color: rgb(75 23 100 / 0.65);
}

.border-tertiary-80\/70{
  border-color: rgb(75 23 100 / 0.7);
}

.border-tertiary-80\/75{
  border-color: rgb(75 23 100 / 0.75);
}

.border-tertiary-80\/80{
  border-color: rgb(75 23 100 / 0.8);
}

.border-tertiary-80\/85{
  border-color: rgb(75 23 100 / 0.85);
}

.border-tertiary-80\/90{
  border-color: rgb(75 23 100 / 0.9);
}

.border-tertiary-80\/95{
  border-color: rgb(75 23 100 / 0.95);
}

.border-tertiary-90{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.border-tertiary-90\/0{
  border-color: rgb(61 17 82 / 0);
}

.border-tertiary-90\/10{
  border-color: rgb(61 17 82 / 0.1);
}

.border-tertiary-90\/100{
  border-color: rgb(61 17 82 / 1);
}

.border-tertiary-90\/15{
  border-color: rgb(61 17 82 / 0.15);
}

.border-tertiary-90\/20{
  border-color: rgb(61 17 82 / 0.2);
}

.border-tertiary-90\/25{
  border-color: rgb(61 17 82 / 0.25);
}

.border-tertiary-90\/30{
  border-color: rgb(61 17 82 / 0.3);
}

.border-tertiary-90\/35{
  border-color: rgb(61 17 82 / 0.35);
}

.border-tertiary-90\/40{
  border-color: rgb(61 17 82 / 0.4);
}

.border-tertiary-90\/45{
  border-color: rgb(61 17 82 / 0.45);
}

.border-tertiary-90\/5{
  border-color: rgb(61 17 82 / 0.05);
}

.border-tertiary-90\/50{
  border-color: rgb(61 17 82 / 0.5);
}

.border-tertiary-90\/55{
  border-color: rgb(61 17 82 / 0.55);
}

.border-tertiary-90\/60{
  border-color: rgb(61 17 82 / 0.6);
}

.border-tertiary-90\/65{
  border-color: rgb(61 17 82 / 0.65);
}

.border-tertiary-90\/70{
  border-color: rgb(61 17 82 / 0.7);
}

.border-tertiary-90\/75{
  border-color: rgb(61 17 82 / 0.75);
}

.border-tertiary-90\/80{
  border-color: rgb(61 17 82 / 0.8);
}

.border-tertiary-90\/85{
  border-color: rgb(61 17 82 / 0.85);
}

.border-tertiary-90\/90{
  border-color: rgb(61 17 82 / 0.9);
}

.border-tertiary-90\/95{
  border-color: rgb(61 17 82 / 0.95);
}

.border-warning-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 102 0 / var(--tw-border-opacity, 1));
}

.border-warning-100\/0{
  border-color: rgb(245 102 0 / 0);
}

.border-warning-100\/10{
  border-color: rgb(245 102 0 / 0.1);
}

.border-warning-100\/100{
  border-color: rgb(245 102 0 / 1);
}

.border-warning-100\/15{
  border-color: rgb(245 102 0 / 0.15);
}

.border-warning-100\/20{
  border-color: rgb(245 102 0 / 0.2);
}

.border-warning-100\/25{
  border-color: rgb(245 102 0 / 0.25);
}

.border-warning-100\/30{
  border-color: rgb(245 102 0 / 0.3);
}

.border-warning-100\/35{
  border-color: rgb(245 102 0 / 0.35);
}

.border-warning-100\/40{
  border-color: rgb(245 102 0 / 0.4);
}

.border-warning-100\/45{
  border-color: rgb(245 102 0 / 0.45);
}

.border-warning-100\/5{
  border-color: rgb(245 102 0 / 0.05);
}

.border-warning-100\/50{
  border-color: rgb(245 102 0 / 0.5);
}

.border-warning-100\/55{
  border-color: rgb(245 102 0 / 0.55);
}

.border-warning-100\/60{
  border-color: rgb(245 102 0 / 0.6);
}

.border-warning-100\/65{
  border-color: rgb(245 102 0 / 0.65);
}

.border-warning-100\/70{
  border-color: rgb(245 102 0 / 0.7);
}

.border-warning-100\/75{
  border-color: rgb(245 102 0 / 0.75);
}

.border-warning-100\/80{
  border-color: rgb(245 102 0 / 0.8);
}

.border-warning-100\/85{
  border-color: rgb(245 102 0 / 0.85);
}

.border-warning-100\/90{
  border-color: rgb(245 102 0 / 0.9);
}

.border-warning-100\/95{
  border-color: rgb(245 102 0 / 0.95);
}

.border-warning-background{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 204 / var(--tw-border-opacity, 1));
}

.border-warning-background\/0{
  border-color: rgb(253 224 204 / 0);
}

.border-warning-background\/10{
  border-color: rgb(253 224 204 / 0.1);
}

.border-warning-background\/100{
  border-color: rgb(253 224 204 / 1);
}

.border-warning-background\/15{
  border-color: rgb(253 224 204 / 0.15);
}

.border-warning-background\/20{
  border-color: rgb(253 224 204 / 0.2);
}

.border-warning-background\/25{
  border-color: rgb(253 224 204 / 0.25);
}

.border-warning-background\/30{
  border-color: rgb(253 224 204 / 0.3);
}

.border-warning-background\/35{
  border-color: rgb(253 224 204 / 0.35);
}

.border-warning-background\/40{
  border-color: rgb(253 224 204 / 0.4);
}

.border-warning-background\/45{
  border-color: rgb(253 224 204 / 0.45);
}

.border-warning-background\/5{
  border-color: rgb(253 224 204 / 0.05);
}

.border-warning-background\/50{
  border-color: rgb(253 224 204 / 0.5);
}

.border-warning-background\/55{
  border-color: rgb(253 224 204 / 0.55);
}

.border-warning-background\/60{
  border-color: rgb(253 224 204 / 0.6);
}

.border-warning-background\/65{
  border-color: rgb(253 224 204 / 0.65);
}

.border-warning-background\/70{
  border-color: rgb(253 224 204 / 0.7);
}

.border-warning-background\/75{
  border-color: rgb(253 224 204 / 0.75);
}

.border-warning-background\/80{
  border-color: rgb(253 224 204 / 0.8);
}

.border-warning-background\/85{
  border-color: rgb(253 224 204 / 0.85);
}

.border-warning-background\/90{
  border-color: rgb(253 224 204 / 0.9);
}

.border-warning-background\/95{
  border-color: rgb(253 224 204 / 0.95);
}

.bg-charts-1{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 107 / var(--tw-bg-opacity, 1));
}

.bg-charts-1\/0{
  background-color: rgb(0 57 107 / 0);
}

.bg-charts-1\/10{
  background-color: rgb(0 57 107 / 0.1);
}

.bg-charts-1\/100{
  background-color: rgb(0 57 107 / 1);
}

.bg-charts-1\/15{
  background-color: rgb(0 57 107 / 0.15);
}

.bg-charts-1\/20{
  background-color: rgb(0 57 107 / 0.2);
}

.bg-charts-1\/25{
  background-color: rgb(0 57 107 / 0.25);
}

.bg-charts-1\/30{
  background-color: rgb(0 57 107 / 0.3);
}

.bg-charts-1\/35{
  background-color: rgb(0 57 107 / 0.35);
}

.bg-charts-1\/40{
  background-color: rgb(0 57 107 / 0.4);
}

.bg-charts-1\/45{
  background-color: rgb(0 57 107 / 0.45);
}

.bg-charts-1\/5{
  background-color: rgb(0 57 107 / 0.05);
}

.bg-charts-1\/50{
  background-color: rgb(0 57 107 / 0.5);
}

.bg-charts-1\/55{
  background-color: rgb(0 57 107 / 0.55);
}

.bg-charts-1\/60{
  background-color: rgb(0 57 107 / 0.6);
}

.bg-charts-1\/65{
  background-color: rgb(0 57 107 / 0.65);
}

.bg-charts-1\/70{
  background-color: rgb(0 57 107 / 0.7);
}

.bg-charts-1\/75{
  background-color: rgb(0 57 107 / 0.75);
}

.bg-charts-1\/80{
  background-color: rgb(0 57 107 / 0.8);
}

.bg-charts-1\/85{
  background-color: rgb(0 57 107 / 0.85);
}

.bg-charts-1\/90{
  background-color: rgb(0 57 107 / 0.9);
}

.bg-charts-1\/95{
  background-color: rgb(0 57 107 / 0.95);
}

.bg-charts-10{
  --tw-bg-opacity: 1;
  background-color: rgb(250 77 86 / var(--tw-bg-opacity, 1));
}

.bg-charts-10\/0{
  background-color: rgb(250 77 86 / 0);
}

.bg-charts-10\/10{
  background-color: rgb(250 77 86 / 0.1);
}

.bg-charts-10\/100{
  background-color: rgb(250 77 86 / 1);
}

.bg-charts-10\/15{
  background-color: rgb(250 77 86 / 0.15);
}

.bg-charts-10\/20{
  background-color: rgb(250 77 86 / 0.2);
}

.bg-charts-10\/25{
  background-color: rgb(250 77 86 / 0.25);
}

.bg-charts-10\/30{
  background-color: rgb(250 77 86 / 0.3);
}

.bg-charts-10\/35{
  background-color: rgb(250 77 86 / 0.35);
}

.bg-charts-10\/40{
  background-color: rgb(250 77 86 / 0.4);
}

.bg-charts-10\/45{
  background-color: rgb(250 77 86 / 0.45);
}

.bg-charts-10\/5{
  background-color: rgb(250 77 86 / 0.05);
}

.bg-charts-10\/50{
  background-color: rgb(250 77 86 / 0.5);
}

.bg-charts-10\/55{
  background-color: rgb(250 77 86 / 0.55);
}

.bg-charts-10\/60{
  background-color: rgb(250 77 86 / 0.6);
}

.bg-charts-10\/65{
  background-color: rgb(250 77 86 / 0.65);
}

.bg-charts-10\/70{
  background-color: rgb(250 77 86 / 0.7);
}

.bg-charts-10\/75{
  background-color: rgb(250 77 86 / 0.75);
}

.bg-charts-10\/80{
  background-color: rgb(250 77 86 / 0.8);
}

.bg-charts-10\/85{
  background-color: rgb(250 77 86 / 0.85);
}

.bg-charts-10\/90{
  background-color: rgb(250 77 86 / 0.9);
}

.bg-charts-10\/95{
  background-color: rgb(250 77 86 / 0.95);
}

.bg-charts-11{
  --tw-bg-opacity: 1;
  background-color: rgb(165 110 255 / var(--tw-bg-opacity, 1));
}

.bg-charts-11\/0{
  background-color: rgb(165 110 255 / 0);
}

.bg-charts-11\/10{
  background-color: rgb(165 110 255 / 0.1);
}

.bg-charts-11\/100{
  background-color: rgb(165 110 255 / 1);
}

.bg-charts-11\/15{
  background-color: rgb(165 110 255 / 0.15);
}

.bg-charts-11\/20{
  background-color: rgb(165 110 255 / 0.2);
}

.bg-charts-11\/25{
  background-color: rgb(165 110 255 / 0.25);
}

.bg-charts-11\/30{
  background-color: rgb(165 110 255 / 0.3);
}

.bg-charts-11\/35{
  background-color: rgb(165 110 255 / 0.35);
}

.bg-charts-11\/40{
  background-color: rgb(165 110 255 / 0.4);
}

.bg-charts-11\/45{
  background-color: rgb(165 110 255 / 0.45);
}

.bg-charts-11\/5{
  background-color: rgb(165 110 255 / 0.05);
}

.bg-charts-11\/50{
  background-color: rgb(165 110 255 / 0.5);
}

.bg-charts-11\/55{
  background-color: rgb(165 110 255 / 0.55);
}

.bg-charts-11\/60{
  background-color: rgb(165 110 255 / 0.6);
}

.bg-charts-11\/65{
  background-color: rgb(165 110 255 / 0.65);
}

.bg-charts-11\/70{
  background-color: rgb(165 110 255 / 0.7);
}

.bg-charts-11\/75{
  background-color: rgb(165 110 255 / 0.75);
}

.bg-charts-11\/80{
  background-color: rgb(165 110 255 / 0.8);
}

.bg-charts-11\/85{
  background-color: rgb(165 110 255 / 0.85);
}

.bg-charts-11\/90{
  background-color: rgb(165 110 255 / 0.9);
}

.bg-charts-11\/95{
  background-color: rgb(165 110 255 / 0.95);
}

.bg-charts-12{
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 93 / var(--tw-bg-opacity, 1));
}

.bg-charts-12\/0{
  background-color: rgb(0 93 93 / 0);
}

.bg-charts-12\/10{
  background-color: rgb(0 93 93 / 0.1);
}

.bg-charts-12\/100{
  background-color: rgb(0 93 93 / 1);
}

.bg-charts-12\/15{
  background-color: rgb(0 93 93 / 0.15);
}

.bg-charts-12\/20{
  background-color: rgb(0 93 93 / 0.2);
}

.bg-charts-12\/25{
  background-color: rgb(0 93 93 / 0.25);
}

.bg-charts-12\/30{
  background-color: rgb(0 93 93 / 0.3);
}

.bg-charts-12\/35{
  background-color: rgb(0 93 93 / 0.35);
}

.bg-charts-12\/40{
  background-color: rgb(0 93 93 / 0.4);
}

.bg-charts-12\/45{
  background-color: rgb(0 93 93 / 0.45);
}

.bg-charts-12\/5{
  background-color: rgb(0 93 93 / 0.05);
}

.bg-charts-12\/50{
  background-color: rgb(0 93 93 / 0.5);
}

.bg-charts-12\/55{
  background-color: rgb(0 93 93 / 0.55);
}

.bg-charts-12\/60{
  background-color: rgb(0 93 93 / 0.6);
}

.bg-charts-12\/65{
  background-color: rgb(0 93 93 / 0.65);
}

.bg-charts-12\/70{
  background-color: rgb(0 93 93 / 0.7);
}

.bg-charts-12\/75{
  background-color: rgb(0 93 93 / 0.75);
}

.bg-charts-12\/80{
  background-color: rgb(0 93 93 / 0.8);
}

.bg-charts-12\/85{
  background-color: rgb(0 93 93 / 0.85);
}

.bg-charts-12\/90{
  background-color: rgb(0 93 93 / 0.9);
}

.bg-charts-12\/95{
  background-color: rgb(0 93 93 / 0.95);
}

.bg-charts-13{
  --tw-bg-opacity: 1;
  background-color: rgb(94 165 49 / var(--tw-bg-opacity, 1));
}

.bg-charts-13\/0{
  background-color: rgb(94 165 49 / 0);
}

.bg-charts-13\/10{
  background-color: rgb(94 165 49 / 0.1);
}

.bg-charts-13\/100{
  background-color: rgb(94 165 49 / 1);
}

.bg-charts-13\/15{
  background-color: rgb(94 165 49 / 0.15);
}

.bg-charts-13\/20{
  background-color: rgb(94 165 49 / 0.2);
}

.bg-charts-13\/25{
  background-color: rgb(94 165 49 / 0.25);
}

.bg-charts-13\/30{
  background-color: rgb(94 165 49 / 0.3);
}

.bg-charts-13\/35{
  background-color: rgb(94 165 49 / 0.35);
}

.bg-charts-13\/40{
  background-color: rgb(94 165 49 / 0.4);
}

.bg-charts-13\/45{
  background-color: rgb(94 165 49 / 0.45);
}

.bg-charts-13\/5{
  background-color: rgb(94 165 49 / 0.05);
}

.bg-charts-13\/50{
  background-color: rgb(94 165 49 / 0.5);
}

.bg-charts-13\/55{
  background-color: rgb(94 165 49 / 0.55);
}

.bg-charts-13\/60{
  background-color: rgb(94 165 49 / 0.6);
}

.bg-charts-13\/65{
  background-color: rgb(94 165 49 / 0.65);
}

.bg-charts-13\/70{
  background-color: rgb(94 165 49 / 0.7);
}

.bg-charts-13\/75{
  background-color: rgb(94 165 49 / 0.75);
}

.bg-charts-13\/80{
  background-color: rgb(94 165 49 / 0.8);
}

.bg-charts-13\/85{
  background-color: rgb(94 165 49 / 0.85);
}

.bg-charts-13\/90{
  background-color: rgb(94 165 49 / 0.9);
}

.bg-charts-13\/95{
  background-color: rgb(94 165 49 / 0.95);
}

.bg-charts-2{
  --tw-bg-opacity: 1;
  background-color: rgb(38 124 215 / var(--tw-bg-opacity, 1));
}

.bg-charts-2\/0{
  background-color: rgb(38 124 215 / 0);
}

.bg-charts-2\/10{
  background-color: rgb(38 124 215 / 0.1);
}

.bg-charts-2\/100{
  background-color: rgb(38 124 215 / 1);
}

.bg-charts-2\/15{
  background-color: rgb(38 124 215 / 0.15);
}

.bg-charts-2\/20{
  background-color: rgb(38 124 215 / 0.2);
}

.bg-charts-2\/25{
  background-color: rgb(38 124 215 / 0.25);
}

.bg-charts-2\/30{
  background-color: rgb(38 124 215 / 0.3);
}

.bg-charts-2\/35{
  background-color: rgb(38 124 215 / 0.35);
}

.bg-charts-2\/40{
  background-color: rgb(38 124 215 / 0.4);
}

.bg-charts-2\/45{
  background-color: rgb(38 124 215 / 0.45);
}

.bg-charts-2\/5{
  background-color: rgb(38 124 215 / 0.05);
}

.bg-charts-2\/50{
  background-color: rgb(38 124 215 / 0.5);
}

.bg-charts-2\/55{
  background-color: rgb(38 124 215 / 0.55);
}

.bg-charts-2\/60{
  background-color: rgb(38 124 215 / 0.6);
}

.bg-charts-2\/65{
  background-color: rgb(38 124 215 / 0.65);
}

.bg-charts-2\/70{
  background-color: rgb(38 124 215 / 0.7);
}

.bg-charts-2\/75{
  background-color: rgb(38 124 215 / 0.75);
}

.bg-charts-2\/80{
  background-color: rgb(38 124 215 / 0.8);
}

.bg-charts-2\/85{
  background-color: rgb(38 124 215 / 0.85);
}

.bg-charts-2\/90{
  background-color: rgb(38 124 215 / 0.9);
}

.bg-charts-2\/95{
  background-color: rgb(38 124 215 / 0.95);
}

.bg-charts-3{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.bg-charts-3\/0{
  background-color: rgb(127 50 190 / 0);
}

.bg-charts-3\/10{
  background-color: rgb(127 50 190 / 0.1);
}

.bg-charts-3\/100{
  background-color: rgb(127 50 190 / 1);
}

.bg-charts-3\/15{
  background-color: rgb(127 50 190 / 0.15);
}

.bg-charts-3\/20{
  background-color: rgb(127 50 190 / 0.2);
}

.bg-charts-3\/25{
  background-color: rgb(127 50 190 / 0.25);
}

.bg-charts-3\/30{
  background-color: rgb(127 50 190 / 0.3);
}

.bg-charts-3\/35{
  background-color: rgb(127 50 190 / 0.35);
}

.bg-charts-3\/40{
  background-color: rgb(127 50 190 / 0.4);
}

.bg-charts-3\/45{
  background-color: rgb(127 50 190 / 0.45);
}

.bg-charts-3\/5{
  background-color: rgb(127 50 190 / 0.05);
}

.bg-charts-3\/50{
  background-color: rgb(127 50 190 / 0.5);
}

.bg-charts-3\/55{
  background-color: rgb(127 50 190 / 0.55);
}

.bg-charts-3\/60{
  background-color: rgb(127 50 190 / 0.6);
}

.bg-charts-3\/65{
  background-color: rgb(127 50 190 / 0.65);
}

.bg-charts-3\/70{
  background-color: rgb(127 50 190 / 0.7);
}

.bg-charts-3\/75{
  background-color: rgb(127 50 190 / 0.75);
}

.bg-charts-3\/80{
  background-color: rgb(127 50 190 / 0.8);
}

.bg-charts-3\/85{
  background-color: rgb(127 50 190 / 0.85);
}

.bg-charts-3\/90{
  background-color: rgb(127 50 190 / 0.9);
}

.bg-charts-3\/95{
  background-color: rgb(127 50 190 / 0.95);
}

.bg-charts-4{
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 154 / var(--tw-bg-opacity, 1));
}

.bg-charts-4\/0{
  background-color: rgb(0 157 154 / 0);
}

.bg-charts-4\/10{
  background-color: rgb(0 157 154 / 0.1);
}

.bg-charts-4\/100{
  background-color: rgb(0 157 154 / 1);
}

.bg-charts-4\/15{
  background-color: rgb(0 157 154 / 0.15);
}

.bg-charts-4\/20{
  background-color: rgb(0 157 154 / 0.2);
}

.bg-charts-4\/25{
  background-color: rgb(0 157 154 / 0.25);
}

.bg-charts-4\/30{
  background-color: rgb(0 157 154 / 0.3);
}

.bg-charts-4\/35{
  background-color: rgb(0 157 154 / 0.35);
}

.bg-charts-4\/40{
  background-color: rgb(0 157 154 / 0.4);
}

.bg-charts-4\/45{
  background-color: rgb(0 157 154 / 0.45);
}

.bg-charts-4\/5{
  background-color: rgb(0 157 154 / 0.05);
}

.bg-charts-4\/50{
  background-color: rgb(0 157 154 / 0.5);
}

.bg-charts-4\/55{
  background-color: rgb(0 157 154 / 0.55);
}

.bg-charts-4\/60{
  background-color: rgb(0 157 154 / 0.6);
}

.bg-charts-4\/65{
  background-color: rgb(0 157 154 / 0.65);
}

.bg-charts-4\/70{
  background-color: rgb(0 157 154 / 0.7);
}

.bg-charts-4\/75{
  background-color: rgb(0 157 154 / 0.75);
}

.bg-charts-4\/80{
  background-color: rgb(0 157 154 / 0.8);
}

.bg-charts-4\/85{
  background-color: rgb(0 157 154 / 0.85);
}

.bg-charts-4\/90{
  background-color: rgb(0 157 154 / 0.9);
}

.bg-charts-4\/95{
  background-color: rgb(0 157 154 / 0.95);
}

.bg-charts-5{
  --tw-bg-opacity: 1;
  background-color: rgb(240 111 25 / var(--tw-bg-opacity, 1));
}

.bg-charts-5\/0{
  background-color: rgb(240 111 25 / 0);
}

.bg-charts-5\/10{
  background-color: rgb(240 111 25 / 0.1);
}

.bg-charts-5\/100{
  background-color: rgb(240 111 25 / 1);
}

.bg-charts-5\/15{
  background-color: rgb(240 111 25 / 0.15);
}

.bg-charts-5\/20{
  background-color: rgb(240 111 25 / 0.2);
}

.bg-charts-5\/25{
  background-color: rgb(240 111 25 / 0.25);
}

.bg-charts-5\/30{
  background-color: rgb(240 111 25 / 0.3);
}

.bg-charts-5\/35{
  background-color: rgb(240 111 25 / 0.35);
}

.bg-charts-5\/40{
  background-color: rgb(240 111 25 / 0.4);
}

.bg-charts-5\/45{
  background-color: rgb(240 111 25 / 0.45);
}

.bg-charts-5\/5{
  background-color: rgb(240 111 25 / 0.05);
}

.bg-charts-5\/50{
  background-color: rgb(240 111 25 / 0.5);
}

.bg-charts-5\/55{
  background-color: rgb(240 111 25 / 0.55);
}

.bg-charts-5\/60{
  background-color: rgb(240 111 25 / 0.6);
}

.bg-charts-5\/65{
  background-color: rgb(240 111 25 / 0.65);
}

.bg-charts-5\/70{
  background-color: rgb(240 111 25 / 0.7);
}

.bg-charts-5\/75{
  background-color: rgb(240 111 25 / 0.75);
}

.bg-charts-5\/80{
  background-color: rgb(240 111 25 / 0.8);
}

.bg-charts-5\/85{
  background-color: rgb(240 111 25 / 0.85);
}

.bg-charts-5\/90{
  background-color: rgb(240 111 25 / 0.9);
}

.bg-charts-5\/95{
  background-color: rgb(240 111 25 / 0.95);
}

.bg-charts-6{
  --tw-bg-opacity: 1;
  background-color: rgb(238 83 139 / var(--tw-bg-opacity, 1));
}

.bg-charts-6\/0{
  background-color: rgb(238 83 139 / 0);
}

.bg-charts-6\/10{
  background-color: rgb(238 83 139 / 0.1);
}

.bg-charts-6\/100{
  background-color: rgb(238 83 139 / 1);
}

.bg-charts-6\/15{
  background-color: rgb(238 83 139 / 0.15);
}

.bg-charts-6\/20{
  background-color: rgb(238 83 139 / 0.2);
}

.bg-charts-6\/25{
  background-color: rgb(238 83 139 / 0.25);
}

.bg-charts-6\/30{
  background-color: rgb(238 83 139 / 0.3);
}

.bg-charts-6\/35{
  background-color: rgb(238 83 139 / 0.35);
}

.bg-charts-6\/40{
  background-color: rgb(238 83 139 / 0.4);
}

.bg-charts-6\/45{
  background-color: rgb(238 83 139 / 0.45);
}

.bg-charts-6\/5{
  background-color: rgb(238 83 139 / 0.05);
}

.bg-charts-6\/50{
  background-color: rgb(238 83 139 / 0.5);
}

.bg-charts-6\/55{
  background-color: rgb(238 83 139 / 0.55);
}

.bg-charts-6\/60{
  background-color: rgb(238 83 139 / 0.6);
}

.bg-charts-6\/65{
  background-color: rgb(238 83 139 / 0.65);
}

.bg-charts-6\/70{
  background-color: rgb(238 83 139 / 0.7);
}

.bg-charts-6\/75{
  background-color: rgb(238 83 139 / 0.75);
}

.bg-charts-6\/80{
  background-color: rgb(238 83 139 / 0.8);
}

.bg-charts-6\/85{
  background-color: rgb(238 83 139 / 0.85);
}

.bg-charts-6\/90{
  background-color: rgb(238 83 139 / 0.9);
}

.bg-charts-6\/95{
  background-color: rgb(238 83 139 / 0.95);
}

.bg-charts-7{
  --tw-bg-opacity: 1;
  background-color: rgb(13 126 160 / var(--tw-bg-opacity, 1));
}

.bg-charts-7\/0{
  background-color: rgb(13 126 160 / 0);
}

.bg-charts-7\/10{
  background-color: rgb(13 126 160 / 0.1);
}

.bg-charts-7\/100{
  background-color: rgb(13 126 160 / 1);
}

.bg-charts-7\/15{
  background-color: rgb(13 126 160 / 0.15);
}

.bg-charts-7\/20{
  background-color: rgb(13 126 160 / 0.2);
}

.bg-charts-7\/25{
  background-color: rgb(13 126 160 / 0.25);
}

.bg-charts-7\/30{
  background-color: rgb(13 126 160 / 0.3);
}

.bg-charts-7\/35{
  background-color: rgb(13 126 160 / 0.35);
}

.bg-charts-7\/40{
  background-color: rgb(13 126 160 / 0.4);
}

.bg-charts-7\/45{
  background-color: rgb(13 126 160 / 0.45);
}

.bg-charts-7\/5{
  background-color: rgb(13 126 160 / 0.05);
}

.bg-charts-7\/50{
  background-color: rgb(13 126 160 / 0.5);
}

.bg-charts-7\/55{
  background-color: rgb(13 126 160 / 0.55);
}

.bg-charts-7\/60{
  background-color: rgb(13 126 160 / 0.6);
}

.bg-charts-7\/65{
  background-color: rgb(13 126 160 / 0.65);
}

.bg-charts-7\/70{
  background-color: rgb(13 126 160 / 0.7);
}

.bg-charts-7\/75{
  background-color: rgb(13 126 160 / 0.75);
}

.bg-charts-7\/80{
  background-color: rgb(13 126 160 / 0.8);
}

.bg-charts-7\/85{
  background-color: rgb(13 126 160 / 0.85);
}

.bg-charts-7\/90{
  background-color: rgb(13 126 160 / 0.9);
}

.bg-charts-7\/95{
  background-color: rgb(13 126 160 / 0.95);
}

.bg-charts-8{
  --tw-bg-opacity: 1;
  background-color: rgb(159 24 83 / var(--tw-bg-opacity, 1));
}

.bg-charts-8\/0{
  background-color: rgb(159 24 83 / 0);
}

.bg-charts-8\/10{
  background-color: rgb(159 24 83 / 0.1);
}

.bg-charts-8\/100{
  background-color: rgb(159 24 83 / 1);
}

.bg-charts-8\/15{
  background-color: rgb(159 24 83 / 0.15);
}

.bg-charts-8\/20{
  background-color: rgb(159 24 83 / 0.2);
}

.bg-charts-8\/25{
  background-color: rgb(159 24 83 / 0.25);
}

.bg-charts-8\/30{
  background-color: rgb(159 24 83 / 0.3);
}

.bg-charts-8\/35{
  background-color: rgb(159 24 83 / 0.35);
}

.bg-charts-8\/40{
  background-color: rgb(159 24 83 / 0.4);
}

.bg-charts-8\/45{
  background-color: rgb(159 24 83 / 0.45);
}

.bg-charts-8\/5{
  background-color: rgb(159 24 83 / 0.05);
}

.bg-charts-8\/50{
  background-color: rgb(159 24 83 / 0.5);
}

.bg-charts-8\/55{
  background-color: rgb(159 24 83 / 0.55);
}

.bg-charts-8\/60{
  background-color: rgb(159 24 83 / 0.6);
}

.bg-charts-8\/65{
  background-color: rgb(159 24 83 / 0.65);
}

.bg-charts-8\/70{
  background-color: rgb(159 24 83 / 0.7);
}

.bg-charts-8\/75{
  background-color: rgb(159 24 83 / 0.75);
}

.bg-charts-8\/80{
  background-color: rgb(159 24 83 / 0.8);
}

.bg-charts-8\/85{
  background-color: rgb(159 24 83 / 0.85);
}

.bg-charts-8\/90{
  background-color: rgb(159 24 83 / 0.9);
}

.bg-charts-8\/95{
  background-color: rgb(159 24 83 / 0.95);
}

.bg-charts-9{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.bg-charts-9\/0{
  background-color: rgb(255 186 0 / 0);
}

.bg-charts-9\/10{
  background-color: rgb(255 186 0 / 0.1);
}

.bg-charts-9\/100{
  background-color: rgb(255 186 0 / 1);
}

.bg-charts-9\/15{
  background-color: rgb(255 186 0 / 0.15);
}

.bg-charts-9\/20{
  background-color: rgb(255 186 0 / 0.2);
}

.bg-charts-9\/25{
  background-color: rgb(255 186 0 / 0.25);
}

.bg-charts-9\/30{
  background-color: rgb(255 186 0 / 0.3);
}

.bg-charts-9\/35{
  background-color: rgb(255 186 0 / 0.35);
}

.bg-charts-9\/40{
  background-color: rgb(255 186 0 / 0.4);
}

.bg-charts-9\/45{
  background-color: rgb(255 186 0 / 0.45);
}

.bg-charts-9\/5{
  background-color: rgb(255 186 0 / 0.05);
}

.bg-charts-9\/50{
  background-color: rgb(255 186 0 / 0.5);
}

.bg-charts-9\/55{
  background-color: rgb(255 186 0 / 0.55);
}

.bg-charts-9\/60{
  background-color: rgb(255 186 0 / 0.6);
}

.bg-charts-9\/65{
  background-color: rgb(255 186 0 / 0.65);
}

.bg-charts-9\/70{
  background-color: rgb(255 186 0 / 0.7);
}

.bg-charts-9\/75{
  background-color: rgb(255 186 0 / 0.75);
}

.bg-charts-9\/80{
  background-color: rgb(255 186 0 / 0.8);
}

.bg-charts-9\/85{
  background-color: rgb(255 186 0 / 0.85);
}

.bg-charts-9\/90{
  background-color: rgb(255 186 0 / 0.9);
}

.bg-charts-9\/95{
  background-color: rgb(255 186 0 / 0.95);
}

.bg-error-100{
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 7 / var(--tw-bg-opacity, 1));
}

.bg-error-100\/0{
  background-color: rgb(217 0 7 / 0);
}

.bg-error-100\/10{
  background-color: rgb(217 0 7 / 0.1);
}

.bg-error-100\/100{
  background-color: rgb(217 0 7 / 1);
}

.bg-error-100\/15{
  background-color: rgb(217 0 7 / 0.15);
}

.bg-error-100\/20{
  background-color: rgb(217 0 7 / 0.2);
}

.bg-error-100\/25{
  background-color: rgb(217 0 7 / 0.25);
}

.bg-error-100\/30{
  background-color: rgb(217 0 7 / 0.3);
}

.bg-error-100\/35{
  background-color: rgb(217 0 7 / 0.35);
}

.bg-error-100\/40{
  background-color: rgb(217 0 7 / 0.4);
}

.bg-error-100\/45{
  background-color: rgb(217 0 7 / 0.45);
}

.bg-error-100\/5{
  background-color: rgb(217 0 7 / 0.05);
}

.bg-error-100\/50{
  background-color: rgb(217 0 7 / 0.5);
}

.bg-error-100\/55{
  background-color: rgb(217 0 7 / 0.55);
}

.bg-error-100\/60{
  background-color: rgb(217 0 7 / 0.6);
}

.bg-error-100\/65{
  background-color: rgb(217 0 7 / 0.65);
}

.bg-error-100\/70{
  background-color: rgb(217 0 7 / 0.7);
}

.bg-error-100\/75{
  background-color: rgb(217 0 7 / 0.75);
}

.bg-error-100\/80{
  background-color: rgb(217 0 7 / 0.8);
}

.bg-error-100\/85{
  background-color: rgb(217 0 7 / 0.85);
}

.bg-error-100\/90{
  background-color: rgb(217 0 7 / 0.9);
}

.bg-error-100\/95{
  background-color: rgb(217 0 7 / 0.95);
}

.bg-error-background{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-error-background\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-error-background\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-error-background\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-error-background\/15{
  background-color: rgb(254 226 226 / 0.15);
}

.bg-error-background\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-error-background\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-error-background\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-error-background\/35{
  background-color: rgb(254 226 226 / 0.35);
}

.bg-error-background\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-error-background\/45{
  background-color: rgb(254 226 226 / 0.45);
}

.bg-error-background\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-error-background\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-error-background\/55{
  background-color: rgb(254 226 226 / 0.55);
}

.bg-error-background\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-error-background\/65{
  background-color: rgb(254 226 226 / 0.65);
}

.bg-error-background\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-error-background\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-error-background\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-error-background\/85{
  background-color: rgb(254 226 226 / 0.85);
}

.bg-error-background\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-error-background\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-informational-100{
  --tw-bg-opacity: 1;
  background-color: rgb(35 87 137 / var(--tw-bg-opacity, 1));
}

.bg-informational-100\/0{
  background-color: rgb(35 87 137 / 0);
}

.bg-informational-100\/10{
  background-color: rgb(35 87 137 / 0.1);
}

.bg-informational-100\/100{
  background-color: rgb(35 87 137 / 1);
}

.bg-informational-100\/15{
  background-color: rgb(35 87 137 / 0.15);
}

.bg-informational-100\/20{
  background-color: rgb(35 87 137 / 0.2);
}

.bg-informational-100\/25{
  background-color: rgb(35 87 137 / 0.25);
}

.bg-informational-100\/30{
  background-color: rgb(35 87 137 / 0.3);
}

.bg-informational-100\/35{
  background-color: rgb(35 87 137 / 0.35);
}

.bg-informational-100\/40{
  background-color: rgb(35 87 137 / 0.4);
}

.bg-informational-100\/45{
  background-color: rgb(35 87 137 / 0.45);
}

.bg-informational-100\/5{
  background-color: rgb(35 87 137 / 0.05);
}

.bg-informational-100\/50{
  background-color: rgb(35 87 137 / 0.5);
}

.bg-informational-100\/55{
  background-color: rgb(35 87 137 / 0.55);
}

.bg-informational-100\/60{
  background-color: rgb(35 87 137 / 0.6);
}

.bg-informational-100\/65{
  background-color: rgb(35 87 137 / 0.65);
}

.bg-informational-100\/70{
  background-color: rgb(35 87 137 / 0.7);
}

.bg-informational-100\/75{
  background-color: rgb(35 87 137 / 0.75);
}

.bg-informational-100\/80{
  background-color: rgb(35 87 137 / 0.8);
}

.bg-informational-100\/85{
  background-color: rgb(35 87 137 / 0.85);
}

.bg-informational-100\/90{
  background-color: rgb(35 87 137 / 0.9);
}

.bg-informational-100\/95{
  background-color: rgb(35 87 137 / 0.95);
}

.bg-informational-background{
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 254 / var(--tw-bg-opacity, 1));
}

.bg-informational-background\/0{
  background-color: rgb(226 241 254 / 0);
}

.bg-informational-background\/10{
  background-color: rgb(226 241 254 / 0.1);
}

.bg-informational-background\/100{
  background-color: rgb(226 241 254 / 1);
}

.bg-informational-background\/15{
  background-color: rgb(226 241 254 / 0.15);
}

.bg-informational-background\/20{
  background-color: rgb(226 241 254 / 0.2);
}

.bg-informational-background\/25{
  background-color: rgb(226 241 254 / 0.25);
}

.bg-informational-background\/30{
  background-color: rgb(226 241 254 / 0.3);
}

.bg-informational-background\/35{
  background-color: rgb(226 241 254 / 0.35);
}

.bg-informational-background\/40{
  background-color: rgb(226 241 254 / 0.4);
}

.bg-informational-background\/45{
  background-color: rgb(226 241 254 / 0.45);
}

.bg-informational-background\/5{
  background-color: rgb(226 241 254 / 0.05);
}

.bg-informational-background\/50{
  background-color: rgb(226 241 254 / 0.5);
}

.bg-informational-background\/55{
  background-color: rgb(226 241 254 / 0.55);
}

.bg-informational-background\/60{
  background-color: rgb(226 241 254 / 0.6);
}

.bg-informational-background\/65{
  background-color: rgb(226 241 254 / 0.65);
}

.bg-informational-background\/70{
  background-color: rgb(226 241 254 / 0.7);
}

.bg-informational-background\/75{
  background-color: rgb(226 241 254 / 0.75);
}

.bg-informational-background\/80{
  background-color: rgb(226 241 254 / 0.8);
}

.bg-informational-background\/85{
  background-color: rgb(226 241 254 / 0.85);
}

.bg-informational-background\/90{
  background-color: rgb(226 241 254 / 0.9);
}

.bg-informational-background\/95{
  background-color: rgb(226 241 254 / 0.95);
}

.bg-neutral-10{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.bg-neutral-10\/0{
  background-color: rgb(245 247 250 / 0);
}

.bg-neutral-10\/10{
  background-color: rgb(245 247 250 / 0.1);
}

.bg-neutral-10\/100{
  background-color: rgb(245 247 250 / 1);
}

.bg-neutral-10\/15{
  background-color: rgb(245 247 250 / 0.15);
}

.bg-neutral-10\/20{
  background-color: rgb(245 247 250 / 0.2);
}

.bg-neutral-10\/25{
  background-color: rgb(245 247 250 / 0.25);
}

.bg-neutral-10\/30{
  background-color: rgb(245 247 250 / 0.3);
}

.bg-neutral-10\/35{
  background-color: rgb(245 247 250 / 0.35);
}

.bg-neutral-10\/40{
  background-color: rgb(245 247 250 / 0.4);
}

.bg-neutral-10\/45{
  background-color: rgb(245 247 250 / 0.45);
}

.bg-neutral-10\/5{
  background-color: rgb(245 247 250 / 0.05);
}

.bg-neutral-10\/50{
  background-color: rgb(245 247 250 / 0.5);
}

.bg-neutral-10\/55{
  background-color: rgb(245 247 250 / 0.55);
}

.bg-neutral-10\/60{
  background-color: rgb(245 247 250 / 0.6);
}

.bg-neutral-10\/65{
  background-color: rgb(245 247 250 / 0.65);
}

.bg-neutral-10\/70{
  background-color: rgb(245 247 250 / 0.7);
}

.bg-neutral-10\/75{
  background-color: rgb(245 247 250 / 0.75);
}

.bg-neutral-10\/80{
  background-color: rgb(245 247 250 / 0.8);
}

.bg-neutral-10\/85{
  background-color: rgb(245 247 250 / 0.85);
}

.bg-neutral-10\/90{
  background-color: rgb(245 247 250 / 0.9);
}

.bg-neutral-10\/95{
  background-color: rgb(245 247 250 / 0.95);
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/0{
  background-color: rgb(26 26 26 / 0);
}

.bg-neutral-100\/10{
  background-color: rgb(26 26 26 / 0.1);
}

.bg-neutral-100\/100{
  background-color: rgb(26 26 26 / 1);
}

.bg-neutral-100\/15{
  background-color: rgb(26 26 26 / 0.15);
}

.bg-neutral-100\/20{
  background-color: rgb(26 26 26 / 0.2);
}

.bg-neutral-100\/25{
  background-color: rgb(26 26 26 / 0.25);
}

.bg-neutral-100\/30{
  background-color: rgb(26 26 26 / 0.3);
}

.bg-neutral-100\/35{
  background-color: rgb(26 26 26 / 0.35);
}

.bg-neutral-100\/40{
  background-color: rgb(26 26 26 / 0.4);
}

.bg-neutral-100\/45{
  background-color: rgb(26 26 26 / 0.45);
}

.bg-neutral-100\/5{
  background-color: rgb(26 26 26 / 0.05);
}

.bg-neutral-100\/50{
  background-color: rgb(26 26 26 / 0.5);
}

.bg-neutral-100\/55{
  background-color: rgb(26 26 26 / 0.55);
}

.bg-neutral-100\/60{
  background-color: rgb(26 26 26 / 0.6);
}

.bg-neutral-100\/65{
  background-color: rgb(26 26 26 / 0.65);
}

.bg-neutral-100\/70{
  background-color: rgb(26 26 26 / 0.7);
}

.bg-neutral-100\/75{
  background-color: rgb(26 26 26 / 0.75);
}

.bg-neutral-100\/80{
  background-color: rgb(26 26 26 / 0.8);
}

.bg-neutral-100\/85{
  background-color: rgb(26 26 26 / 0.85);
}

.bg-neutral-100\/90{
  background-color: rgb(26 26 26 / 0.9);
}

.bg-neutral-100\/95{
  background-color: rgb(26 26 26 / 0.95);
}

.bg-neutral-20{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.bg-neutral-20\/0{
  background-color: rgb(227 227 227 / 0);
}

.bg-neutral-20\/10{
  background-color: rgb(227 227 227 / 0.1);
}

.bg-neutral-20\/100{
  background-color: rgb(227 227 227 / 1);
}

.bg-neutral-20\/15{
  background-color: rgb(227 227 227 / 0.15);
}

.bg-neutral-20\/20{
  background-color: rgb(227 227 227 / 0.2);
}

.bg-neutral-20\/25{
  background-color: rgb(227 227 227 / 0.25);
}

.bg-neutral-20\/30{
  background-color: rgb(227 227 227 / 0.3);
}

.bg-neutral-20\/35{
  background-color: rgb(227 227 227 / 0.35);
}

.bg-neutral-20\/40{
  background-color: rgb(227 227 227 / 0.4);
}

.bg-neutral-20\/45{
  background-color: rgb(227 227 227 / 0.45);
}

.bg-neutral-20\/5{
  background-color: rgb(227 227 227 / 0.05);
}

.bg-neutral-20\/50{
  background-color: rgb(227 227 227 / 0.5);
}

.bg-neutral-20\/55{
  background-color: rgb(227 227 227 / 0.55);
}

.bg-neutral-20\/60{
  background-color: rgb(227 227 227 / 0.6);
}

.bg-neutral-20\/65{
  background-color: rgb(227 227 227 / 0.65);
}

.bg-neutral-20\/70{
  background-color: rgb(227 227 227 / 0.7);
}

.bg-neutral-20\/75{
  background-color: rgb(227 227 227 / 0.75);
}

.bg-neutral-20\/80{
  background-color: rgb(227 227 227 / 0.8);
}

.bg-neutral-20\/85{
  background-color: rgb(227 227 227 / 0.85);
}

.bg-neutral-20\/90{
  background-color: rgb(227 227 227 / 0.9);
}

.bg-neutral-20\/95{
  background-color: rgb(227 227 227 / 0.95);
}

.bg-neutral-30{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
}

.bg-neutral-30\/0{
  background-color: rgb(199 199 199 / 0);
}

.bg-neutral-30\/10{
  background-color: rgb(199 199 199 / 0.1);
}

.bg-neutral-30\/100{
  background-color: rgb(199 199 199 / 1);
}

.bg-neutral-30\/15{
  background-color: rgb(199 199 199 / 0.15);
}

.bg-neutral-30\/20{
  background-color: rgb(199 199 199 / 0.2);
}

.bg-neutral-30\/25{
  background-color: rgb(199 199 199 / 0.25);
}

.bg-neutral-30\/30{
  background-color: rgb(199 199 199 / 0.3);
}

.bg-neutral-30\/35{
  background-color: rgb(199 199 199 / 0.35);
}

.bg-neutral-30\/40{
  background-color: rgb(199 199 199 / 0.4);
}

.bg-neutral-30\/45{
  background-color: rgb(199 199 199 / 0.45);
}

.bg-neutral-30\/5{
  background-color: rgb(199 199 199 / 0.05);
}

.bg-neutral-30\/50{
  background-color: rgb(199 199 199 / 0.5);
}

.bg-neutral-30\/55{
  background-color: rgb(199 199 199 / 0.55);
}

.bg-neutral-30\/60{
  background-color: rgb(199 199 199 / 0.6);
}

.bg-neutral-30\/65{
  background-color: rgb(199 199 199 / 0.65);
}

.bg-neutral-30\/70{
  background-color: rgb(199 199 199 / 0.7);
}

.bg-neutral-30\/75{
  background-color: rgb(199 199 199 / 0.75);
}

.bg-neutral-30\/80{
  background-color: rgb(199 199 199 / 0.8);
}

.bg-neutral-30\/85{
  background-color: rgb(199 199 199 / 0.85);
}

.bg-neutral-30\/90{
  background-color: rgb(199 199 199 / 0.9);
}

.bg-neutral-30\/95{
  background-color: rgb(199 199 199 / 0.95);
}

.bg-neutral-40{
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}

.bg-neutral-40\/0{
  background-color: rgb(172 172 172 / 0);
}

.bg-neutral-40\/10{
  background-color: rgb(172 172 172 / 0.1);
}

.bg-neutral-40\/100{
  background-color: rgb(172 172 172 / 1);
}

.bg-neutral-40\/15{
  background-color: rgb(172 172 172 / 0.15);
}

.bg-neutral-40\/20{
  background-color: rgb(172 172 172 / 0.2);
}

.bg-neutral-40\/25{
  background-color: rgb(172 172 172 / 0.25);
}

.bg-neutral-40\/30{
  background-color: rgb(172 172 172 / 0.3);
}

.bg-neutral-40\/35{
  background-color: rgb(172 172 172 / 0.35);
}

.bg-neutral-40\/40{
  background-color: rgb(172 172 172 / 0.4);
}

.bg-neutral-40\/45{
  background-color: rgb(172 172 172 / 0.45);
}

.bg-neutral-40\/5{
  background-color: rgb(172 172 172 / 0.05);
}

.bg-neutral-40\/50{
  background-color: rgb(172 172 172 / 0.5);
}

.bg-neutral-40\/55{
  background-color: rgb(172 172 172 / 0.55);
}

.bg-neutral-40\/60{
  background-color: rgb(172 172 172 / 0.6);
}

.bg-neutral-40\/65{
  background-color: rgb(172 172 172 / 0.65);
}

.bg-neutral-40\/70{
  background-color: rgb(172 172 172 / 0.7);
}

.bg-neutral-40\/75{
  background-color: rgb(172 172 172 / 0.75);
}

.bg-neutral-40\/80{
  background-color: rgb(172 172 172 / 0.8);
}

.bg-neutral-40\/85{
  background-color: rgb(172 172 172 / 0.85);
}

.bg-neutral-40\/90{
  background-color: rgb(172 172 172 / 0.9);
}

.bg-neutral-40\/95{
  background-color: rgb(172 172 172 / 0.95);
}

.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(142 145 146 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50\/0{
  background-color: rgb(142 145 146 / 0);
}

.bg-neutral-50\/10{
  background-color: rgb(142 145 146 / 0.1);
}

.bg-neutral-50\/100{
  background-color: rgb(142 145 146 / 1);
}

.bg-neutral-50\/15{
  background-color: rgb(142 145 146 / 0.15);
}

.bg-neutral-50\/20{
  background-color: rgb(142 145 146 / 0.2);
}

.bg-neutral-50\/25{
  background-color: rgb(142 145 146 / 0.25);
}

.bg-neutral-50\/30{
  background-color: rgb(142 145 146 / 0.3);
}

.bg-neutral-50\/35{
  background-color: rgb(142 145 146 / 0.35);
}

.bg-neutral-50\/40{
  background-color: rgb(142 145 146 / 0.4);
}

.bg-neutral-50\/45{
  background-color: rgb(142 145 146 / 0.45);
}

.bg-neutral-50\/5{
  background-color: rgb(142 145 146 / 0.05);
}

.bg-neutral-50\/50{
  background-color: rgb(142 145 146 / 0.5);
}

.bg-neutral-50\/55{
  background-color: rgb(142 145 146 / 0.55);
}

.bg-neutral-50\/60{
  background-color: rgb(142 145 146 / 0.6);
}

.bg-neutral-50\/65{
  background-color: rgb(142 145 146 / 0.65);
}

.bg-neutral-50\/70{
  background-color: rgb(142 145 146 / 0.7);
}

.bg-neutral-50\/75{
  background-color: rgb(142 145 146 / 0.75);
}

.bg-neutral-50\/80{
  background-color: rgb(142 145 146 / 0.8);
}

.bg-neutral-50\/85{
  background-color: rgb(142 145 146 / 0.85);
}

.bg-neutral-50\/90{
  background-color: rgb(142 145 146 / 0.9);
}

.bg-neutral-50\/95{
  background-color: rgb(142 145 146 / 0.95);
}

.bg-neutral-60{
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / var(--tw-bg-opacity, 1));
}

.bg-neutral-60\/0{
  background-color: rgb(118 118 118 / 0);
}

.bg-neutral-60\/10{
  background-color: rgb(118 118 118 / 0.1);
}

.bg-neutral-60\/100{
  background-color: rgb(118 118 118 / 1);
}

.bg-neutral-60\/15{
  background-color: rgb(118 118 118 / 0.15);
}

.bg-neutral-60\/20{
  background-color: rgb(118 118 118 / 0.2);
}

.bg-neutral-60\/25{
  background-color: rgb(118 118 118 / 0.25);
}

.bg-neutral-60\/30{
  background-color: rgb(118 118 118 / 0.3);
}

.bg-neutral-60\/35{
  background-color: rgb(118 118 118 / 0.35);
}

.bg-neutral-60\/40{
  background-color: rgb(118 118 118 / 0.4);
}

.bg-neutral-60\/45{
  background-color: rgb(118 118 118 / 0.45);
}

.bg-neutral-60\/5{
  background-color: rgb(118 118 118 / 0.05);
}

.bg-neutral-60\/50{
  background-color: rgb(118 118 118 / 0.5);
}

.bg-neutral-60\/55{
  background-color: rgb(118 118 118 / 0.55);
}

.bg-neutral-60\/60{
  background-color: rgb(118 118 118 / 0.6);
}

.bg-neutral-60\/65{
  background-color: rgb(118 118 118 / 0.65);
}

.bg-neutral-60\/70{
  background-color: rgb(118 118 118 / 0.7);
}

.bg-neutral-60\/75{
  background-color: rgb(118 118 118 / 0.75);
}

.bg-neutral-60\/80{
  background-color: rgb(118 118 118 / 0.8);
}

.bg-neutral-60\/85{
  background-color: rgb(118 118 118 / 0.85);
}

.bg-neutral-60\/90{
  background-color: rgb(118 118 118 / 0.9);
}

.bg-neutral-60\/95{
  background-color: rgb(118 118 118 / 0.95);
}

.bg-neutral-70{
  --tw-bg-opacity: 1;
  background-color: rgb(92 95 96 / var(--tw-bg-opacity, 1));
}

.bg-neutral-70\/0{
  background-color: rgb(92 95 96 / 0);
}

.bg-neutral-70\/10{
  background-color: rgb(92 95 96 / 0.1);
}

.bg-neutral-70\/100{
  background-color: rgb(92 95 96 / 1);
}

.bg-neutral-70\/15{
  background-color: rgb(92 95 96 / 0.15);
}

.bg-neutral-70\/20{
  background-color: rgb(92 95 96 / 0.2);
}

.bg-neutral-70\/25{
  background-color: rgb(92 95 96 / 0.25);
}

.bg-neutral-70\/30{
  background-color: rgb(92 95 96 / 0.3);
}

.bg-neutral-70\/35{
  background-color: rgb(92 95 96 / 0.35);
}

.bg-neutral-70\/40{
  background-color: rgb(92 95 96 / 0.4);
}

.bg-neutral-70\/45{
  background-color: rgb(92 95 96 / 0.45);
}

.bg-neutral-70\/5{
  background-color: rgb(92 95 96 / 0.05);
}

.bg-neutral-70\/50{
  background-color: rgb(92 95 96 / 0.5);
}

.bg-neutral-70\/55{
  background-color: rgb(92 95 96 / 0.55);
}

.bg-neutral-70\/60{
  background-color: rgb(92 95 96 / 0.6);
}

.bg-neutral-70\/65{
  background-color: rgb(92 95 96 / 0.65);
}

.bg-neutral-70\/70{
  background-color: rgb(92 95 96 / 0.7);
}

.bg-neutral-70\/75{
  background-color: rgb(92 95 96 / 0.75);
}

.bg-neutral-70\/80{
  background-color: rgb(92 95 96 / 0.8);
}

.bg-neutral-70\/85{
  background-color: rgb(92 95 96 / 0.85);
}

.bg-neutral-70\/90{
  background-color: rgb(92 95 96 / 0.9);
}

.bg-neutral-70\/95{
  background-color: rgb(92 95 96 / 0.95);
}

.bg-neutral-80{
  --tw-bg-opacity: 1;
  background-color: rgb(68 71 72 / var(--tw-bg-opacity, 1));
}

.bg-neutral-80\/0{
  background-color: rgb(68 71 72 / 0);
}

.bg-neutral-80\/10{
  background-color: rgb(68 71 72 / 0.1);
}

.bg-neutral-80\/100{
  background-color: rgb(68 71 72 / 1);
}

.bg-neutral-80\/15{
  background-color: rgb(68 71 72 / 0.15);
}

.bg-neutral-80\/20{
  background-color: rgb(68 71 72 / 0.2);
}

.bg-neutral-80\/25{
  background-color: rgb(68 71 72 / 0.25);
}

.bg-neutral-80\/30{
  background-color: rgb(68 71 72 / 0.3);
}

.bg-neutral-80\/35{
  background-color: rgb(68 71 72 / 0.35);
}

.bg-neutral-80\/40{
  background-color: rgb(68 71 72 / 0.4);
}

.bg-neutral-80\/45{
  background-color: rgb(68 71 72 / 0.45);
}

.bg-neutral-80\/5{
  background-color: rgb(68 71 72 / 0.05);
}

.bg-neutral-80\/50{
  background-color: rgb(68 71 72 / 0.5);
}

.bg-neutral-80\/55{
  background-color: rgb(68 71 72 / 0.55);
}

.bg-neutral-80\/60{
  background-color: rgb(68 71 72 / 0.6);
}

.bg-neutral-80\/65{
  background-color: rgb(68 71 72 / 0.65);
}

.bg-neutral-80\/70{
  background-color: rgb(68 71 72 / 0.7);
}

.bg-neutral-80\/75{
  background-color: rgb(68 71 72 / 0.75);
}

.bg-neutral-80\/80{
  background-color: rgb(68 71 72 / 0.8);
}

.bg-neutral-80\/85{
  background-color: rgb(68 71 72 / 0.85);
}

.bg-neutral-80\/90{
  background-color: rgb(68 71 72 / 0.9);
}

.bg-neutral-80\/95{
  background-color: rgb(68 71 72 / 0.95);
}

.bg-neutral-90{
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 50 / var(--tw-bg-opacity, 1));
}

.bg-neutral-90\/0{
  background-color: rgb(45 49 50 / 0);
}

.bg-neutral-90\/10{
  background-color: rgb(45 49 50 / 0.1);
}

.bg-neutral-90\/100{
  background-color: rgb(45 49 50 / 1);
}

.bg-neutral-90\/15{
  background-color: rgb(45 49 50 / 0.15);
}

.bg-neutral-90\/20{
  background-color: rgb(45 49 50 / 0.2);
}

.bg-neutral-90\/25{
  background-color: rgb(45 49 50 / 0.25);
}

.bg-neutral-90\/30{
  background-color: rgb(45 49 50 / 0.3);
}

.bg-neutral-90\/35{
  background-color: rgb(45 49 50 / 0.35);
}

.bg-neutral-90\/40{
  background-color: rgb(45 49 50 / 0.4);
}

.bg-neutral-90\/45{
  background-color: rgb(45 49 50 / 0.45);
}

.bg-neutral-90\/5{
  background-color: rgb(45 49 50 / 0.05);
}

.bg-neutral-90\/50{
  background-color: rgb(45 49 50 / 0.5);
}

.bg-neutral-90\/55{
  background-color: rgb(45 49 50 / 0.55);
}

.bg-neutral-90\/60{
  background-color: rgb(45 49 50 / 0.6);
}

.bg-neutral-90\/65{
  background-color: rgb(45 49 50 / 0.65);
}

.bg-neutral-90\/70{
  background-color: rgb(45 49 50 / 0.7);
}

.bg-neutral-90\/75{
  background-color: rgb(45 49 50 / 0.75);
}

.bg-neutral-90\/80{
  background-color: rgb(45 49 50 / 0.8);
}

.bg-neutral-90\/85{
  background-color: rgb(45 49 50 / 0.85);
}

.bg-neutral-90\/90{
  background-color: rgb(45 49 50 / 0.9);
}

.bg-neutral-90\/95{
  background-color: rgb(45 49 50 / 0.95);
}

.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-10\/0{
  background-color: rgb(226 248 255 / 0);
}

.bg-primary-10\/10{
  background-color: rgb(226 248 255 / 0.1);
}

.bg-primary-10\/100{
  background-color: rgb(226 248 255 / 1);
}

.bg-primary-10\/15{
  background-color: rgb(226 248 255 / 0.15);
}

.bg-primary-10\/20{
  background-color: rgb(226 248 255 / 0.2);
}

.bg-primary-10\/25{
  background-color: rgb(226 248 255 / 0.25);
}

.bg-primary-10\/30{
  background-color: rgb(226 248 255 / 0.3);
}

.bg-primary-10\/35{
  background-color: rgb(226 248 255 / 0.35);
}

.bg-primary-10\/40{
  background-color: rgb(226 248 255 / 0.4);
}

.bg-primary-10\/45{
  background-color: rgb(226 248 255 / 0.45);
}

.bg-primary-10\/5{
  background-color: rgb(226 248 255 / 0.05);
}

.bg-primary-10\/50{
  background-color: rgb(226 248 255 / 0.5);
}

.bg-primary-10\/55{
  background-color: rgb(226 248 255 / 0.55);
}

.bg-primary-10\/60{
  background-color: rgb(226 248 255 / 0.6);
}

.bg-primary-10\/65{
  background-color: rgb(226 248 255 / 0.65);
}

.bg-primary-10\/70{
  background-color: rgb(226 248 255 / 0.7);
}

.bg-primary-10\/75{
  background-color: rgb(226 248 255 / 0.75);
}

.bg-primary-10\/80{
  background-color: rgb(226 248 255 / 0.8);
}

.bg-primary-10\/85{
  background-color: rgb(226 248 255 / 0.85);
}

.bg-primary-10\/90{
  background-color: rgb(226 248 255 / 0.9);
}

.bg-primary-10\/95{
  background-color: rgb(226 248 255 / 0.95);
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 43 / var(--tw-bg-opacity, 1));
}

.bg-primary-100\/0{
  background-color: rgb(0 30 43 / 0);
}

.bg-primary-100\/10{
  background-color: rgb(0 30 43 / 0.1);
}

.bg-primary-100\/100{
  background-color: rgb(0 30 43 / 1);
}

.bg-primary-100\/15{
  background-color: rgb(0 30 43 / 0.15);
}

.bg-primary-100\/20{
  background-color: rgb(0 30 43 / 0.2);
}

.bg-primary-100\/25{
  background-color: rgb(0 30 43 / 0.25);
}

.bg-primary-100\/30{
  background-color: rgb(0 30 43 / 0.3);
}

.bg-primary-100\/35{
  background-color: rgb(0 30 43 / 0.35);
}

.bg-primary-100\/40{
  background-color: rgb(0 30 43 / 0.4);
}

.bg-primary-100\/45{
  background-color: rgb(0 30 43 / 0.45);
}

.bg-primary-100\/5{
  background-color: rgb(0 30 43 / 0.05);
}

.bg-primary-100\/50{
  background-color: rgb(0 30 43 / 0.5);
}

.bg-primary-100\/55{
  background-color: rgb(0 30 43 / 0.55);
}

.bg-primary-100\/60{
  background-color: rgb(0 30 43 / 0.6);
}

.bg-primary-100\/65{
  background-color: rgb(0 30 43 / 0.65);
}

.bg-primary-100\/70{
  background-color: rgb(0 30 43 / 0.7);
}

.bg-primary-100\/75{
  background-color: rgb(0 30 43 / 0.75);
}

.bg-primary-100\/80{
  background-color: rgb(0 30 43 / 0.8);
}

.bg-primary-100\/85{
  background-color: rgb(0 30 43 / 0.85);
}

.bg-primary-100\/90{
  background-color: rgb(0 30 43 / 0.9);
}

.bg-primary-100\/95{
  background-color: rgb(0 30 43 / 0.95);
}

.bg-primary-15{
  --tw-bg-opacity: 1;
  background-color: rgb(213 243 253 / var(--tw-bg-opacity, 1));
}

.bg-primary-15\/0{
  background-color: rgb(213 243 253 / 0);
}

.bg-primary-15\/10{
  background-color: rgb(213 243 253 / 0.1);
}

.bg-primary-15\/100{
  background-color: rgb(213 243 253 / 1);
}

.bg-primary-15\/15{
  background-color: rgb(213 243 253 / 0.15);
}

.bg-primary-15\/20{
  background-color: rgb(213 243 253 / 0.2);
}

.bg-primary-15\/25{
  background-color: rgb(213 243 253 / 0.25);
}

.bg-primary-15\/30{
  background-color: rgb(213 243 253 / 0.3);
}

.bg-primary-15\/35{
  background-color: rgb(213 243 253 / 0.35);
}

.bg-primary-15\/40{
  background-color: rgb(213 243 253 / 0.4);
}

.bg-primary-15\/45{
  background-color: rgb(213 243 253 / 0.45);
}

.bg-primary-15\/5{
  background-color: rgb(213 243 253 / 0.05);
}

.bg-primary-15\/50{
  background-color: rgb(213 243 253 / 0.5);
}

.bg-primary-15\/55{
  background-color: rgb(213 243 253 / 0.55);
}

.bg-primary-15\/60{
  background-color: rgb(213 243 253 / 0.6);
}

.bg-primary-15\/65{
  background-color: rgb(213 243 253 / 0.65);
}

.bg-primary-15\/70{
  background-color: rgb(213 243 253 / 0.7);
}

.bg-primary-15\/75{
  background-color: rgb(213 243 253 / 0.75);
}

.bg-primary-15\/80{
  background-color: rgb(213 243 253 / 0.8);
}

.bg-primary-15\/85{
  background-color: rgb(213 243 253 / 0.85);
}

.bg-primary-15\/90{
  background-color: rgb(213 243 253 / 0.9);
}

.bg-primary-15\/95{
  background-color: rgb(213 243 253 / 0.95);
}

.bg-primary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(188 235 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-20\/0{
  background-color: rgb(188 235 255 / 0);
}

.bg-primary-20\/10{
  background-color: rgb(188 235 255 / 0.1);
}

.bg-primary-20\/100{
  background-color: rgb(188 235 255 / 1);
}

.bg-primary-20\/15{
  background-color: rgb(188 235 255 / 0.15);
}

.bg-primary-20\/20{
  background-color: rgb(188 235 255 / 0.2);
}

.bg-primary-20\/25{
  background-color: rgb(188 235 255 / 0.25);
}

.bg-primary-20\/30{
  background-color: rgb(188 235 255 / 0.3);
}

.bg-primary-20\/35{
  background-color: rgb(188 235 255 / 0.35);
}

.bg-primary-20\/40{
  background-color: rgb(188 235 255 / 0.4);
}

.bg-primary-20\/45{
  background-color: rgb(188 235 255 / 0.45);
}

.bg-primary-20\/5{
  background-color: rgb(188 235 255 / 0.05);
}

.bg-primary-20\/50{
  background-color: rgb(188 235 255 / 0.5);
}

.bg-primary-20\/55{
  background-color: rgb(188 235 255 / 0.55);
}

.bg-primary-20\/60{
  background-color: rgb(188 235 255 / 0.6);
}

.bg-primary-20\/65{
  background-color: rgb(188 235 255 / 0.65);
}

.bg-primary-20\/70{
  background-color: rgb(188 235 255 / 0.7);
}

.bg-primary-20\/75{
  background-color: rgb(188 235 255 / 0.75);
}

.bg-primary-20\/80{
  background-color: rgb(188 235 255 / 0.8);
}

.bg-primary-20\/85{
  background-color: rgb(188 235 255 / 0.85);
}

.bg-primary-20\/90{
  background-color: rgb(188 235 255 / 0.9);
}

.bg-primary-20\/95{
  background-color: rgb(188 235 255 / 0.95);
}

.bg-primary-30{
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 247 / var(--tw-bg-opacity, 1));
}

.bg-primary-30\/0{
  background-color: rgb(126 211 247 / 0);
}

.bg-primary-30\/10{
  background-color: rgb(126 211 247 / 0.1);
}

.bg-primary-30\/100{
  background-color: rgb(126 211 247 / 1);
}

.bg-primary-30\/15{
  background-color: rgb(126 211 247 / 0.15);
}

.bg-primary-30\/20{
  background-color: rgb(126 211 247 / 0.2);
}

.bg-primary-30\/25{
  background-color: rgb(126 211 247 / 0.25);
}

.bg-primary-30\/30{
  background-color: rgb(126 211 247 / 0.3);
}

.bg-primary-30\/35{
  background-color: rgb(126 211 247 / 0.35);
}

.bg-primary-30\/40{
  background-color: rgb(126 211 247 / 0.4);
}

.bg-primary-30\/45{
  background-color: rgb(126 211 247 / 0.45);
}

.bg-primary-30\/5{
  background-color: rgb(126 211 247 / 0.05);
}

.bg-primary-30\/50{
  background-color: rgb(126 211 247 / 0.5);
}

.bg-primary-30\/55{
  background-color: rgb(126 211 247 / 0.55);
}

.bg-primary-30\/60{
  background-color: rgb(126 211 247 / 0.6);
}

.bg-primary-30\/65{
  background-color: rgb(126 211 247 / 0.65);
}

.bg-primary-30\/70{
  background-color: rgb(126 211 247 / 0.7);
}

.bg-primary-30\/75{
  background-color: rgb(126 211 247 / 0.75);
}

.bg-primary-30\/80{
  background-color: rgb(126 211 247 / 0.8);
}

.bg-primary-30\/85{
  background-color: rgb(126 211 247 / 0.85);
}

.bg-primary-30\/90{
  background-color: rgb(126 211 247 / 0.9);
}

.bg-primary-30\/95{
  background-color: rgb(126 211 247 / 0.95);
}

.bg-primary-40{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.bg-primary-40\/0{
  background-color: rgb(61 181 230 / 0);
}

.bg-primary-40\/10{
  background-color: rgb(61 181 230 / 0.1);
}

.bg-primary-40\/100{
  background-color: rgb(61 181 230 / 1);
}

.bg-primary-40\/15{
  background-color: rgb(61 181 230 / 0.15);
}

.bg-primary-40\/20{
  background-color: rgb(61 181 230 / 0.2);
}

.bg-primary-40\/25{
  background-color: rgb(61 181 230 / 0.25);
}

.bg-primary-40\/30{
  background-color: rgb(61 181 230 / 0.3);
}

.bg-primary-40\/35{
  background-color: rgb(61 181 230 / 0.35);
}

.bg-primary-40\/40{
  background-color: rgb(61 181 230 / 0.4);
}

.bg-primary-40\/45{
  background-color: rgb(61 181 230 / 0.45);
}

.bg-primary-40\/5{
  background-color: rgb(61 181 230 / 0.05);
}

.bg-primary-40\/50{
  background-color: rgb(61 181 230 / 0.5);
}

.bg-primary-40\/55{
  background-color: rgb(61 181 230 / 0.55);
}

.bg-primary-40\/60{
  background-color: rgb(61 181 230 / 0.6);
}

.bg-primary-40\/65{
  background-color: rgb(61 181 230 / 0.65);
}

.bg-primary-40\/70{
  background-color: rgb(61 181 230 / 0.7);
}

.bg-primary-40\/75{
  background-color: rgb(61 181 230 / 0.75);
}

.bg-primary-40\/80{
  background-color: rgb(61 181 230 / 0.8);
}

.bg-primary-40\/85{
  background-color: rgb(61 181 230 / 0.85);
}

.bg-primary-40\/90{
  background-color: rgb(61 181 230 / 0.9);
}

.bg-primary-40\/95{
  background-color: rgb(61 181 230 / 0.95);
}

.bg-primary-5{
  --tw-bg-opacity: 1;
  background-color: rgb(240 252 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-5\/0{
  background-color: rgb(240 252 255 / 0);
}

.bg-primary-5\/10{
  background-color: rgb(240 252 255 / 0.1);
}

.bg-primary-5\/100{
  background-color: rgb(240 252 255 / 1);
}

.bg-primary-5\/15{
  background-color: rgb(240 252 255 / 0.15);
}

.bg-primary-5\/20{
  background-color: rgb(240 252 255 / 0.2);
}

.bg-primary-5\/25{
  background-color: rgb(240 252 255 / 0.25);
}

.bg-primary-5\/30{
  background-color: rgb(240 252 255 / 0.3);
}

.bg-primary-5\/35{
  background-color: rgb(240 252 255 / 0.35);
}

.bg-primary-5\/40{
  background-color: rgb(240 252 255 / 0.4);
}

.bg-primary-5\/45{
  background-color: rgb(240 252 255 / 0.45);
}

.bg-primary-5\/5{
  background-color: rgb(240 252 255 / 0.05);
}

.bg-primary-5\/50{
  background-color: rgb(240 252 255 / 0.5);
}

.bg-primary-5\/55{
  background-color: rgb(240 252 255 / 0.55);
}

.bg-primary-5\/60{
  background-color: rgb(240 252 255 / 0.6);
}

.bg-primary-5\/65{
  background-color: rgb(240 252 255 / 0.65);
}

.bg-primary-5\/70{
  background-color: rgb(240 252 255 / 0.7);
}

.bg-primary-5\/75{
  background-color: rgb(240 252 255 / 0.75);
}

.bg-primary-5\/80{
  background-color: rgb(240 252 255 / 0.8);
}

.bg-primary-5\/85{
  background-color: rgb(240 252 255 / 0.85);
}

.bg-primary-5\/90{
  background-color: rgb(240 252 255 / 0.9);
}

.bg-primary-5\/95{
  background-color: rgb(240 252 255 / 0.95);
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(4 156 204 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/0{
  background-color: rgb(4 156 204 / 0);
}

.bg-primary-50\/10{
  background-color: rgb(4 156 204 / 0.1);
}

.bg-primary-50\/100{
  background-color: rgb(4 156 204 / 1);
}

.bg-primary-50\/15{
  background-color: rgb(4 156 204 / 0.15);
}

.bg-primary-50\/20{
  background-color: rgb(4 156 204 / 0.2);
}

.bg-primary-50\/25{
  background-color: rgb(4 156 204 / 0.25);
}

.bg-primary-50\/30{
  background-color: rgb(4 156 204 / 0.3);
}

.bg-primary-50\/35{
  background-color: rgb(4 156 204 / 0.35);
}

.bg-primary-50\/40{
  background-color: rgb(4 156 204 / 0.4);
}

.bg-primary-50\/45{
  background-color: rgb(4 156 204 / 0.45);
}

.bg-primary-50\/5{
  background-color: rgb(4 156 204 / 0.05);
}

.bg-primary-50\/50{
  background-color: rgb(4 156 204 / 0.5);
}

.bg-primary-50\/55{
  background-color: rgb(4 156 204 / 0.55);
}

.bg-primary-50\/60{
  background-color: rgb(4 156 204 / 0.6);
}

.bg-primary-50\/65{
  background-color: rgb(4 156 204 / 0.65);
}

.bg-primary-50\/70{
  background-color: rgb(4 156 204 / 0.7);
}

.bg-primary-50\/75{
  background-color: rgb(4 156 204 / 0.75);
}

.bg-primary-50\/80{
  background-color: rgb(4 156 204 / 0.8);
}

.bg-primary-50\/85{
  background-color: rgb(4 156 204 / 0.85);
}

.bg-primary-50\/90{
  background-color: rgb(4 156 204 / 0.9);
}

.bg-primary-50\/95{
  background-color: rgb(4 156 204 / 0.95);
}

.bg-primary-60{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 176 / var(--tw-bg-opacity, 1));
}

.bg-primary-60\/0{
  background-color: rgb(0 127 176 / 0);
}

.bg-primary-60\/10{
  background-color: rgb(0 127 176 / 0.1);
}

.bg-primary-60\/100{
  background-color: rgb(0 127 176 / 1);
}

.bg-primary-60\/15{
  background-color: rgb(0 127 176 / 0.15);
}

.bg-primary-60\/20{
  background-color: rgb(0 127 176 / 0.2);
}

.bg-primary-60\/25{
  background-color: rgb(0 127 176 / 0.25);
}

.bg-primary-60\/30{
  background-color: rgb(0 127 176 / 0.3);
}

.bg-primary-60\/35{
  background-color: rgb(0 127 176 / 0.35);
}

.bg-primary-60\/40{
  background-color: rgb(0 127 176 / 0.4);
}

.bg-primary-60\/45{
  background-color: rgb(0 127 176 / 0.45);
}

.bg-primary-60\/5{
  background-color: rgb(0 127 176 / 0.05);
}

.bg-primary-60\/50{
  background-color: rgb(0 127 176 / 0.5);
}

.bg-primary-60\/55{
  background-color: rgb(0 127 176 / 0.55);
}

.bg-primary-60\/60{
  background-color: rgb(0 127 176 / 0.6);
}

.bg-primary-60\/65{
  background-color: rgb(0 127 176 / 0.65);
}

.bg-primary-60\/70{
  background-color: rgb(0 127 176 / 0.7);
}

.bg-primary-60\/75{
  background-color: rgb(0 127 176 / 0.75);
}

.bg-primary-60\/80{
  background-color: rgb(0 127 176 / 0.8);
}

.bg-primary-60\/85{
  background-color: rgb(0 127 176 / 0.85);
}

.bg-primary-60\/90{
  background-color: rgb(0 127 176 / 0.9);
}

.bg-primary-60\/95{
  background-color: rgb(0 127 176 / 0.95);
}

.bg-primary-70{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 136 / var(--tw-bg-opacity, 1));
}

.bg-primary-70\/0{
  background-color: rgb(0 102 136 / 0);
}

.bg-primary-70\/10{
  background-color: rgb(0 102 136 / 0.1);
}

.bg-primary-70\/100{
  background-color: rgb(0 102 136 / 1);
}

.bg-primary-70\/15{
  background-color: rgb(0 102 136 / 0.15);
}

.bg-primary-70\/20{
  background-color: rgb(0 102 136 / 0.2);
}

.bg-primary-70\/25{
  background-color: rgb(0 102 136 / 0.25);
}

.bg-primary-70\/30{
  background-color: rgb(0 102 136 / 0.3);
}

.bg-primary-70\/35{
  background-color: rgb(0 102 136 / 0.35);
}

.bg-primary-70\/40{
  background-color: rgb(0 102 136 / 0.4);
}

.bg-primary-70\/45{
  background-color: rgb(0 102 136 / 0.45);
}

.bg-primary-70\/5{
  background-color: rgb(0 102 136 / 0.05);
}

.bg-primary-70\/50{
  background-color: rgb(0 102 136 / 0.5);
}

.bg-primary-70\/55{
  background-color: rgb(0 102 136 / 0.55);
}

.bg-primary-70\/60{
  background-color: rgb(0 102 136 / 0.6);
}

.bg-primary-70\/65{
  background-color: rgb(0 102 136 / 0.65);
}

.bg-primary-70\/70{
  background-color: rgb(0 102 136 / 0.7);
}

.bg-primary-70\/75{
  background-color: rgb(0 102 136 / 0.75);
}

.bg-primary-70\/80{
  background-color: rgb(0 102 136 / 0.8);
}

.bg-primary-70\/85{
  background-color: rgb(0 102 136 / 0.85);
}

.bg-primary-70\/90{
  background-color: rgb(0 102 136 / 0.9);
}

.bg-primary-70\/95{
  background-color: rgb(0 102 136 / 0.95);
}

.bg-primary-80{
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 104 / var(--tw-bg-opacity, 1));
}

.bg-primary-80\/0{
  background-color: rgb(0 77 104 / 0);
}

.bg-primary-80\/10{
  background-color: rgb(0 77 104 / 0.1);
}

.bg-primary-80\/100{
  background-color: rgb(0 77 104 / 1);
}

.bg-primary-80\/15{
  background-color: rgb(0 77 104 / 0.15);
}

.bg-primary-80\/20{
  background-color: rgb(0 77 104 / 0.2);
}

.bg-primary-80\/25{
  background-color: rgb(0 77 104 / 0.25);
}

.bg-primary-80\/30{
  background-color: rgb(0 77 104 / 0.3);
}

.bg-primary-80\/35{
  background-color: rgb(0 77 104 / 0.35);
}

.bg-primary-80\/40{
  background-color: rgb(0 77 104 / 0.4);
}

.bg-primary-80\/45{
  background-color: rgb(0 77 104 / 0.45);
}

.bg-primary-80\/5{
  background-color: rgb(0 77 104 / 0.05);
}

.bg-primary-80\/50{
  background-color: rgb(0 77 104 / 0.5);
}

.bg-primary-80\/55{
  background-color: rgb(0 77 104 / 0.55);
}

.bg-primary-80\/60{
  background-color: rgb(0 77 104 / 0.6);
}

.bg-primary-80\/65{
  background-color: rgb(0 77 104 / 0.65);
}

.bg-primary-80\/70{
  background-color: rgb(0 77 104 / 0.7);
}

.bg-primary-80\/75{
  background-color: rgb(0 77 104 / 0.75);
}

.bg-primary-80\/80{
  background-color: rgb(0 77 104 / 0.8);
}

.bg-primary-80\/85{
  background-color: rgb(0 77 104 / 0.85);
}

.bg-primary-80\/90{
  background-color: rgb(0 77 104 / 0.9);
}

.bg-primary-80\/95{
  background-color: rgb(0 77 104 / 0.95);
}

.bg-primary-90{
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 73 / var(--tw-bg-opacity, 1));
}

.bg-primary-90\/0{
  background-color: rgb(0 53 73 / 0);
}

.bg-primary-90\/10{
  background-color: rgb(0 53 73 / 0.1);
}

.bg-primary-90\/100{
  background-color: rgb(0 53 73 / 1);
}

.bg-primary-90\/15{
  background-color: rgb(0 53 73 / 0.15);
}

.bg-primary-90\/20{
  background-color: rgb(0 53 73 / 0.2);
}

.bg-primary-90\/25{
  background-color: rgb(0 53 73 / 0.25);
}

.bg-primary-90\/30{
  background-color: rgb(0 53 73 / 0.3);
}

.bg-primary-90\/35{
  background-color: rgb(0 53 73 / 0.35);
}

.bg-primary-90\/40{
  background-color: rgb(0 53 73 / 0.4);
}

.bg-primary-90\/45{
  background-color: rgb(0 53 73 / 0.45);
}

.bg-primary-90\/5{
  background-color: rgb(0 53 73 / 0.05);
}

.bg-primary-90\/50{
  background-color: rgb(0 53 73 / 0.5);
}

.bg-primary-90\/55{
  background-color: rgb(0 53 73 / 0.55);
}

.bg-primary-90\/60{
  background-color: rgb(0 53 73 / 0.6);
}

.bg-primary-90\/65{
  background-color: rgb(0 53 73 / 0.65);
}

.bg-primary-90\/70{
  background-color: rgb(0 53 73 / 0.7);
}

.bg-primary-90\/75{
  background-color: rgb(0 53 73 / 0.75);
}

.bg-primary-90\/80{
  background-color: rgb(0 53 73 / 0.8);
}

.bg-primary-90\/85{
  background-color: rgb(0 53 73 / 0.85);
}

.bg-primary-90\/90{
  background-color: rgb(0 53 73 / 0.9);
}

.bg-primary-90\/95{
  background-color: rgb(0 53 73 / 0.95);
}

.bg-secondary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 241 / var(--tw-bg-opacity, 1));
}

.bg-secondary-10\/0{
  background-color: rgb(253 232 241 / 0);
}

.bg-secondary-10\/10{
  background-color: rgb(253 232 241 / 0.1);
}

.bg-secondary-10\/100{
  background-color: rgb(253 232 241 / 1);
}

.bg-secondary-10\/15{
  background-color: rgb(253 232 241 / 0.15);
}

.bg-secondary-10\/20{
  background-color: rgb(253 232 241 / 0.2);
}

.bg-secondary-10\/25{
  background-color: rgb(253 232 241 / 0.25);
}

.bg-secondary-10\/30{
  background-color: rgb(253 232 241 / 0.3);
}

.bg-secondary-10\/35{
  background-color: rgb(253 232 241 / 0.35);
}

.bg-secondary-10\/40{
  background-color: rgb(253 232 241 / 0.4);
}

.bg-secondary-10\/45{
  background-color: rgb(253 232 241 / 0.45);
}

.bg-secondary-10\/5{
  background-color: rgb(253 232 241 / 0.05);
}

.bg-secondary-10\/50{
  background-color: rgb(253 232 241 / 0.5);
}

.bg-secondary-10\/55{
  background-color: rgb(253 232 241 / 0.55);
}

.bg-secondary-10\/60{
  background-color: rgb(253 232 241 / 0.6);
}

.bg-secondary-10\/65{
  background-color: rgb(253 232 241 / 0.65);
}

.bg-secondary-10\/70{
  background-color: rgb(253 232 241 / 0.7);
}

.bg-secondary-10\/75{
  background-color: rgb(253 232 241 / 0.75);
}

.bg-secondary-10\/80{
  background-color: rgb(253 232 241 / 0.8);
}

.bg-secondary-10\/85{
  background-color: rgb(253 232 241 / 0.85);
}

.bg-secondary-10\/90{
  background-color: rgb(253 232 241 / 0.9);
}

.bg-secondary-10\/95{
  background-color: rgb(253 232 241 / 0.95);
}

.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(62 0 32 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100\/0{
  background-color: rgb(62 0 32 / 0);
}

.bg-secondary-100\/10{
  background-color: rgb(62 0 32 / 0.1);
}

.bg-secondary-100\/100{
  background-color: rgb(62 0 32 / 1);
}

.bg-secondary-100\/15{
  background-color: rgb(62 0 32 / 0.15);
}

.bg-secondary-100\/20{
  background-color: rgb(62 0 32 / 0.2);
}

.bg-secondary-100\/25{
  background-color: rgb(62 0 32 / 0.25);
}

.bg-secondary-100\/30{
  background-color: rgb(62 0 32 / 0.3);
}

.bg-secondary-100\/35{
  background-color: rgb(62 0 32 / 0.35);
}

.bg-secondary-100\/40{
  background-color: rgb(62 0 32 / 0.4);
}

.bg-secondary-100\/45{
  background-color: rgb(62 0 32 / 0.45);
}

.bg-secondary-100\/5{
  background-color: rgb(62 0 32 / 0.05);
}

.bg-secondary-100\/50{
  background-color: rgb(62 0 32 / 0.5);
}

.bg-secondary-100\/55{
  background-color: rgb(62 0 32 / 0.55);
}

.bg-secondary-100\/60{
  background-color: rgb(62 0 32 / 0.6);
}

.bg-secondary-100\/65{
  background-color: rgb(62 0 32 / 0.65);
}

.bg-secondary-100\/70{
  background-color: rgb(62 0 32 / 0.7);
}

.bg-secondary-100\/75{
  background-color: rgb(62 0 32 / 0.75);
}

.bg-secondary-100\/80{
  background-color: rgb(62 0 32 / 0.8);
}

.bg-secondary-100\/85{
  background-color: rgb(62 0 32 / 0.85);
}

.bg-secondary-100\/90{
  background-color: rgb(62 0 32 / 0.9);
}

.bg-secondary-100\/95{
  background-color: rgb(62 0 32 / 0.95);
}

.bg-secondary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 209 / var(--tw-bg-opacity, 1));
}

.bg-secondary-20\/0{
  background-color: rgb(255 175 209 / 0);
}

.bg-secondary-20\/10{
  background-color: rgb(255 175 209 / 0.1);
}

.bg-secondary-20\/100{
  background-color: rgb(255 175 209 / 1);
}

.bg-secondary-20\/15{
  background-color: rgb(255 175 209 / 0.15);
}

.bg-secondary-20\/20{
  background-color: rgb(255 175 209 / 0.2);
}

.bg-secondary-20\/25{
  background-color: rgb(255 175 209 / 0.25);
}

.bg-secondary-20\/30{
  background-color: rgb(255 175 209 / 0.3);
}

.bg-secondary-20\/35{
  background-color: rgb(255 175 209 / 0.35);
}

.bg-secondary-20\/40{
  background-color: rgb(255 175 209 / 0.4);
}

.bg-secondary-20\/45{
  background-color: rgb(255 175 209 / 0.45);
}

.bg-secondary-20\/5{
  background-color: rgb(255 175 209 / 0.05);
}

.bg-secondary-20\/50{
  background-color: rgb(255 175 209 / 0.5);
}

.bg-secondary-20\/55{
  background-color: rgb(255 175 209 / 0.55);
}

.bg-secondary-20\/60{
  background-color: rgb(255 175 209 / 0.6);
}

.bg-secondary-20\/65{
  background-color: rgb(255 175 209 / 0.65);
}

.bg-secondary-20\/70{
  background-color: rgb(255 175 209 / 0.7);
}

.bg-secondary-20\/75{
  background-color: rgb(255 175 209 / 0.75);
}

.bg-secondary-20\/80{
  background-color: rgb(255 175 209 / 0.8);
}

.bg-secondary-20\/85{
  background-color: rgb(255 175 209 / 0.85);
}

.bg-secondary-20\/90{
  background-color: rgb(255 175 209 / 0.9);
}

.bg-secondary-20\/95{
  background-color: rgb(255 175 209 / 0.95);
}

.bg-secondary-30{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 183 / var(--tw-bg-opacity, 1));
}

.bg-secondary-30\/0{
  background-color: rgb(255 130 183 / 0);
}

.bg-secondary-30\/10{
  background-color: rgb(255 130 183 / 0.1);
}

.bg-secondary-30\/100{
  background-color: rgb(255 130 183 / 1);
}

.bg-secondary-30\/15{
  background-color: rgb(255 130 183 / 0.15);
}

.bg-secondary-30\/20{
  background-color: rgb(255 130 183 / 0.2);
}

.bg-secondary-30\/25{
  background-color: rgb(255 130 183 / 0.25);
}

.bg-secondary-30\/30{
  background-color: rgb(255 130 183 / 0.3);
}

.bg-secondary-30\/35{
  background-color: rgb(255 130 183 / 0.35);
}

.bg-secondary-30\/40{
  background-color: rgb(255 130 183 / 0.4);
}

.bg-secondary-30\/45{
  background-color: rgb(255 130 183 / 0.45);
}

.bg-secondary-30\/5{
  background-color: rgb(255 130 183 / 0.05);
}

.bg-secondary-30\/50{
  background-color: rgb(255 130 183 / 0.5);
}

.bg-secondary-30\/55{
  background-color: rgb(255 130 183 / 0.55);
}

.bg-secondary-30\/60{
  background-color: rgb(255 130 183 / 0.6);
}

.bg-secondary-30\/65{
  background-color: rgb(255 130 183 / 0.65);
}

.bg-secondary-30\/70{
  background-color: rgb(255 130 183 / 0.7);
}

.bg-secondary-30\/75{
  background-color: rgb(255 130 183 / 0.75);
}

.bg-secondary-30\/80{
  background-color: rgb(255 130 183 / 0.8);
}

.bg-secondary-30\/85{
  background-color: rgb(255 130 183 / 0.85);
}

.bg-secondary-30\/90{
  background-color: rgb(255 130 183 / 0.9);
}

.bg-secondary-30\/95{
  background-color: rgb(255 130 183 / 0.95);
}

.bg-secondary-40{
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 195 / var(--tw-bg-opacity, 1));
}

.bg-secondary-40\/0{
  background-color: rgb(255 97 195 / 0);
}

.bg-secondary-40\/10{
  background-color: rgb(255 97 195 / 0.1);
}

.bg-secondary-40\/100{
  background-color: rgb(255 97 195 / 1);
}

.bg-secondary-40\/15{
  background-color: rgb(255 97 195 / 0.15);
}

.bg-secondary-40\/20{
  background-color: rgb(255 97 195 / 0.2);
}

.bg-secondary-40\/25{
  background-color: rgb(255 97 195 / 0.25);
}

.bg-secondary-40\/30{
  background-color: rgb(255 97 195 / 0.3);
}

.bg-secondary-40\/35{
  background-color: rgb(255 97 195 / 0.35);
}

.bg-secondary-40\/40{
  background-color: rgb(255 97 195 / 0.4);
}

.bg-secondary-40\/45{
  background-color: rgb(255 97 195 / 0.45);
}

.bg-secondary-40\/5{
  background-color: rgb(255 97 195 / 0.05);
}

.bg-secondary-40\/50{
  background-color: rgb(255 97 195 / 0.5);
}

.bg-secondary-40\/55{
  background-color: rgb(255 97 195 / 0.55);
}

.bg-secondary-40\/60{
  background-color: rgb(255 97 195 / 0.6);
}

.bg-secondary-40\/65{
  background-color: rgb(255 97 195 / 0.65);
}

.bg-secondary-40\/70{
  background-color: rgb(255 97 195 / 0.7);
}

.bg-secondary-40\/75{
  background-color: rgb(255 97 195 / 0.75);
}

.bg-secondary-40\/80{
  background-color: rgb(255 97 195 / 0.8);
}

.bg-secondary-40\/85{
  background-color: rgb(255 97 195 / 0.85);
}

.bg-secondary-40\/90{
  background-color: rgb(255 97 195 / 0.9);
}

.bg-secondary-40\/95{
  background-color: rgb(255 97 195 / 0.95);
}

.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 163 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50\/0{
  background-color: rgb(255 69 163 / 0);
}

.bg-secondary-50\/10{
  background-color: rgb(255 69 163 / 0.1);
}

.bg-secondary-50\/100{
  background-color: rgb(255 69 163 / 1);
}

.bg-secondary-50\/15{
  background-color: rgb(255 69 163 / 0.15);
}

.bg-secondary-50\/20{
  background-color: rgb(255 69 163 / 0.2);
}

.bg-secondary-50\/25{
  background-color: rgb(255 69 163 / 0.25);
}

.bg-secondary-50\/30{
  background-color: rgb(255 69 163 / 0.3);
}

.bg-secondary-50\/35{
  background-color: rgb(255 69 163 / 0.35);
}

.bg-secondary-50\/40{
  background-color: rgb(255 69 163 / 0.4);
}

.bg-secondary-50\/45{
  background-color: rgb(255 69 163 / 0.45);
}

.bg-secondary-50\/5{
  background-color: rgb(255 69 163 / 0.05);
}

.bg-secondary-50\/50{
  background-color: rgb(255 69 163 / 0.5);
}

.bg-secondary-50\/55{
  background-color: rgb(255 69 163 / 0.55);
}

.bg-secondary-50\/60{
  background-color: rgb(255 69 163 / 0.6);
}

.bg-secondary-50\/65{
  background-color: rgb(255 69 163 / 0.65);
}

.bg-secondary-50\/70{
  background-color: rgb(255 69 163 / 0.7);
}

.bg-secondary-50\/75{
  background-color: rgb(255 69 163 / 0.75);
}

.bg-secondary-50\/80{
  background-color: rgb(255 69 163 / 0.8);
}

.bg-secondary-50\/85{
  background-color: rgb(255 69 163 / 0.85);
}

.bg-secondary-50\/90{
  background-color: rgb(255 69 163 / 0.9);
}

.bg-secondary-50\/95{
  background-color: rgb(255 69 163 / 0.95);
}

.bg-secondary-60{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.bg-secondary-60\/0{
  background-color: rgb(236 0 140 / 0);
}

.bg-secondary-60\/10{
  background-color: rgb(236 0 140 / 0.1);
}

.bg-secondary-60\/100{
  background-color: rgb(236 0 140 / 1);
}

.bg-secondary-60\/15{
  background-color: rgb(236 0 140 / 0.15);
}

.bg-secondary-60\/20{
  background-color: rgb(236 0 140 / 0.2);
}

.bg-secondary-60\/25{
  background-color: rgb(236 0 140 / 0.25);
}

.bg-secondary-60\/30{
  background-color: rgb(236 0 140 / 0.3);
}

.bg-secondary-60\/35{
  background-color: rgb(236 0 140 / 0.35);
}

.bg-secondary-60\/40{
  background-color: rgb(236 0 140 / 0.4);
}

.bg-secondary-60\/45{
  background-color: rgb(236 0 140 / 0.45);
}

.bg-secondary-60\/5{
  background-color: rgb(236 0 140 / 0.05);
}

.bg-secondary-60\/50{
  background-color: rgb(236 0 140 / 0.5);
}

.bg-secondary-60\/55{
  background-color: rgb(236 0 140 / 0.55);
}

.bg-secondary-60\/60{
  background-color: rgb(236 0 140 / 0.6);
}

.bg-secondary-60\/65{
  background-color: rgb(236 0 140 / 0.65);
}

.bg-secondary-60\/70{
  background-color: rgb(236 0 140 / 0.7);
}

.bg-secondary-60\/75{
  background-color: rgb(236 0 140 / 0.75);
}

.bg-secondary-60\/80{
  background-color: rgb(236 0 140 / 0.8);
}

.bg-secondary-60\/85{
  background-color: rgb(236 0 140 / 0.85);
}

.bg-secondary-60\/90{
  background-color: rgb(236 0 140 / 0.9);
}

.bg-secondary-60\/95{
  background-color: rgb(236 0 140 / 0.95);
}

.bg-secondary-70{
  --tw-bg-opacity: 1;
  background-color: rgb(182 0 113 / var(--tw-bg-opacity, 1));
}

.bg-secondary-70\/0{
  background-color: rgb(182 0 113 / 0);
}

.bg-secondary-70\/10{
  background-color: rgb(182 0 113 / 0.1);
}

.bg-secondary-70\/100{
  background-color: rgb(182 0 113 / 1);
}

.bg-secondary-70\/15{
  background-color: rgb(182 0 113 / 0.15);
}

.bg-secondary-70\/20{
  background-color: rgb(182 0 113 / 0.2);
}

.bg-secondary-70\/25{
  background-color: rgb(182 0 113 / 0.25);
}

.bg-secondary-70\/30{
  background-color: rgb(182 0 113 / 0.3);
}

.bg-secondary-70\/35{
  background-color: rgb(182 0 113 / 0.35);
}

.bg-secondary-70\/40{
  background-color: rgb(182 0 113 / 0.4);
}

.bg-secondary-70\/45{
  background-color: rgb(182 0 113 / 0.45);
}

.bg-secondary-70\/5{
  background-color: rgb(182 0 113 / 0.05);
}

.bg-secondary-70\/50{
  background-color: rgb(182 0 113 / 0.5);
}

.bg-secondary-70\/55{
  background-color: rgb(182 0 113 / 0.55);
}

.bg-secondary-70\/60{
  background-color: rgb(182 0 113 / 0.6);
}

.bg-secondary-70\/65{
  background-color: rgb(182 0 113 / 0.65);
}

.bg-secondary-70\/70{
  background-color: rgb(182 0 113 / 0.7);
}

.bg-secondary-70\/75{
  background-color: rgb(182 0 113 / 0.75);
}

.bg-secondary-70\/80{
  background-color: rgb(182 0 113 / 0.8);
}

.bg-secondary-70\/85{
  background-color: rgb(182 0 113 / 0.85);
}

.bg-secondary-70\/90{
  background-color: rgb(182 0 113 / 0.9);
}

.bg-secondary-70\/95{
  background-color: rgb(182 0 113 / 0.95);
}

.bg-secondary-80{
  --tw-bg-opacity: 1;
  background-color: rgb(140 0 86 / var(--tw-bg-opacity, 1));
}

.bg-secondary-80\/0{
  background-color: rgb(140 0 86 / 0);
}

.bg-secondary-80\/10{
  background-color: rgb(140 0 86 / 0.1);
}

.bg-secondary-80\/100{
  background-color: rgb(140 0 86 / 1);
}

.bg-secondary-80\/15{
  background-color: rgb(140 0 86 / 0.15);
}

.bg-secondary-80\/20{
  background-color: rgb(140 0 86 / 0.2);
}

.bg-secondary-80\/25{
  background-color: rgb(140 0 86 / 0.25);
}

.bg-secondary-80\/30{
  background-color: rgb(140 0 86 / 0.3);
}

.bg-secondary-80\/35{
  background-color: rgb(140 0 86 / 0.35);
}

.bg-secondary-80\/40{
  background-color: rgb(140 0 86 / 0.4);
}

.bg-secondary-80\/45{
  background-color: rgb(140 0 86 / 0.45);
}

.bg-secondary-80\/5{
  background-color: rgb(140 0 86 / 0.05);
}

.bg-secondary-80\/50{
  background-color: rgb(140 0 86 / 0.5);
}

.bg-secondary-80\/55{
  background-color: rgb(140 0 86 / 0.55);
}

.bg-secondary-80\/60{
  background-color: rgb(140 0 86 / 0.6);
}

.bg-secondary-80\/65{
  background-color: rgb(140 0 86 / 0.65);
}

.bg-secondary-80\/70{
  background-color: rgb(140 0 86 / 0.7);
}

.bg-secondary-80\/75{
  background-color: rgb(140 0 86 / 0.75);
}

.bg-secondary-80\/80{
  background-color: rgb(140 0 86 / 0.8);
}

.bg-secondary-80\/85{
  background-color: rgb(140 0 86 / 0.85);
}

.bg-secondary-80\/90{
  background-color: rgb(140 0 86 / 0.9);
}

.bg-secondary-80\/95{
  background-color: rgb(140 0 86 / 0.95);
}

.bg-secondary-90{
  --tw-bg-opacity: 1;
  background-color: rgb(99 0 59 / var(--tw-bg-opacity, 1));
}

.bg-secondary-90\/0{
  background-color: rgb(99 0 59 / 0);
}

.bg-secondary-90\/10{
  background-color: rgb(99 0 59 / 0.1);
}

.bg-secondary-90\/100{
  background-color: rgb(99 0 59 / 1);
}

.bg-secondary-90\/15{
  background-color: rgb(99 0 59 / 0.15);
}

.bg-secondary-90\/20{
  background-color: rgb(99 0 59 / 0.2);
}

.bg-secondary-90\/25{
  background-color: rgb(99 0 59 / 0.25);
}

.bg-secondary-90\/30{
  background-color: rgb(99 0 59 / 0.3);
}

.bg-secondary-90\/35{
  background-color: rgb(99 0 59 / 0.35);
}

.bg-secondary-90\/40{
  background-color: rgb(99 0 59 / 0.4);
}

.bg-secondary-90\/45{
  background-color: rgb(99 0 59 / 0.45);
}

.bg-secondary-90\/5{
  background-color: rgb(99 0 59 / 0.05);
}

.bg-secondary-90\/50{
  background-color: rgb(99 0 59 / 0.5);
}

.bg-secondary-90\/55{
  background-color: rgb(99 0 59 / 0.55);
}

.bg-secondary-90\/60{
  background-color: rgb(99 0 59 / 0.6);
}

.bg-secondary-90\/65{
  background-color: rgb(99 0 59 / 0.65);
}

.bg-secondary-90\/70{
  background-color: rgb(99 0 59 / 0.7);
}

.bg-secondary-90\/75{
  background-color: rgb(99 0 59 / 0.75);
}

.bg-secondary-90\/80{
  background-color: rgb(99 0 59 / 0.8);
}

.bg-secondary-90\/85{
  background-color: rgb(99 0 59 / 0.85);
}

.bg-secondary-90\/90{
  background-color: rgb(99 0 59 / 0.9);
}

.bg-secondary-90\/95{
  background-color: rgb(99 0 59 / 0.95);
}

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

.bg-shade-black\/0{
  background-color: rgb(0 0 0 / 0);
}

.bg-shade-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-shade-black\/100{
  background-color: rgb(0 0 0 / 1);
}

.bg-shade-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}

.bg-shade-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-shade-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-shade-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-shade-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}

.bg-shade-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-shade-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}

.bg-shade-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-shade-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-shade-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}

.bg-shade-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-shade-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}

.bg-shade-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-shade-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}

.bg-shade-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-shade-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}

.bg-shade-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}

.bg-shade-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-shade-white\/0{
  background-color: rgb(255 255 255 / 0);
}

.bg-shade-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-shade-white\/100{
  background-color: rgb(255 255 255 / 1);
}

.bg-shade-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}

.bg-shade-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-shade-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.bg-shade-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-shade-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}

.bg-shade-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-shade-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}

.bg-shade-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

.bg-shade-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-shade-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}

.bg-shade-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-shade-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}

.bg-shade-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-shade-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-shade-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-shade-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}

.bg-shade-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-shade-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-skynamo-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-blue\/0{
  background-color: rgb(61 181 230 / 0);
}

.bg-skynamo-blue\/10{
  background-color: rgb(61 181 230 / 0.1);
}

.bg-skynamo-blue\/100{
  background-color: rgb(61 181 230 / 1);
}

.bg-skynamo-blue\/15{
  background-color: rgb(61 181 230 / 0.15);
}

.bg-skynamo-blue\/20{
  background-color: rgb(61 181 230 / 0.2);
}

.bg-skynamo-blue\/25{
  background-color: rgb(61 181 230 / 0.25);
}

.bg-skynamo-blue\/30{
  background-color: rgb(61 181 230 / 0.3);
}

.bg-skynamo-blue\/35{
  background-color: rgb(61 181 230 / 0.35);
}

.bg-skynamo-blue\/40{
  background-color: rgb(61 181 230 / 0.4);
}

.bg-skynamo-blue\/45{
  background-color: rgb(61 181 230 / 0.45);
}

.bg-skynamo-blue\/5{
  background-color: rgb(61 181 230 / 0.05);
}

.bg-skynamo-blue\/50{
  background-color: rgb(61 181 230 / 0.5);
}

.bg-skynamo-blue\/55{
  background-color: rgb(61 181 230 / 0.55);
}

.bg-skynamo-blue\/60{
  background-color: rgb(61 181 230 / 0.6);
}

.bg-skynamo-blue\/65{
  background-color: rgb(61 181 230 / 0.65);
}

.bg-skynamo-blue\/70{
  background-color: rgb(61 181 230 / 0.7);
}

.bg-skynamo-blue\/75{
  background-color: rgb(61 181 230 / 0.75);
}

.bg-skynamo-blue\/80{
  background-color: rgb(61 181 230 / 0.8);
}

.bg-skynamo-blue\/85{
  background-color: rgb(61 181 230 / 0.85);
}

.bg-skynamo-blue\/90{
  background-color: rgb(61 181 230 / 0.9);
}

.bg-skynamo-blue\/95{
  background-color: rgb(61 181 230 / 0.95);
}

.bg-skynamo-bright-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-bright-pink\/0{
  background-color: rgb(236 0 140 / 0);
}

.bg-skynamo-bright-pink\/10{
  background-color: rgb(236 0 140 / 0.1);
}

.bg-skynamo-bright-pink\/100{
  background-color: rgb(236 0 140 / 1);
}

.bg-skynamo-bright-pink\/15{
  background-color: rgb(236 0 140 / 0.15);
}

.bg-skynamo-bright-pink\/20{
  background-color: rgb(236 0 140 / 0.2);
}

.bg-skynamo-bright-pink\/25{
  background-color: rgb(236 0 140 / 0.25);
}

.bg-skynamo-bright-pink\/30{
  background-color: rgb(236 0 140 / 0.3);
}

.bg-skynamo-bright-pink\/35{
  background-color: rgb(236 0 140 / 0.35);
}

.bg-skynamo-bright-pink\/40{
  background-color: rgb(236 0 140 / 0.4);
}

.bg-skynamo-bright-pink\/45{
  background-color: rgb(236 0 140 / 0.45);
}

.bg-skynamo-bright-pink\/5{
  background-color: rgb(236 0 140 / 0.05);
}

.bg-skynamo-bright-pink\/50{
  background-color: rgb(236 0 140 / 0.5);
}

.bg-skynamo-bright-pink\/55{
  background-color: rgb(236 0 140 / 0.55);
}

.bg-skynamo-bright-pink\/60{
  background-color: rgb(236 0 140 / 0.6);
}

.bg-skynamo-bright-pink\/65{
  background-color: rgb(236 0 140 / 0.65);
}

.bg-skynamo-bright-pink\/70{
  background-color: rgb(236 0 140 / 0.7);
}

.bg-skynamo-bright-pink\/75{
  background-color: rgb(236 0 140 / 0.75);
}

.bg-skynamo-bright-pink\/80{
  background-color: rgb(236 0 140 / 0.8);
}

.bg-skynamo-bright-pink\/85{
  background-color: rgb(236 0 140 / 0.85);
}

.bg-skynamo-bright-pink\/90{
  background-color: rgb(236 0 140 / 0.9);
}

.bg-skynamo-bright-pink\/95{
  background-color: rgb(236 0 140 / 0.95);
}

.bg-skynamo-bright-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-bright-purple\/0{
  background-color: rgb(127 50 190 / 0);
}

.bg-skynamo-bright-purple\/10{
  background-color: rgb(127 50 190 / 0.1);
}

.bg-skynamo-bright-purple\/100{
  background-color: rgb(127 50 190 / 1);
}

.bg-skynamo-bright-purple\/15{
  background-color: rgb(127 50 190 / 0.15);
}

.bg-skynamo-bright-purple\/20{
  background-color: rgb(127 50 190 / 0.2);
}

.bg-skynamo-bright-purple\/25{
  background-color: rgb(127 50 190 / 0.25);
}

.bg-skynamo-bright-purple\/30{
  background-color: rgb(127 50 190 / 0.3);
}

.bg-skynamo-bright-purple\/35{
  background-color: rgb(127 50 190 / 0.35);
}

.bg-skynamo-bright-purple\/40{
  background-color: rgb(127 50 190 / 0.4);
}

.bg-skynamo-bright-purple\/45{
  background-color: rgb(127 50 190 / 0.45);
}

.bg-skynamo-bright-purple\/5{
  background-color: rgb(127 50 190 / 0.05);
}

.bg-skynamo-bright-purple\/50{
  background-color: rgb(127 50 190 / 0.5);
}

.bg-skynamo-bright-purple\/55{
  background-color: rgb(127 50 190 / 0.55);
}

.bg-skynamo-bright-purple\/60{
  background-color: rgb(127 50 190 / 0.6);
}

.bg-skynamo-bright-purple\/65{
  background-color: rgb(127 50 190 / 0.65);
}

.bg-skynamo-bright-purple\/70{
  background-color: rgb(127 50 190 / 0.7);
}

.bg-skynamo-bright-purple\/75{
  background-color: rgb(127 50 190 / 0.75);
}

.bg-skynamo-bright-purple\/80{
  background-color: rgb(127 50 190 / 0.8);
}

.bg-skynamo-bright-purple\/85{
  background-color: rgb(127 50 190 / 0.85);
}

.bg-skynamo-bright-purple\/90{
  background-color: rgb(127 50 190 / 0.9);
}

.bg-skynamo-bright-purple\/95{
  background-color: rgb(127 50 190 / 0.95);
}

.bg-skynamo-dark-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(29 0 52 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-dark-purple\/0{
  background-color: rgb(29 0 52 / 0);
}

.bg-skynamo-dark-purple\/10{
  background-color: rgb(29 0 52 / 0.1);
}

.bg-skynamo-dark-purple\/100{
  background-color: rgb(29 0 52 / 1);
}

.bg-skynamo-dark-purple\/15{
  background-color: rgb(29 0 52 / 0.15);
}

.bg-skynamo-dark-purple\/20{
  background-color: rgb(29 0 52 / 0.2);
}

.bg-skynamo-dark-purple\/25{
  background-color: rgb(29 0 52 / 0.25);
}

.bg-skynamo-dark-purple\/30{
  background-color: rgb(29 0 52 / 0.3);
}

.bg-skynamo-dark-purple\/35{
  background-color: rgb(29 0 52 / 0.35);
}

.bg-skynamo-dark-purple\/40{
  background-color: rgb(29 0 52 / 0.4);
}

.bg-skynamo-dark-purple\/45{
  background-color: rgb(29 0 52 / 0.45);
}

.bg-skynamo-dark-purple\/5{
  background-color: rgb(29 0 52 / 0.05);
}

.bg-skynamo-dark-purple\/50{
  background-color: rgb(29 0 52 / 0.5);
}

.bg-skynamo-dark-purple\/55{
  background-color: rgb(29 0 52 / 0.55);
}

.bg-skynamo-dark-purple\/60{
  background-color: rgb(29 0 52 / 0.6);
}

.bg-skynamo-dark-purple\/65{
  background-color: rgb(29 0 52 / 0.65);
}

.bg-skynamo-dark-purple\/70{
  background-color: rgb(29 0 52 / 0.7);
}

.bg-skynamo-dark-purple\/75{
  background-color: rgb(29 0 52 / 0.75);
}

.bg-skynamo-dark-purple\/80{
  background-color: rgb(29 0 52 / 0.8);
}

.bg-skynamo-dark-purple\/85{
  background-color: rgb(29 0 52 / 0.85);
}

.bg-skynamo-dark-purple\/90{
  background-color: rgb(29 0 52 / 0.9);
}

.bg-skynamo-dark-purple\/95{
  background-color: rgb(29 0 52 / 0.95);
}

.bg-skynamo-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-gray\/0{
  background-color: rgb(189 189 189 / 0);
}

.bg-skynamo-gray\/10{
  background-color: rgb(189 189 189 / 0.1);
}

.bg-skynamo-gray\/100{
  background-color: rgb(189 189 189 / 1);
}

.bg-skynamo-gray\/15{
  background-color: rgb(189 189 189 / 0.15);
}

.bg-skynamo-gray\/20{
  background-color: rgb(189 189 189 / 0.2);
}

.bg-skynamo-gray\/25{
  background-color: rgb(189 189 189 / 0.25);
}

.bg-skynamo-gray\/30{
  background-color: rgb(189 189 189 / 0.3);
}

.bg-skynamo-gray\/35{
  background-color: rgb(189 189 189 / 0.35);
}

.bg-skynamo-gray\/40{
  background-color: rgb(189 189 189 / 0.4);
}

.bg-skynamo-gray\/45{
  background-color: rgb(189 189 189 / 0.45);
}

.bg-skynamo-gray\/5{
  background-color: rgb(189 189 189 / 0.05);
}

.bg-skynamo-gray\/50{
  background-color: rgb(189 189 189 / 0.5);
}

.bg-skynamo-gray\/55{
  background-color: rgb(189 189 189 / 0.55);
}

.bg-skynamo-gray\/60{
  background-color: rgb(189 189 189 / 0.6);
}

.bg-skynamo-gray\/65{
  background-color: rgb(189 189 189 / 0.65);
}

.bg-skynamo-gray\/70{
  background-color: rgb(189 189 189 / 0.7);
}

.bg-skynamo-gray\/75{
  background-color: rgb(189 189 189 / 0.75);
}

.bg-skynamo-gray\/80{
  background-color: rgb(189 189 189 / 0.8);
}

.bg-skynamo-gray\/85{
  background-color: rgb(189 189 189 / 0.85);
}

.bg-skynamo-gray\/90{
  background-color: rgb(189 189 189 / 0.9);
}

.bg-skynamo-gray\/95{
  background-color: rgb(189 189 189 / 0.95);
}

.bg-skynamo-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 221 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-light-gray\/0{
  background-color: rgb(226 225 221 / 0);
}

.bg-skynamo-light-gray\/10{
  background-color: rgb(226 225 221 / 0.1);
}

.bg-skynamo-light-gray\/100{
  background-color: rgb(226 225 221 / 1);
}

.bg-skynamo-light-gray\/15{
  background-color: rgb(226 225 221 / 0.15);
}

.bg-skynamo-light-gray\/20{
  background-color: rgb(226 225 221 / 0.2);
}

.bg-skynamo-light-gray\/25{
  background-color: rgb(226 225 221 / 0.25);
}

.bg-skynamo-light-gray\/30{
  background-color: rgb(226 225 221 / 0.3);
}

.bg-skynamo-light-gray\/35{
  background-color: rgb(226 225 221 / 0.35);
}

.bg-skynamo-light-gray\/40{
  background-color: rgb(226 225 221 / 0.4);
}

.bg-skynamo-light-gray\/45{
  background-color: rgb(226 225 221 / 0.45);
}

.bg-skynamo-light-gray\/5{
  background-color: rgb(226 225 221 / 0.05);
}

.bg-skynamo-light-gray\/50{
  background-color: rgb(226 225 221 / 0.5);
}

.bg-skynamo-light-gray\/55{
  background-color: rgb(226 225 221 / 0.55);
}

.bg-skynamo-light-gray\/60{
  background-color: rgb(226 225 221 / 0.6);
}

.bg-skynamo-light-gray\/65{
  background-color: rgb(226 225 221 / 0.65);
}

.bg-skynamo-light-gray\/70{
  background-color: rgb(226 225 221 / 0.7);
}

.bg-skynamo-light-gray\/75{
  background-color: rgb(226 225 221 / 0.75);
}

.bg-skynamo-light-gray\/80{
  background-color: rgb(226 225 221 / 0.8);
}

.bg-skynamo-light-gray\/85{
  background-color: rgb(226 225 221 / 0.85);
}

.bg-skynamo-light-gray\/90{
  background-color: rgb(226 225 221 / 0.9);
}

.bg-skynamo-light-gray\/95{
  background-color: rgb(226 225 221 / 0.95);
}

.bg-skynamo-mint{
  --tw-bg-opacity: 1;
  background-color: rgb(3 219 157 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-mint\/0{
  background-color: rgb(3 219 157 / 0);
}

.bg-skynamo-mint\/10{
  background-color: rgb(3 219 157 / 0.1);
}

.bg-skynamo-mint\/100{
  background-color: rgb(3 219 157 / 1);
}

.bg-skynamo-mint\/15{
  background-color: rgb(3 219 157 / 0.15);
}

.bg-skynamo-mint\/20{
  background-color: rgb(3 219 157 / 0.2);
}

.bg-skynamo-mint\/25{
  background-color: rgb(3 219 157 / 0.25);
}

.bg-skynamo-mint\/30{
  background-color: rgb(3 219 157 / 0.3);
}

.bg-skynamo-mint\/35{
  background-color: rgb(3 219 157 / 0.35);
}

.bg-skynamo-mint\/40{
  background-color: rgb(3 219 157 / 0.4);
}

.bg-skynamo-mint\/45{
  background-color: rgb(3 219 157 / 0.45);
}

.bg-skynamo-mint\/5{
  background-color: rgb(3 219 157 / 0.05);
}

.bg-skynamo-mint\/50{
  background-color: rgb(3 219 157 / 0.5);
}

.bg-skynamo-mint\/55{
  background-color: rgb(3 219 157 / 0.55);
}

.bg-skynamo-mint\/60{
  background-color: rgb(3 219 157 / 0.6);
}

.bg-skynamo-mint\/65{
  background-color: rgb(3 219 157 / 0.65);
}

.bg-skynamo-mint\/70{
  background-color: rgb(3 219 157 / 0.7);
}

.bg-skynamo-mint\/75{
  background-color: rgb(3 219 157 / 0.75);
}

.bg-skynamo-mint\/80{
  background-color: rgb(3 219 157 / 0.8);
}

.bg-skynamo-mint\/85{
  background-color: rgb(3 219 157 / 0.85);
}

.bg-skynamo-mint\/90{
  background-color: rgb(3 219 157 / 0.9);
}

.bg-skynamo-mint\/95{
  background-color: rgb(3 219 157 / 0.95);
}

.bg-skynamo-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(241 116 32 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-orange\/0{
  background-color: rgb(241 116 32 / 0);
}

.bg-skynamo-orange\/10{
  background-color: rgb(241 116 32 / 0.1);
}

.bg-skynamo-orange\/100{
  background-color: rgb(241 116 32 / 1);
}

.bg-skynamo-orange\/15{
  background-color: rgb(241 116 32 / 0.15);
}

.bg-skynamo-orange\/20{
  background-color: rgb(241 116 32 / 0.2);
}

.bg-skynamo-orange\/25{
  background-color: rgb(241 116 32 / 0.25);
}

.bg-skynamo-orange\/30{
  background-color: rgb(241 116 32 / 0.3);
}

.bg-skynamo-orange\/35{
  background-color: rgb(241 116 32 / 0.35);
}

.bg-skynamo-orange\/40{
  background-color: rgb(241 116 32 / 0.4);
}

.bg-skynamo-orange\/45{
  background-color: rgb(241 116 32 / 0.45);
}

.bg-skynamo-orange\/5{
  background-color: rgb(241 116 32 / 0.05);
}

.bg-skynamo-orange\/50{
  background-color: rgb(241 116 32 / 0.5);
}

.bg-skynamo-orange\/55{
  background-color: rgb(241 116 32 / 0.55);
}

.bg-skynamo-orange\/60{
  background-color: rgb(241 116 32 / 0.6);
}

.bg-skynamo-orange\/65{
  background-color: rgb(241 116 32 / 0.65);
}

.bg-skynamo-orange\/70{
  background-color: rgb(241 116 32 / 0.7);
}

.bg-skynamo-orange\/75{
  background-color: rgb(241 116 32 / 0.75);
}

.bg-skynamo-orange\/80{
  background-color: rgb(241 116 32 / 0.8);
}

.bg-skynamo-orange\/85{
  background-color: rgb(241 116 32 / 0.85);
}

.bg-skynamo-orange\/90{
  background-color: rgb(241 116 32 / 0.9);
}

.bg-skynamo-orange\/95{
  background-color: rgb(241 116 32 / 0.95);
}

.bg-skynamo-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-purple\/0{
  background-color: rgb(61 17 82 / 0);
}

.bg-skynamo-purple\/10{
  background-color: rgb(61 17 82 / 0.1);
}

.bg-skynamo-purple\/100{
  background-color: rgb(61 17 82 / 1);
}

.bg-skynamo-purple\/15{
  background-color: rgb(61 17 82 / 0.15);
}

.bg-skynamo-purple\/20{
  background-color: rgb(61 17 82 / 0.2);
}

.bg-skynamo-purple\/25{
  background-color: rgb(61 17 82 / 0.25);
}

.bg-skynamo-purple\/30{
  background-color: rgb(61 17 82 / 0.3);
}

.bg-skynamo-purple\/35{
  background-color: rgb(61 17 82 / 0.35);
}

.bg-skynamo-purple\/40{
  background-color: rgb(61 17 82 / 0.4);
}

.bg-skynamo-purple\/45{
  background-color: rgb(61 17 82 / 0.45);
}

.bg-skynamo-purple\/5{
  background-color: rgb(61 17 82 / 0.05);
}

.bg-skynamo-purple\/50{
  background-color: rgb(61 17 82 / 0.5);
}

.bg-skynamo-purple\/55{
  background-color: rgb(61 17 82 / 0.55);
}

.bg-skynamo-purple\/60{
  background-color: rgb(61 17 82 / 0.6);
}

.bg-skynamo-purple\/65{
  background-color: rgb(61 17 82 / 0.65);
}

.bg-skynamo-purple\/70{
  background-color: rgb(61 17 82 / 0.7);
}

.bg-skynamo-purple\/75{
  background-color: rgb(61 17 82 / 0.75);
}

.bg-skynamo-purple\/80{
  background-color: rgb(61 17 82 / 0.8);
}

.bg-skynamo-purple\/85{
  background-color: rgb(61 17 82 / 0.85);
}

.bg-skynamo-purple\/90{
  background-color: rgb(61 17 82 / 0.9);
}

.bg-skynamo-purple\/95{
  background-color: rgb(61 17 82 / 0.95);
}

.bg-skynamo-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.bg-skynamo-yellow\/0{
  background-color: rgb(255 186 0 / 0);
}

.bg-skynamo-yellow\/10{
  background-color: rgb(255 186 0 / 0.1);
}

.bg-skynamo-yellow\/100{
  background-color: rgb(255 186 0 / 1);
}

.bg-skynamo-yellow\/15{
  background-color: rgb(255 186 0 / 0.15);
}

.bg-skynamo-yellow\/20{
  background-color: rgb(255 186 0 / 0.2);
}

.bg-skynamo-yellow\/25{
  background-color: rgb(255 186 0 / 0.25);
}

.bg-skynamo-yellow\/30{
  background-color: rgb(255 186 0 / 0.3);
}

.bg-skynamo-yellow\/35{
  background-color: rgb(255 186 0 / 0.35);
}

.bg-skynamo-yellow\/40{
  background-color: rgb(255 186 0 / 0.4);
}

.bg-skynamo-yellow\/45{
  background-color: rgb(255 186 0 / 0.45);
}

.bg-skynamo-yellow\/5{
  background-color: rgb(255 186 0 / 0.05);
}

.bg-skynamo-yellow\/50{
  background-color: rgb(255 186 0 / 0.5);
}

.bg-skynamo-yellow\/55{
  background-color: rgb(255 186 0 / 0.55);
}

.bg-skynamo-yellow\/60{
  background-color: rgb(255 186 0 / 0.6);
}

.bg-skynamo-yellow\/65{
  background-color: rgb(255 186 0 / 0.65);
}

.bg-skynamo-yellow\/70{
  background-color: rgb(255 186 0 / 0.7);
}

.bg-skynamo-yellow\/75{
  background-color: rgb(255 186 0 / 0.75);
}

.bg-skynamo-yellow\/80{
  background-color: rgb(255 186 0 / 0.8);
}

.bg-skynamo-yellow\/85{
  background-color: rgb(255 186 0 / 0.85);
}

.bg-skynamo-yellow\/90{
  background-color: rgb(255 186 0 / 0.9);
}

.bg-skynamo-yellow\/95{
  background-color: rgb(255 186 0 / 0.95);
}

.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-success-100\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-success-100\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-success-100\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-success-100\/15{
  background-color: rgb(21 128 61 / 0.15);
}

.bg-success-100\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-success-100\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-success-100\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-success-100\/35{
  background-color: rgb(21 128 61 / 0.35);
}

.bg-success-100\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-success-100\/45{
  background-color: rgb(21 128 61 / 0.45);
}

.bg-success-100\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-success-100\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-success-100\/55{
  background-color: rgb(21 128 61 / 0.55);
}

.bg-success-100\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-success-100\/65{
  background-color: rgb(21 128 61 / 0.65);
}

.bg-success-100\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-success-100\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-success-100\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-success-100\/85{
  background-color: rgb(21 128 61 / 0.85);
}

.bg-success-100\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-success-100\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-success-background{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-success-background\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-success-background\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-success-background\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-success-background\/15{
  background-color: rgb(220 252 231 / 0.15);
}

.bg-success-background\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-success-background\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-success-background\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-success-background\/35{
  background-color: rgb(220 252 231 / 0.35);
}

.bg-success-background\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-success-background\/45{
  background-color: rgb(220 252 231 / 0.45);
}

.bg-success-background\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-success-background\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-success-background\/55{
  background-color: rgb(220 252 231 / 0.55);
}

.bg-success-background\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-success-background\/65{
  background-color: rgb(220 252 231 / 0.65);
}

.bg-success-background\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-success-background\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-success-background\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-success-background\/85{
  background-color: rgb(220 252 231 / 0.85);
}

.bg-success-background\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-success-background\/95{
  background-color: rgb(220 252 231 / 0.95);
}

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

.bg-tertiary-10\/0{
  background-color: rgb(255 235 255 / 0);
}

.bg-tertiary-10\/10{
  background-color: rgb(255 235 255 / 0.1);
}

.bg-tertiary-10\/100{
  background-color: rgb(255 235 255 / 1);
}

.bg-tertiary-10\/15{
  background-color: rgb(255 235 255 / 0.15);
}

.bg-tertiary-10\/20{
  background-color: rgb(255 235 255 / 0.2);
}

.bg-tertiary-10\/25{
  background-color: rgb(255 235 255 / 0.25);
}

.bg-tertiary-10\/30{
  background-color: rgb(255 235 255 / 0.3);
}

.bg-tertiary-10\/35{
  background-color: rgb(255 235 255 / 0.35);
}

.bg-tertiary-10\/40{
  background-color: rgb(255 235 255 / 0.4);
}

.bg-tertiary-10\/45{
  background-color: rgb(255 235 255 / 0.45);
}

.bg-tertiary-10\/5{
  background-color: rgb(255 235 255 / 0.05);
}

.bg-tertiary-10\/50{
  background-color: rgb(255 235 255 / 0.5);
}

.bg-tertiary-10\/55{
  background-color: rgb(255 235 255 / 0.55);
}

.bg-tertiary-10\/60{
  background-color: rgb(255 235 255 / 0.6);
}

.bg-tertiary-10\/65{
  background-color: rgb(255 235 255 / 0.65);
}

.bg-tertiary-10\/70{
  background-color: rgb(255 235 255 / 0.7);
}

.bg-tertiary-10\/75{
  background-color: rgb(255 235 255 / 0.75);
}

.bg-tertiary-10\/80{
  background-color: rgb(255 235 255 / 0.8);
}

.bg-tertiary-10\/85{
  background-color: rgb(255 235 255 / 0.85);
}

.bg-tertiary-10\/90{
  background-color: rgb(255 235 255 / 0.9);
}

.bg-tertiary-10\/95{
  background-color: rgb(255 235 255 / 0.95);
}

.bg-tertiary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(28 0 42 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-100\/0{
  background-color: rgb(28 0 42 / 0);
}

.bg-tertiary-100\/10{
  background-color: rgb(28 0 42 / 0.1);
}

.bg-tertiary-100\/100{
  background-color: rgb(28 0 42 / 1);
}

.bg-tertiary-100\/15{
  background-color: rgb(28 0 42 / 0.15);
}

.bg-tertiary-100\/20{
  background-color: rgb(28 0 42 / 0.2);
}

.bg-tertiary-100\/25{
  background-color: rgb(28 0 42 / 0.25);
}

.bg-tertiary-100\/30{
  background-color: rgb(28 0 42 / 0.3);
}

.bg-tertiary-100\/35{
  background-color: rgb(28 0 42 / 0.35);
}

.bg-tertiary-100\/40{
  background-color: rgb(28 0 42 / 0.4);
}

.bg-tertiary-100\/45{
  background-color: rgb(28 0 42 / 0.45);
}

.bg-tertiary-100\/5{
  background-color: rgb(28 0 42 / 0.05);
}

.bg-tertiary-100\/50{
  background-color: rgb(28 0 42 / 0.5);
}

.bg-tertiary-100\/55{
  background-color: rgb(28 0 42 / 0.55);
}

.bg-tertiary-100\/60{
  background-color: rgb(28 0 42 / 0.6);
}

.bg-tertiary-100\/65{
  background-color: rgb(28 0 42 / 0.65);
}

.bg-tertiary-100\/70{
  background-color: rgb(28 0 42 / 0.7);
}

.bg-tertiary-100\/75{
  background-color: rgb(28 0 42 / 0.75);
}

.bg-tertiary-100\/80{
  background-color: rgb(28 0 42 / 0.8);
}

.bg-tertiary-100\/85{
  background-color: rgb(28 0 42 / 0.85);
}

.bg-tertiary-100\/90{
  background-color: rgb(28 0 42 / 0.9);
}

.bg-tertiary-100\/95{
  background-color: rgb(28 0 42 / 0.95);
}

.bg-tertiary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(248 216 255 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-20\/0{
  background-color: rgb(248 216 255 / 0);
}

.bg-tertiary-20\/10{
  background-color: rgb(248 216 255 / 0.1);
}

.bg-tertiary-20\/100{
  background-color: rgb(248 216 255 / 1);
}

.bg-tertiary-20\/15{
  background-color: rgb(248 216 255 / 0.15);
}

.bg-tertiary-20\/20{
  background-color: rgb(248 216 255 / 0.2);
}

.bg-tertiary-20\/25{
  background-color: rgb(248 216 255 / 0.25);
}

.bg-tertiary-20\/30{
  background-color: rgb(248 216 255 / 0.3);
}

.bg-tertiary-20\/35{
  background-color: rgb(248 216 255 / 0.35);
}

.bg-tertiary-20\/40{
  background-color: rgb(248 216 255 / 0.4);
}

.bg-tertiary-20\/45{
  background-color: rgb(248 216 255 / 0.45);
}

.bg-tertiary-20\/5{
  background-color: rgb(248 216 255 / 0.05);
}

.bg-tertiary-20\/50{
  background-color: rgb(248 216 255 / 0.5);
}

.bg-tertiary-20\/55{
  background-color: rgb(248 216 255 / 0.55);
}

.bg-tertiary-20\/60{
  background-color: rgb(248 216 255 / 0.6);
}

.bg-tertiary-20\/65{
  background-color: rgb(248 216 255 / 0.65);
}

.bg-tertiary-20\/70{
  background-color: rgb(248 216 255 / 0.7);
}

.bg-tertiary-20\/75{
  background-color: rgb(248 216 255 / 0.75);
}

.bg-tertiary-20\/80{
  background-color: rgb(248 216 255 / 0.8);
}

.bg-tertiary-20\/85{
  background-color: rgb(248 216 255 / 0.85);
}

.bg-tertiary-20\/90{
  background-color: rgb(248 216 255 / 0.9);
}

.bg-tertiary-20\/95{
  background-color: rgb(248 216 255 / 0.95);
}

.bg-tertiary-30{
  --tw-bg-opacity: 1;
  background-color: rgb(235 178 255 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-30\/0{
  background-color: rgb(235 178 255 / 0);
}

.bg-tertiary-30\/10{
  background-color: rgb(235 178 255 / 0.1);
}

.bg-tertiary-30\/100{
  background-color: rgb(235 178 255 / 1);
}

.bg-tertiary-30\/15{
  background-color: rgb(235 178 255 / 0.15);
}

.bg-tertiary-30\/20{
  background-color: rgb(235 178 255 / 0.2);
}

.bg-tertiary-30\/25{
  background-color: rgb(235 178 255 / 0.25);
}

.bg-tertiary-30\/30{
  background-color: rgb(235 178 255 / 0.3);
}

.bg-tertiary-30\/35{
  background-color: rgb(235 178 255 / 0.35);
}

.bg-tertiary-30\/40{
  background-color: rgb(235 178 255 / 0.4);
}

.bg-tertiary-30\/45{
  background-color: rgb(235 178 255 / 0.45);
}

.bg-tertiary-30\/5{
  background-color: rgb(235 178 255 / 0.05);
}

.bg-tertiary-30\/50{
  background-color: rgb(235 178 255 / 0.5);
}

.bg-tertiary-30\/55{
  background-color: rgb(235 178 255 / 0.55);
}

.bg-tertiary-30\/60{
  background-color: rgb(235 178 255 / 0.6);
}

.bg-tertiary-30\/65{
  background-color: rgb(235 178 255 / 0.65);
}

.bg-tertiary-30\/70{
  background-color: rgb(235 178 255 / 0.7);
}

.bg-tertiary-30\/75{
  background-color: rgb(235 178 255 / 0.75);
}

.bg-tertiary-30\/80{
  background-color: rgb(235 178 255 / 0.8);
}

.bg-tertiary-30\/85{
  background-color: rgb(235 178 255 / 0.85);
}

.bg-tertiary-30\/90{
  background-color: rgb(235 178 255 / 0.9);
}

.bg-tertiary-30\/95{
  background-color: rgb(235 178 255 / 0.95);
}

.bg-tertiary-40{
  --tw-bg-opacity: 1;
  background-color: rgb(208 149 233 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-40\/0{
  background-color: rgb(208 149 233 / 0);
}

.bg-tertiary-40\/10{
  background-color: rgb(208 149 233 / 0.1);
}

.bg-tertiary-40\/100{
  background-color: rgb(208 149 233 / 1);
}

.bg-tertiary-40\/15{
  background-color: rgb(208 149 233 / 0.15);
}

.bg-tertiary-40\/20{
  background-color: rgb(208 149 233 / 0.2);
}

.bg-tertiary-40\/25{
  background-color: rgb(208 149 233 / 0.25);
}

.bg-tertiary-40\/30{
  background-color: rgb(208 149 233 / 0.3);
}

.bg-tertiary-40\/35{
  background-color: rgb(208 149 233 / 0.35);
}

.bg-tertiary-40\/40{
  background-color: rgb(208 149 233 / 0.4);
}

.bg-tertiary-40\/45{
  background-color: rgb(208 149 233 / 0.45);
}

.bg-tertiary-40\/5{
  background-color: rgb(208 149 233 / 0.05);
}

.bg-tertiary-40\/50{
  background-color: rgb(208 149 233 / 0.5);
}

.bg-tertiary-40\/55{
  background-color: rgb(208 149 233 / 0.55);
}

.bg-tertiary-40\/60{
  background-color: rgb(208 149 233 / 0.6);
}

.bg-tertiary-40\/65{
  background-color: rgb(208 149 233 / 0.65);
}

.bg-tertiary-40\/70{
  background-color: rgb(208 149 233 / 0.7);
}

.bg-tertiary-40\/75{
  background-color: rgb(208 149 233 / 0.75);
}

.bg-tertiary-40\/80{
  background-color: rgb(208 149 233 / 0.8);
}

.bg-tertiary-40\/85{
  background-color: rgb(208 149 233 / 0.85);
}

.bg-tertiary-40\/90{
  background-color: rgb(208 149 233 / 0.9);
}

.bg-tertiary-40\/95{
  background-color: rgb(208 149 233 / 0.95);
}

.bg-tertiary-5{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 255 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-5\/0{
  background-color: rgb(253 246 255 / 0);
}

.bg-tertiary-5\/10{
  background-color: rgb(253 246 255 / 0.1);
}

.bg-tertiary-5\/100{
  background-color: rgb(253 246 255 / 1);
}

.bg-tertiary-5\/15{
  background-color: rgb(253 246 255 / 0.15);
}

.bg-tertiary-5\/20{
  background-color: rgb(253 246 255 / 0.2);
}

.bg-tertiary-5\/25{
  background-color: rgb(253 246 255 / 0.25);
}

.bg-tertiary-5\/30{
  background-color: rgb(253 246 255 / 0.3);
}

.bg-tertiary-5\/35{
  background-color: rgb(253 246 255 / 0.35);
}

.bg-tertiary-5\/40{
  background-color: rgb(253 246 255 / 0.4);
}

.bg-tertiary-5\/45{
  background-color: rgb(253 246 255 / 0.45);
}

.bg-tertiary-5\/5{
  background-color: rgb(253 246 255 / 0.05);
}

.bg-tertiary-5\/50{
  background-color: rgb(253 246 255 / 0.5);
}

.bg-tertiary-5\/55{
  background-color: rgb(253 246 255 / 0.55);
}

.bg-tertiary-5\/60{
  background-color: rgb(253 246 255 / 0.6);
}

.bg-tertiary-5\/65{
  background-color: rgb(253 246 255 / 0.65);
}

.bg-tertiary-5\/70{
  background-color: rgb(253 246 255 / 0.7);
}

.bg-tertiary-5\/75{
  background-color: rgb(253 246 255 / 0.75);
}

.bg-tertiary-5\/80{
  background-color: rgb(253 246 255 / 0.8);
}

.bg-tertiary-5\/85{
  background-color: rgb(253 246 255 / 0.85);
}

.bg-tertiary-5\/90{
  background-color: rgb(253 246 255 / 0.9);
}

.bg-tertiary-5\/95{
  background-color: rgb(253 246 255 / 0.95);
}

.bg-tertiary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(152 97 177 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-50\/0{
  background-color: rgb(152 97 177 / 0);
}

.bg-tertiary-50\/10{
  background-color: rgb(152 97 177 / 0.1);
}

.bg-tertiary-50\/100{
  background-color: rgb(152 97 177 / 1);
}

.bg-tertiary-50\/15{
  background-color: rgb(152 97 177 / 0.15);
}

.bg-tertiary-50\/20{
  background-color: rgb(152 97 177 / 0.2);
}

.bg-tertiary-50\/25{
  background-color: rgb(152 97 177 / 0.25);
}

.bg-tertiary-50\/30{
  background-color: rgb(152 97 177 / 0.3);
}

.bg-tertiary-50\/35{
  background-color: rgb(152 97 177 / 0.35);
}

.bg-tertiary-50\/40{
  background-color: rgb(152 97 177 / 0.4);
}

.bg-tertiary-50\/45{
  background-color: rgb(152 97 177 / 0.45);
}

.bg-tertiary-50\/5{
  background-color: rgb(152 97 177 / 0.05);
}

.bg-tertiary-50\/50{
  background-color: rgb(152 97 177 / 0.5);
}

.bg-tertiary-50\/55{
  background-color: rgb(152 97 177 / 0.55);
}

.bg-tertiary-50\/60{
  background-color: rgb(152 97 177 / 0.6);
}

.bg-tertiary-50\/65{
  background-color: rgb(152 97 177 / 0.65);
}

.bg-tertiary-50\/70{
  background-color: rgb(152 97 177 / 0.7);
}

.bg-tertiary-50\/75{
  background-color: rgb(152 97 177 / 0.75);
}

.bg-tertiary-50\/80{
  background-color: rgb(152 97 177 / 0.8);
}

.bg-tertiary-50\/85{
  background-color: rgb(152 97 177 / 0.85);
}

.bg-tertiary-50\/90{
  background-color: rgb(152 97 177 / 0.9);
}

.bg-tertiary-50\/95{
  background-color: rgb(152 97 177 / 0.95);
}

.bg-tertiary-60{
  --tw-bg-opacity: 1;
  background-color: rgb(125 72 150 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-60\/0{
  background-color: rgb(125 72 150 / 0);
}

.bg-tertiary-60\/10{
  background-color: rgb(125 72 150 / 0.1);
}

.bg-tertiary-60\/100{
  background-color: rgb(125 72 150 / 1);
}

.bg-tertiary-60\/15{
  background-color: rgb(125 72 150 / 0.15);
}

.bg-tertiary-60\/20{
  background-color: rgb(125 72 150 / 0.2);
}

.bg-tertiary-60\/25{
  background-color: rgb(125 72 150 / 0.25);
}

.bg-tertiary-60\/30{
  background-color: rgb(125 72 150 / 0.3);
}

.bg-tertiary-60\/35{
  background-color: rgb(125 72 150 / 0.35);
}

.bg-tertiary-60\/40{
  background-color: rgb(125 72 150 / 0.4);
}

.bg-tertiary-60\/45{
  background-color: rgb(125 72 150 / 0.45);
}

.bg-tertiary-60\/5{
  background-color: rgb(125 72 150 / 0.05);
}

.bg-tertiary-60\/50{
  background-color: rgb(125 72 150 / 0.5);
}

.bg-tertiary-60\/55{
  background-color: rgb(125 72 150 / 0.55);
}

.bg-tertiary-60\/60{
  background-color: rgb(125 72 150 / 0.6);
}

.bg-tertiary-60\/65{
  background-color: rgb(125 72 150 / 0.65);
}

.bg-tertiary-60\/70{
  background-color: rgb(125 72 150 / 0.7);
}

.bg-tertiary-60\/75{
  background-color: rgb(125 72 150 / 0.75);
}

.bg-tertiary-60\/80{
  background-color: rgb(125 72 150 / 0.8);
}

.bg-tertiary-60\/85{
  background-color: rgb(125 72 150 / 0.85);
}

.bg-tertiary-60\/90{
  background-color: rgb(125 72 150 / 0.9);
}

.bg-tertiary-60\/95{
  background-color: rgb(125 72 150 / 0.95);
}

.bg-tertiary-70{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 127 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-70\/0{
  background-color: rgb(106 59 127 / 0);
}

.bg-tertiary-70\/10{
  background-color: rgb(106 59 127 / 0.1);
}

.bg-tertiary-70\/100{
  background-color: rgb(106 59 127 / 1);
}

.bg-tertiary-70\/15{
  background-color: rgb(106 59 127 / 0.15);
}

.bg-tertiary-70\/20{
  background-color: rgb(106 59 127 / 0.2);
}

.bg-tertiary-70\/25{
  background-color: rgb(106 59 127 / 0.25);
}

.bg-tertiary-70\/30{
  background-color: rgb(106 59 127 / 0.3);
}

.bg-tertiary-70\/35{
  background-color: rgb(106 59 127 / 0.35);
}

.bg-tertiary-70\/40{
  background-color: rgb(106 59 127 / 0.4);
}

.bg-tertiary-70\/45{
  background-color: rgb(106 59 127 / 0.45);
}

.bg-tertiary-70\/5{
  background-color: rgb(106 59 127 / 0.05);
}

.bg-tertiary-70\/50{
  background-color: rgb(106 59 127 / 0.5);
}

.bg-tertiary-70\/55{
  background-color: rgb(106 59 127 / 0.55);
}

.bg-tertiary-70\/60{
  background-color: rgb(106 59 127 / 0.6);
}

.bg-tertiary-70\/65{
  background-color: rgb(106 59 127 / 0.65);
}

.bg-tertiary-70\/70{
  background-color: rgb(106 59 127 / 0.7);
}

.bg-tertiary-70\/75{
  background-color: rgb(106 59 127 / 0.75);
}

.bg-tertiary-70\/80{
  background-color: rgb(106 59 127 / 0.8);
}

.bg-tertiary-70\/85{
  background-color: rgb(106 59 127 / 0.85);
}

.bg-tertiary-70\/90{
  background-color: rgb(106 59 127 / 0.9);
}

.bg-tertiary-70\/95{
  background-color: rgb(106 59 127 / 0.95);
}

.bg-tertiary-80{
  --tw-bg-opacity: 1;
  background-color: rgb(75 23 100 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-80\/0{
  background-color: rgb(75 23 100 / 0);
}

.bg-tertiary-80\/10{
  background-color: rgb(75 23 100 / 0.1);
}

.bg-tertiary-80\/100{
  background-color: rgb(75 23 100 / 1);
}

.bg-tertiary-80\/15{
  background-color: rgb(75 23 100 / 0.15);
}

.bg-tertiary-80\/20{
  background-color: rgb(75 23 100 / 0.2);
}

.bg-tertiary-80\/25{
  background-color: rgb(75 23 100 / 0.25);
}

.bg-tertiary-80\/30{
  background-color: rgb(75 23 100 / 0.3);
}

.bg-tertiary-80\/35{
  background-color: rgb(75 23 100 / 0.35);
}

.bg-tertiary-80\/40{
  background-color: rgb(75 23 100 / 0.4);
}

.bg-tertiary-80\/45{
  background-color: rgb(75 23 100 / 0.45);
}

.bg-tertiary-80\/5{
  background-color: rgb(75 23 100 / 0.05);
}

.bg-tertiary-80\/50{
  background-color: rgb(75 23 100 / 0.5);
}

.bg-tertiary-80\/55{
  background-color: rgb(75 23 100 / 0.55);
}

.bg-tertiary-80\/60{
  background-color: rgb(75 23 100 / 0.6);
}

.bg-tertiary-80\/65{
  background-color: rgb(75 23 100 / 0.65);
}

.bg-tertiary-80\/70{
  background-color: rgb(75 23 100 / 0.7);
}

.bg-tertiary-80\/75{
  background-color: rgb(75 23 100 / 0.75);
}

.bg-tertiary-80\/80{
  background-color: rgb(75 23 100 / 0.8);
}

.bg-tertiary-80\/85{
  background-color: rgb(75 23 100 / 0.85);
}

.bg-tertiary-80\/90{
  background-color: rgb(75 23 100 / 0.9);
}

.bg-tertiary-80\/95{
  background-color: rgb(75 23 100 / 0.95);
}

.bg-tertiary-90{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-90\/0{
  background-color: rgb(61 17 82 / 0);
}

.bg-tertiary-90\/10{
  background-color: rgb(61 17 82 / 0.1);
}

.bg-tertiary-90\/100{
  background-color: rgb(61 17 82 / 1);
}

.bg-tertiary-90\/15{
  background-color: rgb(61 17 82 / 0.15);
}

.bg-tertiary-90\/20{
  background-color: rgb(61 17 82 / 0.2);
}

.bg-tertiary-90\/25{
  background-color: rgb(61 17 82 / 0.25);
}

.bg-tertiary-90\/30{
  background-color: rgb(61 17 82 / 0.3);
}

.bg-tertiary-90\/35{
  background-color: rgb(61 17 82 / 0.35);
}

.bg-tertiary-90\/40{
  background-color: rgb(61 17 82 / 0.4);
}

.bg-tertiary-90\/45{
  background-color: rgb(61 17 82 / 0.45);
}

.bg-tertiary-90\/5{
  background-color: rgb(61 17 82 / 0.05);
}

.bg-tertiary-90\/50{
  background-color: rgb(61 17 82 / 0.5);
}

.bg-tertiary-90\/55{
  background-color: rgb(61 17 82 / 0.55);
}

.bg-tertiary-90\/60{
  background-color: rgb(61 17 82 / 0.6);
}

.bg-tertiary-90\/65{
  background-color: rgb(61 17 82 / 0.65);
}

.bg-tertiary-90\/70{
  background-color: rgb(61 17 82 / 0.7);
}

.bg-tertiary-90\/75{
  background-color: rgb(61 17 82 / 0.75);
}

.bg-tertiary-90\/80{
  background-color: rgb(61 17 82 / 0.8);
}

.bg-tertiary-90\/85{
  background-color: rgb(61 17 82 / 0.85);
}

.bg-tertiary-90\/90{
  background-color: rgb(61 17 82 / 0.9);
}

.bg-tertiary-90\/95{
  background-color: rgb(61 17 82 / 0.95);
}

.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 102 0 / var(--tw-bg-opacity, 1));
}

.bg-warning-100\/0{
  background-color: rgb(245 102 0 / 0);
}

.bg-warning-100\/10{
  background-color: rgb(245 102 0 / 0.1);
}

.bg-warning-100\/100{
  background-color: rgb(245 102 0 / 1);
}

.bg-warning-100\/15{
  background-color: rgb(245 102 0 / 0.15);
}

.bg-warning-100\/20{
  background-color: rgb(245 102 0 / 0.2);
}

.bg-warning-100\/25{
  background-color: rgb(245 102 0 / 0.25);
}

.bg-warning-100\/30{
  background-color: rgb(245 102 0 / 0.3);
}

.bg-warning-100\/35{
  background-color: rgb(245 102 0 / 0.35);
}

.bg-warning-100\/40{
  background-color: rgb(245 102 0 / 0.4);
}

.bg-warning-100\/45{
  background-color: rgb(245 102 0 / 0.45);
}

.bg-warning-100\/5{
  background-color: rgb(245 102 0 / 0.05);
}

.bg-warning-100\/50{
  background-color: rgb(245 102 0 / 0.5);
}

.bg-warning-100\/55{
  background-color: rgb(245 102 0 / 0.55);
}

.bg-warning-100\/60{
  background-color: rgb(245 102 0 / 0.6);
}

.bg-warning-100\/65{
  background-color: rgb(245 102 0 / 0.65);
}

.bg-warning-100\/70{
  background-color: rgb(245 102 0 / 0.7);
}

.bg-warning-100\/75{
  background-color: rgb(245 102 0 / 0.75);
}

.bg-warning-100\/80{
  background-color: rgb(245 102 0 / 0.8);
}

.bg-warning-100\/85{
  background-color: rgb(245 102 0 / 0.85);
}

.bg-warning-100\/90{
  background-color: rgb(245 102 0 / 0.9);
}

.bg-warning-100\/95{
  background-color: rgb(245 102 0 / 0.95);
}

.bg-warning-background{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 204 / var(--tw-bg-opacity, 1));
}

.bg-warning-background\/0{
  background-color: rgb(253 224 204 / 0);
}

.bg-warning-background\/10{
  background-color: rgb(253 224 204 / 0.1);
}

.bg-warning-background\/100{
  background-color: rgb(253 224 204 / 1);
}

.bg-warning-background\/15{
  background-color: rgb(253 224 204 / 0.15);
}

.bg-warning-background\/20{
  background-color: rgb(253 224 204 / 0.2);
}

.bg-warning-background\/25{
  background-color: rgb(253 224 204 / 0.25);
}

.bg-warning-background\/30{
  background-color: rgb(253 224 204 / 0.3);
}

.bg-warning-background\/35{
  background-color: rgb(253 224 204 / 0.35);
}

.bg-warning-background\/40{
  background-color: rgb(253 224 204 / 0.4);
}

.bg-warning-background\/45{
  background-color: rgb(253 224 204 / 0.45);
}

.bg-warning-background\/5{
  background-color: rgb(253 224 204 / 0.05);
}

.bg-warning-background\/50{
  background-color: rgb(253 224 204 / 0.5);
}

.bg-warning-background\/55{
  background-color: rgb(253 224 204 / 0.55);
}

.bg-warning-background\/60{
  background-color: rgb(253 224 204 / 0.6);
}

.bg-warning-background\/65{
  background-color: rgb(253 224 204 / 0.65);
}

.bg-warning-background\/70{
  background-color: rgb(253 224 204 / 0.7);
}

.bg-warning-background\/75{
  background-color: rgb(253 224 204 / 0.75);
}

.bg-warning-background\/80{
  background-color: rgb(253 224 204 / 0.8);
}

.bg-warning-background\/85{
  background-color: rgb(253 224 204 / 0.85);
}

.bg-warning-background\/90{
  background-color: rgb(253 224 204 / 0.9);
}

.bg-warning-background\/95{
  background-color: rgb(253 224 204 / 0.95);
}

.p-3{
  padding: 0.75rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

.text-charts-1{
  --tw-text-opacity: 1;
  color: rgb(0 57 107 / var(--tw-text-opacity, 1));
}

.text-charts-1\/0{
  color: rgb(0 57 107 / 0);
}

.text-charts-1\/10{
  color: rgb(0 57 107 / 0.1);
}

.text-charts-1\/100{
  color: rgb(0 57 107 / 1);
}

.text-charts-1\/15{
  color: rgb(0 57 107 / 0.15);
}

.text-charts-1\/20{
  color: rgb(0 57 107 / 0.2);
}

.text-charts-1\/25{
  color: rgb(0 57 107 / 0.25);
}

.text-charts-1\/30{
  color: rgb(0 57 107 / 0.3);
}

.text-charts-1\/35{
  color: rgb(0 57 107 / 0.35);
}

.text-charts-1\/40{
  color: rgb(0 57 107 / 0.4);
}

.text-charts-1\/45{
  color: rgb(0 57 107 / 0.45);
}

.text-charts-1\/5{
  color: rgb(0 57 107 / 0.05);
}

.text-charts-1\/50{
  color: rgb(0 57 107 / 0.5);
}

.text-charts-1\/55{
  color: rgb(0 57 107 / 0.55);
}

.text-charts-1\/60{
  color: rgb(0 57 107 / 0.6);
}

.text-charts-1\/65{
  color: rgb(0 57 107 / 0.65);
}

.text-charts-1\/70{
  color: rgb(0 57 107 / 0.7);
}

.text-charts-1\/75{
  color: rgb(0 57 107 / 0.75);
}

.text-charts-1\/80{
  color: rgb(0 57 107 / 0.8);
}

.text-charts-1\/85{
  color: rgb(0 57 107 / 0.85);
}

.text-charts-1\/90{
  color: rgb(0 57 107 / 0.9);
}

.text-charts-1\/95{
  color: rgb(0 57 107 / 0.95);
}

.text-charts-10{
  --tw-text-opacity: 1;
  color: rgb(250 77 86 / var(--tw-text-opacity, 1));
}

.text-charts-10\/0{
  color: rgb(250 77 86 / 0);
}

.text-charts-10\/10{
  color: rgb(250 77 86 / 0.1);
}

.text-charts-10\/100{
  color: rgb(250 77 86 / 1);
}

.text-charts-10\/15{
  color: rgb(250 77 86 / 0.15);
}

.text-charts-10\/20{
  color: rgb(250 77 86 / 0.2);
}

.text-charts-10\/25{
  color: rgb(250 77 86 / 0.25);
}

.text-charts-10\/30{
  color: rgb(250 77 86 / 0.3);
}

.text-charts-10\/35{
  color: rgb(250 77 86 / 0.35);
}

.text-charts-10\/40{
  color: rgb(250 77 86 / 0.4);
}

.text-charts-10\/45{
  color: rgb(250 77 86 / 0.45);
}

.text-charts-10\/5{
  color: rgb(250 77 86 / 0.05);
}

.text-charts-10\/50{
  color: rgb(250 77 86 / 0.5);
}

.text-charts-10\/55{
  color: rgb(250 77 86 / 0.55);
}

.text-charts-10\/60{
  color: rgb(250 77 86 / 0.6);
}

.text-charts-10\/65{
  color: rgb(250 77 86 / 0.65);
}

.text-charts-10\/70{
  color: rgb(250 77 86 / 0.7);
}

.text-charts-10\/75{
  color: rgb(250 77 86 / 0.75);
}

.text-charts-10\/80{
  color: rgb(250 77 86 / 0.8);
}

.text-charts-10\/85{
  color: rgb(250 77 86 / 0.85);
}

.text-charts-10\/90{
  color: rgb(250 77 86 / 0.9);
}

.text-charts-10\/95{
  color: rgb(250 77 86 / 0.95);
}

.text-charts-11{
  --tw-text-opacity: 1;
  color: rgb(165 110 255 / var(--tw-text-opacity, 1));
}

.text-charts-11\/0{
  color: rgb(165 110 255 / 0);
}

.text-charts-11\/10{
  color: rgb(165 110 255 / 0.1);
}

.text-charts-11\/100{
  color: rgb(165 110 255 / 1);
}

.text-charts-11\/15{
  color: rgb(165 110 255 / 0.15);
}

.text-charts-11\/20{
  color: rgb(165 110 255 / 0.2);
}

.text-charts-11\/25{
  color: rgb(165 110 255 / 0.25);
}

.text-charts-11\/30{
  color: rgb(165 110 255 / 0.3);
}

.text-charts-11\/35{
  color: rgb(165 110 255 / 0.35);
}

.text-charts-11\/40{
  color: rgb(165 110 255 / 0.4);
}

.text-charts-11\/45{
  color: rgb(165 110 255 / 0.45);
}

.text-charts-11\/5{
  color: rgb(165 110 255 / 0.05);
}

.text-charts-11\/50{
  color: rgb(165 110 255 / 0.5);
}

.text-charts-11\/55{
  color: rgb(165 110 255 / 0.55);
}

.text-charts-11\/60{
  color: rgb(165 110 255 / 0.6);
}

.text-charts-11\/65{
  color: rgb(165 110 255 / 0.65);
}

.text-charts-11\/70{
  color: rgb(165 110 255 / 0.7);
}

.text-charts-11\/75{
  color: rgb(165 110 255 / 0.75);
}

.text-charts-11\/80{
  color: rgb(165 110 255 / 0.8);
}

.text-charts-11\/85{
  color: rgb(165 110 255 / 0.85);
}

.text-charts-11\/90{
  color: rgb(165 110 255 / 0.9);
}

.text-charts-11\/95{
  color: rgb(165 110 255 / 0.95);
}

.text-charts-12{
  --tw-text-opacity: 1;
  color: rgb(0 93 93 / var(--tw-text-opacity, 1));
}

.text-charts-12\/0{
  color: rgb(0 93 93 / 0);
}

.text-charts-12\/10{
  color: rgb(0 93 93 / 0.1);
}

.text-charts-12\/100{
  color: rgb(0 93 93 / 1);
}

.text-charts-12\/15{
  color: rgb(0 93 93 / 0.15);
}

.text-charts-12\/20{
  color: rgb(0 93 93 / 0.2);
}

.text-charts-12\/25{
  color: rgb(0 93 93 / 0.25);
}

.text-charts-12\/30{
  color: rgb(0 93 93 / 0.3);
}

.text-charts-12\/35{
  color: rgb(0 93 93 / 0.35);
}

.text-charts-12\/40{
  color: rgb(0 93 93 / 0.4);
}

.text-charts-12\/45{
  color: rgb(0 93 93 / 0.45);
}

.text-charts-12\/5{
  color: rgb(0 93 93 / 0.05);
}

.text-charts-12\/50{
  color: rgb(0 93 93 / 0.5);
}

.text-charts-12\/55{
  color: rgb(0 93 93 / 0.55);
}

.text-charts-12\/60{
  color: rgb(0 93 93 / 0.6);
}

.text-charts-12\/65{
  color: rgb(0 93 93 / 0.65);
}

.text-charts-12\/70{
  color: rgb(0 93 93 / 0.7);
}

.text-charts-12\/75{
  color: rgb(0 93 93 / 0.75);
}

.text-charts-12\/80{
  color: rgb(0 93 93 / 0.8);
}

.text-charts-12\/85{
  color: rgb(0 93 93 / 0.85);
}

.text-charts-12\/90{
  color: rgb(0 93 93 / 0.9);
}

.text-charts-12\/95{
  color: rgb(0 93 93 / 0.95);
}

.text-charts-13{
  --tw-text-opacity: 1;
  color: rgb(94 165 49 / var(--tw-text-opacity, 1));
}

.text-charts-13\/0{
  color: rgb(94 165 49 / 0);
}

.text-charts-13\/10{
  color: rgb(94 165 49 / 0.1);
}

.text-charts-13\/100{
  color: rgb(94 165 49 / 1);
}

.text-charts-13\/15{
  color: rgb(94 165 49 / 0.15);
}

.text-charts-13\/20{
  color: rgb(94 165 49 / 0.2);
}

.text-charts-13\/25{
  color: rgb(94 165 49 / 0.25);
}

.text-charts-13\/30{
  color: rgb(94 165 49 / 0.3);
}

.text-charts-13\/35{
  color: rgb(94 165 49 / 0.35);
}

.text-charts-13\/40{
  color: rgb(94 165 49 / 0.4);
}

.text-charts-13\/45{
  color: rgb(94 165 49 / 0.45);
}

.text-charts-13\/5{
  color: rgb(94 165 49 / 0.05);
}

.text-charts-13\/50{
  color: rgb(94 165 49 / 0.5);
}

.text-charts-13\/55{
  color: rgb(94 165 49 / 0.55);
}

.text-charts-13\/60{
  color: rgb(94 165 49 / 0.6);
}

.text-charts-13\/65{
  color: rgb(94 165 49 / 0.65);
}

.text-charts-13\/70{
  color: rgb(94 165 49 / 0.7);
}

.text-charts-13\/75{
  color: rgb(94 165 49 / 0.75);
}

.text-charts-13\/80{
  color: rgb(94 165 49 / 0.8);
}

.text-charts-13\/85{
  color: rgb(94 165 49 / 0.85);
}

.text-charts-13\/90{
  color: rgb(94 165 49 / 0.9);
}

.text-charts-13\/95{
  color: rgb(94 165 49 / 0.95);
}

.text-charts-2{
  --tw-text-opacity: 1;
  color: rgb(38 124 215 / var(--tw-text-opacity, 1));
}

.text-charts-2\/0{
  color: rgb(38 124 215 / 0);
}

.text-charts-2\/10{
  color: rgb(38 124 215 / 0.1);
}

.text-charts-2\/100{
  color: rgb(38 124 215 / 1);
}

.text-charts-2\/15{
  color: rgb(38 124 215 / 0.15);
}

.text-charts-2\/20{
  color: rgb(38 124 215 / 0.2);
}

.text-charts-2\/25{
  color: rgb(38 124 215 / 0.25);
}

.text-charts-2\/30{
  color: rgb(38 124 215 / 0.3);
}

.text-charts-2\/35{
  color: rgb(38 124 215 / 0.35);
}

.text-charts-2\/40{
  color: rgb(38 124 215 / 0.4);
}

.text-charts-2\/45{
  color: rgb(38 124 215 / 0.45);
}

.text-charts-2\/5{
  color: rgb(38 124 215 / 0.05);
}

.text-charts-2\/50{
  color: rgb(38 124 215 / 0.5);
}

.text-charts-2\/55{
  color: rgb(38 124 215 / 0.55);
}

.text-charts-2\/60{
  color: rgb(38 124 215 / 0.6);
}

.text-charts-2\/65{
  color: rgb(38 124 215 / 0.65);
}

.text-charts-2\/70{
  color: rgb(38 124 215 / 0.7);
}

.text-charts-2\/75{
  color: rgb(38 124 215 / 0.75);
}

.text-charts-2\/80{
  color: rgb(38 124 215 / 0.8);
}

.text-charts-2\/85{
  color: rgb(38 124 215 / 0.85);
}

.text-charts-2\/90{
  color: rgb(38 124 215 / 0.9);
}

.text-charts-2\/95{
  color: rgb(38 124 215 / 0.95);
}

.text-charts-3{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.text-charts-3\/0{
  color: rgb(127 50 190 / 0);
}

.text-charts-3\/10{
  color: rgb(127 50 190 / 0.1);
}

.text-charts-3\/100{
  color: rgb(127 50 190 / 1);
}

.text-charts-3\/15{
  color: rgb(127 50 190 / 0.15);
}

.text-charts-3\/20{
  color: rgb(127 50 190 / 0.2);
}

.text-charts-3\/25{
  color: rgb(127 50 190 / 0.25);
}

.text-charts-3\/30{
  color: rgb(127 50 190 / 0.3);
}

.text-charts-3\/35{
  color: rgb(127 50 190 / 0.35);
}

.text-charts-3\/40{
  color: rgb(127 50 190 / 0.4);
}

.text-charts-3\/45{
  color: rgb(127 50 190 / 0.45);
}

.text-charts-3\/5{
  color: rgb(127 50 190 / 0.05);
}

.text-charts-3\/50{
  color: rgb(127 50 190 / 0.5);
}

.text-charts-3\/55{
  color: rgb(127 50 190 / 0.55);
}

.text-charts-3\/60{
  color: rgb(127 50 190 / 0.6);
}

.text-charts-3\/65{
  color: rgb(127 50 190 / 0.65);
}

.text-charts-3\/70{
  color: rgb(127 50 190 / 0.7);
}

.text-charts-3\/75{
  color: rgb(127 50 190 / 0.75);
}

.text-charts-3\/80{
  color: rgb(127 50 190 / 0.8);
}

.text-charts-3\/85{
  color: rgb(127 50 190 / 0.85);
}

.text-charts-3\/90{
  color: rgb(127 50 190 / 0.9);
}

.text-charts-3\/95{
  color: rgb(127 50 190 / 0.95);
}

.text-charts-4{
  --tw-text-opacity: 1;
  color: rgb(0 157 154 / var(--tw-text-opacity, 1));
}

.text-charts-4\/0{
  color: rgb(0 157 154 / 0);
}

.text-charts-4\/10{
  color: rgb(0 157 154 / 0.1);
}

.text-charts-4\/100{
  color: rgb(0 157 154 / 1);
}

.text-charts-4\/15{
  color: rgb(0 157 154 / 0.15);
}

.text-charts-4\/20{
  color: rgb(0 157 154 / 0.2);
}

.text-charts-4\/25{
  color: rgb(0 157 154 / 0.25);
}

.text-charts-4\/30{
  color: rgb(0 157 154 / 0.3);
}

.text-charts-4\/35{
  color: rgb(0 157 154 / 0.35);
}

.text-charts-4\/40{
  color: rgb(0 157 154 / 0.4);
}

.text-charts-4\/45{
  color: rgb(0 157 154 / 0.45);
}

.text-charts-4\/5{
  color: rgb(0 157 154 / 0.05);
}

.text-charts-4\/50{
  color: rgb(0 157 154 / 0.5);
}

.text-charts-4\/55{
  color: rgb(0 157 154 / 0.55);
}

.text-charts-4\/60{
  color: rgb(0 157 154 / 0.6);
}

.text-charts-4\/65{
  color: rgb(0 157 154 / 0.65);
}

.text-charts-4\/70{
  color: rgb(0 157 154 / 0.7);
}

.text-charts-4\/75{
  color: rgb(0 157 154 / 0.75);
}

.text-charts-4\/80{
  color: rgb(0 157 154 / 0.8);
}

.text-charts-4\/85{
  color: rgb(0 157 154 / 0.85);
}

.text-charts-4\/90{
  color: rgb(0 157 154 / 0.9);
}

.text-charts-4\/95{
  color: rgb(0 157 154 / 0.95);
}

.text-charts-5{
  --tw-text-opacity: 1;
  color: rgb(240 111 25 / var(--tw-text-opacity, 1));
}

.text-charts-5\/0{
  color: rgb(240 111 25 / 0);
}

.text-charts-5\/10{
  color: rgb(240 111 25 / 0.1);
}

.text-charts-5\/100{
  color: rgb(240 111 25 / 1);
}

.text-charts-5\/15{
  color: rgb(240 111 25 / 0.15);
}

.text-charts-5\/20{
  color: rgb(240 111 25 / 0.2);
}

.text-charts-5\/25{
  color: rgb(240 111 25 / 0.25);
}

.text-charts-5\/30{
  color: rgb(240 111 25 / 0.3);
}

.text-charts-5\/35{
  color: rgb(240 111 25 / 0.35);
}

.text-charts-5\/40{
  color: rgb(240 111 25 / 0.4);
}

.text-charts-5\/45{
  color: rgb(240 111 25 / 0.45);
}

.text-charts-5\/5{
  color: rgb(240 111 25 / 0.05);
}

.text-charts-5\/50{
  color: rgb(240 111 25 / 0.5);
}

.text-charts-5\/55{
  color: rgb(240 111 25 / 0.55);
}

.text-charts-5\/60{
  color: rgb(240 111 25 / 0.6);
}

.text-charts-5\/65{
  color: rgb(240 111 25 / 0.65);
}

.text-charts-5\/70{
  color: rgb(240 111 25 / 0.7);
}

.text-charts-5\/75{
  color: rgb(240 111 25 / 0.75);
}

.text-charts-5\/80{
  color: rgb(240 111 25 / 0.8);
}

.text-charts-5\/85{
  color: rgb(240 111 25 / 0.85);
}

.text-charts-5\/90{
  color: rgb(240 111 25 / 0.9);
}

.text-charts-5\/95{
  color: rgb(240 111 25 / 0.95);
}

.text-charts-6{
  --tw-text-opacity: 1;
  color: rgb(238 83 139 / var(--tw-text-opacity, 1));
}

.text-charts-6\/0{
  color: rgb(238 83 139 / 0);
}

.text-charts-6\/10{
  color: rgb(238 83 139 / 0.1);
}

.text-charts-6\/100{
  color: rgb(238 83 139 / 1);
}

.text-charts-6\/15{
  color: rgb(238 83 139 / 0.15);
}

.text-charts-6\/20{
  color: rgb(238 83 139 / 0.2);
}

.text-charts-6\/25{
  color: rgb(238 83 139 / 0.25);
}

.text-charts-6\/30{
  color: rgb(238 83 139 / 0.3);
}

.text-charts-6\/35{
  color: rgb(238 83 139 / 0.35);
}

.text-charts-6\/40{
  color: rgb(238 83 139 / 0.4);
}

.text-charts-6\/45{
  color: rgb(238 83 139 / 0.45);
}

.text-charts-6\/5{
  color: rgb(238 83 139 / 0.05);
}

.text-charts-6\/50{
  color: rgb(238 83 139 / 0.5);
}

.text-charts-6\/55{
  color: rgb(238 83 139 / 0.55);
}

.text-charts-6\/60{
  color: rgb(238 83 139 / 0.6);
}

.text-charts-6\/65{
  color: rgb(238 83 139 / 0.65);
}

.text-charts-6\/70{
  color: rgb(238 83 139 / 0.7);
}

.text-charts-6\/75{
  color: rgb(238 83 139 / 0.75);
}

.text-charts-6\/80{
  color: rgb(238 83 139 / 0.8);
}

.text-charts-6\/85{
  color: rgb(238 83 139 / 0.85);
}

.text-charts-6\/90{
  color: rgb(238 83 139 / 0.9);
}

.text-charts-6\/95{
  color: rgb(238 83 139 / 0.95);
}

.text-charts-7{
  --tw-text-opacity: 1;
  color: rgb(13 126 160 / var(--tw-text-opacity, 1));
}

.text-charts-7\/0{
  color: rgb(13 126 160 / 0);
}

.text-charts-7\/10{
  color: rgb(13 126 160 / 0.1);
}

.text-charts-7\/100{
  color: rgb(13 126 160 / 1);
}

.text-charts-7\/15{
  color: rgb(13 126 160 / 0.15);
}

.text-charts-7\/20{
  color: rgb(13 126 160 / 0.2);
}

.text-charts-7\/25{
  color: rgb(13 126 160 / 0.25);
}

.text-charts-7\/30{
  color: rgb(13 126 160 / 0.3);
}

.text-charts-7\/35{
  color: rgb(13 126 160 / 0.35);
}

.text-charts-7\/40{
  color: rgb(13 126 160 / 0.4);
}

.text-charts-7\/45{
  color: rgb(13 126 160 / 0.45);
}

.text-charts-7\/5{
  color: rgb(13 126 160 / 0.05);
}

.text-charts-7\/50{
  color: rgb(13 126 160 / 0.5);
}

.text-charts-7\/55{
  color: rgb(13 126 160 / 0.55);
}

.text-charts-7\/60{
  color: rgb(13 126 160 / 0.6);
}

.text-charts-7\/65{
  color: rgb(13 126 160 / 0.65);
}

.text-charts-7\/70{
  color: rgb(13 126 160 / 0.7);
}

.text-charts-7\/75{
  color: rgb(13 126 160 / 0.75);
}

.text-charts-7\/80{
  color: rgb(13 126 160 / 0.8);
}

.text-charts-7\/85{
  color: rgb(13 126 160 / 0.85);
}

.text-charts-7\/90{
  color: rgb(13 126 160 / 0.9);
}

.text-charts-7\/95{
  color: rgb(13 126 160 / 0.95);
}

.text-charts-8{
  --tw-text-opacity: 1;
  color: rgb(159 24 83 / var(--tw-text-opacity, 1));
}

.text-charts-8\/0{
  color: rgb(159 24 83 / 0);
}

.text-charts-8\/10{
  color: rgb(159 24 83 / 0.1);
}

.text-charts-8\/100{
  color: rgb(159 24 83 / 1);
}

.text-charts-8\/15{
  color: rgb(159 24 83 / 0.15);
}

.text-charts-8\/20{
  color: rgb(159 24 83 / 0.2);
}

.text-charts-8\/25{
  color: rgb(159 24 83 / 0.25);
}

.text-charts-8\/30{
  color: rgb(159 24 83 / 0.3);
}

.text-charts-8\/35{
  color: rgb(159 24 83 / 0.35);
}

.text-charts-8\/40{
  color: rgb(159 24 83 / 0.4);
}

.text-charts-8\/45{
  color: rgb(159 24 83 / 0.45);
}

.text-charts-8\/5{
  color: rgb(159 24 83 / 0.05);
}

.text-charts-8\/50{
  color: rgb(159 24 83 / 0.5);
}

.text-charts-8\/55{
  color: rgb(159 24 83 / 0.55);
}

.text-charts-8\/60{
  color: rgb(159 24 83 / 0.6);
}

.text-charts-8\/65{
  color: rgb(159 24 83 / 0.65);
}

.text-charts-8\/70{
  color: rgb(159 24 83 / 0.7);
}

.text-charts-8\/75{
  color: rgb(159 24 83 / 0.75);
}

.text-charts-8\/80{
  color: rgb(159 24 83 / 0.8);
}

.text-charts-8\/85{
  color: rgb(159 24 83 / 0.85);
}

.text-charts-8\/90{
  color: rgb(159 24 83 / 0.9);
}

.text-charts-8\/95{
  color: rgb(159 24 83 / 0.95);
}

.text-charts-9{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.text-charts-9\/0{
  color: rgb(255 186 0 / 0);
}

.text-charts-9\/10{
  color: rgb(255 186 0 / 0.1);
}

.text-charts-9\/100{
  color: rgb(255 186 0 / 1);
}

.text-charts-9\/15{
  color: rgb(255 186 0 / 0.15);
}

.text-charts-9\/20{
  color: rgb(255 186 0 / 0.2);
}

.text-charts-9\/25{
  color: rgb(255 186 0 / 0.25);
}

.text-charts-9\/30{
  color: rgb(255 186 0 / 0.3);
}

.text-charts-9\/35{
  color: rgb(255 186 0 / 0.35);
}

.text-charts-9\/40{
  color: rgb(255 186 0 / 0.4);
}

.text-charts-9\/45{
  color: rgb(255 186 0 / 0.45);
}

.text-charts-9\/5{
  color: rgb(255 186 0 / 0.05);
}

.text-charts-9\/50{
  color: rgb(255 186 0 / 0.5);
}

.text-charts-9\/55{
  color: rgb(255 186 0 / 0.55);
}

.text-charts-9\/60{
  color: rgb(255 186 0 / 0.6);
}

.text-charts-9\/65{
  color: rgb(255 186 0 / 0.65);
}

.text-charts-9\/70{
  color: rgb(255 186 0 / 0.7);
}

.text-charts-9\/75{
  color: rgb(255 186 0 / 0.75);
}

.text-charts-9\/80{
  color: rgb(255 186 0 / 0.8);
}

.text-charts-9\/85{
  color: rgb(255 186 0 / 0.85);
}

.text-charts-9\/90{
  color: rgb(255 186 0 / 0.9);
}

.text-charts-9\/95{
  color: rgb(255 186 0 / 0.95);
}

.text-error-100{
  --tw-text-opacity: 1;
  color: rgb(217 0 7 / var(--tw-text-opacity, 1));
}

.text-error-100\/0{
  color: rgb(217 0 7 / 0);
}

.text-error-100\/10{
  color: rgb(217 0 7 / 0.1);
}

.text-error-100\/100{
  color: rgb(217 0 7 / 1);
}

.text-error-100\/15{
  color: rgb(217 0 7 / 0.15);
}

.text-error-100\/20{
  color: rgb(217 0 7 / 0.2);
}

.text-error-100\/25{
  color: rgb(217 0 7 / 0.25);
}

.text-error-100\/30{
  color: rgb(217 0 7 / 0.3);
}

.text-error-100\/35{
  color: rgb(217 0 7 / 0.35);
}

.text-error-100\/40{
  color: rgb(217 0 7 / 0.4);
}

.text-error-100\/45{
  color: rgb(217 0 7 / 0.45);
}

.text-error-100\/5{
  color: rgb(217 0 7 / 0.05);
}

.text-error-100\/50{
  color: rgb(217 0 7 / 0.5);
}

.text-error-100\/55{
  color: rgb(217 0 7 / 0.55);
}

.text-error-100\/60{
  color: rgb(217 0 7 / 0.6);
}

.text-error-100\/65{
  color: rgb(217 0 7 / 0.65);
}

.text-error-100\/70{
  color: rgb(217 0 7 / 0.7);
}

.text-error-100\/75{
  color: rgb(217 0 7 / 0.75);
}

.text-error-100\/80{
  color: rgb(217 0 7 / 0.8);
}

.text-error-100\/85{
  color: rgb(217 0 7 / 0.85);
}

.text-error-100\/90{
  color: rgb(217 0 7 / 0.9);
}

.text-error-100\/95{
  color: rgb(217 0 7 / 0.95);
}

.text-error-background{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-error-background\/0{
  color: rgb(254 226 226 / 0);
}

.text-error-background\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-error-background\/100{
  color: rgb(254 226 226 / 1);
}

.text-error-background\/15{
  color: rgb(254 226 226 / 0.15);
}

.text-error-background\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-error-background\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-error-background\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-error-background\/35{
  color: rgb(254 226 226 / 0.35);
}

.text-error-background\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-error-background\/45{
  color: rgb(254 226 226 / 0.45);
}

.text-error-background\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-error-background\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-error-background\/55{
  color: rgb(254 226 226 / 0.55);
}

.text-error-background\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-error-background\/65{
  color: rgb(254 226 226 / 0.65);
}

.text-error-background\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-error-background\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-error-background\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-error-background\/85{
  color: rgb(254 226 226 / 0.85);
}

.text-error-background\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-error-background\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-informational-100{
  --tw-text-opacity: 1;
  color: rgb(35 87 137 / var(--tw-text-opacity, 1));
}

.text-informational-100\/0{
  color: rgb(35 87 137 / 0);
}

.text-informational-100\/10{
  color: rgb(35 87 137 / 0.1);
}

.text-informational-100\/100{
  color: rgb(35 87 137 / 1);
}

.text-informational-100\/15{
  color: rgb(35 87 137 / 0.15);
}

.text-informational-100\/20{
  color: rgb(35 87 137 / 0.2);
}

.text-informational-100\/25{
  color: rgb(35 87 137 / 0.25);
}

.text-informational-100\/30{
  color: rgb(35 87 137 / 0.3);
}

.text-informational-100\/35{
  color: rgb(35 87 137 / 0.35);
}

.text-informational-100\/40{
  color: rgb(35 87 137 / 0.4);
}

.text-informational-100\/45{
  color: rgb(35 87 137 / 0.45);
}

.text-informational-100\/5{
  color: rgb(35 87 137 / 0.05);
}

.text-informational-100\/50{
  color: rgb(35 87 137 / 0.5);
}

.text-informational-100\/55{
  color: rgb(35 87 137 / 0.55);
}

.text-informational-100\/60{
  color: rgb(35 87 137 / 0.6);
}

.text-informational-100\/65{
  color: rgb(35 87 137 / 0.65);
}

.text-informational-100\/70{
  color: rgb(35 87 137 / 0.7);
}

.text-informational-100\/75{
  color: rgb(35 87 137 / 0.75);
}

.text-informational-100\/80{
  color: rgb(35 87 137 / 0.8);
}

.text-informational-100\/85{
  color: rgb(35 87 137 / 0.85);
}

.text-informational-100\/90{
  color: rgb(35 87 137 / 0.9);
}

.text-informational-100\/95{
  color: rgb(35 87 137 / 0.95);
}

.text-informational-background{
  --tw-text-opacity: 1;
  color: rgb(226 241 254 / var(--tw-text-opacity, 1));
}

.text-informational-background\/0{
  color: rgb(226 241 254 / 0);
}

.text-informational-background\/10{
  color: rgb(226 241 254 / 0.1);
}

.text-informational-background\/100{
  color: rgb(226 241 254 / 1);
}

.text-informational-background\/15{
  color: rgb(226 241 254 / 0.15);
}

.text-informational-background\/20{
  color: rgb(226 241 254 / 0.2);
}

.text-informational-background\/25{
  color: rgb(226 241 254 / 0.25);
}

.text-informational-background\/30{
  color: rgb(226 241 254 / 0.3);
}

.text-informational-background\/35{
  color: rgb(226 241 254 / 0.35);
}

.text-informational-background\/40{
  color: rgb(226 241 254 / 0.4);
}

.text-informational-background\/45{
  color: rgb(226 241 254 / 0.45);
}

.text-informational-background\/5{
  color: rgb(226 241 254 / 0.05);
}

.text-informational-background\/50{
  color: rgb(226 241 254 / 0.5);
}

.text-informational-background\/55{
  color: rgb(226 241 254 / 0.55);
}

.text-informational-background\/60{
  color: rgb(226 241 254 / 0.6);
}

.text-informational-background\/65{
  color: rgb(226 241 254 / 0.65);
}

.text-informational-background\/70{
  color: rgb(226 241 254 / 0.7);
}

.text-informational-background\/75{
  color: rgb(226 241 254 / 0.75);
}

.text-informational-background\/80{
  color: rgb(226 241 254 / 0.8);
}

.text-informational-background\/85{
  color: rgb(226 241 254 / 0.85);
}

.text-informational-background\/90{
  color: rgb(226 241 254 / 0.9);
}

.text-informational-background\/95{
  color: rgb(226 241 254 / 0.95);
}

.text-neutral-10{
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.text-neutral-10\/0{
  color: rgb(245 247 250 / 0);
}

.text-neutral-10\/10{
  color: rgb(245 247 250 / 0.1);
}

.text-neutral-10\/100{
  color: rgb(245 247 250 / 1);
}

.text-neutral-10\/15{
  color: rgb(245 247 250 / 0.15);
}

.text-neutral-10\/20{
  color: rgb(245 247 250 / 0.2);
}

.text-neutral-10\/25{
  color: rgb(245 247 250 / 0.25);
}

.text-neutral-10\/30{
  color: rgb(245 247 250 / 0.3);
}

.text-neutral-10\/35{
  color: rgb(245 247 250 / 0.35);
}

.text-neutral-10\/40{
  color: rgb(245 247 250 / 0.4);
}

.text-neutral-10\/45{
  color: rgb(245 247 250 / 0.45);
}

.text-neutral-10\/5{
  color: rgb(245 247 250 / 0.05);
}

.text-neutral-10\/50{
  color: rgb(245 247 250 / 0.5);
}

.text-neutral-10\/55{
  color: rgb(245 247 250 / 0.55);
}

.text-neutral-10\/60{
  color: rgb(245 247 250 / 0.6);
}

.text-neutral-10\/65{
  color: rgb(245 247 250 / 0.65);
}

.text-neutral-10\/70{
  color: rgb(245 247 250 / 0.7);
}

.text-neutral-10\/75{
  color: rgb(245 247 250 / 0.75);
}

.text-neutral-10\/80{
  color: rgb(245 247 250 / 0.8);
}

.text-neutral-10\/85{
  color: rgb(245 247 250 / 0.85);
}

.text-neutral-10\/90{
  color: rgb(245 247 250 / 0.9);
}

.text-neutral-10\/95{
  color: rgb(245 247 250 / 0.95);
}

.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-neutral-100\/0{
  color: rgb(26 26 26 / 0);
}

.text-neutral-100\/10{
  color: rgb(26 26 26 / 0.1);
}

.text-neutral-100\/100{
  color: rgb(26 26 26 / 1);
}

.text-neutral-100\/15{
  color: rgb(26 26 26 / 0.15);
}

.text-neutral-100\/20{
  color: rgb(26 26 26 / 0.2);
}

.text-neutral-100\/25{
  color: rgb(26 26 26 / 0.25);
}

.text-neutral-100\/30{
  color: rgb(26 26 26 / 0.3);
}

.text-neutral-100\/35{
  color: rgb(26 26 26 / 0.35);
}

.text-neutral-100\/40{
  color: rgb(26 26 26 / 0.4);
}

.text-neutral-100\/45{
  color: rgb(26 26 26 / 0.45);
}

.text-neutral-100\/5{
  color: rgb(26 26 26 / 0.05);
}

.text-neutral-100\/50{
  color: rgb(26 26 26 / 0.5);
}

.text-neutral-100\/55{
  color: rgb(26 26 26 / 0.55);
}

.text-neutral-100\/60{
  color: rgb(26 26 26 / 0.6);
}

.text-neutral-100\/65{
  color: rgb(26 26 26 / 0.65);
}

.text-neutral-100\/70{
  color: rgb(26 26 26 / 0.7);
}

.text-neutral-100\/75{
  color: rgb(26 26 26 / 0.75);
}

.text-neutral-100\/80{
  color: rgb(26 26 26 / 0.8);
}

.text-neutral-100\/85{
  color: rgb(26 26 26 / 0.85);
}

.text-neutral-100\/90{
  color: rgb(26 26 26 / 0.9);
}

.text-neutral-100\/95{
  color: rgb(26 26 26 / 0.95);
}

.text-neutral-20{
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity, 1));
}

.text-neutral-20\/0{
  color: rgb(227 227 227 / 0);
}

.text-neutral-20\/10{
  color: rgb(227 227 227 / 0.1);
}

.text-neutral-20\/100{
  color: rgb(227 227 227 / 1);
}

.text-neutral-20\/15{
  color: rgb(227 227 227 / 0.15);
}

.text-neutral-20\/20{
  color: rgb(227 227 227 / 0.2);
}

.text-neutral-20\/25{
  color: rgb(227 227 227 / 0.25);
}

.text-neutral-20\/30{
  color: rgb(227 227 227 / 0.3);
}

.text-neutral-20\/35{
  color: rgb(227 227 227 / 0.35);
}

.text-neutral-20\/40{
  color: rgb(227 227 227 / 0.4);
}

.text-neutral-20\/45{
  color: rgb(227 227 227 / 0.45);
}

.text-neutral-20\/5{
  color: rgb(227 227 227 / 0.05);
}

.text-neutral-20\/50{
  color: rgb(227 227 227 / 0.5);
}

.text-neutral-20\/55{
  color: rgb(227 227 227 / 0.55);
}

.text-neutral-20\/60{
  color: rgb(227 227 227 / 0.6);
}

.text-neutral-20\/65{
  color: rgb(227 227 227 / 0.65);
}

.text-neutral-20\/70{
  color: rgb(227 227 227 / 0.7);
}

.text-neutral-20\/75{
  color: rgb(227 227 227 / 0.75);
}

.text-neutral-20\/80{
  color: rgb(227 227 227 / 0.8);
}

.text-neutral-20\/85{
  color: rgb(227 227 227 / 0.85);
}

.text-neutral-20\/90{
  color: rgb(227 227 227 / 0.9);
}

.text-neutral-20\/95{
  color: rgb(227 227 227 / 0.95);
}

.text-neutral-30{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}

.text-neutral-30\/0{
  color: rgb(199 199 199 / 0);
}

.text-neutral-30\/10{
  color: rgb(199 199 199 / 0.1);
}

.text-neutral-30\/100{
  color: rgb(199 199 199 / 1);
}

.text-neutral-30\/15{
  color: rgb(199 199 199 / 0.15);
}

.text-neutral-30\/20{
  color: rgb(199 199 199 / 0.2);
}

.text-neutral-30\/25{
  color: rgb(199 199 199 / 0.25);
}

.text-neutral-30\/30{
  color: rgb(199 199 199 / 0.3);
}

.text-neutral-30\/35{
  color: rgb(199 199 199 / 0.35);
}

.text-neutral-30\/40{
  color: rgb(199 199 199 / 0.4);
}

.text-neutral-30\/45{
  color: rgb(199 199 199 / 0.45);
}

.text-neutral-30\/5{
  color: rgb(199 199 199 / 0.05);
}

.text-neutral-30\/50{
  color: rgb(199 199 199 / 0.5);
}

.text-neutral-30\/55{
  color: rgb(199 199 199 / 0.55);
}

.text-neutral-30\/60{
  color: rgb(199 199 199 / 0.6);
}

.text-neutral-30\/65{
  color: rgb(199 199 199 / 0.65);
}

.text-neutral-30\/70{
  color: rgb(199 199 199 / 0.7);
}

.text-neutral-30\/75{
  color: rgb(199 199 199 / 0.75);
}

.text-neutral-30\/80{
  color: rgb(199 199 199 / 0.8);
}

.text-neutral-30\/85{
  color: rgb(199 199 199 / 0.85);
}

.text-neutral-30\/90{
  color: rgb(199 199 199 / 0.9);
}

.text-neutral-30\/95{
  color: rgb(199 199 199 / 0.95);
}

.text-neutral-40{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.text-neutral-40\/0{
  color: rgb(172 172 172 / 0);
}

.text-neutral-40\/10{
  color: rgb(172 172 172 / 0.1);
}

.text-neutral-40\/100{
  color: rgb(172 172 172 / 1);
}

.text-neutral-40\/15{
  color: rgb(172 172 172 / 0.15);
}

.text-neutral-40\/20{
  color: rgb(172 172 172 / 0.2);
}

.text-neutral-40\/25{
  color: rgb(172 172 172 / 0.25);
}

.text-neutral-40\/30{
  color: rgb(172 172 172 / 0.3);
}

.text-neutral-40\/35{
  color: rgb(172 172 172 / 0.35);
}

.text-neutral-40\/40{
  color: rgb(172 172 172 / 0.4);
}

.text-neutral-40\/45{
  color: rgb(172 172 172 / 0.45);
}

.text-neutral-40\/5{
  color: rgb(172 172 172 / 0.05);
}

.text-neutral-40\/50{
  color: rgb(172 172 172 / 0.5);
}

.text-neutral-40\/55{
  color: rgb(172 172 172 / 0.55);
}

.text-neutral-40\/60{
  color: rgb(172 172 172 / 0.6);
}

.text-neutral-40\/65{
  color: rgb(172 172 172 / 0.65);
}

.text-neutral-40\/70{
  color: rgb(172 172 172 / 0.7);
}

.text-neutral-40\/75{
  color: rgb(172 172 172 / 0.75);
}

.text-neutral-40\/80{
  color: rgb(172 172 172 / 0.8);
}

.text-neutral-40\/85{
  color: rgb(172 172 172 / 0.85);
}

.text-neutral-40\/90{
  color: rgb(172 172 172 / 0.9);
}

.text-neutral-40\/95{
  color: rgb(172 172 172 / 0.95);
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(142 145 146 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0{
  color: rgb(142 145 146 / 0);
}

.text-neutral-50\/10{
  color: rgb(142 145 146 / 0.1);
}

.text-neutral-50\/100{
  color: rgb(142 145 146 / 1);
}

.text-neutral-50\/15{
  color: rgb(142 145 146 / 0.15);
}

.text-neutral-50\/20{
  color: rgb(142 145 146 / 0.2);
}

.text-neutral-50\/25{
  color: rgb(142 145 146 / 0.25);
}

.text-neutral-50\/30{
  color: rgb(142 145 146 / 0.3);
}

.text-neutral-50\/35{
  color: rgb(142 145 146 / 0.35);
}

.text-neutral-50\/40{
  color: rgb(142 145 146 / 0.4);
}

.text-neutral-50\/45{
  color: rgb(142 145 146 / 0.45);
}

.text-neutral-50\/5{
  color: rgb(142 145 146 / 0.05);
}

.text-neutral-50\/50{
  color: rgb(142 145 146 / 0.5);
}

.text-neutral-50\/55{
  color: rgb(142 145 146 / 0.55);
}

.text-neutral-50\/60{
  color: rgb(142 145 146 / 0.6);
}

.text-neutral-50\/65{
  color: rgb(142 145 146 / 0.65);
}

.text-neutral-50\/70{
  color: rgb(142 145 146 / 0.7);
}

.text-neutral-50\/75{
  color: rgb(142 145 146 / 0.75);
}

.text-neutral-50\/80{
  color: rgb(142 145 146 / 0.8);
}

.text-neutral-50\/85{
  color: rgb(142 145 146 / 0.85);
}

.text-neutral-50\/90{
  color: rgb(142 145 146 / 0.9);
}

.text-neutral-50\/95{
  color: rgb(142 145 146 / 0.95);
}

.text-neutral-60{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.text-neutral-60\/0{
  color: rgb(118 118 118 / 0);
}

.text-neutral-60\/10{
  color: rgb(118 118 118 / 0.1);
}

.text-neutral-60\/100{
  color: rgb(118 118 118 / 1);
}

.text-neutral-60\/15{
  color: rgb(118 118 118 / 0.15);
}

.text-neutral-60\/20{
  color: rgb(118 118 118 / 0.2);
}

.text-neutral-60\/25{
  color: rgb(118 118 118 / 0.25);
}

.text-neutral-60\/30{
  color: rgb(118 118 118 / 0.3);
}

.text-neutral-60\/35{
  color: rgb(118 118 118 / 0.35);
}

.text-neutral-60\/40{
  color: rgb(118 118 118 / 0.4);
}

.text-neutral-60\/45{
  color: rgb(118 118 118 / 0.45);
}

.text-neutral-60\/5{
  color: rgb(118 118 118 / 0.05);
}

.text-neutral-60\/50{
  color: rgb(118 118 118 / 0.5);
}

.text-neutral-60\/55{
  color: rgb(118 118 118 / 0.55);
}

.text-neutral-60\/60{
  color: rgb(118 118 118 / 0.6);
}

.text-neutral-60\/65{
  color: rgb(118 118 118 / 0.65);
}

.text-neutral-60\/70{
  color: rgb(118 118 118 / 0.7);
}

.text-neutral-60\/75{
  color: rgb(118 118 118 / 0.75);
}

.text-neutral-60\/80{
  color: rgb(118 118 118 / 0.8);
}

.text-neutral-60\/85{
  color: rgb(118 118 118 / 0.85);
}

.text-neutral-60\/90{
  color: rgb(118 118 118 / 0.9);
}

.text-neutral-60\/95{
  color: rgb(118 118 118 / 0.95);
}

.text-neutral-70{
  --tw-text-opacity: 1;
  color: rgb(92 95 96 / var(--tw-text-opacity, 1));
}

.text-neutral-70\/0{
  color: rgb(92 95 96 / 0);
}

.text-neutral-70\/10{
  color: rgb(92 95 96 / 0.1);
}

.text-neutral-70\/100{
  color: rgb(92 95 96 / 1);
}

.text-neutral-70\/15{
  color: rgb(92 95 96 / 0.15);
}

.text-neutral-70\/20{
  color: rgb(92 95 96 / 0.2);
}

.text-neutral-70\/25{
  color: rgb(92 95 96 / 0.25);
}

.text-neutral-70\/30{
  color: rgb(92 95 96 / 0.3);
}

.text-neutral-70\/35{
  color: rgb(92 95 96 / 0.35);
}

.text-neutral-70\/40{
  color: rgb(92 95 96 / 0.4);
}

.text-neutral-70\/45{
  color: rgb(92 95 96 / 0.45);
}

.text-neutral-70\/5{
  color: rgb(92 95 96 / 0.05);
}

.text-neutral-70\/50{
  color: rgb(92 95 96 / 0.5);
}

.text-neutral-70\/55{
  color: rgb(92 95 96 / 0.55);
}

.text-neutral-70\/60{
  color: rgb(92 95 96 / 0.6);
}

.text-neutral-70\/65{
  color: rgb(92 95 96 / 0.65);
}

.text-neutral-70\/70{
  color: rgb(92 95 96 / 0.7);
}

.text-neutral-70\/75{
  color: rgb(92 95 96 / 0.75);
}

.text-neutral-70\/80{
  color: rgb(92 95 96 / 0.8);
}

.text-neutral-70\/85{
  color: rgb(92 95 96 / 0.85);
}

.text-neutral-70\/90{
  color: rgb(92 95 96 / 0.9);
}

.text-neutral-70\/95{
  color: rgb(92 95 96 / 0.95);
}

.text-neutral-80{
  --tw-text-opacity: 1;
  color: rgb(68 71 72 / var(--tw-text-opacity, 1));
}

.text-neutral-80\/0{
  color: rgb(68 71 72 / 0);
}

.text-neutral-80\/10{
  color: rgb(68 71 72 / 0.1);
}

.text-neutral-80\/100{
  color: rgb(68 71 72 / 1);
}

.text-neutral-80\/15{
  color: rgb(68 71 72 / 0.15);
}

.text-neutral-80\/20{
  color: rgb(68 71 72 / 0.2);
}

.text-neutral-80\/25{
  color: rgb(68 71 72 / 0.25);
}

.text-neutral-80\/30{
  color: rgb(68 71 72 / 0.3);
}

.text-neutral-80\/35{
  color: rgb(68 71 72 / 0.35);
}

.text-neutral-80\/40{
  color: rgb(68 71 72 / 0.4);
}

.text-neutral-80\/45{
  color: rgb(68 71 72 / 0.45);
}

.text-neutral-80\/5{
  color: rgb(68 71 72 / 0.05);
}

.text-neutral-80\/50{
  color: rgb(68 71 72 / 0.5);
}

.text-neutral-80\/55{
  color: rgb(68 71 72 / 0.55);
}

.text-neutral-80\/60{
  color: rgb(68 71 72 / 0.6);
}

.text-neutral-80\/65{
  color: rgb(68 71 72 / 0.65);
}

.text-neutral-80\/70{
  color: rgb(68 71 72 / 0.7);
}

.text-neutral-80\/75{
  color: rgb(68 71 72 / 0.75);
}

.text-neutral-80\/80{
  color: rgb(68 71 72 / 0.8);
}

.text-neutral-80\/85{
  color: rgb(68 71 72 / 0.85);
}

.text-neutral-80\/90{
  color: rgb(68 71 72 / 0.9);
}

.text-neutral-80\/95{
  color: rgb(68 71 72 / 0.95);
}

.text-neutral-90{
  --tw-text-opacity: 1;
  color: rgb(45 49 50 / var(--tw-text-opacity, 1));
}

.text-neutral-90\/0{
  color: rgb(45 49 50 / 0);
}

.text-neutral-90\/10{
  color: rgb(45 49 50 / 0.1);
}

.text-neutral-90\/100{
  color: rgb(45 49 50 / 1);
}

.text-neutral-90\/15{
  color: rgb(45 49 50 / 0.15);
}

.text-neutral-90\/20{
  color: rgb(45 49 50 / 0.2);
}

.text-neutral-90\/25{
  color: rgb(45 49 50 / 0.25);
}

.text-neutral-90\/30{
  color: rgb(45 49 50 / 0.3);
}

.text-neutral-90\/35{
  color: rgb(45 49 50 / 0.35);
}

.text-neutral-90\/40{
  color: rgb(45 49 50 / 0.4);
}

.text-neutral-90\/45{
  color: rgb(45 49 50 / 0.45);
}

.text-neutral-90\/5{
  color: rgb(45 49 50 / 0.05);
}

.text-neutral-90\/50{
  color: rgb(45 49 50 / 0.5);
}

.text-neutral-90\/55{
  color: rgb(45 49 50 / 0.55);
}

.text-neutral-90\/60{
  color: rgb(45 49 50 / 0.6);
}

.text-neutral-90\/65{
  color: rgb(45 49 50 / 0.65);
}

.text-neutral-90\/70{
  color: rgb(45 49 50 / 0.7);
}

.text-neutral-90\/75{
  color: rgb(45 49 50 / 0.75);
}

.text-neutral-90\/80{
  color: rgb(45 49 50 / 0.8);
}

.text-neutral-90\/85{
  color: rgb(45 49 50 / 0.85);
}

.text-neutral-90\/90{
  color: rgb(45 49 50 / 0.9);
}

.text-neutral-90\/95{
  color: rgb(45 49 50 / 0.95);
}

.text-primary-10{
  --tw-text-opacity: 1;
  color: rgb(226 248 255 / var(--tw-text-opacity, 1));
}

.text-primary-10\/0{
  color: rgb(226 248 255 / 0);
}

.text-primary-10\/10{
  color: rgb(226 248 255 / 0.1);
}

.text-primary-10\/100{
  color: rgb(226 248 255 / 1);
}

.text-primary-10\/15{
  color: rgb(226 248 255 / 0.15);
}

.text-primary-10\/20{
  color: rgb(226 248 255 / 0.2);
}

.text-primary-10\/25{
  color: rgb(226 248 255 / 0.25);
}

.text-primary-10\/30{
  color: rgb(226 248 255 / 0.3);
}

.text-primary-10\/35{
  color: rgb(226 248 255 / 0.35);
}

.text-primary-10\/40{
  color: rgb(226 248 255 / 0.4);
}

.text-primary-10\/45{
  color: rgb(226 248 255 / 0.45);
}

.text-primary-10\/5{
  color: rgb(226 248 255 / 0.05);
}

.text-primary-10\/50{
  color: rgb(226 248 255 / 0.5);
}

.text-primary-10\/55{
  color: rgb(226 248 255 / 0.55);
}

.text-primary-10\/60{
  color: rgb(226 248 255 / 0.6);
}

.text-primary-10\/65{
  color: rgb(226 248 255 / 0.65);
}

.text-primary-10\/70{
  color: rgb(226 248 255 / 0.7);
}

.text-primary-10\/75{
  color: rgb(226 248 255 / 0.75);
}

.text-primary-10\/80{
  color: rgb(226 248 255 / 0.8);
}

.text-primary-10\/85{
  color: rgb(226 248 255 / 0.85);
}

.text-primary-10\/90{
  color: rgb(226 248 255 / 0.9);
}

.text-primary-10\/95{
  color: rgb(226 248 255 / 0.95);
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(0 30 43 / var(--tw-text-opacity, 1));
}

.text-primary-100\/0{
  color: rgb(0 30 43 / 0);
}

.text-primary-100\/10{
  color: rgb(0 30 43 / 0.1);
}

.text-primary-100\/100{
  color: rgb(0 30 43 / 1);
}

.text-primary-100\/15{
  color: rgb(0 30 43 / 0.15);
}

.text-primary-100\/20{
  color: rgb(0 30 43 / 0.2);
}

.text-primary-100\/25{
  color: rgb(0 30 43 / 0.25);
}

.text-primary-100\/30{
  color: rgb(0 30 43 / 0.3);
}

.text-primary-100\/35{
  color: rgb(0 30 43 / 0.35);
}

.text-primary-100\/40{
  color: rgb(0 30 43 / 0.4);
}

.text-primary-100\/45{
  color: rgb(0 30 43 / 0.45);
}

.text-primary-100\/5{
  color: rgb(0 30 43 / 0.05);
}

.text-primary-100\/50{
  color: rgb(0 30 43 / 0.5);
}

.text-primary-100\/55{
  color: rgb(0 30 43 / 0.55);
}

.text-primary-100\/60{
  color: rgb(0 30 43 / 0.6);
}

.text-primary-100\/65{
  color: rgb(0 30 43 / 0.65);
}

.text-primary-100\/70{
  color: rgb(0 30 43 / 0.7);
}

.text-primary-100\/75{
  color: rgb(0 30 43 / 0.75);
}

.text-primary-100\/80{
  color: rgb(0 30 43 / 0.8);
}

.text-primary-100\/85{
  color: rgb(0 30 43 / 0.85);
}

.text-primary-100\/90{
  color: rgb(0 30 43 / 0.9);
}

.text-primary-100\/95{
  color: rgb(0 30 43 / 0.95);
}

.text-primary-15{
  --tw-text-opacity: 1;
  color: rgb(213 243 253 / var(--tw-text-opacity, 1));
}

.text-primary-15\/0{
  color: rgb(213 243 253 / 0);
}

.text-primary-15\/10{
  color: rgb(213 243 253 / 0.1);
}

.text-primary-15\/100{
  color: rgb(213 243 253 / 1);
}

.text-primary-15\/15{
  color: rgb(213 243 253 / 0.15);
}

.text-primary-15\/20{
  color: rgb(213 243 253 / 0.2);
}

.text-primary-15\/25{
  color: rgb(213 243 253 / 0.25);
}

.text-primary-15\/30{
  color: rgb(213 243 253 / 0.3);
}

.text-primary-15\/35{
  color: rgb(213 243 253 / 0.35);
}

.text-primary-15\/40{
  color: rgb(213 243 253 / 0.4);
}

.text-primary-15\/45{
  color: rgb(213 243 253 / 0.45);
}

.text-primary-15\/5{
  color: rgb(213 243 253 / 0.05);
}

.text-primary-15\/50{
  color: rgb(213 243 253 / 0.5);
}

.text-primary-15\/55{
  color: rgb(213 243 253 / 0.55);
}

.text-primary-15\/60{
  color: rgb(213 243 253 / 0.6);
}

.text-primary-15\/65{
  color: rgb(213 243 253 / 0.65);
}

.text-primary-15\/70{
  color: rgb(213 243 253 / 0.7);
}

.text-primary-15\/75{
  color: rgb(213 243 253 / 0.75);
}

.text-primary-15\/80{
  color: rgb(213 243 253 / 0.8);
}

.text-primary-15\/85{
  color: rgb(213 243 253 / 0.85);
}

.text-primary-15\/90{
  color: rgb(213 243 253 / 0.9);
}

.text-primary-15\/95{
  color: rgb(213 243 253 / 0.95);
}

.text-primary-20{
  --tw-text-opacity: 1;
  color: rgb(188 235 255 / var(--tw-text-opacity, 1));
}

.text-primary-20\/0{
  color: rgb(188 235 255 / 0);
}

.text-primary-20\/10{
  color: rgb(188 235 255 / 0.1);
}

.text-primary-20\/100{
  color: rgb(188 235 255 / 1);
}

.text-primary-20\/15{
  color: rgb(188 235 255 / 0.15);
}

.text-primary-20\/20{
  color: rgb(188 235 255 / 0.2);
}

.text-primary-20\/25{
  color: rgb(188 235 255 / 0.25);
}

.text-primary-20\/30{
  color: rgb(188 235 255 / 0.3);
}

.text-primary-20\/35{
  color: rgb(188 235 255 / 0.35);
}

.text-primary-20\/40{
  color: rgb(188 235 255 / 0.4);
}

.text-primary-20\/45{
  color: rgb(188 235 255 / 0.45);
}

.text-primary-20\/5{
  color: rgb(188 235 255 / 0.05);
}

.text-primary-20\/50{
  color: rgb(188 235 255 / 0.5);
}

.text-primary-20\/55{
  color: rgb(188 235 255 / 0.55);
}

.text-primary-20\/60{
  color: rgb(188 235 255 / 0.6);
}

.text-primary-20\/65{
  color: rgb(188 235 255 / 0.65);
}

.text-primary-20\/70{
  color: rgb(188 235 255 / 0.7);
}

.text-primary-20\/75{
  color: rgb(188 235 255 / 0.75);
}

.text-primary-20\/80{
  color: rgb(188 235 255 / 0.8);
}

.text-primary-20\/85{
  color: rgb(188 235 255 / 0.85);
}

.text-primary-20\/90{
  color: rgb(188 235 255 / 0.9);
}

.text-primary-20\/95{
  color: rgb(188 235 255 / 0.95);
}

.text-primary-30{
  --tw-text-opacity: 1;
  color: rgb(126 211 247 / var(--tw-text-opacity, 1));
}

.text-primary-30\/0{
  color: rgb(126 211 247 / 0);
}

.text-primary-30\/10{
  color: rgb(126 211 247 / 0.1);
}

.text-primary-30\/100{
  color: rgb(126 211 247 / 1);
}

.text-primary-30\/15{
  color: rgb(126 211 247 / 0.15);
}

.text-primary-30\/20{
  color: rgb(126 211 247 / 0.2);
}

.text-primary-30\/25{
  color: rgb(126 211 247 / 0.25);
}

.text-primary-30\/30{
  color: rgb(126 211 247 / 0.3);
}

.text-primary-30\/35{
  color: rgb(126 211 247 / 0.35);
}

.text-primary-30\/40{
  color: rgb(126 211 247 / 0.4);
}

.text-primary-30\/45{
  color: rgb(126 211 247 / 0.45);
}

.text-primary-30\/5{
  color: rgb(126 211 247 / 0.05);
}

.text-primary-30\/50{
  color: rgb(126 211 247 / 0.5);
}

.text-primary-30\/55{
  color: rgb(126 211 247 / 0.55);
}

.text-primary-30\/60{
  color: rgb(126 211 247 / 0.6);
}

.text-primary-30\/65{
  color: rgb(126 211 247 / 0.65);
}

.text-primary-30\/70{
  color: rgb(126 211 247 / 0.7);
}

.text-primary-30\/75{
  color: rgb(126 211 247 / 0.75);
}

.text-primary-30\/80{
  color: rgb(126 211 247 / 0.8);
}

.text-primary-30\/85{
  color: rgb(126 211 247 / 0.85);
}

.text-primary-30\/90{
  color: rgb(126 211 247 / 0.9);
}

.text-primary-30\/95{
  color: rgb(126 211 247 / 0.95);
}

.text-primary-40{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.text-primary-40\/0{
  color: rgb(61 181 230 / 0);
}

.text-primary-40\/10{
  color: rgb(61 181 230 / 0.1);
}

.text-primary-40\/100{
  color: rgb(61 181 230 / 1);
}

.text-primary-40\/15{
  color: rgb(61 181 230 / 0.15);
}

.text-primary-40\/20{
  color: rgb(61 181 230 / 0.2);
}

.text-primary-40\/25{
  color: rgb(61 181 230 / 0.25);
}

.text-primary-40\/30{
  color: rgb(61 181 230 / 0.3);
}

.text-primary-40\/35{
  color: rgb(61 181 230 / 0.35);
}

.text-primary-40\/40{
  color: rgb(61 181 230 / 0.4);
}

.text-primary-40\/45{
  color: rgb(61 181 230 / 0.45);
}

.text-primary-40\/5{
  color: rgb(61 181 230 / 0.05);
}

.text-primary-40\/50{
  color: rgb(61 181 230 / 0.5);
}

.text-primary-40\/55{
  color: rgb(61 181 230 / 0.55);
}

.text-primary-40\/60{
  color: rgb(61 181 230 / 0.6);
}

.text-primary-40\/65{
  color: rgb(61 181 230 / 0.65);
}

.text-primary-40\/70{
  color: rgb(61 181 230 / 0.7);
}

.text-primary-40\/75{
  color: rgb(61 181 230 / 0.75);
}

.text-primary-40\/80{
  color: rgb(61 181 230 / 0.8);
}

.text-primary-40\/85{
  color: rgb(61 181 230 / 0.85);
}

.text-primary-40\/90{
  color: rgb(61 181 230 / 0.9);
}

.text-primary-40\/95{
  color: rgb(61 181 230 / 0.95);
}

.text-primary-5{
  --tw-text-opacity: 1;
  color: rgb(240 252 255 / var(--tw-text-opacity, 1));
}

.text-primary-5\/0{
  color: rgb(240 252 255 / 0);
}

.text-primary-5\/10{
  color: rgb(240 252 255 / 0.1);
}

.text-primary-5\/100{
  color: rgb(240 252 255 / 1);
}

.text-primary-5\/15{
  color: rgb(240 252 255 / 0.15);
}

.text-primary-5\/20{
  color: rgb(240 252 255 / 0.2);
}

.text-primary-5\/25{
  color: rgb(240 252 255 / 0.25);
}

.text-primary-5\/30{
  color: rgb(240 252 255 / 0.3);
}

.text-primary-5\/35{
  color: rgb(240 252 255 / 0.35);
}

.text-primary-5\/40{
  color: rgb(240 252 255 / 0.4);
}

.text-primary-5\/45{
  color: rgb(240 252 255 / 0.45);
}

.text-primary-5\/5{
  color: rgb(240 252 255 / 0.05);
}

.text-primary-5\/50{
  color: rgb(240 252 255 / 0.5);
}

.text-primary-5\/55{
  color: rgb(240 252 255 / 0.55);
}

.text-primary-5\/60{
  color: rgb(240 252 255 / 0.6);
}

.text-primary-5\/65{
  color: rgb(240 252 255 / 0.65);
}

.text-primary-5\/70{
  color: rgb(240 252 255 / 0.7);
}

.text-primary-5\/75{
  color: rgb(240 252 255 / 0.75);
}

.text-primary-5\/80{
  color: rgb(240 252 255 / 0.8);
}

.text-primary-5\/85{
  color: rgb(240 252 255 / 0.85);
}

.text-primary-5\/90{
  color: rgb(240 252 255 / 0.9);
}

.text-primary-5\/95{
  color: rgb(240 252 255 / 0.95);
}

.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(4 156 204 / var(--tw-text-opacity, 1));
}

.text-primary-50\/0{
  color: rgb(4 156 204 / 0);
}

.text-primary-50\/10{
  color: rgb(4 156 204 / 0.1);
}

.text-primary-50\/100{
  color: rgb(4 156 204 / 1);
}

.text-primary-50\/15{
  color: rgb(4 156 204 / 0.15);
}

.text-primary-50\/20{
  color: rgb(4 156 204 / 0.2);
}

.text-primary-50\/25{
  color: rgb(4 156 204 / 0.25);
}

.text-primary-50\/30{
  color: rgb(4 156 204 / 0.3);
}

.text-primary-50\/35{
  color: rgb(4 156 204 / 0.35);
}

.text-primary-50\/40{
  color: rgb(4 156 204 / 0.4);
}

.text-primary-50\/45{
  color: rgb(4 156 204 / 0.45);
}

.text-primary-50\/5{
  color: rgb(4 156 204 / 0.05);
}

.text-primary-50\/50{
  color: rgb(4 156 204 / 0.5);
}

.text-primary-50\/55{
  color: rgb(4 156 204 / 0.55);
}

.text-primary-50\/60{
  color: rgb(4 156 204 / 0.6);
}

.text-primary-50\/65{
  color: rgb(4 156 204 / 0.65);
}

.text-primary-50\/70{
  color: rgb(4 156 204 / 0.7);
}

.text-primary-50\/75{
  color: rgb(4 156 204 / 0.75);
}

.text-primary-50\/80{
  color: rgb(4 156 204 / 0.8);
}

.text-primary-50\/85{
  color: rgb(4 156 204 / 0.85);
}

.text-primary-50\/90{
  color: rgb(4 156 204 / 0.9);
}

.text-primary-50\/95{
  color: rgb(4 156 204 / 0.95);
}

.text-primary-60{
  --tw-text-opacity: 1;
  color: rgb(0 127 176 / var(--tw-text-opacity, 1));
}

.text-primary-60\/0{
  color: rgb(0 127 176 / 0);
}

.text-primary-60\/10{
  color: rgb(0 127 176 / 0.1);
}

.text-primary-60\/100{
  color: rgb(0 127 176 / 1);
}

.text-primary-60\/15{
  color: rgb(0 127 176 / 0.15);
}

.text-primary-60\/20{
  color: rgb(0 127 176 / 0.2);
}

.text-primary-60\/25{
  color: rgb(0 127 176 / 0.25);
}

.text-primary-60\/30{
  color: rgb(0 127 176 / 0.3);
}

.text-primary-60\/35{
  color: rgb(0 127 176 / 0.35);
}

.text-primary-60\/40{
  color: rgb(0 127 176 / 0.4);
}

.text-primary-60\/45{
  color: rgb(0 127 176 / 0.45);
}

.text-primary-60\/5{
  color: rgb(0 127 176 / 0.05);
}

.text-primary-60\/50{
  color: rgb(0 127 176 / 0.5);
}

.text-primary-60\/55{
  color: rgb(0 127 176 / 0.55);
}

.text-primary-60\/60{
  color: rgb(0 127 176 / 0.6);
}

.text-primary-60\/65{
  color: rgb(0 127 176 / 0.65);
}

.text-primary-60\/70{
  color: rgb(0 127 176 / 0.7);
}

.text-primary-60\/75{
  color: rgb(0 127 176 / 0.75);
}

.text-primary-60\/80{
  color: rgb(0 127 176 / 0.8);
}

.text-primary-60\/85{
  color: rgb(0 127 176 / 0.85);
}

.text-primary-60\/90{
  color: rgb(0 127 176 / 0.9);
}

.text-primary-60\/95{
  color: rgb(0 127 176 / 0.95);
}

.text-primary-70{
  --tw-text-opacity: 1;
  color: rgb(0 102 136 / var(--tw-text-opacity, 1));
}

.text-primary-70\/0{
  color: rgb(0 102 136 / 0);
}

.text-primary-70\/10{
  color: rgb(0 102 136 / 0.1);
}

.text-primary-70\/100{
  color: rgb(0 102 136 / 1);
}

.text-primary-70\/15{
  color: rgb(0 102 136 / 0.15);
}

.text-primary-70\/20{
  color: rgb(0 102 136 / 0.2);
}

.text-primary-70\/25{
  color: rgb(0 102 136 / 0.25);
}

.text-primary-70\/30{
  color: rgb(0 102 136 / 0.3);
}

.text-primary-70\/35{
  color: rgb(0 102 136 / 0.35);
}

.text-primary-70\/40{
  color: rgb(0 102 136 / 0.4);
}

.text-primary-70\/45{
  color: rgb(0 102 136 / 0.45);
}

.text-primary-70\/5{
  color: rgb(0 102 136 / 0.05);
}

.text-primary-70\/50{
  color: rgb(0 102 136 / 0.5);
}

.text-primary-70\/55{
  color: rgb(0 102 136 / 0.55);
}

.text-primary-70\/60{
  color: rgb(0 102 136 / 0.6);
}

.text-primary-70\/65{
  color: rgb(0 102 136 / 0.65);
}

.text-primary-70\/70{
  color: rgb(0 102 136 / 0.7);
}

.text-primary-70\/75{
  color: rgb(0 102 136 / 0.75);
}

.text-primary-70\/80{
  color: rgb(0 102 136 / 0.8);
}

.text-primary-70\/85{
  color: rgb(0 102 136 / 0.85);
}

.text-primary-70\/90{
  color: rgb(0 102 136 / 0.9);
}

.text-primary-70\/95{
  color: rgb(0 102 136 / 0.95);
}

.text-primary-80{
  --tw-text-opacity: 1;
  color: rgb(0 77 104 / var(--tw-text-opacity, 1));
}

.text-primary-80\/0{
  color: rgb(0 77 104 / 0);
}

.text-primary-80\/10{
  color: rgb(0 77 104 / 0.1);
}

.text-primary-80\/100{
  color: rgb(0 77 104 / 1);
}

.text-primary-80\/15{
  color: rgb(0 77 104 / 0.15);
}

.text-primary-80\/20{
  color: rgb(0 77 104 / 0.2);
}

.text-primary-80\/25{
  color: rgb(0 77 104 / 0.25);
}

.text-primary-80\/30{
  color: rgb(0 77 104 / 0.3);
}

.text-primary-80\/35{
  color: rgb(0 77 104 / 0.35);
}

.text-primary-80\/40{
  color: rgb(0 77 104 / 0.4);
}

.text-primary-80\/45{
  color: rgb(0 77 104 / 0.45);
}

.text-primary-80\/5{
  color: rgb(0 77 104 / 0.05);
}

.text-primary-80\/50{
  color: rgb(0 77 104 / 0.5);
}

.text-primary-80\/55{
  color: rgb(0 77 104 / 0.55);
}

.text-primary-80\/60{
  color: rgb(0 77 104 / 0.6);
}

.text-primary-80\/65{
  color: rgb(0 77 104 / 0.65);
}

.text-primary-80\/70{
  color: rgb(0 77 104 / 0.7);
}

.text-primary-80\/75{
  color: rgb(0 77 104 / 0.75);
}

.text-primary-80\/80{
  color: rgb(0 77 104 / 0.8);
}

.text-primary-80\/85{
  color: rgb(0 77 104 / 0.85);
}

.text-primary-80\/90{
  color: rgb(0 77 104 / 0.9);
}

.text-primary-80\/95{
  color: rgb(0 77 104 / 0.95);
}

.text-primary-90{
  --tw-text-opacity: 1;
  color: rgb(0 53 73 / var(--tw-text-opacity, 1));
}

.text-primary-90\/0{
  color: rgb(0 53 73 / 0);
}

.text-primary-90\/10{
  color: rgb(0 53 73 / 0.1);
}

.text-primary-90\/100{
  color: rgb(0 53 73 / 1);
}

.text-primary-90\/15{
  color: rgb(0 53 73 / 0.15);
}

.text-primary-90\/20{
  color: rgb(0 53 73 / 0.2);
}

.text-primary-90\/25{
  color: rgb(0 53 73 / 0.25);
}

.text-primary-90\/30{
  color: rgb(0 53 73 / 0.3);
}

.text-primary-90\/35{
  color: rgb(0 53 73 / 0.35);
}

.text-primary-90\/40{
  color: rgb(0 53 73 / 0.4);
}

.text-primary-90\/45{
  color: rgb(0 53 73 / 0.45);
}

.text-primary-90\/5{
  color: rgb(0 53 73 / 0.05);
}

.text-primary-90\/50{
  color: rgb(0 53 73 / 0.5);
}

.text-primary-90\/55{
  color: rgb(0 53 73 / 0.55);
}

.text-primary-90\/60{
  color: rgb(0 53 73 / 0.6);
}

.text-primary-90\/65{
  color: rgb(0 53 73 / 0.65);
}

.text-primary-90\/70{
  color: rgb(0 53 73 / 0.7);
}

.text-primary-90\/75{
  color: rgb(0 53 73 / 0.75);
}

.text-primary-90\/80{
  color: rgb(0 53 73 / 0.8);
}

.text-primary-90\/85{
  color: rgb(0 53 73 / 0.85);
}

.text-primary-90\/90{
  color: rgb(0 53 73 / 0.9);
}

.text-primary-90\/95{
  color: rgb(0 53 73 / 0.95);
}

.text-secondary-10{
  --tw-text-opacity: 1;
  color: rgb(253 232 241 / var(--tw-text-opacity, 1));
}

.text-secondary-10\/0{
  color: rgb(253 232 241 / 0);
}

.text-secondary-10\/10{
  color: rgb(253 232 241 / 0.1);
}

.text-secondary-10\/100{
  color: rgb(253 232 241 / 1);
}

.text-secondary-10\/15{
  color: rgb(253 232 241 / 0.15);
}

.text-secondary-10\/20{
  color: rgb(253 232 241 / 0.2);
}

.text-secondary-10\/25{
  color: rgb(253 232 241 / 0.25);
}

.text-secondary-10\/30{
  color: rgb(253 232 241 / 0.3);
}

.text-secondary-10\/35{
  color: rgb(253 232 241 / 0.35);
}

.text-secondary-10\/40{
  color: rgb(253 232 241 / 0.4);
}

.text-secondary-10\/45{
  color: rgb(253 232 241 / 0.45);
}

.text-secondary-10\/5{
  color: rgb(253 232 241 / 0.05);
}

.text-secondary-10\/50{
  color: rgb(253 232 241 / 0.5);
}

.text-secondary-10\/55{
  color: rgb(253 232 241 / 0.55);
}

.text-secondary-10\/60{
  color: rgb(253 232 241 / 0.6);
}

.text-secondary-10\/65{
  color: rgb(253 232 241 / 0.65);
}

.text-secondary-10\/70{
  color: rgb(253 232 241 / 0.7);
}

.text-secondary-10\/75{
  color: rgb(253 232 241 / 0.75);
}

.text-secondary-10\/80{
  color: rgb(253 232 241 / 0.8);
}

.text-secondary-10\/85{
  color: rgb(253 232 241 / 0.85);
}

.text-secondary-10\/90{
  color: rgb(253 232 241 / 0.9);
}

.text-secondary-10\/95{
  color: rgb(253 232 241 / 0.95);
}

.text-secondary-100{
  --tw-text-opacity: 1;
  color: rgb(62 0 32 / var(--tw-text-opacity, 1));
}

.text-secondary-100\/0{
  color: rgb(62 0 32 / 0);
}

.text-secondary-100\/10{
  color: rgb(62 0 32 / 0.1);
}

.text-secondary-100\/100{
  color: rgb(62 0 32 / 1);
}

.text-secondary-100\/15{
  color: rgb(62 0 32 / 0.15);
}

.text-secondary-100\/20{
  color: rgb(62 0 32 / 0.2);
}

.text-secondary-100\/25{
  color: rgb(62 0 32 / 0.25);
}

.text-secondary-100\/30{
  color: rgb(62 0 32 / 0.3);
}

.text-secondary-100\/35{
  color: rgb(62 0 32 / 0.35);
}

.text-secondary-100\/40{
  color: rgb(62 0 32 / 0.4);
}

.text-secondary-100\/45{
  color: rgb(62 0 32 / 0.45);
}

.text-secondary-100\/5{
  color: rgb(62 0 32 / 0.05);
}

.text-secondary-100\/50{
  color: rgb(62 0 32 / 0.5);
}

.text-secondary-100\/55{
  color: rgb(62 0 32 / 0.55);
}

.text-secondary-100\/60{
  color: rgb(62 0 32 / 0.6);
}

.text-secondary-100\/65{
  color: rgb(62 0 32 / 0.65);
}

.text-secondary-100\/70{
  color: rgb(62 0 32 / 0.7);
}

.text-secondary-100\/75{
  color: rgb(62 0 32 / 0.75);
}

.text-secondary-100\/80{
  color: rgb(62 0 32 / 0.8);
}

.text-secondary-100\/85{
  color: rgb(62 0 32 / 0.85);
}

.text-secondary-100\/90{
  color: rgb(62 0 32 / 0.9);
}

.text-secondary-100\/95{
  color: rgb(62 0 32 / 0.95);
}

.text-secondary-20{
  --tw-text-opacity: 1;
  color: rgb(255 175 209 / var(--tw-text-opacity, 1));
}

.text-secondary-20\/0{
  color: rgb(255 175 209 / 0);
}

.text-secondary-20\/10{
  color: rgb(255 175 209 / 0.1);
}

.text-secondary-20\/100{
  color: rgb(255 175 209 / 1);
}

.text-secondary-20\/15{
  color: rgb(255 175 209 / 0.15);
}

.text-secondary-20\/20{
  color: rgb(255 175 209 / 0.2);
}

.text-secondary-20\/25{
  color: rgb(255 175 209 / 0.25);
}

.text-secondary-20\/30{
  color: rgb(255 175 209 / 0.3);
}

.text-secondary-20\/35{
  color: rgb(255 175 209 / 0.35);
}

.text-secondary-20\/40{
  color: rgb(255 175 209 / 0.4);
}

.text-secondary-20\/45{
  color: rgb(255 175 209 / 0.45);
}

.text-secondary-20\/5{
  color: rgb(255 175 209 / 0.05);
}

.text-secondary-20\/50{
  color: rgb(255 175 209 / 0.5);
}

.text-secondary-20\/55{
  color: rgb(255 175 209 / 0.55);
}

.text-secondary-20\/60{
  color: rgb(255 175 209 / 0.6);
}

.text-secondary-20\/65{
  color: rgb(255 175 209 / 0.65);
}

.text-secondary-20\/70{
  color: rgb(255 175 209 / 0.7);
}

.text-secondary-20\/75{
  color: rgb(255 175 209 / 0.75);
}

.text-secondary-20\/80{
  color: rgb(255 175 209 / 0.8);
}

.text-secondary-20\/85{
  color: rgb(255 175 209 / 0.85);
}

.text-secondary-20\/90{
  color: rgb(255 175 209 / 0.9);
}

.text-secondary-20\/95{
  color: rgb(255 175 209 / 0.95);
}

.text-secondary-30{
  --tw-text-opacity: 1;
  color: rgb(255 130 183 / var(--tw-text-opacity, 1));
}

.text-secondary-30\/0{
  color: rgb(255 130 183 / 0);
}

.text-secondary-30\/10{
  color: rgb(255 130 183 / 0.1);
}

.text-secondary-30\/100{
  color: rgb(255 130 183 / 1);
}

.text-secondary-30\/15{
  color: rgb(255 130 183 / 0.15);
}

.text-secondary-30\/20{
  color: rgb(255 130 183 / 0.2);
}

.text-secondary-30\/25{
  color: rgb(255 130 183 / 0.25);
}

.text-secondary-30\/30{
  color: rgb(255 130 183 / 0.3);
}

.text-secondary-30\/35{
  color: rgb(255 130 183 / 0.35);
}

.text-secondary-30\/40{
  color: rgb(255 130 183 / 0.4);
}

.text-secondary-30\/45{
  color: rgb(255 130 183 / 0.45);
}

.text-secondary-30\/5{
  color: rgb(255 130 183 / 0.05);
}

.text-secondary-30\/50{
  color: rgb(255 130 183 / 0.5);
}

.text-secondary-30\/55{
  color: rgb(255 130 183 / 0.55);
}

.text-secondary-30\/60{
  color: rgb(255 130 183 / 0.6);
}

.text-secondary-30\/65{
  color: rgb(255 130 183 / 0.65);
}

.text-secondary-30\/70{
  color: rgb(255 130 183 / 0.7);
}

.text-secondary-30\/75{
  color: rgb(255 130 183 / 0.75);
}

.text-secondary-30\/80{
  color: rgb(255 130 183 / 0.8);
}

.text-secondary-30\/85{
  color: rgb(255 130 183 / 0.85);
}

.text-secondary-30\/90{
  color: rgb(255 130 183 / 0.9);
}

.text-secondary-30\/95{
  color: rgb(255 130 183 / 0.95);
}

.text-secondary-40{
  --tw-text-opacity: 1;
  color: rgb(255 97 195 / var(--tw-text-opacity, 1));
}

.text-secondary-40\/0{
  color: rgb(255 97 195 / 0);
}

.text-secondary-40\/10{
  color: rgb(255 97 195 / 0.1);
}

.text-secondary-40\/100{
  color: rgb(255 97 195 / 1);
}

.text-secondary-40\/15{
  color: rgb(255 97 195 / 0.15);
}

.text-secondary-40\/20{
  color: rgb(255 97 195 / 0.2);
}

.text-secondary-40\/25{
  color: rgb(255 97 195 / 0.25);
}

.text-secondary-40\/30{
  color: rgb(255 97 195 / 0.3);
}

.text-secondary-40\/35{
  color: rgb(255 97 195 / 0.35);
}

.text-secondary-40\/40{
  color: rgb(255 97 195 / 0.4);
}

.text-secondary-40\/45{
  color: rgb(255 97 195 / 0.45);
}

.text-secondary-40\/5{
  color: rgb(255 97 195 / 0.05);
}

.text-secondary-40\/50{
  color: rgb(255 97 195 / 0.5);
}

.text-secondary-40\/55{
  color: rgb(255 97 195 / 0.55);
}

.text-secondary-40\/60{
  color: rgb(255 97 195 / 0.6);
}

.text-secondary-40\/65{
  color: rgb(255 97 195 / 0.65);
}

.text-secondary-40\/70{
  color: rgb(255 97 195 / 0.7);
}

.text-secondary-40\/75{
  color: rgb(255 97 195 / 0.75);
}

.text-secondary-40\/80{
  color: rgb(255 97 195 / 0.8);
}

.text-secondary-40\/85{
  color: rgb(255 97 195 / 0.85);
}

.text-secondary-40\/90{
  color: rgb(255 97 195 / 0.9);
}

.text-secondary-40\/95{
  color: rgb(255 97 195 / 0.95);
}

.text-secondary-50{
  --tw-text-opacity: 1;
  color: rgb(255 69 163 / var(--tw-text-opacity, 1));
}

.text-secondary-50\/0{
  color: rgb(255 69 163 / 0);
}

.text-secondary-50\/10{
  color: rgb(255 69 163 / 0.1);
}

.text-secondary-50\/100{
  color: rgb(255 69 163 / 1);
}

.text-secondary-50\/15{
  color: rgb(255 69 163 / 0.15);
}

.text-secondary-50\/20{
  color: rgb(255 69 163 / 0.2);
}

.text-secondary-50\/25{
  color: rgb(255 69 163 / 0.25);
}

.text-secondary-50\/30{
  color: rgb(255 69 163 / 0.3);
}

.text-secondary-50\/35{
  color: rgb(255 69 163 / 0.35);
}

.text-secondary-50\/40{
  color: rgb(255 69 163 / 0.4);
}

.text-secondary-50\/45{
  color: rgb(255 69 163 / 0.45);
}

.text-secondary-50\/5{
  color: rgb(255 69 163 / 0.05);
}

.text-secondary-50\/50{
  color: rgb(255 69 163 / 0.5);
}

.text-secondary-50\/55{
  color: rgb(255 69 163 / 0.55);
}

.text-secondary-50\/60{
  color: rgb(255 69 163 / 0.6);
}

.text-secondary-50\/65{
  color: rgb(255 69 163 / 0.65);
}

.text-secondary-50\/70{
  color: rgb(255 69 163 / 0.7);
}

.text-secondary-50\/75{
  color: rgb(255 69 163 / 0.75);
}

.text-secondary-50\/80{
  color: rgb(255 69 163 / 0.8);
}

.text-secondary-50\/85{
  color: rgb(255 69 163 / 0.85);
}

.text-secondary-50\/90{
  color: rgb(255 69 163 / 0.9);
}

.text-secondary-50\/95{
  color: rgb(255 69 163 / 0.95);
}

.text-secondary-60{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.text-secondary-60\/0{
  color: rgb(236 0 140 / 0);
}

.text-secondary-60\/10{
  color: rgb(236 0 140 / 0.1);
}

.text-secondary-60\/100{
  color: rgb(236 0 140 / 1);
}

.text-secondary-60\/15{
  color: rgb(236 0 140 / 0.15);
}

.text-secondary-60\/20{
  color: rgb(236 0 140 / 0.2);
}

.text-secondary-60\/25{
  color: rgb(236 0 140 / 0.25);
}

.text-secondary-60\/30{
  color: rgb(236 0 140 / 0.3);
}

.text-secondary-60\/35{
  color: rgb(236 0 140 / 0.35);
}

.text-secondary-60\/40{
  color: rgb(236 0 140 / 0.4);
}

.text-secondary-60\/45{
  color: rgb(236 0 140 / 0.45);
}

.text-secondary-60\/5{
  color: rgb(236 0 140 / 0.05);
}

.text-secondary-60\/50{
  color: rgb(236 0 140 / 0.5);
}

.text-secondary-60\/55{
  color: rgb(236 0 140 / 0.55);
}

.text-secondary-60\/60{
  color: rgb(236 0 140 / 0.6);
}

.text-secondary-60\/65{
  color: rgb(236 0 140 / 0.65);
}

.text-secondary-60\/70{
  color: rgb(236 0 140 / 0.7);
}

.text-secondary-60\/75{
  color: rgb(236 0 140 / 0.75);
}

.text-secondary-60\/80{
  color: rgb(236 0 140 / 0.8);
}

.text-secondary-60\/85{
  color: rgb(236 0 140 / 0.85);
}

.text-secondary-60\/90{
  color: rgb(236 0 140 / 0.9);
}

.text-secondary-60\/95{
  color: rgb(236 0 140 / 0.95);
}

.text-secondary-70{
  --tw-text-opacity: 1;
  color: rgb(182 0 113 / var(--tw-text-opacity, 1));
}

.text-secondary-70\/0{
  color: rgb(182 0 113 / 0);
}

.text-secondary-70\/10{
  color: rgb(182 0 113 / 0.1);
}

.text-secondary-70\/100{
  color: rgb(182 0 113 / 1);
}

.text-secondary-70\/15{
  color: rgb(182 0 113 / 0.15);
}

.text-secondary-70\/20{
  color: rgb(182 0 113 / 0.2);
}

.text-secondary-70\/25{
  color: rgb(182 0 113 / 0.25);
}

.text-secondary-70\/30{
  color: rgb(182 0 113 / 0.3);
}

.text-secondary-70\/35{
  color: rgb(182 0 113 / 0.35);
}

.text-secondary-70\/40{
  color: rgb(182 0 113 / 0.4);
}

.text-secondary-70\/45{
  color: rgb(182 0 113 / 0.45);
}

.text-secondary-70\/5{
  color: rgb(182 0 113 / 0.05);
}

.text-secondary-70\/50{
  color: rgb(182 0 113 / 0.5);
}

.text-secondary-70\/55{
  color: rgb(182 0 113 / 0.55);
}

.text-secondary-70\/60{
  color: rgb(182 0 113 / 0.6);
}

.text-secondary-70\/65{
  color: rgb(182 0 113 / 0.65);
}

.text-secondary-70\/70{
  color: rgb(182 0 113 / 0.7);
}

.text-secondary-70\/75{
  color: rgb(182 0 113 / 0.75);
}

.text-secondary-70\/80{
  color: rgb(182 0 113 / 0.8);
}

.text-secondary-70\/85{
  color: rgb(182 0 113 / 0.85);
}

.text-secondary-70\/90{
  color: rgb(182 0 113 / 0.9);
}

.text-secondary-70\/95{
  color: rgb(182 0 113 / 0.95);
}

.text-secondary-80{
  --tw-text-opacity: 1;
  color: rgb(140 0 86 / var(--tw-text-opacity, 1));
}

.text-secondary-80\/0{
  color: rgb(140 0 86 / 0);
}

.text-secondary-80\/10{
  color: rgb(140 0 86 / 0.1);
}

.text-secondary-80\/100{
  color: rgb(140 0 86 / 1);
}

.text-secondary-80\/15{
  color: rgb(140 0 86 / 0.15);
}

.text-secondary-80\/20{
  color: rgb(140 0 86 / 0.2);
}

.text-secondary-80\/25{
  color: rgb(140 0 86 / 0.25);
}

.text-secondary-80\/30{
  color: rgb(140 0 86 / 0.3);
}

.text-secondary-80\/35{
  color: rgb(140 0 86 / 0.35);
}

.text-secondary-80\/40{
  color: rgb(140 0 86 / 0.4);
}

.text-secondary-80\/45{
  color: rgb(140 0 86 / 0.45);
}

.text-secondary-80\/5{
  color: rgb(140 0 86 / 0.05);
}

.text-secondary-80\/50{
  color: rgb(140 0 86 / 0.5);
}

.text-secondary-80\/55{
  color: rgb(140 0 86 / 0.55);
}

.text-secondary-80\/60{
  color: rgb(140 0 86 / 0.6);
}

.text-secondary-80\/65{
  color: rgb(140 0 86 / 0.65);
}

.text-secondary-80\/70{
  color: rgb(140 0 86 / 0.7);
}

.text-secondary-80\/75{
  color: rgb(140 0 86 / 0.75);
}

.text-secondary-80\/80{
  color: rgb(140 0 86 / 0.8);
}

.text-secondary-80\/85{
  color: rgb(140 0 86 / 0.85);
}

.text-secondary-80\/90{
  color: rgb(140 0 86 / 0.9);
}

.text-secondary-80\/95{
  color: rgb(140 0 86 / 0.95);
}

.text-secondary-90{
  --tw-text-opacity: 1;
  color: rgb(99 0 59 / var(--tw-text-opacity, 1));
}

.text-secondary-90\/0{
  color: rgb(99 0 59 / 0);
}

.text-secondary-90\/10{
  color: rgb(99 0 59 / 0.1);
}

.text-secondary-90\/100{
  color: rgb(99 0 59 / 1);
}

.text-secondary-90\/15{
  color: rgb(99 0 59 / 0.15);
}

.text-secondary-90\/20{
  color: rgb(99 0 59 / 0.2);
}

.text-secondary-90\/25{
  color: rgb(99 0 59 / 0.25);
}

.text-secondary-90\/30{
  color: rgb(99 0 59 / 0.3);
}

.text-secondary-90\/35{
  color: rgb(99 0 59 / 0.35);
}

.text-secondary-90\/40{
  color: rgb(99 0 59 / 0.4);
}

.text-secondary-90\/45{
  color: rgb(99 0 59 / 0.45);
}

.text-secondary-90\/5{
  color: rgb(99 0 59 / 0.05);
}

.text-secondary-90\/50{
  color: rgb(99 0 59 / 0.5);
}

.text-secondary-90\/55{
  color: rgb(99 0 59 / 0.55);
}

.text-secondary-90\/60{
  color: rgb(99 0 59 / 0.6);
}

.text-secondary-90\/65{
  color: rgb(99 0 59 / 0.65);
}

.text-secondary-90\/70{
  color: rgb(99 0 59 / 0.7);
}

.text-secondary-90\/75{
  color: rgb(99 0 59 / 0.75);
}

.text-secondary-90\/80{
  color: rgb(99 0 59 / 0.8);
}

.text-secondary-90\/85{
  color: rgb(99 0 59 / 0.85);
}

.text-secondary-90\/90{
  color: rgb(99 0 59 / 0.9);
}

.text-secondary-90\/95{
  color: rgb(99 0 59 / 0.95);
}

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

.text-shade-black\/0{
  color: rgb(0 0 0 / 0);
}

.text-shade-black\/10{
  color: rgb(0 0 0 / 0.1);
}

.text-shade-black\/100{
  color: rgb(0 0 0 / 1);
}

.text-shade-black\/15{
  color: rgb(0 0 0 / 0.15);
}

.text-shade-black\/20{
  color: rgb(0 0 0 / 0.2);
}

.text-shade-black\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-shade-black\/30{
  color: rgb(0 0 0 / 0.3);
}

.text-shade-black\/35{
  color: rgb(0 0 0 / 0.35);
}

.text-shade-black\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-shade-black\/45{
  color: rgb(0 0 0 / 0.45);
}

.text-shade-black\/5{
  color: rgb(0 0 0 / 0.05);
}

.text-shade-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-shade-black\/55{
  color: rgb(0 0 0 / 0.55);
}

.text-shade-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-shade-black\/65{
  color: rgb(0 0 0 / 0.65);
}

.text-shade-black\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-shade-black\/75{
  color: rgb(0 0 0 / 0.75);
}

.text-shade-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-shade-black\/85{
  color: rgb(0 0 0 / 0.85);
}

.text-shade-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-shade-black\/95{
  color: rgb(0 0 0 / 0.95);
}

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

.text-shade-white\/0{
  color: rgb(255 255 255 / 0);
}

.text-shade-white\/10{
  color: rgb(255 255 255 / 0.1);
}

.text-shade-white\/100{
  color: rgb(255 255 255 / 1);
}

.text-shade-white\/15{
  color: rgb(255 255 255 / 0.15);
}

.text-shade-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-shade-white\/25{
  color: rgb(255 255 255 / 0.25);
}

.text-shade-white\/30{
  color: rgb(255 255 255 / 0.3);
}

.text-shade-white\/35{
  color: rgb(255 255 255 / 0.35);
}

.text-shade-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-shade-white\/45{
  color: rgb(255 255 255 / 0.45);
}

.text-shade-white\/5{
  color: rgb(255 255 255 / 0.05);
}

.text-shade-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-shade-white\/55{
  color: rgb(255 255 255 / 0.55);
}

.text-shade-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-shade-white\/65{
  color: rgb(255 255 255 / 0.65);
}

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

.text-shade-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-shade-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-shade-white\/85{
  color: rgb(255 255 255 / 0.85);
}

.text-shade-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-shade-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-skynamo-blue{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.text-skynamo-blue\/0{
  color: rgb(61 181 230 / 0);
}

.text-skynamo-blue\/10{
  color: rgb(61 181 230 / 0.1);
}

.text-skynamo-blue\/100{
  color: rgb(61 181 230 / 1);
}

.text-skynamo-blue\/15{
  color: rgb(61 181 230 / 0.15);
}

.text-skynamo-blue\/20{
  color: rgb(61 181 230 / 0.2);
}

.text-skynamo-blue\/25{
  color: rgb(61 181 230 / 0.25);
}

.text-skynamo-blue\/30{
  color: rgb(61 181 230 / 0.3);
}

.text-skynamo-blue\/35{
  color: rgb(61 181 230 / 0.35);
}

.text-skynamo-blue\/40{
  color: rgb(61 181 230 / 0.4);
}

.text-skynamo-blue\/45{
  color: rgb(61 181 230 / 0.45);
}

.text-skynamo-blue\/5{
  color: rgb(61 181 230 / 0.05);
}

.text-skynamo-blue\/50{
  color: rgb(61 181 230 / 0.5);
}

.text-skynamo-blue\/55{
  color: rgb(61 181 230 / 0.55);
}

.text-skynamo-blue\/60{
  color: rgb(61 181 230 / 0.6);
}

.text-skynamo-blue\/65{
  color: rgb(61 181 230 / 0.65);
}

.text-skynamo-blue\/70{
  color: rgb(61 181 230 / 0.7);
}

.text-skynamo-blue\/75{
  color: rgb(61 181 230 / 0.75);
}

.text-skynamo-blue\/80{
  color: rgb(61 181 230 / 0.8);
}

.text-skynamo-blue\/85{
  color: rgb(61 181 230 / 0.85);
}

.text-skynamo-blue\/90{
  color: rgb(61 181 230 / 0.9);
}

.text-skynamo-blue\/95{
  color: rgb(61 181 230 / 0.95);
}

.text-skynamo-bright-pink{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.text-skynamo-bright-pink\/0{
  color: rgb(236 0 140 / 0);
}

.text-skynamo-bright-pink\/10{
  color: rgb(236 0 140 / 0.1);
}

.text-skynamo-bright-pink\/100{
  color: rgb(236 0 140 / 1);
}

.text-skynamo-bright-pink\/15{
  color: rgb(236 0 140 / 0.15);
}

.text-skynamo-bright-pink\/20{
  color: rgb(236 0 140 / 0.2);
}

.text-skynamo-bright-pink\/25{
  color: rgb(236 0 140 / 0.25);
}

.text-skynamo-bright-pink\/30{
  color: rgb(236 0 140 / 0.3);
}

.text-skynamo-bright-pink\/35{
  color: rgb(236 0 140 / 0.35);
}

.text-skynamo-bright-pink\/40{
  color: rgb(236 0 140 / 0.4);
}

.text-skynamo-bright-pink\/45{
  color: rgb(236 0 140 / 0.45);
}

.text-skynamo-bright-pink\/5{
  color: rgb(236 0 140 / 0.05);
}

.text-skynamo-bright-pink\/50{
  color: rgb(236 0 140 / 0.5);
}

.text-skynamo-bright-pink\/55{
  color: rgb(236 0 140 / 0.55);
}

.text-skynamo-bright-pink\/60{
  color: rgb(236 0 140 / 0.6);
}

.text-skynamo-bright-pink\/65{
  color: rgb(236 0 140 / 0.65);
}

.text-skynamo-bright-pink\/70{
  color: rgb(236 0 140 / 0.7);
}

.text-skynamo-bright-pink\/75{
  color: rgb(236 0 140 / 0.75);
}

.text-skynamo-bright-pink\/80{
  color: rgb(236 0 140 / 0.8);
}

.text-skynamo-bright-pink\/85{
  color: rgb(236 0 140 / 0.85);
}

.text-skynamo-bright-pink\/90{
  color: rgb(236 0 140 / 0.9);
}

.text-skynamo-bright-pink\/95{
  color: rgb(236 0 140 / 0.95);
}

.text-skynamo-bright-purple{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.text-skynamo-bright-purple\/0{
  color: rgb(127 50 190 / 0);
}

.text-skynamo-bright-purple\/10{
  color: rgb(127 50 190 / 0.1);
}

.text-skynamo-bright-purple\/100{
  color: rgb(127 50 190 / 1);
}

.text-skynamo-bright-purple\/15{
  color: rgb(127 50 190 / 0.15);
}

.text-skynamo-bright-purple\/20{
  color: rgb(127 50 190 / 0.2);
}

.text-skynamo-bright-purple\/25{
  color: rgb(127 50 190 / 0.25);
}

.text-skynamo-bright-purple\/30{
  color: rgb(127 50 190 / 0.3);
}

.text-skynamo-bright-purple\/35{
  color: rgb(127 50 190 / 0.35);
}

.text-skynamo-bright-purple\/40{
  color: rgb(127 50 190 / 0.4);
}

.text-skynamo-bright-purple\/45{
  color: rgb(127 50 190 / 0.45);
}

.text-skynamo-bright-purple\/5{
  color: rgb(127 50 190 / 0.05);
}

.text-skynamo-bright-purple\/50{
  color: rgb(127 50 190 / 0.5);
}

.text-skynamo-bright-purple\/55{
  color: rgb(127 50 190 / 0.55);
}

.text-skynamo-bright-purple\/60{
  color: rgb(127 50 190 / 0.6);
}

.text-skynamo-bright-purple\/65{
  color: rgb(127 50 190 / 0.65);
}

.text-skynamo-bright-purple\/70{
  color: rgb(127 50 190 / 0.7);
}

.text-skynamo-bright-purple\/75{
  color: rgb(127 50 190 / 0.75);
}

.text-skynamo-bright-purple\/80{
  color: rgb(127 50 190 / 0.8);
}

.text-skynamo-bright-purple\/85{
  color: rgb(127 50 190 / 0.85);
}

.text-skynamo-bright-purple\/90{
  color: rgb(127 50 190 / 0.9);
}

.text-skynamo-bright-purple\/95{
  color: rgb(127 50 190 / 0.95);
}

.text-skynamo-dark-purple{
  --tw-text-opacity: 1;
  color: rgb(29 0 52 / var(--tw-text-opacity, 1));
}

.text-skynamo-dark-purple\/0{
  color: rgb(29 0 52 / 0);
}

.text-skynamo-dark-purple\/10{
  color: rgb(29 0 52 / 0.1);
}

.text-skynamo-dark-purple\/100{
  color: rgb(29 0 52 / 1);
}

.text-skynamo-dark-purple\/15{
  color: rgb(29 0 52 / 0.15);
}

.text-skynamo-dark-purple\/20{
  color: rgb(29 0 52 / 0.2);
}

.text-skynamo-dark-purple\/25{
  color: rgb(29 0 52 / 0.25);
}

.text-skynamo-dark-purple\/30{
  color: rgb(29 0 52 / 0.3);
}

.text-skynamo-dark-purple\/35{
  color: rgb(29 0 52 / 0.35);
}

.text-skynamo-dark-purple\/40{
  color: rgb(29 0 52 / 0.4);
}

.text-skynamo-dark-purple\/45{
  color: rgb(29 0 52 / 0.45);
}

.text-skynamo-dark-purple\/5{
  color: rgb(29 0 52 / 0.05);
}

.text-skynamo-dark-purple\/50{
  color: rgb(29 0 52 / 0.5);
}

.text-skynamo-dark-purple\/55{
  color: rgb(29 0 52 / 0.55);
}

.text-skynamo-dark-purple\/60{
  color: rgb(29 0 52 / 0.6);
}

.text-skynamo-dark-purple\/65{
  color: rgb(29 0 52 / 0.65);
}

.text-skynamo-dark-purple\/70{
  color: rgb(29 0 52 / 0.7);
}

.text-skynamo-dark-purple\/75{
  color: rgb(29 0 52 / 0.75);
}

.text-skynamo-dark-purple\/80{
  color: rgb(29 0 52 / 0.8);
}

.text-skynamo-dark-purple\/85{
  color: rgb(29 0 52 / 0.85);
}

.text-skynamo-dark-purple\/90{
  color: rgb(29 0 52 / 0.9);
}

.text-skynamo-dark-purple\/95{
  color: rgb(29 0 52 / 0.95);
}

.text-skynamo-gray{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.text-skynamo-gray\/0{
  color: rgb(189 189 189 / 0);
}

.text-skynamo-gray\/10{
  color: rgb(189 189 189 / 0.1);
}

.text-skynamo-gray\/100{
  color: rgb(189 189 189 / 1);
}

.text-skynamo-gray\/15{
  color: rgb(189 189 189 / 0.15);
}

.text-skynamo-gray\/20{
  color: rgb(189 189 189 / 0.2);
}

.text-skynamo-gray\/25{
  color: rgb(189 189 189 / 0.25);
}

.text-skynamo-gray\/30{
  color: rgb(189 189 189 / 0.3);
}

.text-skynamo-gray\/35{
  color: rgb(189 189 189 / 0.35);
}

.text-skynamo-gray\/40{
  color: rgb(189 189 189 / 0.4);
}

.text-skynamo-gray\/45{
  color: rgb(189 189 189 / 0.45);
}

.text-skynamo-gray\/5{
  color: rgb(189 189 189 / 0.05);
}

.text-skynamo-gray\/50{
  color: rgb(189 189 189 / 0.5);
}

.text-skynamo-gray\/55{
  color: rgb(189 189 189 / 0.55);
}

.text-skynamo-gray\/60{
  color: rgb(189 189 189 / 0.6);
}

.text-skynamo-gray\/65{
  color: rgb(189 189 189 / 0.65);
}

.text-skynamo-gray\/70{
  color: rgb(189 189 189 / 0.7);
}

.text-skynamo-gray\/75{
  color: rgb(189 189 189 / 0.75);
}

.text-skynamo-gray\/80{
  color: rgb(189 189 189 / 0.8);
}

.text-skynamo-gray\/85{
  color: rgb(189 189 189 / 0.85);
}

.text-skynamo-gray\/90{
  color: rgb(189 189 189 / 0.9);
}

.text-skynamo-gray\/95{
  color: rgb(189 189 189 / 0.95);
}

.text-skynamo-light-gray{
  --tw-text-opacity: 1;
  color: rgb(226 225 221 / var(--tw-text-opacity, 1));
}

.text-skynamo-light-gray\/0{
  color: rgb(226 225 221 / 0);
}

.text-skynamo-light-gray\/10{
  color: rgb(226 225 221 / 0.1);
}

.text-skynamo-light-gray\/100{
  color: rgb(226 225 221 / 1);
}

.text-skynamo-light-gray\/15{
  color: rgb(226 225 221 / 0.15);
}

.text-skynamo-light-gray\/20{
  color: rgb(226 225 221 / 0.2);
}

.text-skynamo-light-gray\/25{
  color: rgb(226 225 221 / 0.25);
}

.text-skynamo-light-gray\/30{
  color: rgb(226 225 221 / 0.3);
}

.text-skynamo-light-gray\/35{
  color: rgb(226 225 221 / 0.35);
}

.text-skynamo-light-gray\/40{
  color: rgb(226 225 221 / 0.4);
}

.text-skynamo-light-gray\/45{
  color: rgb(226 225 221 / 0.45);
}

.text-skynamo-light-gray\/5{
  color: rgb(226 225 221 / 0.05);
}

.text-skynamo-light-gray\/50{
  color: rgb(226 225 221 / 0.5);
}

.text-skynamo-light-gray\/55{
  color: rgb(226 225 221 / 0.55);
}

.text-skynamo-light-gray\/60{
  color: rgb(226 225 221 / 0.6);
}

.text-skynamo-light-gray\/65{
  color: rgb(226 225 221 / 0.65);
}

.text-skynamo-light-gray\/70{
  color: rgb(226 225 221 / 0.7);
}

.text-skynamo-light-gray\/75{
  color: rgb(226 225 221 / 0.75);
}

.text-skynamo-light-gray\/80{
  color: rgb(226 225 221 / 0.8);
}

.text-skynamo-light-gray\/85{
  color: rgb(226 225 221 / 0.85);
}

.text-skynamo-light-gray\/90{
  color: rgb(226 225 221 / 0.9);
}

.text-skynamo-light-gray\/95{
  color: rgb(226 225 221 / 0.95);
}

.text-skynamo-mint{
  --tw-text-opacity: 1;
  color: rgb(3 219 157 / var(--tw-text-opacity, 1));
}

.text-skynamo-mint\/0{
  color: rgb(3 219 157 / 0);
}

.text-skynamo-mint\/10{
  color: rgb(3 219 157 / 0.1);
}

.text-skynamo-mint\/100{
  color: rgb(3 219 157 / 1);
}

.text-skynamo-mint\/15{
  color: rgb(3 219 157 / 0.15);
}

.text-skynamo-mint\/20{
  color: rgb(3 219 157 / 0.2);
}

.text-skynamo-mint\/25{
  color: rgb(3 219 157 / 0.25);
}

.text-skynamo-mint\/30{
  color: rgb(3 219 157 / 0.3);
}

.text-skynamo-mint\/35{
  color: rgb(3 219 157 / 0.35);
}

.text-skynamo-mint\/40{
  color: rgb(3 219 157 / 0.4);
}

.text-skynamo-mint\/45{
  color: rgb(3 219 157 / 0.45);
}

.text-skynamo-mint\/5{
  color: rgb(3 219 157 / 0.05);
}

.text-skynamo-mint\/50{
  color: rgb(3 219 157 / 0.5);
}

.text-skynamo-mint\/55{
  color: rgb(3 219 157 / 0.55);
}

.text-skynamo-mint\/60{
  color: rgb(3 219 157 / 0.6);
}

.text-skynamo-mint\/65{
  color: rgb(3 219 157 / 0.65);
}

.text-skynamo-mint\/70{
  color: rgb(3 219 157 / 0.7);
}

.text-skynamo-mint\/75{
  color: rgb(3 219 157 / 0.75);
}

.text-skynamo-mint\/80{
  color: rgb(3 219 157 / 0.8);
}

.text-skynamo-mint\/85{
  color: rgb(3 219 157 / 0.85);
}

.text-skynamo-mint\/90{
  color: rgb(3 219 157 / 0.9);
}

.text-skynamo-mint\/95{
  color: rgb(3 219 157 / 0.95);
}

.text-skynamo-orange{
  --tw-text-opacity: 1;
  color: rgb(241 116 32 / var(--tw-text-opacity, 1));
}

.text-skynamo-orange\/0{
  color: rgb(241 116 32 / 0);
}

.text-skynamo-orange\/10{
  color: rgb(241 116 32 / 0.1);
}

.text-skynamo-orange\/100{
  color: rgb(241 116 32 / 1);
}

.text-skynamo-orange\/15{
  color: rgb(241 116 32 / 0.15);
}

.text-skynamo-orange\/20{
  color: rgb(241 116 32 / 0.2);
}

.text-skynamo-orange\/25{
  color: rgb(241 116 32 / 0.25);
}

.text-skynamo-orange\/30{
  color: rgb(241 116 32 / 0.3);
}

.text-skynamo-orange\/35{
  color: rgb(241 116 32 / 0.35);
}

.text-skynamo-orange\/40{
  color: rgb(241 116 32 / 0.4);
}

.text-skynamo-orange\/45{
  color: rgb(241 116 32 / 0.45);
}

.text-skynamo-orange\/5{
  color: rgb(241 116 32 / 0.05);
}

.text-skynamo-orange\/50{
  color: rgb(241 116 32 / 0.5);
}

.text-skynamo-orange\/55{
  color: rgb(241 116 32 / 0.55);
}

.text-skynamo-orange\/60{
  color: rgb(241 116 32 / 0.6);
}

.text-skynamo-orange\/65{
  color: rgb(241 116 32 / 0.65);
}

.text-skynamo-orange\/70{
  color: rgb(241 116 32 / 0.7);
}

.text-skynamo-orange\/75{
  color: rgb(241 116 32 / 0.75);
}

.text-skynamo-orange\/80{
  color: rgb(241 116 32 / 0.8);
}

.text-skynamo-orange\/85{
  color: rgb(241 116 32 / 0.85);
}

.text-skynamo-orange\/90{
  color: rgb(241 116 32 / 0.9);
}

.text-skynamo-orange\/95{
  color: rgb(241 116 32 / 0.95);
}

.text-skynamo-purple{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.text-skynamo-purple\/0{
  color: rgb(61 17 82 / 0);
}

.text-skynamo-purple\/10{
  color: rgb(61 17 82 / 0.1);
}

.text-skynamo-purple\/100{
  color: rgb(61 17 82 / 1);
}

.text-skynamo-purple\/15{
  color: rgb(61 17 82 / 0.15);
}

.text-skynamo-purple\/20{
  color: rgb(61 17 82 / 0.2);
}

.text-skynamo-purple\/25{
  color: rgb(61 17 82 / 0.25);
}

.text-skynamo-purple\/30{
  color: rgb(61 17 82 / 0.3);
}

.text-skynamo-purple\/35{
  color: rgb(61 17 82 / 0.35);
}

.text-skynamo-purple\/40{
  color: rgb(61 17 82 / 0.4);
}

.text-skynamo-purple\/45{
  color: rgb(61 17 82 / 0.45);
}

.text-skynamo-purple\/5{
  color: rgb(61 17 82 / 0.05);
}

.text-skynamo-purple\/50{
  color: rgb(61 17 82 / 0.5);
}

.text-skynamo-purple\/55{
  color: rgb(61 17 82 / 0.55);
}

.text-skynamo-purple\/60{
  color: rgb(61 17 82 / 0.6);
}

.text-skynamo-purple\/65{
  color: rgb(61 17 82 / 0.65);
}

.text-skynamo-purple\/70{
  color: rgb(61 17 82 / 0.7);
}

.text-skynamo-purple\/75{
  color: rgb(61 17 82 / 0.75);
}

.text-skynamo-purple\/80{
  color: rgb(61 17 82 / 0.8);
}

.text-skynamo-purple\/85{
  color: rgb(61 17 82 / 0.85);
}

.text-skynamo-purple\/90{
  color: rgb(61 17 82 / 0.9);
}

.text-skynamo-purple\/95{
  color: rgb(61 17 82 / 0.95);
}

.text-skynamo-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.text-skynamo-yellow\/0{
  color: rgb(255 186 0 / 0);
}

.text-skynamo-yellow\/10{
  color: rgb(255 186 0 / 0.1);
}

.text-skynamo-yellow\/100{
  color: rgb(255 186 0 / 1);
}

.text-skynamo-yellow\/15{
  color: rgb(255 186 0 / 0.15);
}

.text-skynamo-yellow\/20{
  color: rgb(255 186 0 / 0.2);
}

.text-skynamo-yellow\/25{
  color: rgb(255 186 0 / 0.25);
}

.text-skynamo-yellow\/30{
  color: rgb(255 186 0 / 0.3);
}

.text-skynamo-yellow\/35{
  color: rgb(255 186 0 / 0.35);
}

.text-skynamo-yellow\/40{
  color: rgb(255 186 0 / 0.4);
}

.text-skynamo-yellow\/45{
  color: rgb(255 186 0 / 0.45);
}

.text-skynamo-yellow\/5{
  color: rgb(255 186 0 / 0.05);
}

.text-skynamo-yellow\/50{
  color: rgb(255 186 0 / 0.5);
}

.text-skynamo-yellow\/55{
  color: rgb(255 186 0 / 0.55);
}

.text-skynamo-yellow\/60{
  color: rgb(255 186 0 / 0.6);
}

.text-skynamo-yellow\/65{
  color: rgb(255 186 0 / 0.65);
}

.text-skynamo-yellow\/70{
  color: rgb(255 186 0 / 0.7);
}

.text-skynamo-yellow\/75{
  color: rgb(255 186 0 / 0.75);
}

.text-skynamo-yellow\/80{
  color: rgb(255 186 0 / 0.8);
}

.text-skynamo-yellow\/85{
  color: rgb(255 186 0 / 0.85);
}

.text-skynamo-yellow\/90{
  color: rgb(255 186 0 / 0.9);
}

.text-skynamo-yellow\/95{
  color: rgb(255 186 0 / 0.95);
}

.text-success-100{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-success-100\/0{
  color: rgb(21 128 61 / 0);
}

.text-success-100\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-success-100\/100{
  color: rgb(21 128 61 / 1);
}

.text-success-100\/15{
  color: rgb(21 128 61 / 0.15);
}

.text-success-100\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-success-100\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-success-100\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-success-100\/35{
  color: rgb(21 128 61 / 0.35);
}

.text-success-100\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-success-100\/45{
  color: rgb(21 128 61 / 0.45);
}

.text-success-100\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-success-100\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-success-100\/55{
  color: rgb(21 128 61 / 0.55);
}

.text-success-100\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-success-100\/65{
  color: rgb(21 128 61 / 0.65);
}

.text-success-100\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-success-100\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-success-100\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-success-100\/85{
  color: rgb(21 128 61 / 0.85);
}

.text-success-100\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-success-100\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-success-background{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-success-background\/0{
  color: rgb(220 252 231 / 0);
}

.text-success-background\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-success-background\/100{
  color: rgb(220 252 231 / 1);
}

.text-success-background\/15{
  color: rgb(220 252 231 / 0.15);
}

.text-success-background\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-success-background\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-success-background\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-success-background\/35{
  color: rgb(220 252 231 / 0.35);
}

.text-success-background\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-success-background\/45{
  color: rgb(220 252 231 / 0.45);
}

.text-success-background\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-success-background\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-success-background\/55{
  color: rgb(220 252 231 / 0.55);
}

.text-success-background\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-success-background\/65{
  color: rgb(220 252 231 / 0.65);
}

.text-success-background\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-success-background\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-success-background\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-success-background\/85{
  color: rgb(220 252 231 / 0.85);
}

.text-success-background\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-success-background\/95{
  color: rgb(220 252 231 / 0.95);
}

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

.text-tertiary-10\/0{
  color: rgb(255 235 255 / 0);
}

.text-tertiary-10\/10{
  color: rgb(255 235 255 / 0.1);
}

.text-tertiary-10\/100{
  color: rgb(255 235 255 / 1);
}

.text-tertiary-10\/15{
  color: rgb(255 235 255 / 0.15);
}

.text-tertiary-10\/20{
  color: rgb(255 235 255 / 0.2);
}

.text-tertiary-10\/25{
  color: rgb(255 235 255 / 0.25);
}

.text-tertiary-10\/30{
  color: rgb(255 235 255 / 0.3);
}

.text-tertiary-10\/35{
  color: rgb(255 235 255 / 0.35);
}

.text-tertiary-10\/40{
  color: rgb(255 235 255 / 0.4);
}

.text-tertiary-10\/45{
  color: rgb(255 235 255 / 0.45);
}

.text-tertiary-10\/5{
  color: rgb(255 235 255 / 0.05);
}

.text-tertiary-10\/50{
  color: rgb(255 235 255 / 0.5);
}

.text-tertiary-10\/55{
  color: rgb(255 235 255 / 0.55);
}

.text-tertiary-10\/60{
  color: rgb(255 235 255 / 0.6);
}

.text-tertiary-10\/65{
  color: rgb(255 235 255 / 0.65);
}

.text-tertiary-10\/70{
  color: rgb(255 235 255 / 0.7);
}

.text-tertiary-10\/75{
  color: rgb(255 235 255 / 0.75);
}

.text-tertiary-10\/80{
  color: rgb(255 235 255 / 0.8);
}

.text-tertiary-10\/85{
  color: rgb(255 235 255 / 0.85);
}

.text-tertiary-10\/90{
  color: rgb(255 235 255 / 0.9);
}

.text-tertiary-10\/95{
  color: rgb(255 235 255 / 0.95);
}

.text-tertiary-100{
  --tw-text-opacity: 1;
  color: rgb(28 0 42 / var(--tw-text-opacity, 1));
}

.text-tertiary-100\/0{
  color: rgb(28 0 42 / 0);
}

.text-tertiary-100\/10{
  color: rgb(28 0 42 / 0.1);
}

.text-tertiary-100\/100{
  color: rgb(28 0 42 / 1);
}

.text-tertiary-100\/15{
  color: rgb(28 0 42 / 0.15);
}

.text-tertiary-100\/20{
  color: rgb(28 0 42 / 0.2);
}

.text-tertiary-100\/25{
  color: rgb(28 0 42 / 0.25);
}

.text-tertiary-100\/30{
  color: rgb(28 0 42 / 0.3);
}

.text-tertiary-100\/35{
  color: rgb(28 0 42 / 0.35);
}

.text-tertiary-100\/40{
  color: rgb(28 0 42 / 0.4);
}

.text-tertiary-100\/45{
  color: rgb(28 0 42 / 0.45);
}

.text-tertiary-100\/5{
  color: rgb(28 0 42 / 0.05);
}

.text-tertiary-100\/50{
  color: rgb(28 0 42 / 0.5);
}

.text-tertiary-100\/55{
  color: rgb(28 0 42 / 0.55);
}

.text-tertiary-100\/60{
  color: rgb(28 0 42 / 0.6);
}

.text-tertiary-100\/65{
  color: rgb(28 0 42 / 0.65);
}

.text-tertiary-100\/70{
  color: rgb(28 0 42 / 0.7);
}

.text-tertiary-100\/75{
  color: rgb(28 0 42 / 0.75);
}

.text-tertiary-100\/80{
  color: rgb(28 0 42 / 0.8);
}

.text-tertiary-100\/85{
  color: rgb(28 0 42 / 0.85);
}

.text-tertiary-100\/90{
  color: rgb(28 0 42 / 0.9);
}

.text-tertiary-100\/95{
  color: rgb(28 0 42 / 0.95);
}

.text-tertiary-20{
  --tw-text-opacity: 1;
  color: rgb(248 216 255 / var(--tw-text-opacity, 1));
}

.text-tertiary-20\/0{
  color: rgb(248 216 255 / 0);
}

.text-tertiary-20\/10{
  color: rgb(248 216 255 / 0.1);
}

.text-tertiary-20\/100{
  color: rgb(248 216 255 / 1);
}

.text-tertiary-20\/15{
  color: rgb(248 216 255 / 0.15);
}

.text-tertiary-20\/20{
  color: rgb(248 216 255 / 0.2);
}

.text-tertiary-20\/25{
  color: rgb(248 216 255 / 0.25);
}

.text-tertiary-20\/30{
  color: rgb(248 216 255 / 0.3);
}

.text-tertiary-20\/35{
  color: rgb(248 216 255 / 0.35);
}

.text-tertiary-20\/40{
  color: rgb(248 216 255 / 0.4);
}

.text-tertiary-20\/45{
  color: rgb(248 216 255 / 0.45);
}

.text-tertiary-20\/5{
  color: rgb(248 216 255 / 0.05);
}

.text-tertiary-20\/50{
  color: rgb(248 216 255 / 0.5);
}

.text-tertiary-20\/55{
  color: rgb(248 216 255 / 0.55);
}

.text-tertiary-20\/60{
  color: rgb(248 216 255 / 0.6);
}

.text-tertiary-20\/65{
  color: rgb(248 216 255 / 0.65);
}

.text-tertiary-20\/70{
  color: rgb(248 216 255 / 0.7);
}

.text-tertiary-20\/75{
  color: rgb(248 216 255 / 0.75);
}

.text-tertiary-20\/80{
  color: rgb(248 216 255 / 0.8);
}

.text-tertiary-20\/85{
  color: rgb(248 216 255 / 0.85);
}

.text-tertiary-20\/90{
  color: rgb(248 216 255 / 0.9);
}

.text-tertiary-20\/95{
  color: rgb(248 216 255 / 0.95);
}

.text-tertiary-30{
  --tw-text-opacity: 1;
  color: rgb(235 178 255 / var(--tw-text-opacity, 1));
}

.text-tertiary-30\/0{
  color: rgb(235 178 255 / 0);
}

.text-tertiary-30\/10{
  color: rgb(235 178 255 / 0.1);
}

.text-tertiary-30\/100{
  color: rgb(235 178 255 / 1);
}

.text-tertiary-30\/15{
  color: rgb(235 178 255 / 0.15);
}

.text-tertiary-30\/20{
  color: rgb(235 178 255 / 0.2);
}

.text-tertiary-30\/25{
  color: rgb(235 178 255 / 0.25);
}

.text-tertiary-30\/30{
  color: rgb(235 178 255 / 0.3);
}

.text-tertiary-30\/35{
  color: rgb(235 178 255 / 0.35);
}

.text-tertiary-30\/40{
  color: rgb(235 178 255 / 0.4);
}

.text-tertiary-30\/45{
  color: rgb(235 178 255 / 0.45);
}

.text-tertiary-30\/5{
  color: rgb(235 178 255 / 0.05);
}

.text-tertiary-30\/50{
  color: rgb(235 178 255 / 0.5);
}

.text-tertiary-30\/55{
  color: rgb(235 178 255 / 0.55);
}

.text-tertiary-30\/60{
  color: rgb(235 178 255 / 0.6);
}

.text-tertiary-30\/65{
  color: rgb(235 178 255 / 0.65);
}

.text-tertiary-30\/70{
  color: rgb(235 178 255 / 0.7);
}

.text-tertiary-30\/75{
  color: rgb(235 178 255 / 0.75);
}

.text-tertiary-30\/80{
  color: rgb(235 178 255 / 0.8);
}

.text-tertiary-30\/85{
  color: rgb(235 178 255 / 0.85);
}

.text-tertiary-30\/90{
  color: rgb(235 178 255 / 0.9);
}

.text-tertiary-30\/95{
  color: rgb(235 178 255 / 0.95);
}

.text-tertiary-40{
  --tw-text-opacity: 1;
  color: rgb(208 149 233 / var(--tw-text-opacity, 1));
}

.text-tertiary-40\/0{
  color: rgb(208 149 233 / 0);
}

.text-tertiary-40\/10{
  color: rgb(208 149 233 / 0.1);
}

.text-tertiary-40\/100{
  color: rgb(208 149 233 / 1);
}

.text-tertiary-40\/15{
  color: rgb(208 149 233 / 0.15);
}

.text-tertiary-40\/20{
  color: rgb(208 149 233 / 0.2);
}

.text-tertiary-40\/25{
  color: rgb(208 149 233 / 0.25);
}

.text-tertiary-40\/30{
  color: rgb(208 149 233 / 0.3);
}

.text-tertiary-40\/35{
  color: rgb(208 149 233 / 0.35);
}

.text-tertiary-40\/40{
  color: rgb(208 149 233 / 0.4);
}

.text-tertiary-40\/45{
  color: rgb(208 149 233 / 0.45);
}

.text-tertiary-40\/5{
  color: rgb(208 149 233 / 0.05);
}

.text-tertiary-40\/50{
  color: rgb(208 149 233 / 0.5);
}

.text-tertiary-40\/55{
  color: rgb(208 149 233 / 0.55);
}

.text-tertiary-40\/60{
  color: rgb(208 149 233 / 0.6);
}

.text-tertiary-40\/65{
  color: rgb(208 149 233 / 0.65);
}

.text-tertiary-40\/70{
  color: rgb(208 149 233 / 0.7);
}

.text-tertiary-40\/75{
  color: rgb(208 149 233 / 0.75);
}

.text-tertiary-40\/80{
  color: rgb(208 149 233 / 0.8);
}

.text-tertiary-40\/85{
  color: rgb(208 149 233 / 0.85);
}

.text-tertiary-40\/90{
  color: rgb(208 149 233 / 0.9);
}

.text-tertiary-40\/95{
  color: rgb(208 149 233 / 0.95);
}

.text-tertiary-5{
  --tw-text-opacity: 1;
  color: rgb(253 246 255 / var(--tw-text-opacity, 1));
}

.text-tertiary-5\/0{
  color: rgb(253 246 255 / 0);
}

.text-tertiary-5\/10{
  color: rgb(253 246 255 / 0.1);
}

.text-tertiary-5\/100{
  color: rgb(253 246 255 / 1);
}

.text-tertiary-5\/15{
  color: rgb(253 246 255 / 0.15);
}

.text-tertiary-5\/20{
  color: rgb(253 246 255 / 0.2);
}

.text-tertiary-5\/25{
  color: rgb(253 246 255 / 0.25);
}

.text-tertiary-5\/30{
  color: rgb(253 246 255 / 0.3);
}

.text-tertiary-5\/35{
  color: rgb(253 246 255 / 0.35);
}

.text-tertiary-5\/40{
  color: rgb(253 246 255 / 0.4);
}

.text-tertiary-5\/45{
  color: rgb(253 246 255 / 0.45);
}

.text-tertiary-5\/5{
  color: rgb(253 246 255 / 0.05);
}

.text-tertiary-5\/50{
  color: rgb(253 246 255 / 0.5);
}

.text-tertiary-5\/55{
  color: rgb(253 246 255 / 0.55);
}

.text-tertiary-5\/60{
  color: rgb(253 246 255 / 0.6);
}

.text-tertiary-5\/65{
  color: rgb(253 246 255 / 0.65);
}

.text-tertiary-5\/70{
  color: rgb(253 246 255 / 0.7);
}

.text-tertiary-5\/75{
  color: rgb(253 246 255 / 0.75);
}

.text-tertiary-5\/80{
  color: rgb(253 246 255 / 0.8);
}

.text-tertiary-5\/85{
  color: rgb(253 246 255 / 0.85);
}

.text-tertiary-5\/90{
  color: rgb(253 246 255 / 0.9);
}

.text-tertiary-5\/95{
  color: rgb(253 246 255 / 0.95);
}

.text-tertiary-50{
  --tw-text-opacity: 1;
  color: rgb(152 97 177 / var(--tw-text-opacity, 1));
}

.text-tertiary-50\/0{
  color: rgb(152 97 177 / 0);
}

.text-tertiary-50\/10{
  color: rgb(152 97 177 / 0.1);
}

.text-tertiary-50\/100{
  color: rgb(152 97 177 / 1);
}

.text-tertiary-50\/15{
  color: rgb(152 97 177 / 0.15);
}

.text-tertiary-50\/20{
  color: rgb(152 97 177 / 0.2);
}

.text-tertiary-50\/25{
  color: rgb(152 97 177 / 0.25);
}

.text-tertiary-50\/30{
  color: rgb(152 97 177 / 0.3);
}

.text-tertiary-50\/35{
  color: rgb(152 97 177 / 0.35);
}

.text-tertiary-50\/40{
  color: rgb(152 97 177 / 0.4);
}

.text-tertiary-50\/45{
  color: rgb(152 97 177 / 0.45);
}

.text-tertiary-50\/5{
  color: rgb(152 97 177 / 0.05);
}

.text-tertiary-50\/50{
  color: rgb(152 97 177 / 0.5);
}

.text-tertiary-50\/55{
  color: rgb(152 97 177 / 0.55);
}

.text-tertiary-50\/60{
  color: rgb(152 97 177 / 0.6);
}

.text-tertiary-50\/65{
  color: rgb(152 97 177 / 0.65);
}

.text-tertiary-50\/70{
  color: rgb(152 97 177 / 0.7);
}

.text-tertiary-50\/75{
  color: rgb(152 97 177 / 0.75);
}

.text-tertiary-50\/80{
  color: rgb(152 97 177 / 0.8);
}

.text-tertiary-50\/85{
  color: rgb(152 97 177 / 0.85);
}

.text-tertiary-50\/90{
  color: rgb(152 97 177 / 0.9);
}

.text-tertiary-50\/95{
  color: rgb(152 97 177 / 0.95);
}

.text-tertiary-60{
  --tw-text-opacity: 1;
  color: rgb(125 72 150 / var(--tw-text-opacity, 1));
}

.text-tertiary-60\/0{
  color: rgb(125 72 150 / 0);
}

.text-tertiary-60\/10{
  color: rgb(125 72 150 / 0.1);
}

.text-tertiary-60\/100{
  color: rgb(125 72 150 / 1);
}

.text-tertiary-60\/15{
  color: rgb(125 72 150 / 0.15);
}

.text-tertiary-60\/20{
  color: rgb(125 72 150 / 0.2);
}

.text-tertiary-60\/25{
  color: rgb(125 72 150 / 0.25);
}

.text-tertiary-60\/30{
  color: rgb(125 72 150 / 0.3);
}

.text-tertiary-60\/35{
  color: rgb(125 72 150 / 0.35);
}

.text-tertiary-60\/40{
  color: rgb(125 72 150 / 0.4);
}

.text-tertiary-60\/45{
  color: rgb(125 72 150 / 0.45);
}

.text-tertiary-60\/5{
  color: rgb(125 72 150 / 0.05);
}

.text-tertiary-60\/50{
  color: rgb(125 72 150 / 0.5);
}

.text-tertiary-60\/55{
  color: rgb(125 72 150 / 0.55);
}

.text-tertiary-60\/60{
  color: rgb(125 72 150 / 0.6);
}

.text-tertiary-60\/65{
  color: rgb(125 72 150 / 0.65);
}

.text-tertiary-60\/70{
  color: rgb(125 72 150 / 0.7);
}

.text-tertiary-60\/75{
  color: rgb(125 72 150 / 0.75);
}

.text-tertiary-60\/80{
  color: rgb(125 72 150 / 0.8);
}

.text-tertiary-60\/85{
  color: rgb(125 72 150 / 0.85);
}

.text-tertiary-60\/90{
  color: rgb(125 72 150 / 0.9);
}

.text-tertiary-60\/95{
  color: rgb(125 72 150 / 0.95);
}

.text-tertiary-70{
  --tw-text-opacity: 1;
  color: rgb(106 59 127 / var(--tw-text-opacity, 1));
}

.text-tertiary-70\/0{
  color: rgb(106 59 127 / 0);
}

.text-tertiary-70\/10{
  color: rgb(106 59 127 / 0.1);
}

.text-tertiary-70\/100{
  color: rgb(106 59 127 / 1);
}

.text-tertiary-70\/15{
  color: rgb(106 59 127 / 0.15);
}

.text-tertiary-70\/20{
  color: rgb(106 59 127 / 0.2);
}

.text-tertiary-70\/25{
  color: rgb(106 59 127 / 0.25);
}

.text-tertiary-70\/30{
  color: rgb(106 59 127 / 0.3);
}

.text-tertiary-70\/35{
  color: rgb(106 59 127 / 0.35);
}

.text-tertiary-70\/40{
  color: rgb(106 59 127 / 0.4);
}

.text-tertiary-70\/45{
  color: rgb(106 59 127 / 0.45);
}

.text-tertiary-70\/5{
  color: rgb(106 59 127 / 0.05);
}

.text-tertiary-70\/50{
  color: rgb(106 59 127 / 0.5);
}

.text-tertiary-70\/55{
  color: rgb(106 59 127 / 0.55);
}

.text-tertiary-70\/60{
  color: rgb(106 59 127 / 0.6);
}

.text-tertiary-70\/65{
  color: rgb(106 59 127 / 0.65);
}

.text-tertiary-70\/70{
  color: rgb(106 59 127 / 0.7);
}

.text-tertiary-70\/75{
  color: rgb(106 59 127 / 0.75);
}

.text-tertiary-70\/80{
  color: rgb(106 59 127 / 0.8);
}

.text-tertiary-70\/85{
  color: rgb(106 59 127 / 0.85);
}

.text-tertiary-70\/90{
  color: rgb(106 59 127 / 0.9);
}

.text-tertiary-70\/95{
  color: rgb(106 59 127 / 0.95);
}

.text-tertiary-80{
  --tw-text-opacity: 1;
  color: rgb(75 23 100 / var(--tw-text-opacity, 1));
}

.text-tertiary-80\/0{
  color: rgb(75 23 100 / 0);
}

.text-tertiary-80\/10{
  color: rgb(75 23 100 / 0.1);
}

.text-tertiary-80\/100{
  color: rgb(75 23 100 / 1);
}

.text-tertiary-80\/15{
  color: rgb(75 23 100 / 0.15);
}

.text-tertiary-80\/20{
  color: rgb(75 23 100 / 0.2);
}

.text-tertiary-80\/25{
  color: rgb(75 23 100 / 0.25);
}

.text-tertiary-80\/30{
  color: rgb(75 23 100 / 0.3);
}

.text-tertiary-80\/35{
  color: rgb(75 23 100 / 0.35);
}

.text-tertiary-80\/40{
  color: rgb(75 23 100 / 0.4);
}

.text-tertiary-80\/45{
  color: rgb(75 23 100 / 0.45);
}

.text-tertiary-80\/5{
  color: rgb(75 23 100 / 0.05);
}

.text-tertiary-80\/50{
  color: rgb(75 23 100 / 0.5);
}

.text-tertiary-80\/55{
  color: rgb(75 23 100 / 0.55);
}

.text-tertiary-80\/60{
  color: rgb(75 23 100 / 0.6);
}

.text-tertiary-80\/65{
  color: rgb(75 23 100 / 0.65);
}

.text-tertiary-80\/70{
  color: rgb(75 23 100 / 0.7);
}

.text-tertiary-80\/75{
  color: rgb(75 23 100 / 0.75);
}

.text-tertiary-80\/80{
  color: rgb(75 23 100 / 0.8);
}

.text-tertiary-80\/85{
  color: rgb(75 23 100 / 0.85);
}

.text-tertiary-80\/90{
  color: rgb(75 23 100 / 0.9);
}

.text-tertiary-80\/95{
  color: rgb(75 23 100 / 0.95);
}

.text-tertiary-90{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.text-tertiary-90\/0{
  color: rgb(61 17 82 / 0);
}

.text-tertiary-90\/10{
  color: rgb(61 17 82 / 0.1);
}

.text-tertiary-90\/100{
  color: rgb(61 17 82 / 1);
}

.text-tertiary-90\/15{
  color: rgb(61 17 82 / 0.15);
}

.text-tertiary-90\/20{
  color: rgb(61 17 82 / 0.2);
}

.text-tertiary-90\/25{
  color: rgb(61 17 82 / 0.25);
}

.text-tertiary-90\/30{
  color: rgb(61 17 82 / 0.3);
}

.text-tertiary-90\/35{
  color: rgb(61 17 82 / 0.35);
}

.text-tertiary-90\/40{
  color: rgb(61 17 82 / 0.4);
}

.text-tertiary-90\/45{
  color: rgb(61 17 82 / 0.45);
}

.text-tertiary-90\/5{
  color: rgb(61 17 82 / 0.05);
}

.text-tertiary-90\/50{
  color: rgb(61 17 82 / 0.5);
}

.text-tertiary-90\/55{
  color: rgb(61 17 82 / 0.55);
}

.text-tertiary-90\/60{
  color: rgb(61 17 82 / 0.6);
}

.text-tertiary-90\/65{
  color: rgb(61 17 82 / 0.65);
}

.text-tertiary-90\/70{
  color: rgb(61 17 82 / 0.7);
}

.text-tertiary-90\/75{
  color: rgb(61 17 82 / 0.75);
}

.text-tertiary-90\/80{
  color: rgb(61 17 82 / 0.8);
}

.text-tertiary-90\/85{
  color: rgb(61 17 82 / 0.85);
}

.text-tertiary-90\/90{
  color: rgb(61 17 82 / 0.9);
}

.text-tertiary-90\/95{
  color: rgb(61 17 82 / 0.95);
}

.text-warning-100{
  --tw-text-opacity: 1;
  color: rgb(245 102 0 / var(--tw-text-opacity, 1));
}

.text-warning-100\/0{
  color: rgb(245 102 0 / 0);
}

.text-warning-100\/10{
  color: rgb(245 102 0 / 0.1);
}

.text-warning-100\/100{
  color: rgb(245 102 0 / 1);
}

.text-warning-100\/15{
  color: rgb(245 102 0 / 0.15);
}

.text-warning-100\/20{
  color: rgb(245 102 0 / 0.2);
}

.text-warning-100\/25{
  color: rgb(245 102 0 / 0.25);
}

.text-warning-100\/30{
  color: rgb(245 102 0 / 0.3);
}

.text-warning-100\/35{
  color: rgb(245 102 0 / 0.35);
}

.text-warning-100\/40{
  color: rgb(245 102 0 / 0.4);
}

.text-warning-100\/45{
  color: rgb(245 102 0 / 0.45);
}

.text-warning-100\/5{
  color: rgb(245 102 0 / 0.05);
}

.text-warning-100\/50{
  color: rgb(245 102 0 / 0.5);
}

.text-warning-100\/55{
  color: rgb(245 102 0 / 0.55);
}

.text-warning-100\/60{
  color: rgb(245 102 0 / 0.6);
}

.text-warning-100\/65{
  color: rgb(245 102 0 / 0.65);
}

.text-warning-100\/70{
  color: rgb(245 102 0 / 0.7);
}

.text-warning-100\/75{
  color: rgb(245 102 0 / 0.75);
}

.text-warning-100\/80{
  color: rgb(245 102 0 / 0.8);
}

.text-warning-100\/85{
  color: rgb(245 102 0 / 0.85);
}

.text-warning-100\/90{
  color: rgb(245 102 0 / 0.9);
}

.text-warning-100\/95{
  color: rgb(245 102 0 / 0.95);
}

.text-warning-background{
  --tw-text-opacity: 1;
  color: rgb(253 224 204 / var(--tw-text-opacity, 1));
}

.text-warning-background\/0{
  color: rgb(253 224 204 / 0);
}

.text-warning-background\/10{
  color: rgb(253 224 204 / 0.1);
}

.text-warning-background\/100{
  color: rgb(253 224 204 / 1);
}

.text-warning-background\/15{
  color: rgb(253 224 204 / 0.15);
}

.text-warning-background\/20{
  color: rgb(253 224 204 / 0.2);
}

.text-warning-background\/25{
  color: rgb(253 224 204 / 0.25);
}

.text-warning-background\/30{
  color: rgb(253 224 204 / 0.3);
}

.text-warning-background\/35{
  color: rgb(253 224 204 / 0.35);
}

.text-warning-background\/40{
  color: rgb(253 224 204 / 0.4);
}

.text-warning-background\/45{
  color: rgb(253 224 204 / 0.45);
}

.text-warning-background\/5{
  color: rgb(253 224 204 / 0.05);
}

.text-warning-background\/50{
  color: rgb(253 224 204 / 0.5);
}

.text-warning-background\/55{
  color: rgb(253 224 204 / 0.55);
}

.text-warning-background\/60{
  color: rgb(253 224 204 / 0.6);
}

.text-warning-background\/65{
  color: rgb(253 224 204 / 0.65);
}

.text-warning-background\/70{
  color: rgb(253 224 204 / 0.7);
}

.text-warning-background\/75{
  color: rgb(253 224 204 / 0.75);
}

.text-warning-background\/80{
  color: rgb(253 224 204 / 0.8);
}

.text-warning-background\/85{
  color: rgb(253 224 204 / 0.85);
}

.text-warning-background\/90{
  color: rgb(253 224 204 / 0.9);
}

.text-warning-background\/95{
  color: rgb(253 224 204 / 0.95);
}

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

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
  /* Chrome, Safari and Opera */

/* material icons */

/* material symbols */

html, body {
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.hover\:border-charts-1:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 107 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-1\/0:hover{
  border-color: rgb(0 57 107 / 0);
}

.hover\:border-charts-1\/10:hover{
  border-color: rgb(0 57 107 / 0.1);
}

.hover\:border-charts-1\/100:hover{
  border-color: rgb(0 57 107 / 1);
}

.hover\:border-charts-1\/15:hover{
  border-color: rgb(0 57 107 / 0.15);
}

.hover\:border-charts-1\/20:hover{
  border-color: rgb(0 57 107 / 0.2);
}

.hover\:border-charts-1\/25:hover{
  border-color: rgb(0 57 107 / 0.25);
}

.hover\:border-charts-1\/30:hover{
  border-color: rgb(0 57 107 / 0.3);
}

.hover\:border-charts-1\/35:hover{
  border-color: rgb(0 57 107 / 0.35);
}

.hover\:border-charts-1\/40:hover{
  border-color: rgb(0 57 107 / 0.4);
}

.hover\:border-charts-1\/45:hover{
  border-color: rgb(0 57 107 / 0.45);
}

.hover\:border-charts-1\/5:hover{
  border-color: rgb(0 57 107 / 0.05);
}

.hover\:border-charts-1\/50:hover{
  border-color: rgb(0 57 107 / 0.5);
}

.hover\:border-charts-1\/55:hover{
  border-color: rgb(0 57 107 / 0.55);
}

.hover\:border-charts-1\/60:hover{
  border-color: rgb(0 57 107 / 0.6);
}

.hover\:border-charts-1\/65:hover{
  border-color: rgb(0 57 107 / 0.65);
}

.hover\:border-charts-1\/70:hover{
  border-color: rgb(0 57 107 / 0.7);
}

.hover\:border-charts-1\/75:hover{
  border-color: rgb(0 57 107 / 0.75);
}

.hover\:border-charts-1\/80:hover{
  border-color: rgb(0 57 107 / 0.8);
}

.hover\:border-charts-1\/85:hover{
  border-color: rgb(0 57 107 / 0.85);
}

.hover\:border-charts-1\/90:hover{
  border-color: rgb(0 57 107 / 0.9);
}

.hover\:border-charts-1\/95:hover{
  border-color: rgb(0 57 107 / 0.95);
}

.hover\:border-charts-10:hover{
  --tw-border-opacity: 1;
  border-color: rgb(250 77 86 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-10\/0:hover{
  border-color: rgb(250 77 86 / 0);
}

.hover\:border-charts-10\/10:hover{
  border-color: rgb(250 77 86 / 0.1);
}

.hover\:border-charts-10\/100:hover{
  border-color: rgb(250 77 86 / 1);
}

.hover\:border-charts-10\/15:hover{
  border-color: rgb(250 77 86 / 0.15);
}

.hover\:border-charts-10\/20:hover{
  border-color: rgb(250 77 86 / 0.2);
}

.hover\:border-charts-10\/25:hover{
  border-color: rgb(250 77 86 / 0.25);
}

.hover\:border-charts-10\/30:hover{
  border-color: rgb(250 77 86 / 0.3);
}

.hover\:border-charts-10\/35:hover{
  border-color: rgb(250 77 86 / 0.35);
}

.hover\:border-charts-10\/40:hover{
  border-color: rgb(250 77 86 / 0.4);
}

.hover\:border-charts-10\/45:hover{
  border-color: rgb(250 77 86 / 0.45);
}

.hover\:border-charts-10\/5:hover{
  border-color: rgb(250 77 86 / 0.05);
}

.hover\:border-charts-10\/50:hover{
  border-color: rgb(250 77 86 / 0.5);
}

.hover\:border-charts-10\/55:hover{
  border-color: rgb(250 77 86 / 0.55);
}

.hover\:border-charts-10\/60:hover{
  border-color: rgb(250 77 86 / 0.6);
}

.hover\:border-charts-10\/65:hover{
  border-color: rgb(250 77 86 / 0.65);
}

.hover\:border-charts-10\/70:hover{
  border-color: rgb(250 77 86 / 0.7);
}

.hover\:border-charts-10\/75:hover{
  border-color: rgb(250 77 86 / 0.75);
}

.hover\:border-charts-10\/80:hover{
  border-color: rgb(250 77 86 / 0.8);
}

.hover\:border-charts-10\/85:hover{
  border-color: rgb(250 77 86 / 0.85);
}

.hover\:border-charts-10\/90:hover{
  border-color: rgb(250 77 86 / 0.9);
}

.hover\:border-charts-10\/95:hover{
  border-color: rgb(250 77 86 / 0.95);
}

.hover\:border-charts-11:hover{
  --tw-border-opacity: 1;
  border-color: rgb(165 110 255 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-11\/0:hover{
  border-color: rgb(165 110 255 / 0);
}

.hover\:border-charts-11\/10:hover{
  border-color: rgb(165 110 255 / 0.1);
}

.hover\:border-charts-11\/100:hover{
  border-color: rgb(165 110 255 / 1);
}

.hover\:border-charts-11\/15:hover{
  border-color: rgb(165 110 255 / 0.15);
}

.hover\:border-charts-11\/20:hover{
  border-color: rgb(165 110 255 / 0.2);
}

.hover\:border-charts-11\/25:hover{
  border-color: rgb(165 110 255 / 0.25);
}

.hover\:border-charts-11\/30:hover{
  border-color: rgb(165 110 255 / 0.3);
}

.hover\:border-charts-11\/35:hover{
  border-color: rgb(165 110 255 / 0.35);
}

.hover\:border-charts-11\/40:hover{
  border-color: rgb(165 110 255 / 0.4);
}

.hover\:border-charts-11\/45:hover{
  border-color: rgb(165 110 255 / 0.45);
}

.hover\:border-charts-11\/5:hover{
  border-color: rgb(165 110 255 / 0.05);
}

.hover\:border-charts-11\/50:hover{
  border-color: rgb(165 110 255 / 0.5);
}

.hover\:border-charts-11\/55:hover{
  border-color: rgb(165 110 255 / 0.55);
}

.hover\:border-charts-11\/60:hover{
  border-color: rgb(165 110 255 / 0.6);
}

.hover\:border-charts-11\/65:hover{
  border-color: rgb(165 110 255 / 0.65);
}

.hover\:border-charts-11\/70:hover{
  border-color: rgb(165 110 255 / 0.7);
}

.hover\:border-charts-11\/75:hover{
  border-color: rgb(165 110 255 / 0.75);
}

.hover\:border-charts-11\/80:hover{
  border-color: rgb(165 110 255 / 0.8);
}

.hover\:border-charts-11\/85:hover{
  border-color: rgb(165 110 255 / 0.85);
}

.hover\:border-charts-11\/90:hover{
  border-color: rgb(165 110 255 / 0.9);
}

.hover\:border-charts-11\/95:hover{
  border-color: rgb(165 110 255 / 0.95);
}

.hover\:border-charts-12:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 93 93 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-12\/0:hover{
  border-color: rgb(0 93 93 / 0);
}

.hover\:border-charts-12\/10:hover{
  border-color: rgb(0 93 93 / 0.1);
}

.hover\:border-charts-12\/100:hover{
  border-color: rgb(0 93 93 / 1);
}

.hover\:border-charts-12\/15:hover{
  border-color: rgb(0 93 93 / 0.15);
}

.hover\:border-charts-12\/20:hover{
  border-color: rgb(0 93 93 / 0.2);
}

.hover\:border-charts-12\/25:hover{
  border-color: rgb(0 93 93 / 0.25);
}

.hover\:border-charts-12\/30:hover{
  border-color: rgb(0 93 93 / 0.3);
}

.hover\:border-charts-12\/35:hover{
  border-color: rgb(0 93 93 / 0.35);
}

.hover\:border-charts-12\/40:hover{
  border-color: rgb(0 93 93 / 0.4);
}

.hover\:border-charts-12\/45:hover{
  border-color: rgb(0 93 93 / 0.45);
}

.hover\:border-charts-12\/5:hover{
  border-color: rgb(0 93 93 / 0.05);
}

.hover\:border-charts-12\/50:hover{
  border-color: rgb(0 93 93 / 0.5);
}

.hover\:border-charts-12\/55:hover{
  border-color: rgb(0 93 93 / 0.55);
}

.hover\:border-charts-12\/60:hover{
  border-color: rgb(0 93 93 / 0.6);
}

.hover\:border-charts-12\/65:hover{
  border-color: rgb(0 93 93 / 0.65);
}

.hover\:border-charts-12\/70:hover{
  border-color: rgb(0 93 93 / 0.7);
}

.hover\:border-charts-12\/75:hover{
  border-color: rgb(0 93 93 / 0.75);
}

.hover\:border-charts-12\/80:hover{
  border-color: rgb(0 93 93 / 0.8);
}

.hover\:border-charts-12\/85:hover{
  border-color: rgb(0 93 93 / 0.85);
}

.hover\:border-charts-12\/90:hover{
  border-color: rgb(0 93 93 / 0.9);
}

.hover\:border-charts-12\/95:hover{
  border-color: rgb(0 93 93 / 0.95);
}

.hover\:border-charts-13:hover{
  --tw-border-opacity: 1;
  border-color: rgb(94 165 49 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-13\/0:hover{
  border-color: rgb(94 165 49 / 0);
}

.hover\:border-charts-13\/10:hover{
  border-color: rgb(94 165 49 / 0.1);
}

.hover\:border-charts-13\/100:hover{
  border-color: rgb(94 165 49 / 1);
}

.hover\:border-charts-13\/15:hover{
  border-color: rgb(94 165 49 / 0.15);
}

.hover\:border-charts-13\/20:hover{
  border-color: rgb(94 165 49 / 0.2);
}

.hover\:border-charts-13\/25:hover{
  border-color: rgb(94 165 49 / 0.25);
}

.hover\:border-charts-13\/30:hover{
  border-color: rgb(94 165 49 / 0.3);
}

.hover\:border-charts-13\/35:hover{
  border-color: rgb(94 165 49 / 0.35);
}

.hover\:border-charts-13\/40:hover{
  border-color: rgb(94 165 49 / 0.4);
}

.hover\:border-charts-13\/45:hover{
  border-color: rgb(94 165 49 / 0.45);
}

.hover\:border-charts-13\/5:hover{
  border-color: rgb(94 165 49 / 0.05);
}

.hover\:border-charts-13\/50:hover{
  border-color: rgb(94 165 49 / 0.5);
}

.hover\:border-charts-13\/55:hover{
  border-color: rgb(94 165 49 / 0.55);
}

.hover\:border-charts-13\/60:hover{
  border-color: rgb(94 165 49 / 0.6);
}

.hover\:border-charts-13\/65:hover{
  border-color: rgb(94 165 49 / 0.65);
}

.hover\:border-charts-13\/70:hover{
  border-color: rgb(94 165 49 / 0.7);
}

.hover\:border-charts-13\/75:hover{
  border-color: rgb(94 165 49 / 0.75);
}

.hover\:border-charts-13\/80:hover{
  border-color: rgb(94 165 49 / 0.8);
}

.hover\:border-charts-13\/85:hover{
  border-color: rgb(94 165 49 / 0.85);
}

.hover\:border-charts-13\/90:hover{
  border-color: rgb(94 165 49 / 0.9);
}

.hover\:border-charts-13\/95:hover{
  border-color: rgb(94 165 49 / 0.95);
}

.hover\:border-charts-2:hover{
  --tw-border-opacity: 1;
  border-color: rgb(38 124 215 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-2\/0:hover{
  border-color: rgb(38 124 215 / 0);
}

.hover\:border-charts-2\/10:hover{
  border-color: rgb(38 124 215 / 0.1);
}

.hover\:border-charts-2\/100:hover{
  border-color: rgb(38 124 215 / 1);
}

.hover\:border-charts-2\/15:hover{
  border-color: rgb(38 124 215 / 0.15);
}

.hover\:border-charts-2\/20:hover{
  border-color: rgb(38 124 215 / 0.2);
}

.hover\:border-charts-2\/25:hover{
  border-color: rgb(38 124 215 / 0.25);
}

.hover\:border-charts-2\/30:hover{
  border-color: rgb(38 124 215 / 0.3);
}

.hover\:border-charts-2\/35:hover{
  border-color: rgb(38 124 215 / 0.35);
}

.hover\:border-charts-2\/40:hover{
  border-color: rgb(38 124 215 / 0.4);
}

.hover\:border-charts-2\/45:hover{
  border-color: rgb(38 124 215 / 0.45);
}

.hover\:border-charts-2\/5:hover{
  border-color: rgb(38 124 215 / 0.05);
}

.hover\:border-charts-2\/50:hover{
  border-color: rgb(38 124 215 / 0.5);
}

.hover\:border-charts-2\/55:hover{
  border-color: rgb(38 124 215 / 0.55);
}

.hover\:border-charts-2\/60:hover{
  border-color: rgb(38 124 215 / 0.6);
}

.hover\:border-charts-2\/65:hover{
  border-color: rgb(38 124 215 / 0.65);
}

.hover\:border-charts-2\/70:hover{
  border-color: rgb(38 124 215 / 0.7);
}

.hover\:border-charts-2\/75:hover{
  border-color: rgb(38 124 215 / 0.75);
}

.hover\:border-charts-2\/80:hover{
  border-color: rgb(38 124 215 / 0.8);
}

.hover\:border-charts-2\/85:hover{
  border-color: rgb(38 124 215 / 0.85);
}

.hover\:border-charts-2\/90:hover{
  border-color: rgb(38 124 215 / 0.9);
}

.hover\:border-charts-2\/95:hover{
  border-color: rgb(38 124 215 / 0.95);
}

.hover\:border-charts-3:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-3\/0:hover{
  border-color: rgb(127 50 190 / 0);
}

.hover\:border-charts-3\/10:hover{
  border-color: rgb(127 50 190 / 0.1);
}

.hover\:border-charts-3\/100:hover{
  border-color: rgb(127 50 190 / 1);
}

.hover\:border-charts-3\/15:hover{
  border-color: rgb(127 50 190 / 0.15);
}

.hover\:border-charts-3\/20:hover{
  border-color: rgb(127 50 190 / 0.2);
}

.hover\:border-charts-3\/25:hover{
  border-color: rgb(127 50 190 / 0.25);
}

.hover\:border-charts-3\/30:hover{
  border-color: rgb(127 50 190 / 0.3);
}

.hover\:border-charts-3\/35:hover{
  border-color: rgb(127 50 190 / 0.35);
}

.hover\:border-charts-3\/40:hover{
  border-color: rgb(127 50 190 / 0.4);
}

.hover\:border-charts-3\/45:hover{
  border-color: rgb(127 50 190 / 0.45);
}

.hover\:border-charts-3\/5:hover{
  border-color: rgb(127 50 190 / 0.05);
}

.hover\:border-charts-3\/50:hover{
  border-color: rgb(127 50 190 / 0.5);
}

.hover\:border-charts-3\/55:hover{
  border-color: rgb(127 50 190 / 0.55);
}

.hover\:border-charts-3\/60:hover{
  border-color: rgb(127 50 190 / 0.6);
}

.hover\:border-charts-3\/65:hover{
  border-color: rgb(127 50 190 / 0.65);
}

.hover\:border-charts-3\/70:hover{
  border-color: rgb(127 50 190 / 0.7);
}

.hover\:border-charts-3\/75:hover{
  border-color: rgb(127 50 190 / 0.75);
}

.hover\:border-charts-3\/80:hover{
  border-color: rgb(127 50 190 / 0.8);
}

.hover\:border-charts-3\/85:hover{
  border-color: rgb(127 50 190 / 0.85);
}

.hover\:border-charts-3\/90:hover{
  border-color: rgb(127 50 190 / 0.9);
}

.hover\:border-charts-3\/95:hover{
  border-color: rgb(127 50 190 / 0.95);
}

.hover\:border-charts-4:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 157 154 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-4\/0:hover{
  border-color: rgb(0 157 154 / 0);
}

.hover\:border-charts-4\/10:hover{
  border-color: rgb(0 157 154 / 0.1);
}

.hover\:border-charts-4\/100:hover{
  border-color: rgb(0 157 154 / 1);
}

.hover\:border-charts-4\/15:hover{
  border-color: rgb(0 157 154 / 0.15);
}

.hover\:border-charts-4\/20:hover{
  border-color: rgb(0 157 154 / 0.2);
}

.hover\:border-charts-4\/25:hover{
  border-color: rgb(0 157 154 / 0.25);
}

.hover\:border-charts-4\/30:hover{
  border-color: rgb(0 157 154 / 0.3);
}

.hover\:border-charts-4\/35:hover{
  border-color: rgb(0 157 154 / 0.35);
}

.hover\:border-charts-4\/40:hover{
  border-color: rgb(0 157 154 / 0.4);
}

.hover\:border-charts-4\/45:hover{
  border-color: rgb(0 157 154 / 0.45);
}

.hover\:border-charts-4\/5:hover{
  border-color: rgb(0 157 154 / 0.05);
}

.hover\:border-charts-4\/50:hover{
  border-color: rgb(0 157 154 / 0.5);
}

.hover\:border-charts-4\/55:hover{
  border-color: rgb(0 157 154 / 0.55);
}

.hover\:border-charts-4\/60:hover{
  border-color: rgb(0 157 154 / 0.6);
}

.hover\:border-charts-4\/65:hover{
  border-color: rgb(0 157 154 / 0.65);
}

.hover\:border-charts-4\/70:hover{
  border-color: rgb(0 157 154 / 0.7);
}

.hover\:border-charts-4\/75:hover{
  border-color: rgb(0 157 154 / 0.75);
}

.hover\:border-charts-4\/80:hover{
  border-color: rgb(0 157 154 / 0.8);
}

.hover\:border-charts-4\/85:hover{
  border-color: rgb(0 157 154 / 0.85);
}

.hover\:border-charts-4\/90:hover{
  border-color: rgb(0 157 154 / 0.9);
}

.hover\:border-charts-4\/95:hover{
  border-color: rgb(0 157 154 / 0.95);
}

.hover\:border-charts-5:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 111 25 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-5\/0:hover{
  border-color: rgb(240 111 25 / 0);
}

.hover\:border-charts-5\/10:hover{
  border-color: rgb(240 111 25 / 0.1);
}

.hover\:border-charts-5\/100:hover{
  border-color: rgb(240 111 25 / 1);
}

.hover\:border-charts-5\/15:hover{
  border-color: rgb(240 111 25 / 0.15);
}

.hover\:border-charts-5\/20:hover{
  border-color: rgb(240 111 25 / 0.2);
}

.hover\:border-charts-5\/25:hover{
  border-color: rgb(240 111 25 / 0.25);
}

.hover\:border-charts-5\/30:hover{
  border-color: rgb(240 111 25 / 0.3);
}

.hover\:border-charts-5\/35:hover{
  border-color: rgb(240 111 25 / 0.35);
}

.hover\:border-charts-5\/40:hover{
  border-color: rgb(240 111 25 / 0.4);
}

.hover\:border-charts-5\/45:hover{
  border-color: rgb(240 111 25 / 0.45);
}

.hover\:border-charts-5\/5:hover{
  border-color: rgb(240 111 25 / 0.05);
}

.hover\:border-charts-5\/50:hover{
  border-color: rgb(240 111 25 / 0.5);
}

.hover\:border-charts-5\/55:hover{
  border-color: rgb(240 111 25 / 0.55);
}

.hover\:border-charts-5\/60:hover{
  border-color: rgb(240 111 25 / 0.6);
}

.hover\:border-charts-5\/65:hover{
  border-color: rgb(240 111 25 / 0.65);
}

.hover\:border-charts-5\/70:hover{
  border-color: rgb(240 111 25 / 0.7);
}

.hover\:border-charts-5\/75:hover{
  border-color: rgb(240 111 25 / 0.75);
}

.hover\:border-charts-5\/80:hover{
  border-color: rgb(240 111 25 / 0.8);
}

.hover\:border-charts-5\/85:hover{
  border-color: rgb(240 111 25 / 0.85);
}

.hover\:border-charts-5\/90:hover{
  border-color: rgb(240 111 25 / 0.9);
}

.hover\:border-charts-5\/95:hover{
  border-color: rgb(240 111 25 / 0.95);
}

.hover\:border-charts-6:hover{
  --tw-border-opacity: 1;
  border-color: rgb(238 83 139 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-6\/0:hover{
  border-color: rgb(238 83 139 / 0);
}

.hover\:border-charts-6\/10:hover{
  border-color: rgb(238 83 139 / 0.1);
}

.hover\:border-charts-6\/100:hover{
  border-color: rgb(238 83 139 / 1);
}

.hover\:border-charts-6\/15:hover{
  border-color: rgb(238 83 139 / 0.15);
}

.hover\:border-charts-6\/20:hover{
  border-color: rgb(238 83 139 / 0.2);
}

.hover\:border-charts-6\/25:hover{
  border-color: rgb(238 83 139 / 0.25);
}

.hover\:border-charts-6\/30:hover{
  border-color: rgb(238 83 139 / 0.3);
}

.hover\:border-charts-6\/35:hover{
  border-color: rgb(238 83 139 / 0.35);
}

.hover\:border-charts-6\/40:hover{
  border-color: rgb(238 83 139 / 0.4);
}

.hover\:border-charts-6\/45:hover{
  border-color: rgb(238 83 139 / 0.45);
}

.hover\:border-charts-6\/5:hover{
  border-color: rgb(238 83 139 / 0.05);
}

.hover\:border-charts-6\/50:hover{
  border-color: rgb(238 83 139 / 0.5);
}

.hover\:border-charts-6\/55:hover{
  border-color: rgb(238 83 139 / 0.55);
}

.hover\:border-charts-6\/60:hover{
  border-color: rgb(238 83 139 / 0.6);
}

.hover\:border-charts-6\/65:hover{
  border-color: rgb(238 83 139 / 0.65);
}

.hover\:border-charts-6\/70:hover{
  border-color: rgb(238 83 139 / 0.7);
}

.hover\:border-charts-6\/75:hover{
  border-color: rgb(238 83 139 / 0.75);
}

.hover\:border-charts-6\/80:hover{
  border-color: rgb(238 83 139 / 0.8);
}

.hover\:border-charts-6\/85:hover{
  border-color: rgb(238 83 139 / 0.85);
}

.hover\:border-charts-6\/90:hover{
  border-color: rgb(238 83 139 / 0.9);
}

.hover\:border-charts-6\/95:hover{
  border-color: rgb(238 83 139 / 0.95);
}

.hover\:border-charts-7:hover{
  --tw-border-opacity: 1;
  border-color: rgb(13 126 160 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-7\/0:hover{
  border-color: rgb(13 126 160 / 0);
}

.hover\:border-charts-7\/10:hover{
  border-color: rgb(13 126 160 / 0.1);
}

.hover\:border-charts-7\/100:hover{
  border-color: rgb(13 126 160 / 1);
}

.hover\:border-charts-7\/15:hover{
  border-color: rgb(13 126 160 / 0.15);
}

.hover\:border-charts-7\/20:hover{
  border-color: rgb(13 126 160 / 0.2);
}

.hover\:border-charts-7\/25:hover{
  border-color: rgb(13 126 160 / 0.25);
}

.hover\:border-charts-7\/30:hover{
  border-color: rgb(13 126 160 / 0.3);
}

.hover\:border-charts-7\/35:hover{
  border-color: rgb(13 126 160 / 0.35);
}

.hover\:border-charts-7\/40:hover{
  border-color: rgb(13 126 160 / 0.4);
}

.hover\:border-charts-7\/45:hover{
  border-color: rgb(13 126 160 / 0.45);
}

.hover\:border-charts-7\/5:hover{
  border-color: rgb(13 126 160 / 0.05);
}

.hover\:border-charts-7\/50:hover{
  border-color: rgb(13 126 160 / 0.5);
}

.hover\:border-charts-7\/55:hover{
  border-color: rgb(13 126 160 / 0.55);
}

.hover\:border-charts-7\/60:hover{
  border-color: rgb(13 126 160 / 0.6);
}

.hover\:border-charts-7\/65:hover{
  border-color: rgb(13 126 160 / 0.65);
}

.hover\:border-charts-7\/70:hover{
  border-color: rgb(13 126 160 / 0.7);
}

.hover\:border-charts-7\/75:hover{
  border-color: rgb(13 126 160 / 0.75);
}

.hover\:border-charts-7\/80:hover{
  border-color: rgb(13 126 160 / 0.8);
}

.hover\:border-charts-7\/85:hover{
  border-color: rgb(13 126 160 / 0.85);
}

.hover\:border-charts-7\/90:hover{
  border-color: rgb(13 126 160 / 0.9);
}

.hover\:border-charts-7\/95:hover{
  border-color: rgb(13 126 160 / 0.95);
}

.hover\:border-charts-8:hover{
  --tw-border-opacity: 1;
  border-color: rgb(159 24 83 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-8\/0:hover{
  border-color: rgb(159 24 83 / 0);
}

.hover\:border-charts-8\/10:hover{
  border-color: rgb(159 24 83 / 0.1);
}

.hover\:border-charts-8\/100:hover{
  border-color: rgb(159 24 83 / 1);
}

.hover\:border-charts-8\/15:hover{
  border-color: rgb(159 24 83 / 0.15);
}

.hover\:border-charts-8\/20:hover{
  border-color: rgb(159 24 83 / 0.2);
}

.hover\:border-charts-8\/25:hover{
  border-color: rgb(159 24 83 / 0.25);
}

.hover\:border-charts-8\/30:hover{
  border-color: rgb(159 24 83 / 0.3);
}

.hover\:border-charts-8\/35:hover{
  border-color: rgb(159 24 83 / 0.35);
}

.hover\:border-charts-8\/40:hover{
  border-color: rgb(159 24 83 / 0.4);
}

.hover\:border-charts-8\/45:hover{
  border-color: rgb(159 24 83 / 0.45);
}

.hover\:border-charts-8\/5:hover{
  border-color: rgb(159 24 83 / 0.05);
}

.hover\:border-charts-8\/50:hover{
  border-color: rgb(159 24 83 / 0.5);
}

.hover\:border-charts-8\/55:hover{
  border-color: rgb(159 24 83 / 0.55);
}

.hover\:border-charts-8\/60:hover{
  border-color: rgb(159 24 83 / 0.6);
}

.hover\:border-charts-8\/65:hover{
  border-color: rgb(159 24 83 / 0.65);
}

.hover\:border-charts-8\/70:hover{
  border-color: rgb(159 24 83 / 0.7);
}

.hover\:border-charts-8\/75:hover{
  border-color: rgb(159 24 83 / 0.75);
}

.hover\:border-charts-8\/80:hover{
  border-color: rgb(159 24 83 / 0.8);
}

.hover\:border-charts-8\/85:hover{
  border-color: rgb(159 24 83 / 0.85);
}

.hover\:border-charts-8\/90:hover{
  border-color: rgb(159 24 83 / 0.9);
}

.hover\:border-charts-8\/95:hover{
  border-color: rgb(159 24 83 / 0.95);
}

.hover\:border-charts-9:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.hover\:border-charts-9\/0:hover{
  border-color: rgb(255 186 0 / 0);
}

.hover\:border-charts-9\/10:hover{
  border-color: rgb(255 186 0 / 0.1);
}

.hover\:border-charts-9\/100:hover{
  border-color: rgb(255 186 0 / 1);
}

.hover\:border-charts-9\/15:hover{
  border-color: rgb(255 186 0 / 0.15);
}

.hover\:border-charts-9\/20:hover{
  border-color: rgb(255 186 0 / 0.2);
}

.hover\:border-charts-9\/25:hover{
  border-color: rgb(255 186 0 / 0.25);
}

.hover\:border-charts-9\/30:hover{
  border-color: rgb(255 186 0 / 0.3);
}

.hover\:border-charts-9\/35:hover{
  border-color: rgb(255 186 0 / 0.35);
}

.hover\:border-charts-9\/40:hover{
  border-color: rgb(255 186 0 / 0.4);
}

.hover\:border-charts-9\/45:hover{
  border-color: rgb(255 186 0 / 0.45);
}

.hover\:border-charts-9\/5:hover{
  border-color: rgb(255 186 0 / 0.05);
}

.hover\:border-charts-9\/50:hover{
  border-color: rgb(255 186 0 / 0.5);
}

.hover\:border-charts-9\/55:hover{
  border-color: rgb(255 186 0 / 0.55);
}

.hover\:border-charts-9\/60:hover{
  border-color: rgb(255 186 0 / 0.6);
}

.hover\:border-charts-9\/65:hover{
  border-color: rgb(255 186 0 / 0.65);
}

.hover\:border-charts-9\/70:hover{
  border-color: rgb(255 186 0 / 0.7);
}

.hover\:border-charts-9\/75:hover{
  border-color: rgb(255 186 0 / 0.75);
}

.hover\:border-charts-9\/80:hover{
  border-color: rgb(255 186 0 / 0.8);
}

.hover\:border-charts-9\/85:hover{
  border-color: rgb(255 186 0 / 0.85);
}

.hover\:border-charts-9\/90:hover{
  border-color: rgb(255 186 0 / 0.9);
}

.hover\:border-charts-9\/95:hover{
  border-color: rgb(255 186 0 / 0.95);
}

.hover\:border-error-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(217 0 7 / var(--tw-border-opacity, 1));
}

.hover\:border-error-100\/0:hover{
  border-color: rgb(217 0 7 / 0);
}

.hover\:border-error-100\/10:hover{
  border-color: rgb(217 0 7 / 0.1);
}

.hover\:border-error-100\/100:hover{
  border-color: rgb(217 0 7 / 1);
}

.hover\:border-error-100\/15:hover{
  border-color: rgb(217 0 7 / 0.15);
}

.hover\:border-error-100\/20:hover{
  border-color: rgb(217 0 7 / 0.2);
}

.hover\:border-error-100\/25:hover{
  border-color: rgb(217 0 7 / 0.25);
}

.hover\:border-error-100\/30:hover{
  border-color: rgb(217 0 7 / 0.3);
}

.hover\:border-error-100\/35:hover{
  border-color: rgb(217 0 7 / 0.35);
}

.hover\:border-error-100\/40:hover{
  border-color: rgb(217 0 7 / 0.4);
}

.hover\:border-error-100\/45:hover{
  border-color: rgb(217 0 7 / 0.45);
}

.hover\:border-error-100\/5:hover{
  border-color: rgb(217 0 7 / 0.05);
}

.hover\:border-error-100\/50:hover{
  border-color: rgb(217 0 7 / 0.5);
}

.hover\:border-error-100\/55:hover{
  border-color: rgb(217 0 7 / 0.55);
}

.hover\:border-error-100\/60:hover{
  border-color: rgb(217 0 7 / 0.6);
}

.hover\:border-error-100\/65:hover{
  border-color: rgb(217 0 7 / 0.65);
}

.hover\:border-error-100\/70:hover{
  border-color: rgb(217 0 7 / 0.7);
}

.hover\:border-error-100\/75:hover{
  border-color: rgb(217 0 7 / 0.75);
}

.hover\:border-error-100\/80:hover{
  border-color: rgb(217 0 7 / 0.8);
}

.hover\:border-error-100\/85:hover{
  border-color: rgb(217 0 7 / 0.85);
}

.hover\:border-error-100\/90:hover{
  border-color: rgb(217 0 7 / 0.9);
}

.hover\:border-error-100\/95:hover{
  border-color: rgb(217 0 7 / 0.95);
}

.hover\:border-error-background:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.hover\:border-error-background\/0:hover{
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-error-background\/10:hover{
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-error-background\/100:hover{
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-error-background\/15:hover{
  border-color: rgb(254 226 226 / 0.15);
}

.hover\:border-error-background\/20:hover{
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-error-background\/25:hover{
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-error-background\/30:hover{
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-error-background\/35:hover{
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-error-background\/40:hover{
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-error-background\/45:hover{
  border-color: rgb(254 226 226 / 0.45);
}

.hover\:border-error-background\/5:hover{
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-error-background\/50:hover{
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-error-background\/55:hover{
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-error-background\/60:hover{
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-error-background\/65:hover{
  border-color: rgb(254 226 226 / 0.65);
}

.hover\:border-error-background\/70:hover{
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-error-background\/75:hover{
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-error-background\/80:hover{
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-error-background\/85:hover{
  border-color: rgb(254 226 226 / 0.85);
}

.hover\:border-error-background\/90:hover{
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-error-background\/95:hover{
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-informational-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 87 137 / var(--tw-border-opacity, 1));
}

.hover\:border-informational-100\/0:hover{
  border-color: rgb(35 87 137 / 0);
}

.hover\:border-informational-100\/10:hover{
  border-color: rgb(35 87 137 / 0.1);
}

.hover\:border-informational-100\/100:hover{
  border-color: rgb(35 87 137 / 1);
}

.hover\:border-informational-100\/15:hover{
  border-color: rgb(35 87 137 / 0.15);
}

.hover\:border-informational-100\/20:hover{
  border-color: rgb(35 87 137 / 0.2);
}

.hover\:border-informational-100\/25:hover{
  border-color: rgb(35 87 137 / 0.25);
}

.hover\:border-informational-100\/30:hover{
  border-color: rgb(35 87 137 / 0.3);
}

.hover\:border-informational-100\/35:hover{
  border-color: rgb(35 87 137 / 0.35);
}

.hover\:border-informational-100\/40:hover{
  border-color: rgb(35 87 137 / 0.4);
}

.hover\:border-informational-100\/45:hover{
  border-color: rgb(35 87 137 / 0.45);
}

.hover\:border-informational-100\/5:hover{
  border-color: rgb(35 87 137 / 0.05);
}

.hover\:border-informational-100\/50:hover{
  border-color: rgb(35 87 137 / 0.5);
}

.hover\:border-informational-100\/55:hover{
  border-color: rgb(35 87 137 / 0.55);
}

.hover\:border-informational-100\/60:hover{
  border-color: rgb(35 87 137 / 0.6);
}

.hover\:border-informational-100\/65:hover{
  border-color: rgb(35 87 137 / 0.65);
}

.hover\:border-informational-100\/70:hover{
  border-color: rgb(35 87 137 / 0.7);
}

.hover\:border-informational-100\/75:hover{
  border-color: rgb(35 87 137 / 0.75);
}

.hover\:border-informational-100\/80:hover{
  border-color: rgb(35 87 137 / 0.8);
}

.hover\:border-informational-100\/85:hover{
  border-color: rgb(35 87 137 / 0.85);
}

.hover\:border-informational-100\/90:hover{
  border-color: rgb(35 87 137 / 0.9);
}

.hover\:border-informational-100\/95:hover{
  border-color: rgb(35 87 137 / 0.95);
}

.hover\:border-informational-background:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 241 254 / var(--tw-border-opacity, 1));
}

.hover\:border-informational-background\/0:hover{
  border-color: rgb(226 241 254 / 0);
}

.hover\:border-informational-background\/10:hover{
  border-color: rgb(226 241 254 / 0.1);
}

.hover\:border-informational-background\/100:hover{
  border-color: rgb(226 241 254 / 1);
}

.hover\:border-informational-background\/15:hover{
  border-color: rgb(226 241 254 / 0.15);
}

.hover\:border-informational-background\/20:hover{
  border-color: rgb(226 241 254 / 0.2);
}

.hover\:border-informational-background\/25:hover{
  border-color: rgb(226 241 254 / 0.25);
}

.hover\:border-informational-background\/30:hover{
  border-color: rgb(226 241 254 / 0.3);
}

.hover\:border-informational-background\/35:hover{
  border-color: rgb(226 241 254 / 0.35);
}

.hover\:border-informational-background\/40:hover{
  border-color: rgb(226 241 254 / 0.4);
}

.hover\:border-informational-background\/45:hover{
  border-color: rgb(226 241 254 / 0.45);
}

.hover\:border-informational-background\/5:hover{
  border-color: rgb(226 241 254 / 0.05);
}

.hover\:border-informational-background\/50:hover{
  border-color: rgb(226 241 254 / 0.5);
}

.hover\:border-informational-background\/55:hover{
  border-color: rgb(226 241 254 / 0.55);
}

.hover\:border-informational-background\/60:hover{
  border-color: rgb(226 241 254 / 0.6);
}

.hover\:border-informational-background\/65:hover{
  border-color: rgb(226 241 254 / 0.65);
}

.hover\:border-informational-background\/70:hover{
  border-color: rgb(226 241 254 / 0.7);
}

.hover\:border-informational-background\/75:hover{
  border-color: rgb(226 241 254 / 0.75);
}

.hover\:border-informational-background\/80:hover{
  border-color: rgb(226 241 254 / 0.8);
}

.hover\:border-informational-background\/85:hover{
  border-color: rgb(226 241 254 / 0.85);
}

.hover\:border-informational-background\/90:hover{
  border-color: rgb(226 241 254 / 0.9);
}

.hover\:border-informational-background\/95:hover{
  border-color: rgb(226 241 254 / 0.95);
}

.hover\:border-neutral-10:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 247 250 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-10\/0:hover{
  border-color: rgb(245 247 250 / 0);
}

.hover\:border-neutral-10\/10:hover{
  border-color: rgb(245 247 250 / 0.1);
}

.hover\:border-neutral-10\/100:hover{
  border-color: rgb(245 247 250 / 1);
}

.hover\:border-neutral-10\/15:hover{
  border-color: rgb(245 247 250 / 0.15);
}

.hover\:border-neutral-10\/20:hover{
  border-color: rgb(245 247 250 / 0.2);
}

.hover\:border-neutral-10\/25:hover{
  border-color: rgb(245 247 250 / 0.25);
}

.hover\:border-neutral-10\/30:hover{
  border-color: rgb(245 247 250 / 0.3);
}

.hover\:border-neutral-10\/35:hover{
  border-color: rgb(245 247 250 / 0.35);
}

.hover\:border-neutral-10\/40:hover{
  border-color: rgb(245 247 250 / 0.4);
}

.hover\:border-neutral-10\/45:hover{
  border-color: rgb(245 247 250 / 0.45);
}

.hover\:border-neutral-10\/5:hover{
  border-color: rgb(245 247 250 / 0.05);
}

.hover\:border-neutral-10\/50:hover{
  border-color: rgb(245 247 250 / 0.5);
}

.hover\:border-neutral-10\/55:hover{
  border-color: rgb(245 247 250 / 0.55);
}

.hover\:border-neutral-10\/60:hover{
  border-color: rgb(245 247 250 / 0.6);
}

.hover\:border-neutral-10\/65:hover{
  border-color: rgb(245 247 250 / 0.65);
}

.hover\:border-neutral-10\/70:hover{
  border-color: rgb(245 247 250 / 0.7);
}

.hover\:border-neutral-10\/75:hover{
  border-color: rgb(245 247 250 / 0.75);
}

.hover\:border-neutral-10\/80:hover{
  border-color: rgb(245 247 250 / 0.8);
}

.hover\:border-neutral-10\/85:hover{
  border-color: rgb(245 247 250 / 0.85);
}

.hover\:border-neutral-10\/90:hover{
  border-color: rgb(245 247 250 / 0.9);
}

.hover\:border-neutral-10\/95:hover{
  border-color: rgb(245 247 250 / 0.95);
}

.hover\:border-neutral-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-100\/0:hover{
  border-color: rgb(26 26 26 / 0);
}

.hover\:border-neutral-100\/10:hover{
  border-color: rgb(26 26 26 / 0.1);
}

.hover\:border-neutral-100\/100:hover{
  border-color: rgb(26 26 26 / 1);
}

.hover\:border-neutral-100\/15:hover{
  border-color: rgb(26 26 26 / 0.15);
}

.hover\:border-neutral-100\/20:hover{
  border-color: rgb(26 26 26 / 0.2);
}

.hover\:border-neutral-100\/25:hover{
  border-color: rgb(26 26 26 / 0.25);
}

.hover\:border-neutral-100\/30:hover{
  border-color: rgb(26 26 26 / 0.3);
}

.hover\:border-neutral-100\/35:hover{
  border-color: rgb(26 26 26 / 0.35);
}

.hover\:border-neutral-100\/40:hover{
  border-color: rgb(26 26 26 / 0.4);
}

.hover\:border-neutral-100\/45:hover{
  border-color: rgb(26 26 26 / 0.45);
}

.hover\:border-neutral-100\/5:hover{
  border-color: rgb(26 26 26 / 0.05);
}

.hover\:border-neutral-100\/50:hover{
  border-color: rgb(26 26 26 / 0.5);
}

.hover\:border-neutral-100\/55:hover{
  border-color: rgb(26 26 26 / 0.55);
}

.hover\:border-neutral-100\/60:hover{
  border-color: rgb(26 26 26 / 0.6);
}

.hover\:border-neutral-100\/65:hover{
  border-color: rgb(26 26 26 / 0.65);
}

.hover\:border-neutral-100\/70:hover{
  border-color: rgb(26 26 26 / 0.7);
}

.hover\:border-neutral-100\/75:hover{
  border-color: rgb(26 26 26 / 0.75);
}

.hover\:border-neutral-100\/80:hover{
  border-color: rgb(26 26 26 / 0.8);
}

.hover\:border-neutral-100\/85:hover{
  border-color: rgb(26 26 26 / 0.85);
}

.hover\:border-neutral-100\/90:hover{
  border-color: rgb(26 26 26 / 0.9);
}

.hover\:border-neutral-100\/95:hover{
  border-color: rgb(26 26 26 / 0.95);
}

.hover\:border-neutral-20:hover{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-20\/0:hover{
  border-color: rgb(227 227 227 / 0);
}

.hover\:border-neutral-20\/10:hover{
  border-color: rgb(227 227 227 / 0.1);
}

.hover\:border-neutral-20\/100:hover{
  border-color: rgb(227 227 227 / 1);
}

.hover\:border-neutral-20\/15:hover{
  border-color: rgb(227 227 227 / 0.15);
}

.hover\:border-neutral-20\/20:hover{
  border-color: rgb(227 227 227 / 0.2);
}

.hover\:border-neutral-20\/25:hover{
  border-color: rgb(227 227 227 / 0.25);
}

.hover\:border-neutral-20\/30:hover{
  border-color: rgb(227 227 227 / 0.3);
}

.hover\:border-neutral-20\/35:hover{
  border-color: rgb(227 227 227 / 0.35);
}

.hover\:border-neutral-20\/40:hover{
  border-color: rgb(227 227 227 / 0.4);
}

.hover\:border-neutral-20\/45:hover{
  border-color: rgb(227 227 227 / 0.45);
}

.hover\:border-neutral-20\/5:hover{
  border-color: rgb(227 227 227 / 0.05);
}

.hover\:border-neutral-20\/50:hover{
  border-color: rgb(227 227 227 / 0.5);
}

.hover\:border-neutral-20\/55:hover{
  border-color: rgb(227 227 227 / 0.55);
}

.hover\:border-neutral-20\/60:hover{
  border-color: rgb(227 227 227 / 0.6);
}

.hover\:border-neutral-20\/65:hover{
  border-color: rgb(227 227 227 / 0.65);
}

.hover\:border-neutral-20\/70:hover{
  border-color: rgb(227 227 227 / 0.7);
}

.hover\:border-neutral-20\/75:hover{
  border-color: rgb(227 227 227 / 0.75);
}

.hover\:border-neutral-20\/80:hover{
  border-color: rgb(227 227 227 / 0.8);
}

.hover\:border-neutral-20\/85:hover{
  border-color: rgb(227 227 227 / 0.85);
}

.hover\:border-neutral-20\/90:hover{
  border-color: rgb(227 227 227 / 0.9);
}

.hover\:border-neutral-20\/95:hover{
  border-color: rgb(227 227 227 / 0.95);
}

.hover\:border-neutral-30:hover{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-30\/0:hover{
  border-color: rgb(199 199 199 / 0);
}

.hover\:border-neutral-30\/10:hover{
  border-color: rgb(199 199 199 / 0.1);
}

.hover\:border-neutral-30\/100:hover{
  border-color: rgb(199 199 199 / 1);
}

.hover\:border-neutral-30\/15:hover{
  border-color: rgb(199 199 199 / 0.15);
}

.hover\:border-neutral-30\/20:hover{
  border-color: rgb(199 199 199 / 0.2);
}

.hover\:border-neutral-30\/25:hover{
  border-color: rgb(199 199 199 / 0.25);
}

.hover\:border-neutral-30\/30:hover{
  border-color: rgb(199 199 199 / 0.3);
}

.hover\:border-neutral-30\/35:hover{
  border-color: rgb(199 199 199 / 0.35);
}

.hover\:border-neutral-30\/40:hover{
  border-color: rgb(199 199 199 / 0.4);
}

.hover\:border-neutral-30\/45:hover{
  border-color: rgb(199 199 199 / 0.45);
}

.hover\:border-neutral-30\/5:hover{
  border-color: rgb(199 199 199 / 0.05);
}

.hover\:border-neutral-30\/50:hover{
  border-color: rgb(199 199 199 / 0.5);
}

.hover\:border-neutral-30\/55:hover{
  border-color: rgb(199 199 199 / 0.55);
}

.hover\:border-neutral-30\/60:hover{
  border-color: rgb(199 199 199 / 0.6);
}

.hover\:border-neutral-30\/65:hover{
  border-color: rgb(199 199 199 / 0.65);
}

.hover\:border-neutral-30\/70:hover{
  border-color: rgb(199 199 199 / 0.7);
}

.hover\:border-neutral-30\/75:hover{
  border-color: rgb(199 199 199 / 0.75);
}

.hover\:border-neutral-30\/80:hover{
  border-color: rgb(199 199 199 / 0.8);
}

.hover\:border-neutral-30\/85:hover{
  border-color: rgb(199 199 199 / 0.85);
}

.hover\:border-neutral-30\/90:hover{
  border-color: rgb(199 199 199 / 0.9);
}

.hover\:border-neutral-30\/95:hover{
  border-color: rgb(199 199 199 / 0.95);
}

.hover\:border-neutral-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-40\/0:hover{
  border-color: rgb(172 172 172 / 0);
}

.hover\:border-neutral-40\/10:hover{
  border-color: rgb(172 172 172 / 0.1);
}

.hover\:border-neutral-40\/100:hover{
  border-color: rgb(172 172 172 / 1);
}

.hover\:border-neutral-40\/15:hover{
  border-color: rgb(172 172 172 / 0.15);
}

.hover\:border-neutral-40\/20:hover{
  border-color: rgb(172 172 172 / 0.2);
}

.hover\:border-neutral-40\/25:hover{
  border-color: rgb(172 172 172 / 0.25);
}

.hover\:border-neutral-40\/30:hover{
  border-color: rgb(172 172 172 / 0.3);
}

.hover\:border-neutral-40\/35:hover{
  border-color: rgb(172 172 172 / 0.35);
}

.hover\:border-neutral-40\/40:hover{
  border-color: rgb(172 172 172 / 0.4);
}

.hover\:border-neutral-40\/45:hover{
  border-color: rgb(172 172 172 / 0.45);
}

.hover\:border-neutral-40\/5:hover{
  border-color: rgb(172 172 172 / 0.05);
}

.hover\:border-neutral-40\/50:hover{
  border-color: rgb(172 172 172 / 0.5);
}

.hover\:border-neutral-40\/55:hover{
  border-color: rgb(172 172 172 / 0.55);
}

.hover\:border-neutral-40\/60:hover{
  border-color: rgb(172 172 172 / 0.6);
}

.hover\:border-neutral-40\/65:hover{
  border-color: rgb(172 172 172 / 0.65);
}

.hover\:border-neutral-40\/70:hover{
  border-color: rgb(172 172 172 / 0.7);
}

.hover\:border-neutral-40\/75:hover{
  border-color: rgb(172 172 172 / 0.75);
}

.hover\:border-neutral-40\/80:hover{
  border-color: rgb(172 172 172 / 0.8);
}

.hover\:border-neutral-40\/85:hover{
  border-color: rgb(172 172 172 / 0.85);
}

.hover\:border-neutral-40\/90:hover{
  border-color: rgb(172 172 172 / 0.9);
}

.hover\:border-neutral-40\/95:hover{
  border-color: rgb(172 172 172 / 0.95);
}

.hover\:border-neutral-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(142 145 146 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-50\/0:hover{
  border-color: rgb(142 145 146 / 0);
}

.hover\:border-neutral-50\/10:hover{
  border-color: rgb(142 145 146 / 0.1);
}

.hover\:border-neutral-50\/100:hover{
  border-color: rgb(142 145 146 / 1);
}

.hover\:border-neutral-50\/15:hover{
  border-color: rgb(142 145 146 / 0.15);
}

.hover\:border-neutral-50\/20:hover{
  border-color: rgb(142 145 146 / 0.2);
}

.hover\:border-neutral-50\/25:hover{
  border-color: rgb(142 145 146 / 0.25);
}

.hover\:border-neutral-50\/30:hover{
  border-color: rgb(142 145 146 / 0.3);
}

.hover\:border-neutral-50\/35:hover{
  border-color: rgb(142 145 146 / 0.35);
}

.hover\:border-neutral-50\/40:hover{
  border-color: rgb(142 145 146 / 0.4);
}

.hover\:border-neutral-50\/45:hover{
  border-color: rgb(142 145 146 / 0.45);
}

.hover\:border-neutral-50\/5:hover{
  border-color: rgb(142 145 146 / 0.05);
}

.hover\:border-neutral-50\/50:hover{
  border-color: rgb(142 145 146 / 0.5);
}

.hover\:border-neutral-50\/55:hover{
  border-color: rgb(142 145 146 / 0.55);
}

.hover\:border-neutral-50\/60:hover{
  border-color: rgb(142 145 146 / 0.6);
}

.hover\:border-neutral-50\/65:hover{
  border-color: rgb(142 145 146 / 0.65);
}

.hover\:border-neutral-50\/70:hover{
  border-color: rgb(142 145 146 / 0.7);
}

.hover\:border-neutral-50\/75:hover{
  border-color: rgb(142 145 146 / 0.75);
}

.hover\:border-neutral-50\/80:hover{
  border-color: rgb(142 145 146 / 0.8);
}

.hover\:border-neutral-50\/85:hover{
  border-color: rgb(142 145 146 / 0.85);
}

.hover\:border-neutral-50\/90:hover{
  border-color: rgb(142 145 146 / 0.9);
}

.hover\:border-neutral-50\/95:hover{
  border-color: rgb(142 145 146 / 0.95);
}

.hover\:border-neutral-60:hover{
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-60\/0:hover{
  border-color: rgb(118 118 118 / 0);
}

.hover\:border-neutral-60\/10:hover{
  border-color: rgb(118 118 118 / 0.1);
}

.hover\:border-neutral-60\/100:hover{
  border-color: rgb(118 118 118 / 1);
}

.hover\:border-neutral-60\/15:hover{
  border-color: rgb(118 118 118 / 0.15);
}

.hover\:border-neutral-60\/20:hover{
  border-color: rgb(118 118 118 / 0.2);
}

.hover\:border-neutral-60\/25:hover{
  border-color: rgb(118 118 118 / 0.25);
}

.hover\:border-neutral-60\/30:hover{
  border-color: rgb(118 118 118 / 0.3);
}

.hover\:border-neutral-60\/35:hover{
  border-color: rgb(118 118 118 / 0.35);
}

.hover\:border-neutral-60\/40:hover{
  border-color: rgb(118 118 118 / 0.4);
}

.hover\:border-neutral-60\/45:hover{
  border-color: rgb(118 118 118 / 0.45);
}

.hover\:border-neutral-60\/5:hover{
  border-color: rgb(118 118 118 / 0.05);
}

.hover\:border-neutral-60\/50:hover{
  border-color: rgb(118 118 118 / 0.5);
}

.hover\:border-neutral-60\/55:hover{
  border-color: rgb(118 118 118 / 0.55);
}

.hover\:border-neutral-60\/60:hover{
  border-color: rgb(118 118 118 / 0.6);
}

.hover\:border-neutral-60\/65:hover{
  border-color: rgb(118 118 118 / 0.65);
}

.hover\:border-neutral-60\/70:hover{
  border-color: rgb(118 118 118 / 0.7);
}

.hover\:border-neutral-60\/75:hover{
  border-color: rgb(118 118 118 / 0.75);
}

.hover\:border-neutral-60\/80:hover{
  border-color: rgb(118 118 118 / 0.8);
}

.hover\:border-neutral-60\/85:hover{
  border-color: rgb(118 118 118 / 0.85);
}

.hover\:border-neutral-60\/90:hover{
  border-color: rgb(118 118 118 / 0.9);
}

.hover\:border-neutral-60\/95:hover{
  border-color: rgb(118 118 118 / 0.95);
}

.hover\:border-neutral-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(92 95 96 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-70\/0:hover{
  border-color: rgb(92 95 96 / 0);
}

.hover\:border-neutral-70\/10:hover{
  border-color: rgb(92 95 96 / 0.1);
}

.hover\:border-neutral-70\/100:hover{
  border-color: rgb(92 95 96 / 1);
}

.hover\:border-neutral-70\/15:hover{
  border-color: rgb(92 95 96 / 0.15);
}

.hover\:border-neutral-70\/20:hover{
  border-color: rgb(92 95 96 / 0.2);
}

.hover\:border-neutral-70\/25:hover{
  border-color: rgb(92 95 96 / 0.25);
}

.hover\:border-neutral-70\/30:hover{
  border-color: rgb(92 95 96 / 0.3);
}

.hover\:border-neutral-70\/35:hover{
  border-color: rgb(92 95 96 / 0.35);
}

.hover\:border-neutral-70\/40:hover{
  border-color: rgb(92 95 96 / 0.4);
}

.hover\:border-neutral-70\/45:hover{
  border-color: rgb(92 95 96 / 0.45);
}

.hover\:border-neutral-70\/5:hover{
  border-color: rgb(92 95 96 / 0.05);
}

.hover\:border-neutral-70\/50:hover{
  border-color: rgb(92 95 96 / 0.5);
}

.hover\:border-neutral-70\/55:hover{
  border-color: rgb(92 95 96 / 0.55);
}

.hover\:border-neutral-70\/60:hover{
  border-color: rgb(92 95 96 / 0.6);
}

.hover\:border-neutral-70\/65:hover{
  border-color: rgb(92 95 96 / 0.65);
}

.hover\:border-neutral-70\/70:hover{
  border-color: rgb(92 95 96 / 0.7);
}

.hover\:border-neutral-70\/75:hover{
  border-color: rgb(92 95 96 / 0.75);
}

.hover\:border-neutral-70\/80:hover{
  border-color: rgb(92 95 96 / 0.8);
}

.hover\:border-neutral-70\/85:hover{
  border-color: rgb(92 95 96 / 0.85);
}

.hover\:border-neutral-70\/90:hover{
  border-color: rgb(92 95 96 / 0.9);
}

.hover\:border-neutral-70\/95:hover{
  border-color: rgb(92 95 96 / 0.95);
}

.hover\:border-neutral-80:hover{
  --tw-border-opacity: 1;
  border-color: rgb(68 71 72 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-80\/0:hover{
  border-color: rgb(68 71 72 / 0);
}

.hover\:border-neutral-80\/10:hover{
  border-color: rgb(68 71 72 / 0.1);
}

.hover\:border-neutral-80\/100:hover{
  border-color: rgb(68 71 72 / 1);
}

.hover\:border-neutral-80\/15:hover{
  border-color: rgb(68 71 72 / 0.15);
}

.hover\:border-neutral-80\/20:hover{
  border-color: rgb(68 71 72 / 0.2);
}

.hover\:border-neutral-80\/25:hover{
  border-color: rgb(68 71 72 / 0.25);
}

.hover\:border-neutral-80\/30:hover{
  border-color: rgb(68 71 72 / 0.3);
}

.hover\:border-neutral-80\/35:hover{
  border-color: rgb(68 71 72 / 0.35);
}

.hover\:border-neutral-80\/40:hover{
  border-color: rgb(68 71 72 / 0.4);
}

.hover\:border-neutral-80\/45:hover{
  border-color: rgb(68 71 72 / 0.45);
}

.hover\:border-neutral-80\/5:hover{
  border-color: rgb(68 71 72 / 0.05);
}

.hover\:border-neutral-80\/50:hover{
  border-color: rgb(68 71 72 / 0.5);
}

.hover\:border-neutral-80\/55:hover{
  border-color: rgb(68 71 72 / 0.55);
}

.hover\:border-neutral-80\/60:hover{
  border-color: rgb(68 71 72 / 0.6);
}

.hover\:border-neutral-80\/65:hover{
  border-color: rgb(68 71 72 / 0.65);
}

.hover\:border-neutral-80\/70:hover{
  border-color: rgb(68 71 72 / 0.7);
}

.hover\:border-neutral-80\/75:hover{
  border-color: rgb(68 71 72 / 0.75);
}

.hover\:border-neutral-80\/80:hover{
  border-color: rgb(68 71 72 / 0.8);
}

.hover\:border-neutral-80\/85:hover{
  border-color: rgb(68 71 72 / 0.85);
}

.hover\:border-neutral-80\/90:hover{
  border-color: rgb(68 71 72 / 0.9);
}

.hover\:border-neutral-80\/95:hover{
  border-color: rgb(68 71 72 / 0.95);
}

.hover\:border-neutral-90:hover{
  --tw-border-opacity: 1;
  border-color: rgb(45 49 50 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-90\/0:hover{
  border-color: rgb(45 49 50 / 0);
}

.hover\:border-neutral-90\/10:hover{
  border-color: rgb(45 49 50 / 0.1);
}

.hover\:border-neutral-90\/100:hover{
  border-color: rgb(45 49 50 / 1);
}

.hover\:border-neutral-90\/15:hover{
  border-color: rgb(45 49 50 / 0.15);
}

.hover\:border-neutral-90\/20:hover{
  border-color: rgb(45 49 50 / 0.2);
}

.hover\:border-neutral-90\/25:hover{
  border-color: rgb(45 49 50 / 0.25);
}

.hover\:border-neutral-90\/30:hover{
  border-color: rgb(45 49 50 / 0.3);
}

.hover\:border-neutral-90\/35:hover{
  border-color: rgb(45 49 50 / 0.35);
}

.hover\:border-neutral-90\/40:hover{
  border-color: rgb(45 49 50 / 0.4);
}

.hover\:border-neutral-90\/45:hover{
  border-color: rgb(45 49 50 / 0.45);
}

.hover\:border-neutral-90\/5:hover{
  border-color: rgb(45 49 50 / 0.05);
}

.hover\:border-neutral-90\/50:hover{
  border-color: rgb(45 49 50 / 0.5);
}

.hover\:border-neutral-90\/55:hover{
  border-color: rgb(45 49 50 / 0.55);
}

.hover\:border-neutral-90\/60:hover{
  border-color: rgb(45 49 50 / 0.6);
}

.hover\:border-neutral-90\/65:hover{
  border-color: rgb(45 49 50 / 0.65);
}

.hover\:border-neutral-90\/70:hover{
  border-color: rgb(45 49 50 / 0.7);
}

.hover\:border-neutral-90\/75:hover{
  border-color: rgb(45 49 50 / 0.75);
}

.hover\:border-neutral-90\/80:hover{
  border-color: rgb(45 49 50 / 0.8);
}

.hover\:border-neutral-90\/85:hover{
  border-color: rgb(45 49 50 / 0.85);
}

.hover\:border-neutral-90\/90:hover{
  border-color: rgb(45 49 50 / 0.9);
}

.hover\:border-neutral-90\/95:hover{
  border-color: rgb(45 49 50 / 0.95);
}

.hover\:border-primary-10:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 248 255 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-10\/0:hover{
  border-color: rgb(226 248 255 / 0);
}

.hover\:border-primary-10\/10:hover{
  border-color: rgb(226 248 255 / 0.1);
}

.hover\:border-primary-10\/100:hover{
  border-color: rgb(226 248 255 / 1);
}

.hover\:border-primary-10\/15:hover{
  border-color: rgb(226 248 255 / 0.15);
}

.hover\:border-primary-10\/20:hover{
  border-color: rgb(226 248 255 / 0.2);
}

.hover\:border-primary-10\/25:hover{
  border-color: rgb(226 248 255 / 0.25);
}

.hover\:border-primary-10\/30:hover{
  border-color: rgb(226 248 255 / 0.3);
}

.hover\:border-primary-10\/35:hover{
  border-color: rgb(226 248 255 / 0.35);
}

.hover\:border-primary-10\/40:hover{
  border-color: rgb(226 248 255 / 0.4);
}

.hover\:border-primary-10\/45:hover{
  border-color: rgb(226 248 255 / 0.45);
}

.hover\:border-primary-10\/5:hover{
  border-color: rgb(226 248 255 / 0.05);
}

.hover\:border-primary-10\/50:hover{
  border-color: rgb(226 248 255 / 0.5);
}

.hover\:border-primary-10\/55:hover{
  border-color: rgb(226 248 255 / 0.55);
}

.hover\:border-primary-10\/60:hover{
  border-color: rgb(226 248 255 / 0.6);
}

.hover\:border-primary-10\/65:hover{
  border-color: rgb(226 248 255 / 0.65);
}

.hover\:border-primary-10\/70:hover{
  border-color: rgb(226 248 255 / 0.7);
}

.hover\:border-primary-10\/75:hover{
  border-color: rgb(226 248 255 / 0.75);
}

.hover\:border-primary-10\/80:hover{
  border-color: rgb(226 248 255 / 0.8);
}

.hover\:border-primary-10\/85:hover{
  border-color: rgb(226 248 255 / 0.85);
}

.hover\:border-primary-10\/90:hover{
  border-color: rgb(226 248 255 / 0.9);
}

.hover\:border-primary-10\/95:hover{
  border-color: rgb(226 248 255 / 0.95);
}

.hover\:border-primary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 30 43 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-100\/0:hover{
  border-color: rgb(0 30 43 / 0);
}

.hover\:border-primary-100\/10:hover{
  border-color: rgb(0 30 43 / 0.1);
}

.hover\:border-primary-100\/100:hover{
  border-color: rgb(0 30 43 / 1);
}

.hover\:border-primary-100\/15:hover{
  border-color: rgb(0 30 43 / 0.15);
}

.hover\:border-primary-100\/20:hover{
  border-color: rgb(0 30 43 / 0.2);
}

.hover\:border-primary-100\/25:hover{
  border-color: rgb(0 30 43 / 0.25);
}

.hover\:border-primary-100\/30:hover{
  border-color: rgb(0 30 43 / 0.3);
}

.hover\:border-primary-100\/35:hover{
  border-color: rgb(0 30 43 / 0.35);
}

.hover\:border-primary-100\/40:hover{
  border-color: rgb(0 30 43 / 0.4);
}

.hover\:border-primary-100\/45:hover{
  border-color: rgb(0 30 43 / 0.45);
}

.hover\:border-primary-100\/5:hover{
  border-color: rgb(0 30 43 / 0.05);
}

.hover\:border-primary-100\/50:hover{
  border-color: rgb(0 30 43 / 0.5);
}

.hover\:border-primary-100\/55:hover{
  border-color: rgb(0 30 43 / 0.55);
}

.hover\:border-primary-100\/60:hover{
  border-color: rgb(0 30 43 / 0.6);
}

.hover\:border-primary-100\/65:hover{
  border-color: rgb(0 30 43 / 0.65);
}

.hover\:border-primary-100\/70:hover{
  border-color: rgb(0 30 43 / 0.7);
}

.hover\:border-primary-100\/75:hover{
  border-color: rgb(0 30 43 / 0.75);
}

.hover\:border-primary-100\/80:hover{
  border-color: rgb(0 30 43 / 0.8);
}

.hover\:border-primary-100\/85:hover{
  border-color: rgb(0 30 43 / 0.85);
}

.hover\:border-primary-100\/90:hover{
  border-color: rgb(0 30 43 / 0.9);
}

.hover\:border-primary-100\/95:hover{
  border-color: rgb(0 30 43 / 0.95);
}

.hover\:border-primary-15:hover{
  --tw-border-opacity: 1;
  border-color: rgb(213 243 253 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-15\/0:hover{
  border-color: rgb(213 243 253 / 0);
}

.hover\:border-primary-15\/10:hover{
  border-color: rgb(213 243 253 / 0.1);
}

.hover\:border-primary-15\/100:hover{
  border-color: rgb(213 243 253 / 1);
}

.hover\:border-primary-15\/15:hover{
  border-color: rgb(213 243 253 / 0.15);
}

.hover\:border-primary-15\/20:hover{
  border-color: rgb(213 243 253 / 0.2);
}

.hover\:border-primary-15\/25:hover{
  border-color: rgb(213 243 253 / 0.25);
}

.hover\:border-primary-15\/30:hover{
  border-color: rgb(213 243 253 / 0.3);
}

.hover\:border-primary-15\/35:hover{
  border-color: rgb(213 243 253 / 0.35);
}

.hover\:border-primary-15\/40:hover{
  border-color: rgb(213 243 253 / 0.4);
}

.hover\:border-primary-15\/45:hover{
  border-color: rgb(213 243 253 / 0.45);
}

.hover\:border-primary-15\/5:hover{
  border-color: rgb(213 243 253 / 0.05);
}

.hover\:border-primary-15\/50:hover{
  border-color: rgb(213 243 253 / 0.5);
}

.hover\:border-primary-15\/55:hover{
  border-color: rgb(213 243 253 / 0.55);
}

.hover\:border-primary-15\/60:hover{
  border-color: rgb(213 243 253 / 0.6);
}

.hover\:border-primary-15\/65:hover{
  border-color: rgb(213 243 253 / 0.65);
}

.hover\:border-primary-15\/70:hover{
  border-color: rgb(213 243 253 / 0.7);
}

.hover\:border-primary-15\/75:hover{
  border-color: rgb(213 243 253 / 0.75);
}

.hover\:border-primary-15\/80:hover{
  border-color: rgb(213 243 253 / 0.8);
}

.hover\:border-primary-15\/85:hover{
  border-color: rgb(213 243 253 / 0.85);
}

.hover\:border-primary-15\/90:hover{
  border-color: rgb(213 243 253 / 0.9);
}

.hover\:border-primary-15\/95:hover{
  border-color: rgb(213 243 253 / 0.95);
}

.hover\:border-primary-20:hover{
  --tw-border-opacity: 1;
  border-color: rgb(188 235 255 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-20\/0:hover{
  border-color: rgb(188 235 255 / 0);
}

.hover\:border-primary-20\/10:hover{
  border-color: rgb(188 235 255 / 0.1);
}

.hover\:border-primary-20\/100:hover{
  border-color: rgb(188 235 255 / 1);
}

.hover\:border-primary-20\/15:hover{
  border-color: rgb(188 235 255 / 0.15);
}

.hover\:border-primary-20\/20:hover{
  border-color: rgb(188 235 255 / 0.2);
}

.hover\:border-primary-20\/25:hover{
  border-color: rgb(188 235 255 / 0.25);
}

.hover\:border-primary-20\/30:hover{
  border-color: rgb(188 235 255 / 0.3);
}

.hover\:border-primary-20\/35:hover{
  border-color: rgb(188 235 255 / 0.35);
}

.hover\:border-primary-20\/40:hover{
  border-color: rgb(188 235 255 / 0.4);
}

.hover\:border-primary-20\/45:hover{
  border-color: rgb(188 235 255 / 0.45);
}

.hover\:border-primary-20\/5:hover{
  border-color: rgb(188 235 255 / 0.05);
}

.hover\:border-primary-20\/50:hover{
  border-color: rgb(188 235 255 / 0.5);
}

.hover\:border-primary-20\/55:hover{
  border-color: rgb(188 235 255 / 0.55);
}

.hover\:border-primary-20\/60:hover{
  border-color: rgb(188 235 255 / 0.6);
}

.hover\:border-primary-20\/65:hover{
  border-color: rgb(188 235 255 / 0.65);
}

.hover\:border-primary-20\/70:hover{
  border-color: rgb(188 235 255 / 0.7);
}

.hover\:border-primary-20\/75:hover{
  border-color: rgb(188 235 255 / 0.75);
}

.hover\:border-primary-20\/80:hover{
  border-color: rgb(188 235 255 / 0.8);
}

.hover\:border-primary-20\/85:hover{
  border-color: rgb(188 235 255 / 0.85);
}

.hover\:border-primary-20\/90:hover{
  border-color: rgb(188 235 255 / 0.9);
}

.hover\:border-primary-20\/95:hover{
  border-color: rgb(188 235 255 / 0.95);
}

.hover\:border-primary-30:hover{
  --tw-border-opacity: 1;
  border-color: rgb(126 211 247 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-30\/0:hover{
  border-color: rgb(126 211 247 / 0);
}

.hover\:border-primary-30\/10:hover{
  border-color: rgb(126 211 247 / 0.1);
}

.hover\:border-primary-30\/100:hover{
  border-color: rgb(126 211 247 / 1);
}

.hover\:border-primary-30\/15:hover{
  border-color: rgb(126 211 247 / 0.15);
}

.hover\:border-primary-30\/20:hover{
  border-color: rgb(126 211 247 / 0.2);
}

.hover\:border-primary-30\/25:hover{
  border-color: rgb(126 211 247 / 0.25);
}

.hover\:border-primary-30\/30:hover{
  border-color: rgb(126 211 247 / 0.3);
}

.hover\:border-primary-30\/35:hover{
  border-color: rgb(126 211 247 / 0.35);
}

.hover\:border-primary-30\/40:hover{
  border-color: rgb(126 211 247 / 0.4);
}

.hover\:border-primary-30\/45:hover{
  border-color: rgb(126 211 247 / 0.45);
}

.hover\:border-primary-30\/5:hover{
  border-color: rgb(126 211 247 / 0.05);
}

.hover\:border-primary-30\/50:hover{
  border-color: rgb(126 211 247 / 0.5);
}

.hover\:border-primary-30\/55:hover{
  border-color: rgb(126 211 247 / 0.55);
}

.hover\:border-primary-30\/60:hover{
  border-color: rgb(126 211 247 / 0.6);
}

.hover\:border-primary-30\/65:hover{
  border-color: rgb(126 211 247 / 0.65);
}

.hover\:border-primary-30\/70:hover{
  border-color: rgb(126 211 247 / 0.7);
}

.hover\:border-primary-30\/75:hover{
  border-color: rgb(126 211 247 / 0.75);
}

.hover\:border-primary-30\/80:hover{
  border-color: rgb(126 211 247 / 0.8);
}

.hover\:border-primary-30\/85:hover{
  border-color: rgb(126 211 247 / 0.85);
}

.hover\:border-primary-30\/90:hover{
  border-color: rgb(126 211 247 / 0.9);
}

.hover\:border-primary-30\/95:hover{
  border-color: rgb(126 211 247 / 0.95);
}

.hover\:border-primary-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-40\/0:hover{
  border-color: rgb(61 181 230 / 0);
}

.hover\:border-primary-40\/10:hover{
  border-color: rgb(61 181 230 / 0.1);
}

.hover\:border-primary-40\/100:hover{
  border-color: rgb(61 181 230 / 1);
}

.hover\:border-primary-40\/15:hover{
  border-color: rgb(61 181 230 / 0.15);
}

.hover\:border-primary-40\/20:hover{
  border-color: rgb(61 181 230 / 0.2);
}

.hover\:border-primary-40\/25:hover{
  border-color: rgb(61 181 230 / 0.25);
}

.hover\:border-primary-40\/30:hover{
  border-color: rgb(61 181 230 / 0.3);
}

.hover\:border-primary-40\/35:hover{
  border-color: rgb(61 181 230 / 0.35);
}

.hover\:border-primary-40\/40:hover{
  border-color: rgb(61 181 230 / 0.4);
}

.hover\:border-primary-40\/45:hover{
  border-color: rgb(61 181 230 / 0.45);
}

.hover\:border-primary-40\/5:hover{
  border-color: rgb(61 181 230 / 0.05);
}

.hover\:border-primary-40\/50:hover{
  border-color: rgb(61 181 230 / 0.5);
}

.hover\:border-primary-40\/55:hover{
  border-color: rgb(61 181 230 / 0.55);
}

.hover\:border-primary-40\/60:hover{
  border-color: rgb(61 181 230 / 0.6);
}

.hover\:border-primary-40\/65:hover{
  border-color: rgb(61 181 230 / 0.65);
}

.hover\:border-primary-40\/70:hover{
  border-color: rgb(61 181 230 / 0.7);
}

.hover\:border-primary-40\/75:hover{
  border-color: rgb(61 181 230 / 0.75);
}

.hover\:border-primary-40\/80:hover{
  border-color: rgb(61 181 230 / 0.8);
}

.hover\:border-primary-40\/85:hover{
  border-color: rgb(61 181 230 / 0.85);
}

.hover\:border-primary-40\/90:hover{
  border-color: rgb(61 181 230 / 0.9);
}

.hover\:border-primary-40\/95:hover{
  border-color: rgb(61 181 230 / 0.95);
}

.hover\:border-primary-5:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 252 255 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-5\/0:hover{
  border-color: rgb(240 252 255 / 0);
}

.hover\:border-primary-5\/10:hover{
  border-color: rgb(240 252 255 / 0.1);
}

.hover\:border-primary-5\/100:hover{
  border-color: rgb(240 252 255 / 1);
}

.hover\:border-primary-5\/15:hover{
  border-color: rgb(240 252 255 / 0.15);
}

.hover\:border-primary-5\/20:hover{
  border-color: rgb(240 252 255 / 0.2);
}

.hover\:border-primary-5\/25:hover{
  border-color: rgb(240 252 255 / 0.25);
}

.hover\:border-primary-5\/30:hover{
  border-color: rgb(240 252 255 / 0.3);
}

.hover\:border-primary-5\/35:hover{
  border-color: rgb(240 252 255 / 0.35);
}

.hover\:border-primary-5\/40:hover{
  border-color: rgb(240 252 255 / 0.4);
}

.hover\:border-primary-5\/45:hover{
  border-color: rgb(240 252 255 / 0.45);
}

.hover\:border-primary-5\/5:hover{
  border-color: rgb(240 252 255 / 0.05);
}

.hover\:border-primary-5\/50:hover{
  border-color: rgb(240 252 255 / 0.5);
}

.hover\:border-primary-5\/55:hover{
  border-color: rgb(240 252 255 / 0.55);
}

.hover\:border-primary-5\/60:hover{
  border-color: rgb(240 252 255 / 0.6);
}

.hover\:border-primary-5\/65:hover{
  border-color: rgb(240 252 255 / 0.65);
}

.hover\:border-primary-5\/70:hover{
  border-color: rgb(240 252 255 / 0.7);
}

.hover\:border-primary-5\/75:hover{
  border-color: rgb(240 252 255 / 0.75);
}

.hover\:border-primary-5\/80:hover{
  border-color: rgb(240 252 255 / 0.8);
}

.hover\:border-primary-5\/85:hover{
  border-color: rgb(240 252 255 / 0.85);
}

.hover\:border-primary-5\/90:hover{
  border-color: rgb(240 252 255 / 0.9);
}

.hover\:border-primary-5\/95:hover{
  border-color: rgb(240 252 255 / 0.95);
}

.hover\:border-primary-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(4 156 204 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-50\/0:hover{
  border-color: rgb(4 156 204 / 0);
}

.hover\:border-primary-50\/10:hover{
  border-color: rgb(4 156 204 / 0.1);
}

.hover\:border-primary-50\/100:hover{
  border-color: rgb(4 156 204 / 1);
}

.hover\:border-primary-50\/15:hover{
  border-color: rgb(4 156 204 / 0.15);
}

.hover\:border-primary-50\/20:hover{
  border-color: rgb(4 156 204 / 0.2);
}

.hover\:border-primary-50\/25:hover{
  border-color: rgb(4 156 204 / 0.25);
}

.hover\:border-primary-50\/30:hover{
  border-color: rgb(4 156 204 / 0.3);
}

.hover\:border-primary-50\/35:hover{
  border-color: rgb(4 156 204 / 0.35);
}

.hover\:border-primary-50\/40:hover{
  border-color: rgb(4 156 204 / 0.4);
}

.hover\:border-primary-50\/45:hover{
  border-color: rgb(4 156 204 / 0.45);
}

.hover\:border-primary-50\/5:hover{
  border-color: rgb(4 156 204 / 0.05);
}

.hover\:border-primary-50\/50:hover{
  border-color: rgb(4 156 204 / 0.5);
}

.hover\:border-primary-50\/55:hover{
  border-color: rgb(4 156 204 / 0.55);
}

.hover\:border-primary-50\/60:hover{
  border-color: rgb(4 156 204 / 0.6);
}

.hover\:border-primary-50\/65:hover{
  border-color: rgb(4 156 204 / 0.65);
}

.hover\:border-primary-50\/70:hover{
  border-color: rgb(4 156 204 / 0.7);
}

.hover\:border-primary-50\/75:hover{
  border-color: rgb(4 156 204 / 0.75);
}

.hover\:border-primary-50\/80:hover{
  border-color: rgb(4 156 204 / 0.8);
}

.hover\:border-primary-50\/85:hover{
  border-color: rgb(4 156 204 / 0.85);
}

.hover\:border-primary-50\/90:hover{
  border-color: rgb(4 156 204 / 0.9);
}

.hover\:border-primary-50\/95:hover{
  border-color: rgb(4 156 204 / 0.95);
}

.hover\:border-primary-60:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 127 176 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-60\/0:hover{
  border-color: rgb(0 127 176 / 0);
}

.hover\:border-primary-60\/10:hover{
  border-color: rgb(0 127 176 / 0.1);
}

.hover\:border-primary-60\/100:hover{
  border-color: rgb(0 127 176 / 1);
}

.hover\:border-primary-60\/15:hover{
  border-color: rgb(0 127 176 / 0.15);
}

.hover\:border-primary-60\/20:hover{
  border-color: rgb(0 127 176 / 0.2);
}

.hover\:border-primary-60\/25:hover{
  border-color: rgb(0 127 176 / 0.25);
}

.hover\:border-primary-60\/30:hover{
  border-color: rgb(0 127 176 / 0.3);
}

.hover\:border-primary-60\/35:hover{
  border-color: rgb(0 127 176 / 0.35);
}

.hover\:border-primary-60\/40:hover{
  border-color: rgb(0 127 176 / 0.4);
}

.hover\:border-primary-60\/45:hover{
  border-color: rgb(0 127 176 / 0.45);
}

.hover\:border-primary-60\/5:hover{
  border-color: rgb(0 127 176 / 0.05);
}

.hover\:border-primary-60\/50:hover{
  border-color: rgb(0 127 176 / 0.5);
}

.hover\:border-primary-60\/55:hover{
  border-color: rgb(0 127 176 / 0.55);
}

.hover\:border-primary-60\/60:hover{
  border-color: rgb(0 127 176 / 0.6);
}

.hover\:border-primary-60\/65:hover{
  border-color: rgb(0 127 176 / 0.65);
}

.hover\:border-primary-60\/70:hover{
  border-color: rgb(0 127 176 / 0.7);
}

.hover\:border-primary-60\/75:hover{
  border-color: rgb(0 127 176 / 0.75);
}

.hover\:border-primary-60\/80:hover{
  border-color: rgb(0 127 176 / 0.8);
}

.hover\:border-primary-60\/85:hover{
  border-color: rgb(0 127 176 / 0.85);
}

.hover\:border-primary-60\/90:hover{
  border-color: rgb(0 127 176 / 0.9);
}

.hover\:border-primary-60\/95:hover{
  border-color: rgb(0 127 176 / 0.95);
}

.hover\:border-primary-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 136 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-70\/0:hover{
  border-color: rgb(0 102 136 / 0);
}

.hover\:border-primary-70\/10:hover{
  border-color: rgb(0 102 136 / 0.1);
}

.hover\:border-primary-70\/100:hover{
  border-color: rgb(0 102 136 / 1);
}

.hover\:border-primary-70\/15:hover{
  border-color: rgb(0 102 136 / 0.15);
}

.hover\:border-primary-70\/20:hover{
  border-color: rgb(0 102 136 / 0.2);
}

.hover\:border-primary-70\/25:hover{
  border-color: rgb(0 102 136 / 0.25);
}

.hover\:border-primary-70\/30:hover{
  border-color: rgb(0 102 136 / 0.3);
}

.hover\:border-primary-70\/35:hover{
  border-color: rgb(0 102 136 / 0.35);
}

.hover\:border-primary-70\/40:hover{
  border-color: rgb(0 102 136 / 0.4);
}

.hover\:border-primary-70\/45:hover{
  border-color: rgb(0 102 136 / 0.45);
}

.hover\:border-primary-70\/5:hover{
  border-color: rgb(0 102 136 / 0.05);
}

.hover\:border-primary-70\/50:hover{
  border-color: rgb(0 102 136 / 0.5);
}

.hover\:border-primary-70\/55:hover{
  border-color: rgb(0 102 136 / 0.55);
}

.hover\:border-primary-70\/60:hover{
  border-color: rgb(0 102 136 / 0.6);
}

.hover\:border-primary-70\/65:hover{
  border-color: rgb(0 102 136 / 0.65);
}

.hover\:border-primary-70\/70:hover{
  border-color: rgb(0 102 136 / 0.7);
}

.hover\:border-primary-70\/75:hover{
  border-color: rgb(0 102 136 / 0.75);
}

.hover\:border-primary-70\/80:hover{
  border-color: rgb(0 102 136 / 0.8);
}

.hover\:border-primary-70\/85:hover{
  border-color: rgb(0 102 136 / 0.85);
}

.hover\:border-primary-70\/90:hover{
  border-color: rgb(0 102 136 / 0.9);
}

.hover\:border-primary-70\/95:hover{
  border-color: rgb(0 102 136 / 0.95);
}

.hover\:border-primary-80:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 77 104 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-80\/0:hover{
  border-color: rgb(0 77 104 / 0);
}

.hover\:border-primary-80\/10:hover{
  border-color: rgb(0 77 104 / 0.1);
}

.hover\:border-primary-80\/100:hover{
  border-color: rgb(0 77 104 / 1);
}

.hover\:border-primary-80\/15:hover{
  border-color: rgb(0 77 104 / 0.15);
}

.hover\:border-primary-80\/20:hover{
  border-color: rgb(0 77 104 / 0.2);
}

.hover\:border-primary-80\/25:hover{
  border-color: rgb(0 77 104 / 0.25);
}

.hover\:border-primary-80\/30:hover{
  border-color: rgb(0 77 104 / 0.3);
}

.hover\:border-primary-80\/35:hover{
  border-color: rgb(0 77 104 / 0.35);
}

.hover\:border-primary-80\/40:hover{
  border-color: rgb(0 77 104 / 0.4);
}

.hover\:border-primary-80\/45:hover{
  border-color: rgb(0 77 104 / 0.45);
}

.hover\:border-primary-80\/5:hover{
  border-color: rgb(0 77 104 / 0.05);
}

.hover\:border-primary-80\/50:hover{
  border-color: rgb(0 77 104 / 0.5);
}

.hover\:border-primary-80\/55:hover{
  border-color: rgb(0 77 104 / 0.55);
}

.hover\:border-primary-80\/60:hover{
  border-color: rgb(0 77 104 / 0.6);
}

.hover\:border-primary-80\/65:hover{
  border-color: rgb(0 77 104 / 0.65);
}

.hover\:border-primary-80\/70:hover{
  border-color: rgb(0 77 104 / 0.7);
}

.hover\:border-primary-80\/75:hover{
  border-color: rgb(0 77 104 / 0.75);
}

.hover\:border-primary-80\/80:hover{
  border-color: rgb(0 77 104 / 0.8);
}

.hover\:border-primary-80\/85:hover{
  border-color: rgb(0 77 104 / 0.85);
}

.hover\:border-primary-80\/90:hover{
  border-color: rgb(0 77 104 / 0.9);
}

.hover\:border-primary-80\/95:hover{
  border-color: rgb(0 77 104 / 0.95);
}

.hover\:border-primary-90:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 73 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-90\/0:hover{
  border-color: rgb(0 53 73 / 0);
}

.hover\:border-primary-90\/10:hover{
  border-color: rgb(0 53 73 / 0.1);
}

.hover\:border-primary-90\/100:hover{
  border-color: rgb(0 53 73 / 1);
}

.hover\:border-primary-90\/15:hover{
  border-color: rgb(0 53 73 / 0.15);
}

.hover\:border-primary-90\/20:hover{
  border-color: rgb(0 53 73 / 0.2);
}

.hover\:border-primary-90\/25:hover{
  border-color: rgb(0 53 73 / 0.25);
}

.hover\:border-primary-90\/30:hover{
  border-color: rgb(0 53 73 / 0.3);
}

.hover\:border-primary-90\/35:hover{
  border-color: rgb(0 53 73 / 0.35);
}

.hover\:border-primary-90\/40:hover{
  border-color: rgb(0 53 73 / 0.4);
}

.hover\:border-primary-90\/45:hover{
  border-color: rgb(0 53 73 / 0.45);
}

.hover\:border-primary-90\/5:hover{
  border-color: rgb(0 53 73 / 0.05);
}

.hover\:border-primary-90\/50:hover{
  border-color: rgb(0 53 73 / 0.5);
}

.hover\:border-primary-90\/55:hover{
  border-color: rgb(0 53 73 / 0.55);
}

.hover\:border-primary-90\/60:hover{
  border-color: rgb(0 53 73 / 0.6);
}

.hover\:border-primary-90\/65:hover{
  border-color: rgb(0 53 73 / 0.65);
}

.hover\:border-primary-90\/70:hover{
  border-color: rgb(0 53 73 / 0.7);
}

.hover\:border-primary-90\/75:hover{
  border-color: rgb(0 53 73 / 0.75);
}

.hover\:border-primary-90\/80:hover{
  border-color: rgb(0 53 73 / 0.8);
}

.hover\:border-primary-90\/85:hover{
  border-color: rgb(0 53 73 / 0.85);
}

.hover\:border-primary-90\/90:hover{
  border-color: rgb(0 53 73 / 0.9);
}

.hover\:border-primary-90\/95:hover{
  border-color: rgb(0 53 73 / 0.95);
}

.hover\:border-secondary-10:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 232 241 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-10\/0:hover{
  border-color: rgb(253 232 241 / 0);
}

.hover\:border-secondary-10\/10:hover{
  border-color: rgb(253 232 241 / 0.1);
}

.hover\:border-secondary-10\/100:hover{
  border-color: rgb(253 232 241 / 1);
}

.hover\:border-secondary-10\/15:hover{
  border-color: rgb(253 232 241 / 0.15);
}

.hover\:border-secondary-10\/20:hover{
  border-color: rgb(253 232 241 / 0.2);
}

.hover\:border-secondary-10\/25:hover{
  border-color: rgb(253 232 241 / 0.25);
}

.hover\:border-secondary-10\/30:hover{
  border-color: rgb(253 232 241 / 0.3);
}

.hover\:border-secondary-10\/35:hover{
  border-color: rgb(253 232 241 / 0.35);
}

.hover\:border-secondary-10\/40:hover{
  border-color: rgb(253 232 241 / 0.4);
}

.hover\:border-secondary-10\/45:hover{
  border-color: rgb(253 232 241 / 0.45);
}

.hover\:border-secondary-10\/5:hover{
  border-color: rgb(253 232 241 / 0.05);
}

.hover\:border-secondary-10\/50:hover{
  border-color: rgb(253 232 241 / 0.5);
}

.hover\:border-secondary-10\/55:hover{
  border-color: rgb(253 232 241 / 0.55);
}

.hover\:border-secondary-10\/60:hover{
  border-color: rgb(253 232 241 / 0.6);
}

.hover\:border-secondary-10\/65:hover{
  border-color: rgb(253 232 241 / 0.65);
}

.hover\:border-secondary-10\/70:hover{
  border-color: rgb(253 232 241 / 0.7);
}

.hover\:border-secondary-10\/75:hover{
  border-color: rgb(253 232 241 / 0.75);
}

.hover\:border-secondary-10\/80:hover{
  border-color: rgb(253 232 241 / 0.8);
}

.hover\:border-secondary-10\/85:hover{
  border-color: rgb(253 232 241 / 0.85);
}

.hover\:border-secondary-10\/90:hover{
  border-color: rgb(253 232 241 / 0.9);
}

.hover\:border-secondary-10\/95:hover{
  border-color: rgb(253 232 241 / 0.95);
}

.hover\:border-secondary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(62 0 32 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-100\/0:hover{
  border-color: rgb(62 0 32 / 0);
}

.hover\:border-secondary-100\/10:hover{
  border-color: rgb(62 0 32 / 0.1);
}

.hover\:border-secondary-100\/100:hover{
  border-color: rgb(62 0 32 / 1);
}

.hover\:border-secondary-100\/15:hover{
  border-color: rgb(62 0 32 / 0.15);
}

.hover\:border-secondary-100\/20:hover{
  border-color: rgb(62 0 32 / 0.2);
}

.hover\:border-secondary-100\/25:hover{
  border-color: rgb(62 0 32 / 0.25);
}

.hover\:border-secondary-100\/30:hover{
  border-color: rgb(62 0 32 / 0.3);
}

.hover\:border-secondary-100\/35:hover{
  border-color: rgb(62 0 32 / 0.35);
}

.hover\:border-secondary-100\/40:hover{
  border-color: rgb(62 0 32 / 0.4);
}

.hover\:border-secondary-100\/45:hover{
  border-color: rgb(62 0 32 / 0.45);
}

.hover\:border-secondary-100\/5:hover{
  border-color: rgb(62 0 32 / 0.05);
}

.hover\:border-secondary-100\/50:hover{
  border-color: rgb(62 0 32 / 0.5);
}

.hover\:border-secondary-100\/55:hover{
  border-color: rgb(62 0 32 / 0.55);
}

.hover\:border-secondary-100\/60:hover{
  border-color: rgb(62 0 32 / 0.6);
}

.hover\:border-secondary-100\/65:hover{
  border-color: rgb(62 0 32 / 0.65);
}

.hover\:border-secondary-100\/70:hover{
  border-color: rgb(62 0 32 / 0.7);
}

.hover\:border-secondary-100\/75:hover{
  border-color: rgb(62 0 32 / 0.75);
}

.hover\:border-secondary-100\/80:hover{
  border-color: rgb(62 0 32 / 0.8);
}

.hover\:border-secondary-100\/85:hover{
  border-color: rgb(62 0 32 / 0.85);
}

.hover\:border-secondary-100\/90:hover{
  border-color: rgb(62 0 32 / 0.9);
}

.hover\:border-secondary-100\/95:hover{
  border-color: rgb(62 0 32 / 0.95);
}

.hover\:border-secondary-20:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 175 209 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-20\/0:hover{
  border-color: rgb(255 175 209 / 0);
}

.hover\:border-secondary-20\/10:hover{
  border-color: rgb(255 175 209 / 0.1);
}

.hover\:border-secondary-20\/100:hover{
  border-color: rgb(255 175 209 / 1);
}

.hover\:border-secondary-20\/15:hover{
  border-color: rgb(255 175 209 / 0.15);
}

.hover\:border-secondary-20\/20:hover{
  border-color: rgb(255 175 209 / 0.2);
}

.hover\:border-secondary-20\/25:hover{
  border-color: rgb(255 175 209 / 0.25);
}

.hover\:border-secondary-20\/30:hover{
  border-color: rgb(255 175 209 / 0.3);
}

.hover\:border-secondary-20\/35:hover{
  border-color: rgb(255 175 209 / 0.35);
}

.hover\:border-secondary-20\/40:hover{
  border-color: rgb(255 175 209 / 0.4);
}

.hover\:border-secondary-20\/45:hover{
  border-color: rgb(255 175 209 / 0.45);
}

.hover\:border-secondary-20\/5:hover{
  border-color: rgb(255 175 209 / 0.05);
}

.hover\:border-secondary-20\/50:hover{
  border-color: rgb(255 175 209 / 0.5);
}

.hover\:border-secondary-20\/55:hover{
  border-color: rgb(255 175 209 / 0.55);
}

.hover\:border-secondary-20\/60:hover{
  border-color: rgb(255 175 209 / 0.6);
}

.hover\:border-secondary-20\/65:hover{
  border-color: rgb(255 175 209 / 0.65);
}

.hover\:border-secondary-20\/70:hover{
  border-color: rgb(255 175 209 / 0.7);
}

.hover\:border-secondary-20\/75:hover{
  border-color: rgb(255 175 209 / 0.75);
}

.hover\:border-secondary-20\/80:hover{
  border-color: rgb(255 175 209 / 0.8);
}

.hover\:border-secondary-20\/85:hover{
  border-color: rgb(255 175 209 / 0.85);
}

.hover\:border-secondary-20\/90:hover{
  border-color: rgb(255 175 209 / 0.9);
}

.hover\:border-secondary-20\/95:hover{
  border-color: rgb(255 175 209 / 0.95);
}

.hover\:border-secondary-30:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 183 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-30\/0:hover{
  border-color: rgb(255 130 183 / 0);
}

.hover\:border-secondary-30\/10:hover{
  border-color: rgb(255 130 183 / 0.1);
}

.hover\:border-secondary-30\/100:hover{
  border-color: rgb(255 130 183 / 1);
}

.hover\:border-secondary-30\/15:hover{
  border-color: rgb(255 130 183 / 0.15);
}

.hover\:border-secondary-30\/20:hover{
  border-color: rgb(255 130 183 / 0.2);
}

.hover\:border-secondary-30\/25:hover{
  border-color: rgb(255 130 183 / 0.25);
}

.hover\:border-secondary-30\/30:hover{
  border-color: rgb(255 130 183 / 0.3);
}

.hover\:border-secondary-30\/35:hover{
  border-color: rgb(255 130 183 / 0.35);
}

.hover\:border-secondary-30\/40:hover{
  border-color: rgb(255 130 183 / 0.4);
}

.hover\:border-secondary-30\/45:hover{
  border-color: rgb(255 130 183 / 0.45);
}

.hover\:border-secondary-30\/5:hover{
  border-color: rgb(255 130 183 / 0.05);
}

.hover\:border-secondary-30\/50:hover{
  border-color: rgb(255 130 183 / 0.5);
}

.hover\:border-secondary-30\/55:hover{
  border-color: rgb(255 130 183 / 0.55);
}

.hover\:border-secondary-30\/60:hover{
  border-color: rgb(255 130 183 / 0.6);
}

.hover\:border-secondary-30\/65:hover{
  border-color: rgb(255 130 183 / 0.65);
}

.hover\:border-secondary-30\/70:hover{
  border-color: rgb(255 130 183 / 0.7);
}

.hover\:border-secondary-30\/75:hover{
  border-color: rgb(255 130 183 / 0.75);
}

.hover\:border-secondary-30\/80:hover{
  border-color: rgb(255 130 183 / 0.8);
}

.hover\:border-secondary-30\/85:hover{
  border-color: rgb(255 130 183 / 0.85);
}

.hover\:border-secondary-30\/90:hover{
  border-color: rgb(255 130 183 / 0.9);
}

.hover\:border-secondary-30\/95:hover{
  border-color: rgb(255 130 183 / 0.95);
}

.hover\:border-secondary-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 97 195 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-40\/0:hover{
  border-color: rgb(255 97 195 / 0);
}

.hover\:border-secondary-40\/10:hover{
  border-color: rgb(255 97 195 / 0.1);
}

.hover\:border-secondary-40\/100:hover{
  border-color: rgb(255 97 195 / 1);
}

.hover\:border-secondary-40\/15:hover{
  border-color: rgb(255 97 195 / 0.15);
}

.hover\:border-secondary-40\/20:hover{
  border-color: rgb(255 97 195 / 0.2);
}

.hover\:border-secondary-40\/25:hover{
  border-color: rgb(255 97 195 / 0.25);
}

.hover\:border-secondary-40\/30:hover{
  border-color: rgb(255 97 195 / 0.3);
}

.hover\:border-secondary-40\/35:hover{
  border-color: rgb(255 97 195 / 0.35);
}

.hover\:border-secondary-40\/40:hover{
  border-color: rgb(255 97 195 / 0.4);
}

.hover\:border-secondary-40\/45:hover{
  border-color: rgb(255 97 195 / 0.45);
}

.hover\:border-secondary-40\/5:hover{
  border-color: rgb(255 97 195 / 0.05);
}

.hover\:border-secondary-40\/50:hover{
  border-color: rgb(255 97 195 / 0.5);
}

.hover\:border-secondary-40\/55:hover{
  border-color: rgb(255 97 195 / 0.55);
}

.hover\:border-secondary-40\/60:hover{
  border-color: rgb(255 97 195 / 0.6);
}

.hover\:border-secondary-40\/65:hover{
  border-color: rgb(255 97 195 / 0.65);
}

.hover\:border-secondary-40\/70:hover{
  border-color: rgb(255 97 195 / 0.7);
}

.hover\:border-secondary-40\/75:hover{
  border-color: rgb(255 97 195 / 0.75);
}

.hover\:border-secondary-40\/80:hover{
  border-color: rgb(255 97 195 / 0.8);
}

.hover\:border-secondary-40\/85:hover{
  border-color: rgb(255 97 195 / 0.85);
}

.hover\:border-secondary-40\/90:hover{
  border-color: rgb(255 97 195 / 0.9);
}

.hover\:border-secondary-40\/95:hover{
  border-color: rgb(255 97 195 / 0.95);
}

.hover\:border-secondary-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 69 163 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-50\/0:hover{
  border-color: rgb(255 69 163 / 0);
}

.hover\:border-secondary-50\/10:hover{
  border-color: rgb(255 69 163 / 0.1);
}

.hover\:border-secondary-50\/100:hover{
  border-color: rgb(255 69 163 / 1);
}

.hover\:border-secondary-50\/15:hover{
  border-color: rgb(255 69 163 / 0.15);
}

.hover\:border-secondary-50\/20:hover{
  border-color: rgb(255 69 163 / 0.2);
}

.hover\:border-secondary-50\/25:hover{
  border-color: rgb(255 69 163 / 0.25);
}

.hover\:border-secondary-50\/30:hover{
  border-color: rgb(255 69 163 / 0.3);
}

.hover\:border-secondary-50\/35:hover{
  border-color: rgb(255 69 163 / 0.35);
}

.hover\:border-secondary-50\/40:hover{
  border-color: rgb(255 69 163 / 0.4);
}

.hover\:border-secondary-50\/45:hover{
  border-color: rgb(255 69 163 / 0.45);
}

.hover\:border-secondary-50\/5:hover{
  border-color: rgb(255 69 163 / 0.05);
}

.hover\:border-secondary-50\/50:hover{
  border-color: rgb(255 69 163 / 0.5);
}

.hover\:border-secondary-50\/55:hover{
  border-color: rgb(255 69 163 / 0.55);
}

.hover\:border-secondary-50\/60:hover{
  border-color: rgb(255 69 163 / 0.6);
}

.hover\:border-secondary-50\/65:hover{
  border-color: rgb(255 69 163 / 0.65);
}

.hover\:border-secondary-50\/70:hover{
  border-color: rgb(255 69 163 / 0.7);
}

.hover\:border-secondary-50\/75:hover{
  border-color: rgb(255 69 163 / 0.75);
}

.hover\:border-secondary-50\/80:hover{
  border-color: rgb(255 69 163 / 0.8);
}

.hover\:border-secondary-50\/85:hover{
  border-color: rgb(255 69 163 / 0.85);
}

.hover\:border-secondary-50\/90:hover{
  border-color: rgb(255 69 163 / 0.9);
}

.hover\:border-secondary-50\/95:hover{
  border-color: rgb(255 69 163 / 0.95);
}

.hover\:border-secondary-60:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-60\/0:hover{
  border-color: rgb(236 0 140 / 0);
}

.hover\:border-secondary-60\/10:hover{
  border-color: rgb(236 0 140 / 0.1);
}

.hover\:border-secondary-60\/100:hover{
  border-color: rgb(236 0 140 / 1);
}

.hover\:border-secondary-60\/15:hover{
  border-color: rgb(236 0 140 / 0.15);
}

.hover\:border-secondary-60\/20:hover{
  border-color: rgb(236 0 140 / 0.2);
}

.hover\:border-secondary-60\/25:hover{
  border-color: rgb(236 0 140 / 0.25);
}

.hover\:border-secondary-60\/30:hover{
  border-color: rgb(236 0 140 / 0.3);
}

.hover\:border-secondary-60\/35:hover{
  border-color: rgb(236 0 140 / 0.35);
}

.hover\:border-secondary-60\/40:hover{
  border-color: rgb(236 0 140 / 0.4);
}

.hover\:border-secondary-60\/45:hover{
  border-color: rgb(236 0 140 / 0.45);
}

.hover\:border-secondary-60\/5:hover{
  border-color: rgb(236 0 140 / 0.05);
}

.hover\:border-secondary-60\/50:hover{
  border-color: rgb(236 0 140 / 0.5);
}

.hover\:border-secondary-60\/55:hover{
  border-color: rgb(236 0 140 / 0.55);
}

.hover\:border-secondary-60\/60:hover{
  border-color: rgb(236 0 140 / 0.6);
}

.hover\:border-secondary-60\/65:hover{
  border-color: rgb(236 0 140 / 0.65);
}

.hover\:border-secondary-60\/70:hover{
  border-color: rgb(236 0 140 / 0.7);
}

.hover\:border-secondary-60\/75:hover{
  border-color: rgb(236 0 140 / 0.75);
}

.hover\:border-secondary-60\/80:hover{
  border-color: rgb(236 0 140 / 0.8);
}

.hover\:border-secondary-60\/85:hover{
  border-color: rgb(236 0 140 / 0.85);
}

.hover\:border-secondary-60\/90:hover{
  border-color: rgb(236 0 140 / 0.9);
}

.hover\:border-secondary-60\/95:hover{
  border-color: rgb(236 0 140 / 0.95);
}

.hover\:border-secondary-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(182 0 113 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-70\/0:hover{
  border-color: rgb(182 0 113 / 0);
}

.hover\:border-secondary-70\/10:hover{
  border-color: rgb(182 0 113 / 0.1);
}

.hover\:border-secondary-70\/100:hover{
  border-color: rgb(182 0 113 / 1);
}

.hover\:border-secondary-70\/15:hover{
  border-color: rgb(182 0 113 / 0.15);
}

.hover\:border-secondary-70\/20:hover{
  border-color: rgb(182 0 113 / 0.2);
}

.hover\:border-secondary-70\/25:hover{
  border-color: rgb(182 0 113 / 0.25);
}

.hover\:border-secondary-70\/30:hover{
  border-color: rgb(182 0 113 / 0.3);
}

.hover\:border-secondary-70\/35:hover{
  border-color: rgb(182 0 113 / 0.35);
}

.hover\:border-secondary-70\/40:hover{
  border-color: rgb(182 0 113 / 0.4);
}

.hover\:border-secondary-70\/45:hover{
  border-color: rgb(182 0 113 / 0.45);
}

.hover\:border-secondary-70\/5:hover{
  border-color: rgb(182 0 113 / 0.05);
}

.hover\:border-secondary-70\/50:hover{
  border-color: rgb(182 0 113 / 0.5);
}

.hover\:border-secondary-70\/55:hover{
  border-color: rgb(182 0 113 / 0.55);
}

.hover\:border-secondary-70\/60:hover{
  border-color: rgb(182 0 113 / 0.6);
}

.hover\:border-secondary-70\/65:hover{
  border-color: rgb(182 0 113 / 0.65);
}

.hover\:border-secondary-70\/70:hover{
  border-color: rgb(182 0 113 / 0.7);
}

.hover\:border-secondary-70\/75:hover{
  border-color: rgb(182 0 113 / 0.75);
}

.hover\:border-secondary-70\/80:hover{
  border-color: rgb(182 0 113 / 0.8);
}

.hover\:border-secondary-70\/85:hover{
  border-color: rgb(182 0 113 / 0.85);
}

.hover\:border-secondary-70\/90:hover{
  border-color: rgb(182 0 113 / 0.9);
}

.hover\:border-secondary-70\/95:hover{
  border-color: rgb(182 0 113 / 0.95);
}

.hover\:border-secondary-80:hover{
  --tw-border-opacity: 1;
  border-color: rgb(140 0 86 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-80\/0:hover{
  border-color: rgb(140 0 86 / 0);
}

.hover\:border-secondary-80\/10:hover{
  border-color: rgb(140 0 86 / 0.1);
}

.hover\:border-secondary-80\/100:hover{
  border-color: rgb(140 0 86 / 1);
}

.hover\:border-secondary-80\/15:hover{
  border-color: rgb(140 0 86 / 0.15);
}

.hover\:border-secondary-80\/20:hover{
  border-color: rgb(140 0 86 / 0.2);
}

.hover\:border-secondary-80\/25:hover{
  border-color: rgb(140 0 86 / 0.25);
}

.hover\:border-secondary-80\/30:hover{
  border-color: rgb(140 0 86 / 0.3);
}

.hover\:border-secondary-80\/35:hover{
  border-color: rgb(140 0 86 / 0.35);
}

.hover\:border-secondary-80\/40:hover{
  border-color: rgb(140 0 86 / 0.4);
}

.hover\:border-secondary-80\/45:hover{
  border-color: rgb(140 0 86 / 0.45);
}

.hover\:border-secondary-80\/5:hover{
  border-color: rgb(140 0 86 / 0.05);
}

.hover\:border-secondary-80\/50:hover{
  border-color: rgb(140 0 86 / 0.5);
}

.hover\:border-secondary-80\/55:hover{
  border-color: rgb(140 0 86 / 0.55);
}

.hover\:border-secondary-80\/60:hover{
  border-color: rgb(140 0 86 / 0.6);
}

.hover\:border-secondary-80\/65:hover{
  border-color: rgb(140 0 86 / 0.65);
}

.hover\:border-secondary-80\/70:hover{
  border-color: rgb(140 0 86 / 0.7);
}

.hover\:border-secondary-80\/75:hover{
  border-color: rgb(140 0 86 / 0.75);
}

.hover\:border-secondary-80\/80:hover{
  border-color: rgb(140 0 86 / 0.8);
}

.hover\:border-secondary-80\/85:hover{
  border-color: rgb(140 0 86 / 0.85);
}

.hover\:border-secondary-80\/90:hover{
  border-color: rgb(140 0 86 / 0.9);
}

.hover\:border-secondary-80\/95:hover{
  border-color: rgb(140 0 86 / 0.95);
}

.hover\:border-secondary-90:hover{
  --tw-border-opacity: 1;
  border-color: rgb(99 0 59 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-90\/0:hover{
  border-color: rgb(99 0 59 / 0);
}

.hover\:border-secondary-90\/10:hover{
  border-color: rgb(99 0 59 / 0.1);
}

.hover\:border-secondary-90\/100:hover{
  border-color: rgb(99 0 59 / 1);
}

.hover\:border-secondary-90\/15:hover{
  border-color: rgb(99 0 59 / 0.15);
}

.hover\:border-secondary-90\/20:hover{
  border-color: rgb(99 0 59 / 0.2);
}

.hover\:border-secondary-90\/25:hover{
  border-color: rgb(99 0 59 / 0.25);
}

.hover\:border-secondary-90\/30:hover{
  border-color: rgb(99 0 59 / 0.3);
}

.hover\:border-secondary-90\/35:hover{
  border-color: rgb(99 0 59 / 0.35);
}

.hover\:border-secondary-90\/40:hover{
  border-color: rgb(99 0 59 / 0.4);
}

.hover\:border-secondary-90\/45:hover{
  border-color: rgb(99 0 59 / 0.45);
}

.hover\:border-secondary-90\/5:hover{
  border-color: rgb(99 0 59 / 0.05);
}

.hover\:border-secondary-90\/50:hover{
  border-color: rgb(99 0 59 / 0.5);
}

.hover\:border-secondary-90\/55:hover{
  border-color: rgb(99 0 59 / 0.55);
}

.hover\:border-secondary-90\/60:hover{
  border-color: rgb(99 0 59 / 0.6);
}

.hover\:border-secondary-90\/65:hover{
  border-color: rgb(99 0 59 / 0.65);
}

.hover\:border-secondary-90\/70:hover{
  border-color: rgb(99 0 59 / 0.7);
}

.hover\:border-secondary-90\/75:hover{
  border-color: rgb(99 0 59 / 0.75);
}

.hover\:border-secondary-90\/80:hover{
  border-color: rgb(99 0 59 / 0.8);
}

.hover\:border-secondary-90\/85:hover{
  border-color: rgb(99 0 59 / 0.85);
}

.hover\:border-secondary-90\/90:hover{
  border-color: rgb(99 0 59 / 0.9);
}

.hover\:border-secondary-90\/95:hover{
  border-color: rgb(99 0 59 / 0.95);
}

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

.hover\:border-shade-black\/0:hover{
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-shade-black\/10:hover{
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-shade-black\/100:hover{
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-shade-black\/15:hover{
  border-color: rgb(0 0 0 / 0.15);
}

.hover\:border-shade-black\/20:hover{
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-shade-black\/25:hover{
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-shade-black\/30:hover{
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-shade-black\/35:hover{
  border-color: rgb(0 0 0 / 0.35);
}

.hover\:border-shade-black\/40:hover{
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-shade-black\/45:hover{
  border-color: rgb(0 0 0 / 0.45);
}

.hover\:border-shade-black\/5:hover{
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-shade-black\/50:hover{
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-shade-black\/55:hover{
  border-color: rgb(0 0 0 / 0.55);
}

.hover\:border-shade-black\/60:hover{
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-shade-black\/65:hover{
  border-color: rgb(0 0 0 / 0.65);
}

.hover\:border-shade-black\/70:hover{
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-shade-black\/75:hover{
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-shade-black\/80:hover{
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-shade-black\/85:hover{
  border-color: rgb(0 0 0 / 0.85);
}

.hover\:border-shade-black\/90:hover{
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-shade-black\/95:hover{
  border-color: rgb(0 0 0 / 0.95);
}

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

.hover\:border-shade-white\/0:hover{
  border-color: rgb(255 255 255 / 0);
}

.hover\:border-shade-white\/10:hover{
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-shade-white\/100:hover{
  border-color: rgb(255 255 255 / 1);
}

.hover\:border-shade-white\/15:hover{
  border-color: rgb(255 255 255 / 0.15);
}

.hover\:border-shade-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-shade-white\/25:hover{
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-shade-white\/30:hover{
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-shade-white\/35:hover{
  border-color: rgb(255 255 255 / 0.35);
}

.hover\:border-shade-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-shade-white\/45:hover{
  border-color: rgb(255 255 255 / 0.45);
}

.hover\:border-shade-white\/5:hover{
  border-color: rgb(255 255 255 / 0.05);
}

.hover\:border-shade-white\/50:hover{
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:border-shade-white\/55:hover{
  border-color: rgb(255 255 255 / 0.55);
}

.hover\:border-shade-white\/60:hover{
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-shade-white\/65:hover{
  border-color: rgb(255 255 255 / 0.65);
}

.hover\:border-shade-white\/70:hover{
  border-color: rgb(255 255 255 / 0.7);
}

.hover\:border-shade-white\/75:hover{
  border-color: rgb(255 255 255 / 0.75);
}

.hover\:border-shade-white\/80:hover{
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:border-shade-white\/85:hover{
  border-color: rgb(255 255 255 / 0.85);
}

.hover\:border-shade-white\/90:hover{
  border-color: rgb(255 255 255 / 0.9);
}

.hover\:border-shade-white\/95:hover{
  border-color: rgb(255 255 255 / 0.95);
}

.hover\:border-skynamo-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-blue\/0:hover{
  border-color: rgb(61 181 230 / 0);
}

.hover\:border-skynamo-blue\/10:hover{
  border-color: rgb(61 181 230 / 0.1);
}

.hover\:border-skynamo-blue\/100:hover{
  border-color: rgb(61 181 230 / 1);
}

.hover\:border-skynamo-blue\/15:hover{
  border-color: rgb(61 181 230 / 0.15);
}

.hover\:border-skynamo-blue\/20:hover{
  border-color: rgb(61 181 230 / 0.2);
}

.hover\:border-skynamo-blue\/25:hover{
  border-color: rgb(61 181 230 / 0.25);
}

.hover\:border-skynamo-blue\/30:hover{
  border-color: rgb(61 181 230 / 0.3);
}

.hover\:border-skynamo-blue\/35:hover{
  border-color: rgb(61 181 230 / 0.35);
}

.hover\:border-skynamo-blue\/40:hover{
  border-color: rgb(61 181 230 / 0.4);
}

.hover\:border-skynamo-blue\/45:hover{
  border-color: rgb(61 181 230 / 0.45);
}

.hover\:border-skynamo-blue\/5:hover{
  border-color: rgb(61 181 230 / 0.05);
}

.hover\:border-skynamo-blue\/50:hover{
  border-color: rgb(61 181 230 / 0.5);
}

.hover\:border-skynamo-blue\/55:hover{
  border-color: rgb(61 181 230 / 0.55);
}

.hover\:border-skynamo-blue\/60:hover{
  border-color: rgb(61 181 230 / 0.6);
}

.hover\:border-skynamo-blue\/65:hover{
  border-color: rgb(61 181 230 / 0.65);
}

.hover\:border-skynamo-blue\/70:hover{
  border-color: rgb(61 181 230 / 0.7);
}

.hover\:border-skynamo-blue\/75:hover{
  border-color: rgb(61 181 230 / 0.75);
}

.hover\:border-skynamo-blue\/80:hover{
  border-color: rgb(61 181 230 / 0.8);
}

.hover\:border-skynamo-blue\/85:hover{
  border-color: rgb(61 181 230 / 0.85);
}

.hover\:border-skynamo-blue\/90:hover{
  border-color: rgb(61 181 230 / 0.9);
}

.hover\:border-skynamo-blue\/95:hover{
  border-color: rgb(61 181 230 / 0.95);
}

.hover\:border-skynamo-bright-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-bright-pink\/0:hover{
  border-color: rgb(236 0 140 / 0);
}

.hover\:border-skynamo-bright-pink\/10:hover{
  border-color: rgb(236 0 140 / 0.1);
}

.hover\:border-skynamo-bright-pink\/100:hover{
  border-color: rgb(236 0 140 / 1);
}

.hover\:border-skynamo-bright-pink\/15:hover{
  border-color: rgb(236 0 140 / 0.15);
}

.hover\:border-skynamo-bright-pink\/20:hover{
  border-color: rgb(236 0 140 / 0.2);
}

.hover\:border-skynamo-bright-pink\/25:hover{
  border-color: rgb(236 0 140 / 0.25);
}

.hover\:border-skynamo-bright-pink\/30:hover{
  border-color: rgb(236 0 140 / 0.3);
}

.hover\:border-skynamo-bright-pink\/35:hover{
  border-color: rgb(236 0 140 / 0.35);
}

.hover\:border-skynamo-bright-pink\/40:hover{
  border-color: rgb(236 0 140 / 0.4);
}

.hover\:border-skynamo-bright-pink\/45:hover{
  border-color: rgb(236 0 140 / 0.45);
}

.hover\:border-skynamo-bright-pink\/5:hover{
  border-color: rgb(236 0 140 / 0.05);
}

.hover\:border-skynamo-bright-pink\/50:hover{
  border-color: rgb(236 0 140 / 0.5);
}

.hover\:border-skynamo-bright-pink\/55:hover{
  border-color: rgb(236 0 140 / 0.55);
}

.hover\:border-skynamo-bright-pink\/60:hover{
  border-color: rgb(236 0 140 / 0.6);
}

.hover\:border-skynamo-bright-pink\/65:hover{
  border-color: rgb(236 0 140 / 0.65);
}

.hover\:border-skynamo-bright-pink\/70:hover{
  border-color: rgb(236 0 140 / 0.7);
}

.hover\:border-skynamo-bright-pink\/75:hover{
  border-color: rgb(236 0 140 / 0.75);
}

.hover\:border-skynamo-bright-pink\/80:hover{
  border-color: rgb(236 0 140 / 0.8);
}

.hover\:border-skynamo-bright-pink\/85:hover{
  border-color: rgb(236 0 140 / 0.85);
}

.hover\:border-skynamo-bright-pink\/90:hover{
  border-color: rgb(236 0 140 / 0.9);
}

.hover\:border-skynamo-bright-pink\/95:hover{
  border-color: rgb(236 0 140 / 0.95);
}

.hover\:border-skynamo-bright-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-bright-purple\/0:hover{
  border-color: rgb(127 50 190 / 0);
}

.hover\:border-skynamo-bright-purple\/10:hover{
  border-color: rgb(127 50 190 / 0.1);
}

.hover\:border-skynamo-bright-purple\/100:hover{
  border-color: rgb(127 50 190 / 1);
}

.hover\:border-skynamo-bright-purple\/15:hover{
  border-color: rgb(127 50 190 / 0.15);
}

.hover\:border-skynamo-bright-purple\/20:hover{
  border-color: rgb(127 50 190 / 0.2);
}

.hover\:border-skynamo-bright-purple\/25:hover{
  border-color: rgb(127 50 190 / 0.25);
}

.hover\:border-skynamo-bright-purple\/30:hover{
  border-color: rgb(127 50 190 / 0.3);
}

.hover\:border-skynamo-bright-purple\/35:hover{
  border-color: rgb(127 50 190 / 0.35);
}

.hover\:border-skynamo-bright-purple\/40:hover{
  border-color: rgb(127 50 190 / 0.4);
}

.hover\:border-skynamo-bright-purple\/45:hover{
  border-color: rgb(127 50 190 / 0.45);
}

.hover\:border-skynamo-bright-purple\/5:hover{
  border-color: rgb(127 50 190 / 0.05);
}

.hover\:border-skynamo-bright-purple\/50:hover{
  border-color: rgb(127 50 190 / 0.5);
}

.hover\:border-skynamo-bright-purple\/55:hover{
  border-color: rgb(127 50 190 / 0.55);
}

.hover\:border-skynamo-bright-purple\/60:hover{
  border-color: rgb(127 50 190 / 0.6);
}

.hover\:border-skynamo-bright-purple\/65:hover{
  border-color: rgb(127 50 190 / 0.65);
}

.hover\:border-skynamo-bright-purple\/70:hover{
  border-color: rgb(127 50 190 / 0.7);
}

.hover\:border-skynamo-bright-purple\/75:hover{
  border-color: rgb(127 50 190 / 0.75);
}

.hover\:border-skynamo-bright-purple\/80:hover{
  border-color: rgb(127 50 190 / 0.8);
}

.hover\:border-skynamo-bright-purple\/85:hover{
  border-color: rgb(127 50 190 / 0.85);
}

.hover\:border-skynamo-bright-purple\/90:hover{
  border-color: rgb(127 50 190 / 0.9);
}

.hover\:border-skynamo-bright-purple\/95:hover{
  border-color: rgb(127 50 190 / 0.95);
}

.hover\:border-skynamo-dark-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 0 52 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-dark-purple\/0:hover{
  border-color: rgb(29 0 52 / 0);
}

.hover\:border-skynamo-dark-purple\/10:hover{
  border-color: rgb(29 0 52 / 0.1);
}

.hover\:border-skynamo-dark-purple\/100:hover{
  border-color: rgb(29 0 52 / 1);
}

.hover\:border-skynamo-dark-purple\/15:hover{
  border-color: rgb(29 0 52 / 0.15);
}

.hover\:border-skynamo-dark-purple\/20:hover{
  border-color: rgb(29 0 52 / 0.2);
}

.hover\:border-skynamo-dark-purple\/25:hover{
  border-color: rgb(29 0 52 / 0.25);
}

.hover\:border-skynamo-dark-purple\/30:hover{
  border-color: rgb(29 0 52 / 0.3);
}

.hover\:border-skynamo-dark-purple\/35:hover{
  border-color: rgb(29 0 52 / 0.35);
}

.hover\:border-skynamo-dark-purple\/40:hover{
  border-color: rgb(29 0 52 / 0.4);
}

.hover\:border-skynamo-dark-purple\/45:hover{
  border-color: rgb(29 0 52 / 0.45);
}

.hover\:border-skynamo-dark-purple\/5:hover{
  border-color: rgb(29 0 52 / 0.05);
}

.hover\:border-skynamo-dark-purple\/50:hover{
  border-color: rgb(29 0 52 / 0.5);
}

.hover\:border-skynamo-dark-purple\/55:hover{
  border-color: rgb(29 0 52 / 0.55);
}

.hover\:border-skynamo-dark-purple\/60:hover{
  border-color: rgb(29 0 52 / 0.6);
}

.hover\:border-skynamo-dark-purple\/65:hover{
  border-color: rgb(29 0 52 / 0.65);
}

.hover\:border-skynamo-dark-purple\/70:hover{
  border-color: rgb(29 0 52 / 0.7);
}

.hover\:border-skynamo-dark-purple\/75:hover{
  border-color: rgb(29 0 52 / 0.75);
}

.hover\:border-skynamo-dark-purple\/80:hover{
  border-color: rgb(29 0 52 / 0.8);
}

.hover\:border-skynamo-dark-purple\/85:hover{
  border-color: rgb(29 0 52 / 0.85);
}

.hover\:border-skynamo-dark-purple\/90:hover{
  border-color: rgb(29 0 52 / 0.9);
}

.hover\:border-skynamo-dark-purple\/95:hover{
  border-color: rgb(29 0 52 / 0.95);
}

.hover\:border-skynamo-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-gray\/0:hover{
  border-color: rgb(189 189 189 / 0);
}

.hover\:border-skynamo-gray\/10:hover{
  border-color: rgb(189 189 189 / 0.1);
}

.hover\:border-skynamo-gray\/100:hover{
  border-color: rgb(189 189 189 / 1);
}

.hover\:border-skynamo-gray\/15:hover{
  border-color: rgb(189 189 189 / 0.15);
}

.hover\:border-skynamo-gray\/20:hover{
  border-color: rgb(189 189 189 / 0.2);
}

.hover\:border-skynamo-gray\/25:hover{
  border-color: rgb(189 189 189 / 0.25);
}

.hover\:border-skynamo-gray\/30:hover{
  border-color: rgb(189 189 189 / 0.3);
}

.hover\:border-skynamo-gray\/35:hover{
  border-color: rgb(189 189 189 / 0.35);
}

.hover\:border-skynamo-gray\/40:hover{
  border-color: rgb(189 189 189 / 0.4);
}

.hover\:border-skynamo-gray\/45:hover{
  border-color: rgb(189 189 189 / 0.45);
}

.hover\:border-skynamo-gray\/5:hover{
  border-color: rgb(189 189 189 / 0.05);
}

.hover\:border-skynamo-gray\/50:hover{
  border-color: rgb(189 189 189 / 0.5);
}

.hover\:border-skynamo-gray\/55:hover{
  border-color: rgb(189 189 189 / 0.55);
}

.hover\:border-skynamo-gray\/60:hover{
  border-color: rgb(189 189 189 / 0.6);
}

.hover\:border-skynamo-gray\/65:hover{
  border-color: rgb(189 189 189 / 0.65);
}

.hover\:border-skynamo-gray\/70:hover{
  border-color: rgb(189 189 189 / 0.7);
}

.hover\:border-skynamo-gray\/75:hover{
  border-color: rgb(189 189 189 / 0.75);
}

.hover\:border-skynamo-gray\/80:hover{
  border-color: rgb(189 189 189 / 0.8);
}

.hover\:border-skynamo-gray\/85:hover{
  border-color: rgb(189 189 189 / 0.85);
}

.hover\:border-skynamo-gray\/90:hover{
  border-color: rgb(189 189 189 / 0.9);
}

.hover\:border-skynamo-gray\/95:hover{
  border-color: rgb(189 189 189 / 0.95);
}

.hover\:border-skynamo-light-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 225 221 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-light-gray\/0:hover{
  border-color: rgb(226 225 221 / 0);
}

.hover\:border-skynamo-light-gray\/10:hover{
  border-color: rgb(226 225 221 / 0.1);
}

.hover\:border-skynamo-light-gray\/100:hover{
  border-color: rgb(226 225 221 / 1);
}

.hover\:border-skynamo-light-gray\/15:hover{
  border-color: rgb(226 225 221 / 0.15);
}

.hover\:border-skynamo-light-gray\/20:hover{
  border-color: rgb(226 225 221 / 0.2);
}

.hover\:border-skynamo-light-gray\/25:hover{
  border-color: rgb(226 225 221 / 0.25);
}

.hover\:border-skynamo-light-gray\/30:hover{
  border-color: rgb(226 225 221 / 0.3);
}

.hover\:border-skynamo-light-gray\/35:hover{
  border-color: rgb(226 225 221 / 0.35);
}

.hover\:border-skynamo-light-gray\/40:hover{
  border-color: rgb(226 225 221 / 0.4);
}

.hover\:border-skynamo-light-gray\/45:hover{
  border-color: rgb(226 225 221 / 0.45);
}

.hover\:border-skynamo-light-gray\/5:hover{
  border-color: rgb(226 225 221 / 0.05);
}

.hover\:border-skynamo-light-gray\/50:hover{
  border-color: rgb(226 225 221 / 0.5);
}

.hover\:border-skynamo-light-gray\/55:hover{
  border-color: rgb(226 225 221 / 0.55);
}

.hover\:border-skynamo-light-gray\/60:hover{
  border-color: rgb(226 225 221 / 0.6);
}

.hover\:border-skynamo-light-gray\/65:hover{
  border-color: rgb(226 225 221 / 0.65);
}

.hover\:border-skynamo-light-gray\/70:hover{
  border-color: rgb(226 225 221 / 0.7);
}

.hover\:border-skynamo-light-gray\/75:hover{
  border-color: rgb(226 225 221 / 0.75);
}

.hover\:border-skynamo-light-gray\/80:hover{
  border-color: rgb(226 225 221 / 0.8);
}

.hover\:border-skynamo-light-gray\/85:hover{
  border-color: rgb(226 225 221 / 0.85);
}

.hover\:border-skynamo-light-gray\/90:hover{
  border-color: rgb(226 225 221 / 0.9);
}

.hover\:border-skynamo-light-gray\/95:hover{
  border-color: rgb(226 225 221 / 0.95);
}

.hover\:border-skynamo-mint:hover{
  --tw-border-opacity: 1;
  border-color: rgb(3 219 157 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-mint\/0:hover{
  border-color: rgb(3 219 157 / 0);
}

.hover\:border-skynamo-mint\/10:hover{
  border-color: rgb(3 219 157 / 0.1);
}

.hover\:border-skynamo-mint\/100:hover{
  border-color: rgb(3 219 157 / 1);
}

.hover\:border-skynamo-mint\/15:hover{
  border-color: rgb(3 219 157 / 0.15);
}

.hover\:border-skynamo-mint\/20:hover{
  border-color: rgb(3 219 157 / 0.2);
}

.hover\:border-skynamo-mint\/25:hover{
  border-color: rgb(3 219 157 / 0.25);
}

.hover\:border-skynamo-mint\/30:hover{
  border-color: rgb(3 219 157 / 0.3);
}

.hover\:border-skynamo-mint\/35:hover{
  border-color: rgb(3 219 157 / 0.35);
}

.hover\:border-skynamo-mint\/40:hover{
  border-color: rgb(3 219 157 / 0.4);
}

.hover\:border-skynamo-mint\/45:hover{
  border-color: rgb(3 219 157 / 0.45);
}

.hover\:border-skynamo-mint\/5:hover{
  border-color: rgb(3 219 157 / 0.05);
}

.hover\:border-skynamo-mint\/50:hover{
  border-color: rgb(3 219 157 / 0.5);
}

.hover\:border-skynamo-mint\/55:hover{
  border-color: rgb(3 219 157 / 0.55);
}

.hover\:border-skynamo-mint\/60:hover{
  border-color: rgb(3 219 157 / 0.6);
}

.hover\:border-skynamo-mint\/65:hover{
  border-color: rgb(3 219 157 / 0.65);
}

.hover\:border-skynamo-mint\/70:hover{
  border-color: rgb(3 219 157 / 0.7);
}

.hover\:border-skynamo-mint\/75:hover{
  border-color: rgb(3 219 157 / 0.75);
}

.hover\:border-skynamo-mint\/80:hover{
  border-color: rgb(3 219 157 / 0.8);
}

.hover\:border-skynamo-mint\/85:hover{
  border-color: rgb(3 219 157 / 0.85);
}

.hover\:border-skynamo-mint\/90:hover{
  border-color: rgb(3 219 157 / 0.9);
}

.hover\:border-skynamo-mint\/95:hover{
  border-color: rgb(3 219 157 / 0.95);
}

.hover\:border-skynamo-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 116 32 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-orange\/0:hover{
  border-color: rgb(241 116 32 / 0);
}

.hover\:border-skynamo-orange\/10:hover{
  border-color: rgb(241 116 32 / 0.1);
}

.hover\:border-skynamo-orange\/100:hover{
  border-color: rgb(241 116 32 / 1);
}

.hover\:border-skynamo-orange\/15:hover{
  border-color: rgb(241 116 32 / 0.15);
}

.hover\:border-skynamo-orange\/20:hover{
  border-color: rgb(241 116 32 / 0.2);
}

.hover\:border-skynamo-orange\/25:hover{
  border-color: rgb(241 116 32 / 0.25);
}

.hover\:border-skynamo-orange\/30:hover{
  border-color: rgb(241 116 32 / 0.3);
}

.hover\:border-skynamo-orange\/35:hover{
  border-color: rgb(241 116 32 / 0.35);
}

.hover\:border-skynamo-orange\/40:hover{
  border-color: rgb(241 116 32 / 0.4);
}

.hover\:border-skynamo-orange\/45:hover{
  border-color: rgb(241 116 32 / 0.45);
}

.hover\:border-skynamo-orange\/5:hover{
  border-color: rgb(241 116 32 / 0.05);
}

.hover\:border-skynamo-orange\/50:hover{
  border-color: rgb(241 116 32 / 0.5);
}

.hover\:border-skynamo-orange\/55:hover{
  border-color: rgb(241 116 32 / 0.55);
}

.hover\:border-skynamo-orange\/60:hover{
  border-color: rgb(241 116 32 / 0.6);
}

.hover\:border-skynamo-orange\/65:hover{
  border-color: rgb(241 116 32 / 0.65);
}

.hover\:border-skynamo-orange\/70:hover{
  border-color: rgb(241 116 32 / 0.7);
}

.hover\:border-skynamo-orange\/75:hover{
  border-color: rgb(241 116 32 / 0.75);
}

.hover\:border-skynamo-orange\/80:hover{
  border-color: rgb(241 116 32 / 0.8);
}

.hover\:border-skynamo-orange\/85:hover{
  border-color: rgb(241 116 32 / 0.85);
}

.hover\:border-skynamo-orange\/90:hover{
  border-color: rgb(241 116 32 / 0.9);
}

.hover\:border-skynamo-orange\/95:hover{
  border-color: rgb(241 116 32 / 0.95);
}

.hover\:border-skynamo-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-purple\/0:hover{
  border-color: rgb(61 17 82 / 0);
}

.hover\:border-skynamo-purple\/10:hover{
  border-color: rgb(61 17 82 / 0.1);
}

.hover\:border-skynamo-purple\/100:hover{
  border-color: rgb(61 17 82 / 1);
}

.hover\:border-skynamo-purple\/15:hover{
  border-color: rgb(61 17 82 / 0.15);
}

.hover\:border-skynamo-purple\/20:hover{
  border-color: rgb(61 17 82 / 0.2);
}

.hover\:border-skynamo-purple\/25:hover{
  border-color: rgb(61 17 82 / 0.25);
}

.hover\:border-skynamo-purple\/30:hover{
  border-color: rgb(61 17 82 / 0.3);
}

.hover\:border-skynamo-purple\/35:hover{
  border-color: rgb(61 17 82 / 0.35);
}

.hover\:border-skynamo-purple\/40:hover{
  border-color: rgb(61 17 82 / 0.4);
}

.hover\:border-skynamo-purple\/45:hover{
  border-color: rgb(61 17 82 / 0.45);
}

.hover\:border-skynamo-purple\/5:hover{
  border-color: rgb(61 17 82 / 0.05);
}

.hover\:border-skynamo-purple\/50:hover{
  border-color: rgb(61 17 82 / 0.5);
}

.hover\:border-skynamo-purple\/55:hover{
  border-color: rgb(61 17 82 / 0.55);
}

.hover\:border-skynamo-purple\/60:hover{
  border-color: rgb(61 17 82 / 0.6);
}

.hover\:border-skynamo-purple\/65:hover{
  border-color: rgb(61 17 82 / 0.65);
}

.hover\:border-skynamo-purple\/70:hover{
  border-color: rgb(61 17 82 / 0.7);
}

.hover\:border-skynamo-purple\/75:hover{
  border-color: rgb(61 17 82 / 0.75);
}

.hover\:border-skynamo-purple\/80:hover{
  border-color: rgb(61 17 82 / 0.8);
}

.hover\:border-skynamo-purple\/85:hover{
  border-color: rgb(61 17 82 / 0.85);
}

.hover\:border-skynamo-purple\/90:hover{
  border-color: rgb(61 17 82 / 0.9);
}

.hover\:border-skynamo-purple\/95:hover{
  border-color: rgb(61 17 82 / 0.95);
}

.hover\:border-skynamo-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.hover\:border-skynamo-yellow\/0:hover{
  border-color: rgb(255 186 0 / 0);
}

.hover\:border-skynamo-yellow\/10:hover{
  border-color: rgb(255 186 0 / 0.1);
}

.hover\:border-skynamo-yellow\/100:hover{
  border-color: rgb(255 186 0 / 1);
}

.hover\:border-skynamo-yellow\/15:hover{
  border-color: rgb(255 186 0 / 0.15);
}

.hover\:border-skynamo-yellow\/20:hover{
  border-color: rgb(255 186 0 / 0.2);
}

.hover\:border-skynamo-yellow\/25:hover{
  border-color: rgb(255 186 0 / 0.25);
}

.hover\:border-skynamo-yellow\/30:hover{
  border-color: rgb(255 186 0 / 0.3);
}

.hover\:border-skynamo-yellow\/35:hover{
  border-color: rgb(255 186 0 / 0.35);
}

.hover\:border-skynamo-yellow\/40:hover{
  border-color: rgb(255 186 0 / 0.4);
}

.hover\:border-skynamo-yellow\/45:hover{
  border-color: rgb(255 186 0 / 0.45);
}

.hover\:border-skynamo-yellow\/5:hover{
  border-color: rgb(255 186 0 / 0.05);
}

.hover\:border-skynamo-yellow\/50:hover{
  border-color: rgb(255 186 0 / 0.5);
}

.hover\:border-skynamo-yellow\/55:hover{
  border-color: rgb(255 186 0 / 0.55);
}

.hover\:border-skynamo-yellow\/60:hover{
  border-color: rgb(255 186 0 / 0.6);
}

.hover\:border-skynamo-yellow\/65:hover{
  border-color: rgb(255 186 0 / 0.65);
}

.hover\:border-skynamo-yellow\/70:hover{
  border-color: rgb(255 186 0 / 0.7);
}

.hover\:border-skynamo-yellow\/75:hover{
  border-color: rgb(255 186 0 / 0.75);
}

.hover\:border-skynamo-yellow\/80:hover{
  border-color: rgb(255 186 0 / 0.8);
}

.hover\:border-skynamo-yellow\/85:hover{
  border-color: rgb(255 186 0 / 0.85);
}

.hover\:border-skynamo-yellow\/90:hover{
  border-color: rgb(255 186 0 / 0.9);
}

.hover\:border-skynamo-yellow\/95:hover{
  border-color: rgb(255 186 0 / 0.95);
}

.hover\:border-success-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.hover\:border-success-100\/0:hover{
  border-color: rgb(21 128 61 / 0);
}

.hover\:border-success-100\/10:hover{
  border-color: rgb(21 128 61 / 0.1);
}

.hover\:border-success-100\/100:hover{
  border-color: rgb(21 128 61 / 1);
}

.hover\:border-success-100\/15:hover{
  border-color: rgb(21 128 61 / 0.15);
}

.hover\:border-success-100\/20:hover{
  border-color: rgb(21 128 61 / 0.2);
}

.hover\:border-success-100\/25:hover{
  border-color: rgb(21 128 61 / 0.25);
}

.hover\:border-success-100\/30:hover{
  border-color: rgb(21 128 61 / 0.3);
}

.hover\:border-success-100\/35:hover{
  border-color: rgb(21 128 61 / 0.35);
}

.hover\:border-success-100\/40:hover{
  border-color: rgb(21 128 61 / 0.4);
}

.hover\:border-success-100\/45:hover{
  border-color: rgb(21 128 61 / 0.45);
}

.hover\:border-success-100\/5:hover{
  border-color: rgb(21 128 61 / 0.05);
}

.hover\:border-success-100\/50:hover{
  border-color: rgb(21 128 61 / 0.5);
}

.hover\:border-success-100\/55:hover{
  border-color: rgb(21 128 61 / 0.55);
}

.hover\:border-success-100\/60:hover{
  border-color: rgb(21 128 61 / 0.6);
}

.hover\:border-success-100\/65:hover{
  border-color: rgb(21 128 61 / 0.65);
}

.hover\:border-success-100\/70:hover{
  border-color: rgb(21 128 61 / 0.7);
}

.hover\:border-success-100\/75:hover{
  border-color: rgb(21 128 61 / 0.75);
}

.hover\:border-success-100\/80:hover{
  border-color: rgb(21 128 61 / 0.8);
}

.hover\:border-success-100\/85:hover{
  border-color: rgb(21 128 61 / 0.85);
}

.hover\:border-success-100\/90:hover{
  border-color: rgb(21 128 61 / 0.9);
}

.hover\:border-success-100\/95:hover{
  border-color: rgb(21 128 61 / 0.95);
}

.hover\:border-success-background:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.hover\:border-success-background\/0:hover{
  border-color: rgb(220 252 231 / 0);
}

.hover\:border-success-background\/10:hover{
  border-color: rgb(220 252 231 / 0.1);
}

.hover\:border-success-background\/100:hover{
  border-color: rgb(220 252 231 / 1);
}

.hover\:border-success-background\/15:hover{
  border-color: rgb(220 252 231 / 0.15);
}

.hover\:border-success-background\/20:hover{
  border-color: rgb(220 252 231 / 0.2);
}

.hover\:border-success-background\/25:hover{
  border-color: rgb(220 252 231 / 0.25);
}

.hover\:border-success-background\/30:hover{
  border-color: rgb(220 252 231 / 0.3);
}

.hover\:border-success-background\/35:hover{
  border-color: rgb(220 252 231 / 0.35);
}

.hover\:border-success-background\/40:hover{
  border-color: rgb(220 252 231 / 0.4);
}

.hover\:border-success-background\/45:hover{
  border-color: rgb(220 252 231 / 0.45);
}

.hover\:border-success-background\/5:hover{
  border-color: rgb(220 252 231 / 0.05);
}

.hover\:border-success-background\/50:hover{
  border-color: rgb(220 252 231 / 0.5);
}

.hover\:border-success-background\/55:hover{
  border-color: rgb(220 252 231 / 0.55);
}

.hover\:border-success-background\/60:hover{
  border-color: rgb(220 252 231 / 0.6);
}

.hover\:border-success-background\/65:hover{
  border-color: rgb(220 252 231 / 0.65);
}

.hover\:border-success-background\/70:hover{
  border-color: rgb(220 252 231 / 0.7);
}

.hover\:border-success-background\/75:hover{
  border-color: rgb(220 252 231 / 0.75);
}

.hover\:border-success-background\/80:hover{
  border-color: rgb(220 252 231 / 0.8);
}

.hover\:border-success-background\/85:hover{
  border-color: rgb(220 252 231 / 0.85);
}

.hover\:border-success-background\/90:hover{
  border-color: rgb(220 252 231 / 0.9);
}

.hover\:border-success-background\/95:hover{
  border-color: rgb(220 252 231 / 0.95);
}

.hover\:border-tertiary-10:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 255 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-10\/0:hover{
  border-color: rgb(255 235 255 / 0);
}

.hover\:border-tertiary-10\/10:hover{
  border-color: rgb(255 235 255 / 0.1);
}

.hover\:border-tertiary-10\/100:hover{
  border-color: rgb(255 235 255 / 1);
}

.hover\:border-tertiary-10\/15:hover{
  border-color: rgb(255 235 255 / 0.15);
}

.hover\:border-tertiary-10\/20:hover{
  border-color: rgb(255 235 255 / 0.2);
}

.hover\:border-tertiary-10\/25:hover{
  border-color: rgb(255 235 255 / 0.25);
}

.hover\:border-tertiary-10\/30:hover{
  border-color: rgb(255 235 255 / 0.3);
}

.hover\:border-tertiary-10\/35:hover{
  border-color: rgb(255 235 255 / 0.35);
}

.hover\:border-tertiary-10\/40:hover{
  border-color: rgb(255 235 255 / 0.4);
}

.hover\:border-tertiary-10\/45:hover{
  border-color: rgb(255 235 255 / 0.45);
}

.hover\:border-tertiary-10\/5:hover{
  border-color: rgb(255 235 255 / 0.05);
}

.hover\:border-tertiary-10\/50:hover{
  border-color: rgb(255 235 255 / 0.5);
}

.hover\:border-tertiary-10\/55:hover{
  border-color: rgb(255 235 255 / 0.55);
}

.hover\:border-tertiary-10\/60:hover{
  border-color: rgb(255 235 255 / 0.6);
}

.hover\:border-tertiary-10\/65:hover{
  border-color: rgb(255 235 255 / 0.65);
}

.hover\:border-tertiary-10\/70:hover{
  border-color: rgb(255 235 255 / 0.7);
}

.hover\:border-tertiary-10\/75:hover{
  border-color: rgb(255 235 255 / 0.75);
}

.hover\:border-tertiary-10\/80:hover{
  border-color: rgb(255 235 255 / 0.8);
}

.hover\:border-tertiary-10\/85:hover{
  border-color: rgb(255 235 255 / 0.85);
}

.hover\:border-tertiary-10\/90:hover{
  border-color: rgb(255 235 255 / 0.9);
}

.hover\:border-tertiary-10\/95:hover{
  border-color: rgb(255 235 255 / 0.95);
}

.hover\:border-tertiary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(28 0 42 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-100\/0:hover{
  border-color: rgb(28 0 42 / 0);
}

.hover\:border-tertiary-100\/10:hover{
  border-color: rgb(28 0 42 / 0.1);
}

.hover\:border-tertiary-100\/100:hover{
  border-color: rgb(28 0 42 / 1);
}

.hover\:border-tertiary-100\/15:hover{
  border-color: rgb(28 0 42 / 0.15);
}

.hover\:border-tertiary-100\/20:hover{
  border-color: rgb(28 0 42 / 0.2);
}

.hover\:border-tertiary-100\/25:hover{
  border-color: rgb(28 0 42 / 0.25);
}

.hover\:border-tertiary-100\/30:hover{
  border-color: rgb(28 0 42 / 0.3);
}

.hover\:border-tertiary-100\/35:hover{
  border-color: rgb(28 0 42 / 0.35);
}

.hover\:border-tertiary-100\/40:hover{
  border-color: rgb(28 0 42 / 0.4);
}

.hover\:border-tertiary-100\/45:hover{
  border-color: rgb(28 0 42 / 0.45);
}

.hover\:border-tertiary-100\/5:hover{
  border-color: rgb(28 0 42 / 0.05);
}

.hover\:border-tertiary-100\/50:hover{
  border-color: rgb(28 0 42 / 0.5);
}

.hover\:border-tertiary-100\/55:hover{
  border-color: rgb(28 0 42 / 0.55);
}

.hover\:border-tertiary-100\/60:hover{
  border-color: rgb(28 0 42 / 0.6);
}

.hover\:border-tertiary-100\/65:hover{
  border-color: rgb(28 0 42 / 0.65);
}

.hover\:border-tertiary-100\/70:hover{
  border-color: rgb(28 0 42 / 0.7);
}

.hover\:border-tertiary-100\/75:hover{
  border-color: rgb(28 0 42 / 0.75);
}

.hover\:border-tertiary-100\/80:hover{
  border-color: rgb(28 0 42 / 0.8);
}

.hover\:border-tertiary-100\/85:hover{
  border-color: rgb(28 0 42 / 0.85);
}

.hover\:border-tertiary-100\/90:hover{
  border-color: rgb(28 0 42 / 0.9);
}

.hover\:border-tertiary-100\/95:hover{
  border-color: rgb(28 0 42 / 0.95);
}

.hover\:border-tertiary-20:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 216 255 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-20\/0:hover{
  border-color: rgb(248 216 255 / 0);
}

.hover\:border-tertiary-20\/10:hover{
  border-color: rgb(248 216 255 / 0.1);
}

.hover\:border-tertiary-20\/100:hover{
  border-color: rgb(248 216 255 / 1);
}

.hover\:border-tertiary-20\/15:hover{
  border-color: rgb(248 216 255 / 0.15);
}

.hover\:border-tertiary-20\/20:hover{
  border-color: rgb(248 216 255 / 0.2);
}

.hover\:border-tertiary-20\/25:hover{
  border-color: rgb(248 216 255 / 0.25);
}

.hover\:border-tertiary-20\/30:hover{
  border-color: rgb(248 216 255 / 0.3);
}

.hover\:border-tertiary-20\/35:hover{
  border-color: rgb(248 216 255 / 0.35);
}

.hover\:border-tertiary-20\/40:hover{
  border-color: rgb(248 216 255 / 0.4);
}

.hover\:border-tertiary-20\/45:hover{
  border-color: rgb(248 216 255 / 0.45);
}

.hover\:border-tertiary-20\/5:hover{
  border-color: rgb(248 216 255 / 0.05);
}

.hover\:border-tertiary-20\/50:hover{
  border-color: rgb(248 216 255 / 0.5);
}

.hover\:border-tertiary-20\/55:hover{
  border-color: rgb(248 216 255 / 0.55);
}

.hover\:border-tertiary-20\/60:hover{
  border-color: rgb(248 216 255 / 0.6);
}

.hover\:border-tertiary-20\/65:hover{
  border-color: rgb(248 216 255 / 0.65);
}

.hover\:border-tertiary-20\/70:hover{
  border-color: rgb(248 216 255 / 0.7);
}

.hover\:border-tertiary-20\/75:hover{
  border-color: rgb(248 216 255 / 0.75);
}

.hover\:border-tertiary-20\/80:hover{
  border-color: rgb(248 216 255 / 0.8);
}

.hover\:border-tertiary-20\/85:hover{
  border-color: rgb(248 216 255 / 0.85);
}

.hover\:border-tertiary-20\/90:hover{
  border-color: rgb(248 216 255 / 0.9);
}

.hover\:border-tertiary-20\/95:hover{
  border-color: rgb(248 216 255 / 0.95);
}

.hover\:border-tertiary-30:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 178 255 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-30\/0:hover{
  border-color: rgb(235 178 255 / 0);
}

.hover\:border-tertiary-30\/10:hover{
  border-color: rgb(235 178 255 / 0.1);
}

.hover\:border-tertiary-30\/100:hover{
  border-color: rgb(235 178 255 / 1);
}

.hover\:border-tertiary-30\/15:hover{
  border-color: rgb(235 178 255 / 0.15);
}

.hover\:border-tertiary-30\/20:hover{
  border-color: rgb(235 178 255 / 0.2);
}

.hover\:border-tertiary-30\/25:hover{
  border-color: rgb(235 178 255 / 0.25);
}

.hover\:border-tertiary-30\/30:hover{
  border-color: rgb(235 178 255 / 0.3);
}

.hover\:border-tertiary-30\/35:hover{
  border-color: rgb(235 178 255 / 0.35);
}

.hover\:border-tertiary-30\/40:hover{
  border-color: rgb(235 178 255 / 0.4);
}

.hover\:border-tertiary-30\/45:hover{
  border-color: rgb(235 178 255 / 0.45);
}

.hover\:border-tertiary-30\/5:hover{
  border-color: rgb(235 178 255 / 0.05);
}

.hover\:border-tertiary-30\/50:hover{
  border-color: rgb(235 178 255 / 0.5);
}

.hover\:border-tertiary-30\/55:hover{
  border-color: rgb(235 178 255 / 0.55);
}

.hover\:border-tertiary-30\/60:hover{
  border-color: rgb(235 178 255 / 0.6);
}

.hover\:border-tertiary-30\/65:hover{
  border-color: rgb(235 178 255 / 0.65);
}

.hover\:border-tertiary-30\/70:hover{
  border-color: rgb(235 178 255 / 0.7);
}

.hover\:border-tertiary-30\/75:hover{
  border-color: rgb(235 178 255 / 0.75);
}

.hover\:border-tertiary-30\/80:hover{
  border-color: rgb(235 178 255 / 0.8);
}

.hover\:border-tertiary-30\/85:hover{
  border-color: rgb(235 178 255 / 0.85);
}

.hover\:border-tertiary-30\/90:hover{
  border-color: rgb(235 178 255 / 0.9);
}

.hover\:border-tertiary-30\/95:hover{
  border-color: rgb(235 178 255 / 0.95);
}

.hover\:border-tertiary-40:hover{
  --tw-border-opacity: 1;
  border-color: rgb(208 149 233 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-40\/0:hover{
  border-color: rgb(208 149 233 / 0);
}

.hover\:border-tertiary-40\/10:hover{
  border-color: rgb(208 149 233 / 0.1);
}

.hover\:border-tertiary-40\/100:hover{
  border-color: rgb(208 149 233 / 1);
}

.hover\:border-tertiary-40\/15:hover{
  border-color: rgb(208 149 233 / 0.15);
}

.hover\:border-tertiary-40\/20:hover{
  border-color: rgb(208 149 233 / 0.2);
}

.hover\:border-tertiary-40\/25:hover{
  border-color: rgb(208 149 233 / 0.25);
}

.hover\:border-tertiary-40\/30:hover{
  border-color: rgb(208 149 233 / 0.3);
}

.hover\:border-tertiary-40\/35:hover{
  border-color: rgb(208 149 233 / 0.35);
}

.hover\:border-tertiary-40\/40:hover{
  border-color: rgb(208 149 233 / 0.4);
}

.hover\:border-tertiary-40\/45:hover{
  border-color: rgb(208 149 233 / 0.45);
}

.hover\:border-tertiary-40\/5:hover{
  border-color: rgb(208 149 233 / 0.05);
}

.hover\:border-tertiary-40\/50:hover{
  border-color: rgb(208 149 233 / 0.5);
}

.hover\:border-tertiary-40\/55:hover{
  border-color: rgb(208 149 233 / 0.55);
}

.hover\:border-tertiary-40\/60:hover{
  border-color: rgb(208 149 233 / 0.6);
}

.hover\:border-tertiary-40\/65:hover{
  border-color: rgb(208 149 233 / 0.65);
}

.hover\:border-tertiary-40\/70:hover{
  border-color: rgb(208 149 233 / 0.7);
}

.hover\:border-tertiary-40\/75:hover{
  border-color: rgb(208 149 233 / 0.75);
}

.hover\:border-tertiary-40\/80:hover{
  border-color: rgb(208 149 233 / 0.8);
}

.hover\:border-tertiary-40\/85:hover{
  border-color: rgb(208 149 233 / 0.85);
}

.hover\:border-tertiary-40\/90:hover{
  border-color: rgb(208 149 233 / 0.9);
}

.hover\:border-tertiary-40\/95:hover{
  border-color: rgb(208 149 233 / 0.95);
}

.hover\:border-tertiary-5:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 246 255 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-5\/0:hover{
  border-color: rgb(253 246 255 / 0);
}

.hover\:border-tertiary-5\/10:hover{
  border-color: rgb(253 246 255 / 0.1);
}

.hover\:border-tertiary-5\/100:hover{
  border-color: rgb(253 246 255 / 1);
}

.hover\:border-tertiary-5\/15:hover{
  border-color: rgb(253 246 255 / 0.15);
}

.hover\:border-tertiary-5\/20:hover{
  border-color: rgb(253 246 255 / 0.2);
}

.hover\:border-tertiary-5\/25:hover{
  border-color: rgb(253 246 255 / 0.25);
}

.hover\:border-tertiary-5\/30:hover{
  border-color: rgb(253 246 255 / 0.3);
}

.hover\:border-tertiary-5\/35:hover{
  border-color: rgb(253 246 255 / 0.35);
}

.hover\:border-tertiary-5\/40:hover{
  border-color: rgb(253 246 255 / 0.4);
}

.hover\:border-tertiary-5\/45:hover{
  border-color: rgb(253 246 255 / 0.45);
}

.hover\:border-tertiary-5\/5:hover{
  border-color: rgb(253 246 255 / 0.05);
}

.hover\:border-tertiary-5\/50:hover{
  border-color: rgb(253 246 255 / 0.5);
}

.hover\:border-tertiary-5\/55:hover{
  border-color: rgb(253 246 255 / 0.55);
}

.hover\:border-tertiary-5\/60:hover{
  border-color: rgb(253 246 255 / 0.6);
}

.hover\:border-tertiary-5\/65:hover{
  border-color: rgb(253 246 255 / 0.65);
}

.hover\:border-tertiary-5\/70:hover{
  border-color: rgb(253 246 255 / 0.7);
}

.hover\:border-tertiary-5\/75:hover{
  border-color: rgb(253 246 255 / 0.75);
}

.hover\:border-tertiary-5\/80:hover{
  border-color: rgb(253 246 255 / 0.8);
}

.hover\:border-tertiary-5\/85:hover{
  border-color: rgb(253 246 255 / 0.85);
}

.hover\:border-tertiary-5\/90:hover{
  border-color: rgb(253 246 255 / 0.9);
}

.hover\:border-tertiary-5\/95:hover{
  border-color: rgb(253 246 255 / 0.95);
}

.hover\:border-tertiary-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(152 97 177 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-50\/0:hover{
  border-color: rgb(152 97 177 / 0);
}

.hover\:border-tertiary-50\/10:hover{
  border-color: rgb(152 97 177 / 0.1);
}

.hover\:border-tertiary-50\/100:hover{
  border-color: rgb(152 97 177 / 1);
}

.hover\:border-tertiary-50\/15:hover{
  border-color: rgb(152 97 177 / 0.15);
}

.hover\:border-tertiary-50\/20:hover{
  border-color: rgb(152 97 177 / 0.2);
}

.hover\:border-tertiary-50\/25:hover{
  border-color: rgb(152 97 177 / 0.25);
}

.hover\:border-tertiary-50\/30:hover{
  border-color: rgb(152 97 177 / 0.3);
}

.hover\:border-tertiary-50\/35:hover{
  border-color: rgb(152 97 177 / 0.35);
}

.hover\:border-tertiary-50\/40:hover{
  border-color: rgb(152 97 177 / 0.4);
}

.hover\:border-tertiary-50\/45:hover{
  border-color: rgb(152 97 177 / 0.45);
}

.hover\:border-tertiary-50\/5:hover{
  border-color: rgb(152 97 177 / 0.05);
}

.hover\:border-tertiary-50\/50:hover{
  border-color: rgb(152 97 177 / 0.5);
}

.hover\:border-tertiary-50\/55:hover{
  border-color: rgb(152 97 177 / 0.55);
}

.hover\:border-tertiary-50\/60:hover{
  border-color: rgb(152 97 177 / 0.6);
}

.hover\:border-tertiary-50\/65:hover{
  border-color: rgb(152 97 177 / 0.65);
}

.hover\:border-tertiary-50\/70:hover{
  border-color: rgb(152 97 177 / 0.7);
}

.hover\:border-tertiary-50\/75:hover{
  border-color: rgb(152 97 177 / 0.75);
}

.hover\:border-tertiary-50\/80:hover{
  border-color: rgb(152 97 177 / 0.8);
}

.hover\:border-tertiary-50\/85:hover{
  border-color: rgb(152 97 177 / 0.85);
}

.hover\:border-tertiary-50\/90:hover{
  border-color: rgb(152 97 177 / 0.9);
}

.hover\:border-tertiary-50\/95:hover{
  border-color: rgb(152 97 177 / 0.95);
}

.hover\:border-tertiary-60:hover{
  --tw-border-opacity: 1;
  border-color: rgb(125 72 150 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-60\/0:hover{
  border-color: rgb(125 72 150 / 0);
}

.hover\:border-tertiary-60\/10:hover{
  border-color: rgb(125 72 150 / 0.1);
}

.hover\:border-tertiary-60\/100:hover{
  border-color: rgb(125 72 150 / 1);
}

.hover\:border-tertiary-60\/15:hover{
  border-color: rgb(125 72 150 / 0.15);
}

.hover\:border-tertiary-60\/20:hover{
  border-color: rgb(125 72 150 / 0.2);
}

.hover\:border-tertiary-60\/25:hover{
  border-color: rgb(125 72 150 / 0.25);
}

.hover\:border-tertiary-60\/30:hover{
  border-color: rgb(125 72 150 / 0.3);
}

.hover\:border-tertiary-60\/35:hover{
  border-color: rgb(125 72 150 / 0.35);
}

.hover\:border-tertiary-60\/40:hover{
  border-color: rgb(125 72 150 / 0.4);
}

.hover\:border-tertiary-60\/45:hover{
  border-color: rgb(125 72 150 / 0.45);
}

.hover\:border-tertiary-60\/5:hover{
  border-color: rgb(125 72 150 / 0.05);
}

.hover\:border-tertiary-60\/50:hover{
  border-color: rgb(125 72 150 / 0.5);
}

.hover\:border-tertiary-60\/55:hover{
  border-color: rgb(125 72 150 / 0.55);
}

.hover\:border-tertiary-60\/60:hover{
  border-color: rgb(125 72 150 / 0.6);
}

.hover\:border-tertiary-60\/65:hover{
  border-color: rgb(125 72 150 / 0.65);
}

.hover\:border-tertiary-60\/70:hover{
  border-color: rgb(125 72 150 / 0.7);
}

.hover\:border-tertiary-60\/75:hover{
  border-color: rgb(125 72 150 / 0.75);
}

.hover\:border-tertiary-60\/80:hover{
  border-color: rgb(125 72 150 / 0.8);
}

.hover\:border-tertiary-60\/85:hover{
  border-color: rgb(125 72 150 / 0.85);
}

.hover\:border-tertiary-60\/90:hover{
  border-color: rgb(125 72 150 / 0.9);
}

.hover\:border-tertiary-60\/95:hover{
  border-color: rgb(125 72 150 / 0.95);
}

.hover\:border-tertiary-70:hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 59 127 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-70\/0:hover{
  border-color: rgb(106 59 127 / 0);
}

.hover\:border-tertiary-70\/10:hover{
  border-color: rgb(106 59 127 / 0.1);
}

.hover\:border-tertiary-70\/100:hover{
  border-color: rgb(106 59 127 / 1);
}

.hover\:border-tertiary-70\/15:hover{
  border-color: rgb(106 59 127 / 0.15);
}

.hover\:border-tertiary-70\/20:hover{
  border-color: rgb(106 59 127 / 0.2);
}

.hover\:border-tertiary-70\/25:hover{
  border-color: rgb(106 59 127 / 0.25);
}

.hover\:border-tertiary-70\/30:hover{
  border-color: rgb(106 59 127 / 0.3);
}

.hover\:border-tertiary-70\/35:hover{
  border-color: rgb(106 59 127 / 0.35);
}

.hover\:border-tertiary-70\/40:hover{
  border-color: rgb(106 59 127 / 0.4);
}

.hover\:border-tertiary-70\/45:hover{
  border-color: rgb(106 59 127 / 0.45);
}

.hover\:border-tertiary-70\/5:hover{
  border-color: rgb(106 59 127 / 0.05);
}

.hover\:border-tertiary-70\/50:hover{
  border-color: rgb(106 59 127 / 0.5);
}

.hover\:border-tertiary-70\/55:hover{
  border-color: rgb(106 59 127 / 0.55);
}

.hover\:border-tertiary-70\/60:hover{
  border-color: rgb(106 59 127 / 0.6);
}

.hover\:border-tertiary-70\/65:hover{
  border-color: rgb(106 59 127 / 0.65);
}

.hover\:border-tertiary-70\/70:hover{
  border-color: rgb(106 59 127 / 0.7);
}

.hover\:border-tertiary-70\/75:hover{
  border-color: rgb(106 59 127 / 0.75);
}

.hover\:border-tertiary-70\/80:hover{
  border-color: rgb(106 59 127 / 0.8);
}

.hover\:border-tertiary-70\/85:hover{
  border-color: rgb(106 59 127 / 0.85);
}

.hover\:border-tertiary-70\/90:hover{
  border-color: rgb(106 59 127 / 0.9);
}

.hover\:border-tertiary-70\/95:hover{
  border-color: rgb(106 59 127 / 0.95);
}

.hover\:border-tertiary-80:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 23 100 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-80\/0:hover{
  border-color: rgb(75 23 100 / 0);
}

.hover\:border-tertiary-80\/10:hover{
  border-color: rgb(75 23 100 / 0.1);
}

.hover\:border-tertiary-80\/100:hover{
  border-color: rgb(75 23 100 / 1);
}

.hover\:border-tertiary-80\/15:hover{
  border-color: rgb(75 23 100 / 0.15);
}

.hover\:border-tertiary-80\/20:hover{
  border-color: rgb(75 23 100 / 0.2);
}

.hover\:border-tertiary-80\/25:hover{
  border-color: rgb(75 23 100 / 0.25);
}

.hover\:border-tertiary-80\/30:hover{
  border-color: rgb(75 23 100 / 0.3);
}

.hover\:border-tertiary-80\/35:hover{
  border-color: rgb(75 23 100 / 0.35);
}

.hover\:border-tertiary-80\/40:hover{
  border-color: rgb(75 23 100 / 0.4);
}

.hover\:border-tertiary-80\/45:hover{
  border-color: rgb(75 23 100 / 0.45);
}

.hover\:border-tertiary-80\/5:hover{
  border-color: rgb(75 23 100 / 0.05);
}

.hover\:border-tertiary-80\/50:hover{
  border-color: rgb(75 23 100 / 0.5);
}

.hover\:border-tertiary-80\/55:hover{
  border-color: rgb(75 23 100 / 0.55);
}

.hover\:border-tertiary-80\/60:hover{
  border-color: rgb(75 23 100 / 0.6);
}

.hover\:border-tertiary-80\/65:hover{
  border-color: rgb(75 23 100 / 0.65);
}

.hover\:border-tertiary-80\/70:hover{
  border-color: rgb(75 23 100 / 0.7);
}

.hover\:border-tertiary-80\/75:hover{
  border-color: rgb(75 23 100 / 0.75);
}

.hover\:border-tertiary-80\/80:hover{
  border-color: rgb(75 23 100 / 0.8);
}

.hover\:border-tertiary-80\/85:hover{
  border-color: rgb(75 23 100 / 0.85);
}

.hover\:border-tertiary-80\/90:hover{
  border-color: rgb(75 23 100 / 0.9);
}

.hover\:border-tertiary-80\/95:hover{
  border-color: rgb(75 23 100 / 0.95);
}

.hover\:border-tertiary-90:hover{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-90\/0:hover{
  border-color: rgb(61 17 82 / 0);
}

.hover\:border-tertiary-90\/10:hover{
  border-color: rgb(61 17 82 / 0.1);
}

.hover\:border-tertiary-90\/100:hover{
  border-color: rgb(61 17 82 / 1);
}

.hover\:border-tertiary-90\/15:hover{
  border-color: rgb(61 17 82 / 0.15);
}

.hover\:border-tertiary-90\/20:hover{
  border-color: rgb(61 17 82 / 0.2);
}

.hover\:border-tertiary-90\/25:hover{
  border-color: rgb(61 17 82 / 0.25);
}

.hover\:border-tertiary-90\/30:hover{
  border-color: rgb(61 17 82 / 0.3);
}

.hover\:border-tertiary-90\/35:hover{
  border-color: rgb(61 17 82 / 0.35);
}

.hover\:border-tertiary-90\/40:hover{
  border-color: rgb(61 17 82 / 0.4);
}

.hover\:border-tertiary-90\/45:hover{
  border-color: rgb(61 17 82 / 0.45);
}

.hover\:border-tertiary-90\/5:hover{
  border-color: rgb(61 17 82 / 0.05);
}

.hover\:border-tertiary-90\/50:hover{
  border-color: rgb(61 17 82 / 0.5);
}

.hover\:border-tertiary-90\/55:hover{
  border-color: rgb(61 17 82 / 0.55);
}

.hover\:border-tertiary-90\/60:hover{
  border-color: rgb(61 17 82 / 0.6);
}

.hover\:border-tertiary-90\/65:hover{
  border-color: rgb(61 17 82 / 0.65);
}

.hover\:border-tertiary-90\/70:hover{
  border-color: rgb(61 17 82 / 0.7);
}

.hover\:border-tertiary-90\/75:hover{
  border-color: rgb(61 17 82 / 0.75);
}

.hover\:border-tertiary-90\/80:hover{
  border-color: rgb(61 17 82 / 0.8);
}

.hover\:border-tertiary-90\/85:hover{
  border-color: rgb(61 17 82 / 0.85);
}

.hover\:border-tertiary-90\/90:hover{
  border-color: rgb(61 17 82 / 0.9);
}

.hover\:border-tertiary-90\/95:hover{
  border-color: rgb(61 17 82 / 0.95);
}

.hover\:border-warning-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 102 0 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-100\/0:hover{
  border-color: rgb(245 102 0 / 0);
}

.hover\:border-warning-100\/10:hover{
  border-color: rgb(245 102 0 / 0.1);
}

.hover\:border-warning-100\/100:hover{
  border-color: rgb(245 102 0 / 1);
}

.hover\:border-warning-100\/15:hover{
  border-color: rgb(245 102 0 / 0.15);
}

.hover\:border-warning-100\/20:hover{
  border-color: rgb(245 102 0 / 0.2);
}

.hover\:border-warning-100\/25:hover{
  border-color: rgb(245 102 0 / 0.25);
}

.hover\:border-warning-100\/30:hover{
  border-color: rgb(245 102 0 / 0.3);
}

.hover\:border-warning-100\/35:hover{
  border-color: rgb(245 102 0 / 0.35);
}

.hover\:border-warning-100\/40:hover{
  border-color: rgb(245 102 0 / 0.4);
}

.hover\:border-warning-100\/45:hover{
  border-color: rgb(245 102 0 / 0.45);
}

.hover\:border-warning-100\/5:hover{
  border-color: rgb(245 102 0 / 0.05);
}

.hover\:border-warning-100\/50:hover{
  border-color: rgb(245 102 0 / 0.5);
}

.hover\:border-warning-100\/55:hover{
  border-color: rgb(245 102 0 / 0.55);
}

.hover\:border-warning-100\/60:hover{
  border-color: rgb(245 102 0 / 0.6);
}

.hover\:border-warning-100\/65:hover{
  border-color: rgb(245 102 0 / 0.65);
}

.hover\:border-warning-100\/70:hover{
  border-color: rgb(245 102 0 / 0.7);
}

.hover\:border-warning-100\/75:hover{
  border-color: rgb(245 102 0 / 0.75);
}

.hover\:border-warning-100\/80:hover{
  border-color: rgb(245 102 0 / 0.8);
}

.hover\:border-warning-100\/85:hover{
  border-color: rgb(245 102 0 / 0.85);
}

.hover\:border-warning-100\/90:hover{
  border-color: rgb(245 102 0 / 0.9);
}

.hover\:border-warning-100\/95:hover{
  border-color: rgb(245 102 0 / 0.95);
}

.hover\:border-warning-background:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 204 / var(--tw-border-opacity, 1));
}

.hover\:border-warning-background\/0:hover{
  border-color: rgb(253 224 204 / 0);
}

.hover\:border-warning-background\/10:hover{
  border-color: rgb(253 224 204 / 0.1);
}

.hover\:border-warning-background\/100:hover{
  border-color: rgb(253 224 204 / 1);
}

.hover\:border-warning-background\/15:hover{
  border-color: rgb(253 224 204 / 0.15);
}

.hover\:border-warning-background\/20:hover{
  border-color: rgb(253 224 204 / 0.2);
}

.hover\:border-warning-background\/25:hover{
  border-color: rgb(253 224 204 / 0.25);
}

.hover\:border-warning-background\/30:hover{
  border-color: rgb(253 224 204 / 0.3);
}

.hover\:border-warning-background\/35:hover{
  border-color: rgb(253 224 204 / 0.35);
}

.hover\:border-warning-background\/40:hover{
  border-color: rgb(253 224 204 / 0.4);
}

.hover\:border-warning-background\/45:hover{
  border-color: rgb(253 224 204 / 0.45);
}

.hover\:border-warning-background\/5:hover{
  border-color: rgb(253 224 204 / 0.05);
}

.hover\:border-warning-background\/50:hover{
  border-color: rgb(253 224 204 / 0.5);
}

.hover\:border-warning-background\/55:hover{
  border-color: rgb(253 224 204 / 0.55);
}

.hover\:border-warning-background\/60:hover{
  border-color: rgb(253 224 204 / 0.6);
}

.hover\:border-warning-background\/65:hover{
  border-color: rgb(253 224 204 / 0.65);
}

.hover\:border-warning-background\/70:hover{
  border-color: rgb(253 224 204 / 0.7);
}

.hover\:border-warning-background\/75:hover{
  border-color: rgb(253 224 204 / 0.75);
}

.hover\:border-warning-background\/80:hover{
  border-color: rgb(253 224 204 / 0.8);
}

.hover\:border-warning-background\/85:hover{
  border-color: rgb(253 224 204 / 0.85);
}

.hover\:border-warning-background\/90:hover{
  border-color: rgb(253 224 204 / 0.9);
}

.hover\:border-warning-background\/95:hover{
  border-color: rgb(253 224 204 / 0.95);
}

.hover\:bg-charts-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 107 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-1\/0:hover{
  background-color: rgb(0 57 107 / 0);
}

.hover\:bg-charts-1\/10:hover{
  background-color: rgb(0 57 107 / 0.1);
}

.hover\:bg-charts-1\/100:hover{
  background-color: rgb(0 57 107 / 1);
}

.hover\:bg-charts-1\/15:hover{
  background-color: rgb(0 57 107 / 0.15);
}

.hover\:bg-charts-1\/20:hover{
  background-color: rgb(0 57 107 / 0.2);
}

.hover\:bg-charts-1\/25:hover{
  background-color: rgb(0 57 107 / 0.25);
}

.hover\:bg-charts-1\/30:hover{
  background-color: rgb(0 57 107 / 0.3);
}

.hover\:bg-charts-1\/35:hover{
  background-color: rgb(0 57 107 / 0.35);
}

.hover\:bg-charts-1\/40:hover{
  background-color: rgb(0 57 107 / 0.4);
}

.hover\:bg-charts-1\/45:hover{
  background-color: rgb(0 57 107 / 0.45);
}

.hover\:bg-charts-1\/5:hover{
  background-color: rgb(0 57 107 / 0.05);
}

.hover\:bg-charts-1\/50:hover{
  background-color: rgb(0 57 107 / 0.5);
}

.hover\:bg-charts-1\/55:hover{
  background-color: rgb(0 57 107 / 0.55);
}

.hover\:bg-charts-1\/60:hover{
  background-color: rgb(0 57 107 / 0.6);
}

.hover\:bg-charts-1\/65:hover{
  background-color: rgb(0 57 107 / 0.65);
}

.hover\:bg-charts-1\/70:hover{
  background-color: rgb(0 57 107 / 0.7);
}

.hover\:bg-charts-1\/75:hover{
  background-color: rgb(0 57 107 / 0.75);
}

.hover\:bg-charts-1\/80:hover{
  background-color: rgb(0 57 107 / 0.8);
}

.hover\:bg-charts-1\/85:hover{
  background-color: rgb(0 57 107 / 0.85);
}

.hover\:bg-charts-1\/90:hover{
  background-color: rgb(0 57 107 / 0.9);
}

.hover\:bg-charts-1\/95:hover{
  background-color: rgb(0 57 107 / 0.95);
}

.hover\:bg-charts-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 77 86 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-10\/0:hover{
  background-color: rgb(250 77 86 / 0);
}

.hover\:bg-charts-10\/10:hover{
  background-color: rgb(250 77 86 / 0.1);
}

.hover\:bg-charts-10\/100:hover{
  background-color: rgb(250 77 86 / 1);
}

.hover\:bg-charts-10\/15:hover{
  background-color: rgb(250 77 86 / 0.15);
}

.hover\:bg-charts-10\/20:hover{
  background-color: rgb(250 77 86 / 0.2);
}

.hover\:bg-charts-10\/25:hover{
  background-color: rgb(250 77 86 / 0.25);
}

.hover\:bg-charts-10\/30:hover{
  background-color: rgb(250 77 86 / 0.3);
}

.hover\:bg-charts-10\/35:hover{
  background-color: rgb(250 77 86 / 0.35);
}

.hover\:bg-charts-10\/40:hover{
  background-color: rgb(250 77 86 / 0.4);
}

.hover\:bg-charts-10\/45:hover{
  background-color: rgb(250 77 86 / 0.45);
}

.hover\:bg-charts-10\/5:hover{
  background-color: rgb(250 77 86 / 0.05);
}

.hover\:bg-charts-10\/50:hover{
  background-color: rgb(250 77 86 / 0.5);
}

.hover\:bg-charts-10\/55:hover{
  background-color: rgb(250 77 86 / 0.55);
}

.hover\:bg-charts-10\/60:hover{
  background-color: rgb(250 77 86 / 0.6);
}

.hover\:bg-charts-10\/65:hover{
  background-color: rgb(250 77 86 / 0.65);
}

.hover\:bg-charts-10\/70:hover{
  background-color: rgb(250 77 86 / 0.7);
}

.hover\:bg-charts-10\/75:hover{
  background-color: rgb(250 77 86 / 0.75);
}

.hover\:bg-charts-10\/80:hover{
  background-color: rgb(250 77 86 / 0.8);
}

.hover\:bg-charts-10\/85:hover{
  background-color: rgb(250 77 86 / 0.85);
}

.hover\:bg-charts-10\/90:hover{
  background-color: rgb(250 77 86 / 0.9);
}

.hover\:bg-charts-10\/95:hover{
  background-color: rgb(250 77 86 / 0.95);
}

.hover\:bg-charts-11:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 110 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-11\/0:hover{
  background-color: rgb(165 110 255 / 0);
}

.hover\:bg-charts-11\/10:hover{
  background-color: rgb(165 110 255 / 0.1);
}

.hover\:bg-charts-11\/100:hover{
  background-color: rgb(165 110 255 / 1);
}

.hover\:bg-charts-11\/15:hover{
  background-color: rgb(165 110 255 / 0.15);
}

.hover\:bg-charts-11\/20:hover{
  background-color: rgb(165 110 255 / 0.2);
}

.hover\:bg-charts-11\/25:hover{
  background-color: rgb(165 110 255 / 0.25);
}

.hover\:bg-charts-11\/30:hover{
  background-color: rgb(165 110 255 / 0.3);
}

.hover\:bg-charts-11\/35:hover{
  background-color: rgb(165 110 255 / 0.35);
}

.hover\:bg-charts-11\/40:hover{
  background-color: rgb(165 110 255 / 0.4);
}

.hover\:bg-charts-11\/45:hover{
  background-color: rgb(165 110 255 / 0.45);
}

.hover\:bg-charts-11\/5:hover{
  background-color: rgb(165 110 255 / 0.05);
}

.hover\:bg-charts-11\/50:hover{
  background-color: rgb(165 110 255 / 0.5);
}

.hover\:bg-charts-11\/55:hover{
  background-color: rgb(165 110 255 / 0.55);
}

.hover\:bg-charts-11\/60:hover{
  background-color: rgb(165 110 255 / 0.6);
}

.hover\:bg-charts-11\/65:hover{
  background-color: rgb(165 110 255 / 0.65);
}

.hover\:bg-charts-11\/70:hover{
  background-color: rgb(165 110 255 / 0.7);
}

.hover\:bg-charts-11\/75:hover{
  background-color: rgb(165 110 255 / 0.75);
}

.hover\:bg-charts-11\/80:hover{
  background-color: rgb(165 110 255 / 0.8);
}

.hover\:bg-charts-11\/85:hover{
  background-color: rgb(165 110 255 / 0.85);
}

.hover\:bg-charts-11\/90:hover{
  background-color: rgb(165 110 255 / 0.9);
}

.hover\:bg-charts-11\/95:hover{
  background-color: rgb(165 110 255 / 0.95);
}

.hover\:bg-charts-12:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-12\/0:hover{
  background-color: rgb(0 93 93 / 0);
}

.hover\:bg-charts-12\/10:hover{
  background-color: rgb(0 93 93 / 0.1);
}

.hover\:bg-charts-12\/100:hover{
  background-color: rgb(0 93 93 / 1);
}

.hover\:bg-charts-12\/15:hover{
  background-color: rgb(0 93 93 / 0.15);
}

.hover\:bg-charts-12\/20:hover{
  background-color: rgb(0 93 93 / 0.2);
}

.hover\:bg-charts-12\/25:hover{
  background-color: rgb(0 93 93 / 0.25);
}

.hover\:bg-charts-12\/30:hover{
  background-color: rgb(0 93 93 / 0.3);
}

.hover\:bg-charts-12\/35:hover{
  background-color: rgb(0 93 93 / 0.35);
}

.hover\:bg-charts-12\/40:hover{
  background-color: rgb(0 93 93 / 0.4);
}

.hover\:bg-charts-12\/45:hover{
  background-color: rgb(0 93 93 / 0.45);
}

.hover\:bg-charts-12\/5:hover{
  background-color: rgb(0 93 93 / 0.05);
}

.hover\:bg-charts-12\/50:hover{
  background-color: rgb(0 93 93 / 0.5);
}

.hover\:bg-charts-12\/55:hover{
  background-color: rgb(0 93 93 / 0.55);
}

.hover\:bg-charts-12\/60:hover{
  background-color: rgb(0 93 93 / 0.6);
}

.hover\:bg-charts-12\/65:hover{
  background-color: rgb(0 93 93 / 0.65);
}

.hover\:bg-charts-12\/70:hover{
  background-color: rgb(0 93 93 / 0.7);
}

.hover\:bg-charts-12\/75:hover{
  background-color: rgb(0 93 93 / 0.75);
}

.hover\:bg-charts-12\/80:hover{
  background-color: rgb(0 93 93 / 0.8);
}

.hover\:bg-charts-12\/85:hover{
  background-color: rgb(0 93 93 / 0.85);
}

.hover\:bg-charts-12\/90:hover{
  background-color: rgb(0 93 93 / 0.9);
}

.hover\:bg-charts-12\/95:hover{
  background-color: rgb(0 93 93 / 0.95);
}

.hover\:bg-charts-13:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 165 49 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-13\/0:hover{
  background-color: rgb(94 165 49 / 0);
}

.hover\:bg-charts-13\/10:hover{
  background-color: rgb(94 165 49 / 0.1);
}

.hover\:bg-charts-13\/100:hover{
  background-color: rgb(94 165 49 / 1);
}

.hover\:bg-charts-13\/15:hover{
  background-color: rgb(94 165 49 / 0.15);
}

.hover\:bg-charts-13\/20:hover{
  background-color: rgb(94 165 49 / 0.2);
}

.hover\:bg-charts-13\/25:hover{
  background-color: rgb(94 165 49 / 0.25);
}

.hover\:bg-charts-13\/30:hover{
  background-color: rgb(94 165 49 / 0.3);
}

.hover\:bg-charts-13\/35:hover{
  background-color: rgb(94 165 49 / 0.35);
}

.hover\:bg-charts-13\/40:hover{
  background-color: rgb(94 165 49 / 0.4);
}

.hover\:bg-charts-13\/45:hover{
  background-color: rgb(94 165 49 / 0.45);
}

.hover\:bg-charts-13\/5:hover{
  background-color: rgb(94 165 49 / 0.05);
}

.hover\:bg-charts-13\/50:hover{
  background-color: rgb(94 165 49 / 0.5);
}

.hover\:bg-charts-13\/55:hover{
  background-color: rgb(94 165 49 / 0.55);
}

.hover\:bg-charts-13\/60:hover{
  background-color: rgb(94 165 49 / 0.6);
}

.hover\:bg-charts-13\/65:hover{
  background-color: rgb(94 165 49 / 0.65);
}

.hover\:bg-charts-13\/70:hover{
  background-color: rgb(94 165 49 / 0.7);
}

.hover\:bg-charts-13\/75:hover{
  background-color: rgb(94 165 49 / 0.75);
}

.hover\:bg-charts-13\/80:hover{
  background-color: rgb(94 165 49 / 0.8);
}

.hover\:bg-charts-13\/85:hover{
  background-color: rgb(94 165 49 / 0.85);
}

.hover\:bg-charts-13\/90:hover{
  background-color: rgb(94 165 49 / 0.9);
}

.hover\:bg-charts-13\/95:hover{
  background-color: rgb(94 165 49 / 0.95);
}

.hover\:bg-charts-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 124 215 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-2\/0:hover{
  background-color: rgb(38 124 215 / 0);
}

.hover\:bg-charts-2\/10:hover{
  background-color: rgb(38 124 215 / 0.1);
}

.hover\:bg-charts-2\/100:hover{
  background-color: rgb(38 124 215 / 1);
}

.hover\:bg-charts-2\/15:hover{
  background-color: rgb(38 124 215 / 0.15);
}

.hover\:bg-charts-2\/20:hover{
  background-color: rgb(38 124 215 / 0.2);
}

.hover\:bg-charts-2\/25:hover{
  background-color: rgb(38 124 215 / 0.25);
}

.hover\:bg-charts-2\/30:hover{
  background-color: rgb(38 124 215 / 0.3);
}

.hover\:bg-charts-2\/35:hover{
  background-color: rgb(38 124 215 / 0.35);
}

.hover\:bg-charts-2\/40:hover{
  background-color: rgb(38 124 215 / 0.4);
}

.hover\:bg-charts-2\/45:hover{
  background-color: rgb(38 124 215 / 0.45);
}

.hover\:bg-charts-2\/5:hover{
  background-color: rgb(38 124 215 / 0.05);
}

.hover\:bg-charts-2\/50:hover{
  background-color: rgb(38 124 215 / 0.5);
}

.hover\:bg-charts-2\/55:hover{
  background-color: rgb(38 124 215 / 0.55);
}

.hover\:bg-charts-2\/60:hover{
  background-color: rgb(38 124 215 / 0.6);
}

.hover\:bg-charts-2\/65:hover{
  background-color: rgb(38 124 215 / 0.65);
}

.hover\:bg-charts-2\/70:hover{
  background-color: rgb(38 124 215 / 0.7);
}

.hover\:bg-charts-2\/75:hover{
  background-color: rgb(38 124 215 / 0.75);
}

.hover\:bg-charts-2\/80:hover{
  background-color: rgb(38 124 215 / 0.8);
}

.hover\:bg-charts-2\/85:hover{
  background-color: rgb(38 124 215 / 0.85);
}

.hover\:bg-charts-2\/90:hover{
  background-color: rgb(38 124 215 / 0.9);
}

.hover\:bg-charts-2\/95:hover{
  background-color: rgb(38 124 215 / 0.95);
}

.hover\:bg-charts-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-3\/0:hover{
  background-color: rgb(127 50 190 / 0);
}

.hover\:bg-charts-3\/10:hover{
  background-color: rgb(127 50 190 / 0.1);
}

.hover\:bg-charts-3\/100:hover{
  background-color: rgb(127 50 190 / 1);
}

.hover\:bg-charts-3\/15:hover{
  background-color: rgb(127 50 190 / 0.15);
}

.hover\:bg-charts-3\/20:hover{
  background-color: rgb(127 50 190 / 0.2);
}

.hover\:bg-charts-3\/25:hover{
  background-color: rgb(127 50 190 / 0.25);
}

.hover\:bg-charts-3\/30:hover{
  background-color: rgb(127 50 190 / 0.3);
}

.hover\:bg-charts-3\/35:hover{
  background-color: rgb(127 50 190 / 0.35);
}

.hover\:bg-charts-3\/40:hover{
  background-color: rgb(127 50 190 / 0.4);
}

.hover\:bg-charts-3\/45:hover{
  background-color: rgb(127 50 190 / 0.45);
}

.hover\:bg-charts-3\/5:hover{
  background-color: rgb(127 50 190 / 0.05);
}

.hover\:bg-charts-3\/50:hover{
  background-color: rgb(127 50 190 / 0.5);
}

.hover\:bg-charts-3\/55:hover{
  background-color: rgb(127 50 190 / 0.55);
}

.hover\:bg-charts-3\/60:hover{
  background-color: rgb(127 50 190 / 0.6);
}

.hover\:bg-charts-3\/65:hover{
  background-color: rgb(127 50 190 / 0.65);
}

.hover\:bg-charts-3\/70:hover{
  background-color: rgb(127 50 190 / 0.7);
}

.hover\:bg-charts-3\/75:hover{
  background-color: rgb(127 50 190 / 0.75);
}

.hover\:bg-charts-3\/80:hover{
  background-color: rgb(127 50 190 / 0.8);
}

.hover\:bg-charts-3\/85:hover{
  background-color: rgb(127 50 190 / 0.85);
}

.hover\:bg-charts-3\/90:hover{
  background-color: rgb(127 50 190 / 0.9);
}

.hover\:bg-charts-3\/95:hover{
  background-color: rgb(127 50 190 / 0.95);
}

.hover\:bg-charts-4:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-4\/0:hover{
  background-color: rgb(0 157 154 / 0);
}

.hover\:bg-charts-4\/10:hover{
  background-color: rgb(0 157 154 / 0.1);
}

.hover\:bg-charts-4\/100:hover{
  background-color: rgb(0 157 154 / 1);
}

.hover\:bg-charts-4\/15:hover{
  background-color: rgb(0 157 154 / 0.15);
}

.hover\:bg-charts-4\/20:hover{
  background-color: rgb(0 157 154 / 0.2);
}

.hover\:bg-charts-4\/25:hover{
  background-color: rgb(0 157 154 / 0.25);
}

.hover\:bg-charts-4\/30:hover{
  background-color: rgb(0 157 154 / 0.3);
}

.hover\:bg-charts-4\/35:hover{
  background-color: rgb(0 157 154 / 0.35);
}

.hover\:bg-charts-4\/40:hover{
  background-color: rgb(0 157 154 / 0.4);
}

.hover\:bg-charts-4\/45:hover{
  background-color: rgb(0 157 154 / 0.45);
}

.hover\:bg-charts-4\/5:hover{
  background-color: rgb(0 157 154 / 0.05);
}

.hover\:bg-charts-4\/50:hover{
  background-color: rgb(0 157 154 / 0.5);
}

.hover\:bg-charts-4\/55:hover{
  background-color: rgb(0 157 154 / 0.55);
}

.hover\:bg-charts-4\/60:hover{
  background-color: rgb(0 157 154 / 0.6);
}

.hover\:bg-charts-4\/65:hover{
  background-color: rgb(0 157 154 / 0.65);
}

.hover\:bg-charts-4\/70:hover{
  background-color: rgb(0 157 154 / 0.7);
}

.hover\:bg-charts-4\/75:hover{
  background-color: rgb(0 157 154 / 0.75);
}

.hover\:bg-charts-4\/80:hover{
  background-color: rgb(0 157 154 / 0.8);
}

.hover\:bg-charts-4\/85:hover{
  background-color: rgb(0 157 154 / 0.85);
}

.hover\:bg-charts-4\/90:hover{
  background-color: rgb(0 157 154 / 0.9);
}

.hover\:bg-charts-4\/95:hover{
  background-color: rgb(0 157 154 / 0.95);
}

.hover\:bg-charts-5:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 111 25 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-5\/0:hover{
  background-color: rgb(240 111 25 / 0);
}

.hover\:bg-charts-5\/10:hover{
  background-color: rgb(240 111 25 / 0.1);
}

.hover\:bg-charts-5\/100:hover{
  background-color: rgb(240 111 25 / 1);
}

.hover\:bg-charts-5\/15:hover{
  background-color: rgb(240 111 25 / 0.15);
}

.hover\:bg-charts-5\/20:hover{
  background-color: rgb(240 111 25 / 0.2);
}

.hover\:bg-charts-5\/25:hover{
  background-color: rgb(240 111 25 / 0.25);
}

.hover\:bg-charts-5\/30:hover{
  background-color: rgb(240 111 25 / 0.3);
}

.hover\:bg-charts-5\/35:hover{
  background-color: rgb(240 111 25 / 0.35);
}

.hover\:bg-charts-5\/40:hover{
  background-color: rgb(240 111 25 / 0.4);
}

.hover\:bg-charts-5\/45:hover{
  background-color: rgb(240 111 25 / 0.45);
}

.hover\:bg-charts-5\/5:hover{
  background-color: rgb(240 111 25 / 0.05);
}

.hover\:bg-charts-5\/50:hover{
  background-color: rgb(240 111 25 / 0.5);
}

.hover\:bg-charts-5\/55:hover{
  background-color: rgb(240 111 25 / 0.55);
}

.hover\:bg-charts-5\/60:hover{
  background-color: rgb(240 111 25 / 0.6);
}

.hover\:bg-charts-5\/65:hover{
  background-color: rgb(240 111 25 / 0.65);
}

.hover\:bg-charts-5\/70:hover{
  background-color: rgb(240 111 25 / 0.7);
}

.hover\:bg-charts-5\/75:hover{
  background-color: rgb(240 111 25 / 0.75);
}

.hover\:bg-charts-5\/80:hover{
  background-color: rgb(240 111 25 / 0.8);
}

.hover\:bg-charts-5\/85:hover{
  background-color: rgb(240 111 25 / 0.85);
}

.hover\:bg-charts-5\/90:hover{
  background-color: rgb(240 111 25 / 0.9);
}

.hover\:bg-charts-5\/95:hover{
  background-color: rgb(240 111 25 / 0.95);
}

.hover\:bg-charts-6:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 83 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-6\/0:hover{
  background-color: rgb(238 83 139 / 0);
}

.hover\:bg-charts-6\/10:hover{
  background-color: rgb(238 83 139 / 0.1);
}

.hover\:bg-charts-6\/100:hover{
  background-color: rgb(238 83 139 / 1);
}

.hover\:bg-charts-6\/15:hover{
  background-color: rgb(238 83 139 / 0.15);
}

.hover\:bg-charts-6\/20:hover{
  background-color: rgb(238 83 139 / 0.2);
}

.hover\:bg-charts-6\/25:hover{
  background-color: rgb(238 83 139 / 0.25);
}

.hover\:bg-charts-6\/30:hover{
  background-color: rgb(238 83 139 / 0.3);
}

.hover\:bg-charts-6\/35:hover{
  background-color: rgb(238 83 139 / 0.35);
}

.hover\:bg-charts-6\/40:hover{
  background-color: rgb(238 83 139 / 0.4);
}

.hover\:bg-charts-6\/45:hover{
  background-color: rgb(238 83 139 / 0.45);
}

.hover\:bg-charts-6\/5:hover{
  background-color: rgb(238 83 139 / 0.05);
}

.hover\:bg-charts-6\/50:hover{
  background-color: rgb(238 83 139 / 0.5);
}

.hover\:bg-charts-6\/55:hover{
  background-color: rgb(238 83 139 / 0.55);
}

.hover\:bg-charts-6\/60:hover{
  background-color: rgb(238 83 139 / 0.6);
}

.hover\:bg-charts-6\/65:hover{
  background-color: rgb(238 83 139 / 0.65);
}

.hover\:bg-charts-6\/70:hover{
  background-color: rgb(238 83 139 / 0.7);
}

.hover\:bg-charts-6\/75:hover{
  background-color: rgb(238 83 139 / 0.75);
}

.hover\:bg-charts-6\/80:hover{
  background-color: rgb(238 83 139 / 0.8);
}

.hover\:bg-charts-6\/85:hover{
  background-color: rgb(238 83 139 / 0.85);
}

.hover\:bg-charts-6\/90:hover{
  background-color: rgb(238 83 139 / 0.9);
}

.hover\:bg-charts-6\/95:hover{
  background-color: rgb(238 83 139 / 0.95);
}

.hover\:bg-charts-7:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 126 160 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-7\/0:hover{
  background-color: rgb(13 126 160 / 0);
}

.hover\:bg-charts-7\/10:hover{
  background-color: rgb(13 126 160 / 0.1);
}

.hover\:bg-charts-7\/100:hover{
  background-color: rgb(13 126 160 / 1);
}

.hover\:bg-charts-7\/15:hover{
  background-color: rgb(13 126 160 / 0.15);
}

.hover\:bg-charts-7\/20:hover{
  background-color: rgb(13 126 160 / 0.2);
}

.hover\:bg-charts-7\/25:hover{
  background-color: rgb(13 126 160 / 0.25);
}

.hover\:bg-charts-7\/30:hover{
  background-color: rgb(13 126 160 / 0.3);
}

.hover\:bg-charts-7\/35:hover{
  background-color: rgb(13 126 160 / 0.35);
}

.hover\:bg-charts-7\/40:hover{
  background-color: rgb(13 126 160 / 0.4);
}

.hover\:bg-charts-7\/45:hover{
  background-color: rgb(13 126 160 / 0.45);
}

.hover\:bg-charts-7\/5:hover{
  background-color: rgb(13 126 160 / 0.05);
}

.hover\:bg-charts-7\/50:hover{
  background-color: rgb(13 126 160 / 0.5);
}

.hover\:bg-charts-7\/55:hover{
  background-color: rgb(13 126 160 / 0.55);
}

.hover\:bg-charts-7\/60:hover{
  background-color: rgb(13 126 160 / 0.6);
}

.hover\:bg-charts-7\/65:hover{
  background-color: rgb(13 126 160 / 0.65);
}

.hover\:bg-charts-7\/70:hover{
  background-color: rgb(13 126 160 / 0.7);
}

.hover\:bg-charts-7\/75:hover{
  background-color: rgb(13 126 160 / 0.75);
}

.hover\:bg-charts-7\/80:hover{
  background-color: rgb(13 126 160 / 0.8);
}

.hover\:bg-charts-7\/85:hover{
  background-color: rgb(13 126 160 / 0.85);
}

.hover\:bg-charts-7\/90:hover{
  background-color: rgb(13 126 160 / 0.9);
}

.hover\:bg-charts-7\/95:hover{
  background-color: rgb(13 126 160 / 0.95);
}

.hover\:bg-charts-8:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(159 24 83 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-8\/0:hover{
  background-color: rgb(159 24 83 / 0);
}

.hover\:bg-charts-8\/10:hover{
  background-color: rgb(159 24 83 / 0.1);
}

.hover\:bg-charts-8\/100:hover{
  background-color: rgb(159 24 83 / 1);
}

.hover\:bg-charts-8\/15:hover{
  background-color: rgb(159 24 83 / 0.15);
}

.hover\:bg-charts-8\/20:hover{
  background-color: rgb(159 24 83 / 0.2);
}

.hover\:bg-charts-8\/25:hover{
  background-color: rgb(159 24 83 / 0.25);
}

.hover\:bg-charts-8\/30:hover{
  background-color: rgb(159 24 83 / 0.3);
}

.hover\:bg-charts-8\/35:hover{
  background-color: rgb(159 24 83 / 0.35);
}

.hover\:bg-charts-8\/40:hover{
  background-color: rgb(159 24 83 / 0.4);
}

.hover\:bg-charts-8\/45:hover{
  background-color: rgb(159 24 83 / 0.45);
}

.hover\:bg-charts-8\/5:hover{
  background-color: rgb(159 24 83 / 0.05);
}

.hover\:bg-charts-8\/50:hover{
  background-color: rgb(159 24 83 / 0.5);
}

.hover\:bg-charts-8\/55:hover{
  background-color: rgb(159 24 83 / 0.55);
}

.hover\:bg-charts-8\/60:hover{
  background-color: rgb(159 24 83 / 0.6);
}

.hover\:bg-charts-8\/65:hover{
  background-color: rgb(159 24 83 / 0.65);
}

.hover\:bg-charts-8\/70:hover{
  background-color: rgb(159 24 83 / 0.7);
}

.hover\:bg-charts-8\/75:hover{
  background-color: rgb(159 24 83 / 0.75);
}

.hover\:bg-charts-8\/80:hover{
  background-color: rgb(159 24 83 / 0.8);
}

.hover\:bg-charts-8\/85:hover{
  background-color: rgb(159 24 83 / 0.85);
}

.hover\:bg-charts-8\/90:hover{
  background-color: rgb(159 24 83 / 0.9);
}

.hover\:bg-charts-8\/95:hover{
  background-color: rgb(159 24 83 / 0.95);
}

.hover\:bg-charts-9:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-charts-9\/0:hover{
  background-color: rgb(255 186 0 / 0);
}

.hover\:bg-charts-9\/10:hover{
  background-color: rgb(255 186 0 / 0.1);
}

.hover\:bg-charts-9\/100:hover{
  background-color: rgb(255 186 0 / 1);
}

.hover\:bg-charts-9\/15:hover{
  background-color: rgb(255 186 0 / 0.15);
}

.hover\:bg-charts-9\/20:hover{
  background-color: rgb(255 186 0 / 0.2);
}

.hover\:bg-charts-9\/25:hover{
  background-color: rgb(255 186 0 / 0.25);
}

.hover\:bg-charts-9\/30:hover{
  background-color: rgb(255 186 0 / 0.3);
}

.hover\:bg-charts-9\/35:hover{
  background-color: rgb(255 186 0 / 0.35);
}

.hover\:bg-charts-9\/40:hover{
  background-color: rgb(255 186 0 / 0.4);
}

.hover\:bg-charts-9\/45:hover{
  background-color: rgb(255 186 0 / 0.45);
}

.hover\:bg-charts-9\/5:hover{
  background-color: rgb(255 186 0 / 0.05);
}

.hover\:bg-charts-9\/50:hover{
  background-color: rgb(255 186 0 / 0.5);
}

.hover\:bg-charts-9\/55:hover{
  background-color: rgb(255 186 0 / 0.55);
}

.hover\:bg-charts-9\/60:hover{
  background-color: rgb(255 186 0 / 0.6);
}

.hover\:bg-charts-9\/65:hover{
  background-color: rgb(255 186 0 / 0.65);
}

.hover\:bg-charts-9\/70:hover{
  background-color: rgb(255 186 0 / 0.7);
}

.hover\:bg-charts-9\/75:hover{
  background-color: rgb(255 186 0 / 0.75);
}

.hover\:bg-charts-9\/80:hover{
  background-color: rgb(255 186 0 / 0.8);
}

.hover\:bg-charts-9\/85:hover{
  background-color: rgb(255 186 0 / 0.85);
}

.hover\:bg-charts-9\/90:hover{
  background-color: rgb(255 186 0 / 0.9);
}

.hover\:bg-charts-9\/95:hover{
  background-color: rgb(255 186 0 / 0.95);
}

.hover\:bg-error-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-error-100\/0:hover{
  background-color: rgb(217 0 7 / 0);
}

.hover\:bg-error-100\/10:hover{
  background-color: rgb(217 0 7 / 0.1);
}

.hover\:bg-error-100\/100:hover{
  background-color: rgb(217 0 7 / 1);
}

.hover\:bg-error-100\/15:hover{
  background-color: rgb(217 0 7 / 0.15);
}

.hover\:bg-error-100\/20:hover{
  background-color: rgb(217 0 7 / 0.2);
}

.hover\:bg-error-100\/25:hover{
  background-color: rgb(217 0 7 / 0.25);
}

.hover\:bg-error-100\/30:hover{
  background-color: rgb(217 0 7 / 0.3);
}

.hover\:bg-error-100\/35:hover{
  background-color: rgb(217 0 7 / 0.35);
}

.hover\:bg-error-100\/40:hover{
  background-color: rgb(217 0 7 / 0.4);
}

.hover\:bg-error-100\/45:hover{
  background-color: rgb(217 0 7 / 0.45);
}

.hover\:bg-error-100\/5:hover{
  background-color: rgb(217 0 7 / 0.05);
}

.hover\:bg-error-100\/50:hover{
  background-color: rgb(217 0 7 / 0.5);
}

.hover\:bg-error-100\/55:hover{
  background-color: rgb(217 0 7 / 0.55);
}

.hover\:bg-error-100\/60:hover{
  background-color: rgb(217 0 7 / 0.6);
}

.hover\:bg-error-100\/65:hover{
  background-color: rgb(217 0 7 / 0.65);
}

.hover\:bg-error-100\/70:hover{
  background-color: rgb(217 0 7 / 0.7);
}

.hover\:bg-error-100\/75:hover{
  background-color: rgb(217 0 7 / 0.75);
}

.hover\:bg-error-100\/80:hover{
  background-color: rgb(217 0 7 / 0.8);
}

.hover\:bg-error-100\/85:hover{
  background-color: rgb(217 0 7 / 0.85);
}

.hover\:bg-error-100\/90:hover{
  background-color: rgb(217 0 7 / 0.9);
}

.hover\:bg-error-100\/95:hover{
  background-color: rgb(217 0 7 / 0.95);
}

.hover\:bg-error-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-error-background\/0:hover{
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-error-background\/10:hover{
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-error-background\/100:hover{
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-error-background\/15:hover{
  background-color: rgb(254 226 226 / 0.15);
}

.hover\:bg-error-background\/20:hover{
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-error-background\/25:hover{
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-error-background\/30:hover{
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-error-background\/35:hover{
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-error-background\/40:hover{
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-error-background\/45:hover{
  background-color: rgb(254 226 226 / 0.45);
}

.hover\:bg-error-background\/5:hover{
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-error-background\/50:hover{
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-error-background\/55:hover{
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-error-background\/60:hover{
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-error-background\/65:hover{
  background-color: rgb(254 226 226 / 0.65);
}

.hover\:bg-error-background\/70:hover{
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-error-background\/75:hover{
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-error-background\/80:hover{
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-error-background\/85:hover{
  background-color: rgb(254 226 226 / 0.85);
}

.hover\:bg-error-background\/90:hover{
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-error-background\/95:hover{
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-informational-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 87 137 / var(--tw-bg-opacity, 1));
}

.hover\:bg-informational-100\/0:hover{
  background-color: rgb(35 87 137 / 0);
}

.hover\:bg-informational-100\/10:hover{
  background-color: rgb(35 87 137 / 0.1);
}

.hover\:bg-informational-100\/100:hover{
  background-color: rgb(35 87 137 / 1);
}

.hover\:bg-informational-100\/15:hover{
  background-color: rgb(35 87 137 / 0.15);
}

.hover\:bg-informational-100\/20:hover{
  background-color: rgb(35 87 137 / 0.2);
}

.hover\:bg-informational-100\/25:hover{
  background-color: rgb(35 87 137 / 0.25);
}

.hover\:bg-informational-100\/30:hover{
  background-color: rgb(35 87 137 / 0.3);
}

.hover\:bg-informational-100\/35:hover{
  background-color: rgb(35 87 137 / 0.35);
}

.hover\:bg-informational-100\/40:hover{
  background-color: rgb(35 87 137 / 0.4);
}

.hover\:bg-informational-100\/45:hover{
  background-color: rgb(35 87 137 / 0.45);
}

.hover\:bg-informational-100\/5:hover{
  background-color: rgb(35 87 137 / 0.05);
}

.hover\:bg-informational-100\/50:hover{
  background-color: rgb(35 87 137 / 0.5);
}

.hover\:bg-informational-100\/55:hover{
  background-color: rgb(35 87 137 / 0.55);
}

.hover\:bg-informational-100\/60:hover{
  background-color: rgb(35 87 137 / 0.6);
}

.hover\:bg-informational-100\/65:hover{
  background-color: rgb(35 87 137 / 0.65);
}

.hover\:bg-informational-100\/70:hover{
  background-color: rgb(35 87 137 / 0.7);
}

.hover\:bg-informational-100\/75:hover{
  background-color: rgb(35 87 137 / 0.75);
}

.hover\:bg-informational-100\/80:hover{
  background-color: rgb(35 87 137 / 0.8);
}

.hover\:bg-informational-100\/85:hover{
  background-color: rgb(35 87 137 / 0.85);
}

.hover\:bg-informational-100\/90:hover{
  background-color: rgb(35 87 137 / 0.9);
}

.hover\:bg-informational-100\/95:hover{
  background-color: rgb(35 87 137 / 0.95);
}

.hover\:bg-informational-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-informational-background\/0:hover{
  background-color: rgb(226 241 254 / 0);
}

.hover\:bg-informational-background\/10:hover{
  background-color: rgb(226 241 254 / 0.1);
}

.hover\:bg-informational-background\/100:hover{
  background-color: rgb(226 241 254 / 1);
}

.hover\:bg-informational-background\/15:hover{
  background-color: rgb(226 241 254 / 0.15);
}

.hover\:bg-informational-background\/20:hover{
  background-color: rgb(226 241 254 / 0.2);
}

.hover\:bg-informational-background\/25:hover{
  background-color: rgb(226 241 254 / 0.25);
}

.hover\:bg-informational-background\/30:hover{
  background-color: rgb(226 241 254 / 0.3);
}

.hover\:bg-informational-background\/35:hover{
  background-color: rgb(226 241 254 / 0.35);
}

.hover\:bg-informational-background\/40:hover{
  background-color: rgb(226 241 254 / 0.4);
}

.hover\:bg-informational-background\/45:hover{
  background-color: rgb(226 241 254 / 0.45);
}

.hover\:bg-informational-background\/5:hover{
  background-color: rgb(226 241 254 / 0.05);
}

.hover\:bg-informational-background\/50:hover{
  background-color: rgb(226 241 254 / 0.5);
}

.hover\:bg-informational-background\/55:hover{
  background-color: rgb(226 241 254 / 0.55);
}

.hover\:bg-informational-background\/60:hover{
  background-color: rgb(226 241 254 / 0.6);
}

.hover\:bg-informational-background\/65:hover{
  background-color: rgb(226 241 254 / 0.65);
}

.hover\:bg-informational-background\/70:hover{
  background-color: rgb(226 241 254 / 0.7);
}

.hover\:bg-informational-background\/75:hover{
  background-color: rgb(226 241 254 / 0.75);
}

.hover\:bg-informational-background\/80:hover{
  background-color: rgb(226 241 254 / 0.8);
}

.hover\:bg-informational-background\/85:hover{
  background-color: rgb(226 241 254 / 0.85);
}

.hover\:bg-informational-background\/90:hover{
  background-color: rgb(226 241 254 / 0.9);
}

.hover\:bg-informational-background\/95:hover{
  background-color: rgb(226 241 254 / 0.95);
}

.hover\:bg-neutral-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-10\/0:hover{
  background-color: rgb(245 247 250 / 0);
}

.hover\:bg-neutral-10\/10:hover{
  background-color: rgb(245 247 250 / 0.1);
}

.hover\:bg-neutral-10\/100:hover{
  background-color: rgb(245 247 250 / 1);
}

.hover\:bg-neutral-10\/15:hover{
  background-color: rgb(245 247 250 / 0.15);
}

.hover\:bg-neutral-10\/20:hover{
  background-color: rgb(245 247 250 / 0.2);
}

.hover\:bg-neutral-10\/25:hover{
  background-color: rgb(245 247 250 / 0.25);
}

.hover\:bg-neutral-10\/30:hover{
  background-color: rgb(245 247 250 / 0.3);
}

.hover\:bg-neutral-10\/35:hover{
  background-color: rgb(245 247 250 / 0.35);
}

.hover\:bg-neutral-10\/40:hover{
  background-color: rgb(245 247 250 / 0.4);
}

.hover\:bg-neutral-10\/45:hover{
  background-color: rgb(245 247 250 / 0.45);
}

.hover\:bg-neutral-10\/5:hover{
  background-color: rgb(245 247 250 / 0.05);
}

.hover\:bg-neutral-10\/50:hover{
  background-color: rgb(245 247 250 / 0.5);
}

.hover\:bg-neutral-10\/55:hover{
  background-color: rgb(245 247 250 / 0.55);
}

.hover\:bg-neutral-10\/60:hover{
  background-color: rgb(245 247 250 / 0.6);
}

.hover\:bg-neutral-10\/65:hover{
  background-color: rgb(245 247 250 / 0.65);
}

.hover\:bg-neutral-10\/70:hover{
  background-color: rgb(245 247 250 / 0.7);
}

.hover\:bg-neutral-10\/75:hover{
  background-color: rgb(245 247 250 / 0.75);
}

.hover\:bg-neutral-10\/80:hover{
  background-color: rgb(245 247 250 / 0.8);
}

.hover\:bg-neutral-10\/85:hover{
  background-color: rgb(245 247 250 / 0.85);
}

.hover\:bg-neutral-10\/90:hover{
  background-color: rgb(245 247 250 / 0.9);
}

.hover\:bg-neutral-10\/95:hover{
  background-color: rgb(245 247 250 / 0.95);
}

.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100\/0:hover{
  background-color: rgb(26 26 26 / 0);
}

.hover\:bg-neutral-100\/10:hover{
  background-color: rgb(26 26 26 / 0.1);
}

.hover\:bg-neutral-100\/100:hover{
  background-color: rgb(26 26 26 / 1);
}

.hover\:bg-neutral-100\/15:hover{
  background-color: rgb(26 26 26 / 0.15);
}

.hover\:bg-neutral-100\/20:hover{
  background-color: rgb(26 26 26 / 0.2);
}

.hover\:bg-neutral-100\/25:hover{
  background-color: rgb(26 26 26 / 0.25);
}

.hover\:bg-neutral-100\/30:hover{
  background-color: rgb(26 26 26 / 0.3);
}

.hover\:bg-neutral-100\/35:hover{
  background-color: rgb(26 26 26 / 0.35);
}

.hover\:bg-neutral-100\/40:hover{
  background-color: rgb(26 26 26 / 0.4);
}

.hover\:bg-neutral-100\/45:hover{
  background-color: rgb(26 26 26 / 0.45);
}

.hover\:bg-neutral-100\/5:hover{
  background-color: rgb(26 26 26 / 0.05);
}

.hover\:bg-neutral-100\/50:hover{
  background-color: rgb(26 26 26 / 0.5);
}

.hover\:bg-neutral-100\/55:hover{
  background-color: rgb(26 26 26 / 0.55);
}

.hover\:bg-neutral-100\/60:hover{
  background-color: rgb(26 26 26 / 0.6);
}

.hover\:bg-neutral-100\/65:hover{
  background-color: rgb(26 26 26 / 0.65);
}

.hover\:bg-neutral-100\/70:hover{
  background-color: rgb(26 26 26 / 0.7);
}

.hover\:bg-neutral-100\/75:hover{
  background-color: rgb(26 26 26 / 0.75);
}

.hover\:bg-neutral-100\/80:hover{
  background-color: rgb(26 26 26 / 0.8);
}

.hover\:bg-neutral-100\/85:hover{
  background-color: rgb(26 26 26 / 0.85);
}

.hover\:bg-neutral-100\/90:hover{
  background-color: rgb(26 26 26 / 0.9);
}

.hover\:bg-neutral-100\/95:hover{
  background-color: rgb(26 26 26 / 0.95);
}

.hover\:bg-neutral-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-20\/0:hover{
  background-color: rgb(227 227 227 / 0);
}

.hover\:bg-neutral-20\/10:hover{
  background-color: rgb(227 227 227 / 0.1);
}

.hover\:bg-neutral-20\/100:hover{
  background-color: rgb(227 227 227 / 1);
}

.hover\:bg-neutral-20\/15:hover{
  background-color: rgb(227 227 227 / 0.15);
}

.hover\:bg-neutral-20\/20:hover{
  background-color: rgb(227 227 227 / 0.2);
}

.hover\:bg-neutral-20\/25:hover{
  background-color: rgb(227 227 227 / 0.25);
}

.hover\:bg-neutral-20\/30:hover{
  background-color: rgb(227 227 227 / 0.3);
}

.hover\:bg-neutral-20\/35:hover{
  background-color: rgb(227 227 227 / 0.35);
}

.hover\:bg-neutral-20\/40:hover{
  background-color: rgb(227 227 227 / 0.4);
}

.hover\:bg-neutral-20\/45:hover{
  background-color: rgb(227 227 227 / 0.45);
}

.hover\:bg-neutral-20\/5:hover{
  background-color: rgb(227 227 227 / 0.05);
}

.hover\:bg-neutral-20\/50:hover{
  background-color: rgb(227 227 227 / 0.5);
}

.hover\:bg-neutral-20\/55:hover{
  background-color: rgb(227 227 227 / 0.55);
}

.hover\:bg-neutral-20\/60:hover{
  background-color: rgb(227 227 227 / 0.6);
}

.hover\:bg-neutral-20\/65:hover{
  background-color: rgb(227 227 227 / 0.65);
}

.hover\:bg-neutral-20\/70:hover{
  background-color: rgb(227 227 227 / 0.7);
}

.hover\:bg-neutral-20\/75:hover{
  background-color: rgb(227 227 227 / 0.75);
}

.hover\:bg-neutral-20\/80:hover{
  background-color: rgb(227 227 227 / 0.8);
}

.hover\:bg-neutral-20\/85:hover{
  background-color: rgb(227 227 227 / 0.85);
}

.hover\:bg-neutral-20\/90:hover{
  background-color: rgb(227 227 227 / 0.9);
}

.hover\:bg-neutral-20\/95:hover{
  background-color: rgb(227 227 227 / 0.95);
}

.hover\:bg-neutral-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-30\/0:hover{
  background-color: rgb(199 199 199 / 0);
}

.hover\:bg-neutral-30\/10:hover{
  background-color: rgb(199 199 199 / 0.1);
}

.hover\:bg-neutral-30\/100:hover{
  background-color: rgb(199 199 199 / 1);
}

.hover\:bg-neutral-30\/15:hover{
  background-color: rgb(199 199 199 / 0.15);
}

.hover\:bg-neutral-30\/20:hover{
  background-color: rgb(199 199 199 / 0.2);
}

.hover\:bg-neutral-30\/25:hover{
  background-color: rgb(199 199 199 / 0.25);
}

.hover\:bg-neutral-30\/30:hover{
  background-color: rgb(199 199 199 / 0.3);
}

.hover\:bg-neutral-30\/35:hover{
  background-color: rgb(199 199 199 / 0.35);
}

.hover\:bg-neutral-30\/40:hover{
  background-color: rgb(199 199 199 / 0.4);
}

.hover\:bg-neutral-30\/45:hover{
  background-color: rgb(199 199 199 / 0.45);
}

.hover\:bg-neutral-30\/5:hover{
  background-color: rgb(199 199 199 / 0.05);
}

.hover\:bg-neutral-30\/50:hover{
  background-color: rgb(199 199 199 / 0.5);
}

.hover\:bg-neutral-30\/55:hover{
  background-color: rgb(199 199 199 / 0.55);
}

.hover\:bg-neutral-30\/60:hover{
  background-color: rgb(199 199 199 / 0.6);
}

.hover\:bg-neutral-30\/65:hover{
  background-color: rgb(199 199 199 / 0.65);
}

.hover\:bg-neutral-30\/70:hover{
  background-color: rgb(199 199 199 / 0.7);
}

.hover\:bg-neutral-30\/75:hover{
  background-color: rgb(199 199 199 / 0.75);
}

.hover\:bg-neutral-30\/80:hover{
  background-color: rgb(199 199 199 / 0.8);
}

.hover\:bg-neutral-30\/85:hover{
  background-color: rgb(199 199 199 / 0.85);
}

.hover\:bg-neutral-30\/90:hover{
  background-color: rgb(199 199 199 / 0.9);
}

.hover\:bg-neutral-30\/95:hover{
  background-color: rgb(199 199 199 / 0.95);
}

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

.hover\:bg-neutral-40\/0:hover{
  background-color: rgb(172 172 172 / 0);
}

.hover\:bg-neutral-40\/10:hover{
  background-color: rgb(172 172 172 / 0.1);
}

.hover\:bg-neutral-40\/100:hover{
  background-color: rgb(172 172 172 / 1);
}

.hover\:bg-neutral-40\/15:hover{
  background-color: rgb(172 172 172 / 0.15);
}

.hover\:bg-neutral-40\/20:hover{
  background-color: rgb(172 172 172 / 0.2);
}

.hover\:bg-neutral-40\/25:hover{
  background-color: rgb(172 172 172 / 0.25);
}

.hover\:bg-neutral-40\/30:hover{
  background-color: rgb(172 172 172 / 0.3);
}

.hover\:bg-neutral-40\/35:hover{
  background-color: rgb(172 172 172 / 0.35);
}

.hover\:bg-neutral-40\/40:hover{
  background-color: rgb(172 172 172 / 0.4);
}

.hover\:bg-neutral-40\/45:hover{
  background-color: rgb(172 172 172 / 0.45);
}

.hover\:bg-neutral-40\/5:hover{
  background-color: rgb(172 172 172 / 0.05);
}

.hover\:bg-neutral-40\/50:hover{
  background-color: rgb(172 172 172 / 0.5);
}

.hover\:bg-neutral-40\/55:hover{
  background-color: rgb(172 172 172 / 0.55);
}

.hover\:bg-neutral-40\/60:hover{
  background-color: rgb(172 172 172 / 0.6);
}

.hover\:bg-neutral-40\/65:hover{
  background-color: rgb(172 172 172 / 0.65);
}

.hover\:bg-neutral-40\/70:hover{
  background-color: rgb(172 172 172 / 0.7);
}

.hover\:bg-neutral-40\/75:hover{
  background-color: rgb(172 172 172 / 0.75);
}

.hover\:bg-neutral-40\/80:hover{
  background-color: rgb(172 172 172 / 0.8);
}

.hover\:bg-neutral-40\/85:hover{
  background-color: rgb(172 172 172 / 0.85);
}

.hover\:bg-neutral-40\/90:hover{
  background-color: rgb(172 172 172 / 0.9);
}

.hover\:bg-neutral-40\/95:hover{
  background-color: rgb(172 172 172 / 0.95);
}

.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(142 145 146 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50\/0:hover{
  background-color: rgb(142 145 146 / 0);
}

.hover\:bg-neutral-50\/10:hover{
  background-color: rgb(142 145 146 / 0.1);
}

.hover\:bg-neutral-50\/100:hover{
  background-color: rgb(142 145 146 / 1);
}

.hover\:bg-neutral-50\/15:hover{
  background-color: rgb(142 145 146 / 0.15);
}

.hover\:bg-neutral-50\/20:hover{
  background-color: rgb(142 145 146 / 0.2);
}

.hover\:bg-neutral-50\/25:hover{
  background-color: rgb(142 145 146 / 0.25);
}

.hover\:bg-neutral-50\/30:hover{
  background-color: rgb(142 145 146 / 0.3);
}

.hover\:bg-neutral-50\/35:hover{
  background-color: rgb(142 145 146 / 0.35);
}

.hover\:bg-neutral-50\/40:hover{
  background-color: rgb(142 145 146 / 0.4);
}

.hover\:bg-neutral-50\/45:hover{
  background-color: rgb(142 145 146 / 0.45);
}

.hover\:bg-neutral-50\/5:hover{
  background-color: rgb(142 145 146 / 0.05);
}

.hover\:bg-neutral-50\/50:hover{
  background-color: rgb(142 145 146 / 0.5);
}

.hover\:bg-neutral-50\/55:hover{
  background-color: rgb(142 145 146 / 0.55);
}

.hover\:bg-neutral-50\/60:hover{
  background-color: rgb(142 145 146 / 0.6);
}

.hover\:bg-neutral-50\/65:hover{
  background-color: rgb(142 145 146 / 0.65);
}

.hover\:bg-neutral-50\/70:hover{
  background-color: rgb(142 145 146 / 0.7);
}

.hover\:bg-neutral-50\/75:hover{
  background-color: rgb(142 145 146 / 0.75);
}

.hover\:bg-neutral-50\/80:hover{
  background-color: rgb(142 145 146 / 0.8);
}

.hover\:bg-neutral-50\/85:hover{
  background-color: rgb(142 145 146 / 0.85);
}

.hover\:bg-neutral-50\/90:hover{
  background-color: rgb(142 145 146 / 0.9);
}

.hover\:bg-neutral-50\/95:hover{
  background-color: rgb(142 145 146 / 0.95);
}

.hover\:bg-neutral-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-60\/0:hover{
  background-color: rgb(118 118 118 / 0);
}

.hover\:bg-neutral-60\/10:hover{
  background-color: rgb(118 118 118 / 0.1);
}

.hover\:bg-neutral-60\/100:hover{
  background-color: rgb(118 118 118 / 1);
}

.hover\:bg-neutral-60\/15:hover{
  background-color: rgb(118 118 118 / 0.15);
}

.hover\:bg-neutral-60\/20:hover{
  background-color: rgb(118 118 118 / 0.2);
}

.hover\:bg-neutral-60\/25:hover{
  background-color: rgb(118 118 118 / 0.25);
}

.hover\:bg-neutral-60\/30:hover{
  background-color: rgb(118 118 118 / 0.3);
}

.hover\:bg-neutral-60\/35:hover{
  background-color: rgb(118 118 118 / 0.35);
}

.hover\:bg-neutral-60\/40:hover{
  background-color: rgb(118 118 118 / 0.4);
}

.hover\:bg-neutral-60\/45:hover{
  background-color: rgb(118 118 118 / 0.45);
}

.hover\:bg-neutral-60\/5:hover{
  background-color: rgb(118 118 118 / 0.05);
}

.hover\:bg-neutral-60\/50:hover{
  background-color: rgb(118 118 118 / 0.5);
}

.hover\:bg-neutral-60\/55:hover{
  background-color: rgb(118 118 118 / 0.55);
}

.hover\:bg-neutral-60\/60:hover{
  background-color: rgb(118 118 118 / 0.6);
}

.hover\:bg-neutral-60\/65:hover{
  background-color: rgb(118 118 118 / 0.65);
}

.hover\:bg-neutral-60\/70:hover{
  background-color: rgb(118 118 118 / 0.7);
}

.hover\:bg-neutral-60\/75:hover{
  background-color: rgb(118 118 118 / 0.75);
}

.hover\:bg-neutral-60\/80:hover{
  background-color: rgb(118 118 118 / 0.8);
}

.hover\:bg-neutral-60\/85:hover{
  background-color: rgb(118 118 118 / 0.85);
}

.hover\:bg-neutral-60\/90:hover{
  background-color: rgb(118 118 118 / 0.9);
}

.hover\:bg-neutral-60\/95:hover{
  background-color: rgb(118 118 118 / 0.95);
}

.hover\:bg-neutral-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 95 96 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-70\/0:hover{
  background-color: rgb(92 95 96 / 0);
}

.hover\:bg-neutral-70\/10:hover{
  background-color: rgb(92 95 96 / 0.1);
}

.hover\:bg-neutral-70\/100:hover{
  background-color: rgb(92 95 96 / 1);
}

.hover\:bg-neutral-70\/15:hover{
  background-color: rgb(92 95 96 / 0.15);
}

.hover\:bg-neutral-70\/20:hover{
  background-color: rgb(92 95 96 / 0.2);
}

.hover\:bg-neutral-70\/25:hover{
  background-color: rgb(92 95 96 / 0.25);
}

.hover\:bg-neutral-70\/30:hover{
  background-color: rgb(92 95 96 / 0.3);
}

.hover\:bg-neutral-70\/35:hover{
  background-color: rgb(92 95 96 / 0.35);
}

.hover\:bg-neutral-70\/40:hover{
  background-color: rgb(92 95 96 / 0.4);
}

.hover\:bg-neutral-70\/45:hover{
  background-color: rgb(92 95 96 / 0.45);
}

.hover\:bg-neutral-70\/5:hover{
  background-color: rgb(92 95 96 / 0.05);
}

.hover\:bg-neutral-70\/50:hover{
  background-color: rgb(92 95 96 / 0.5);
}

.hover\:bg-neutral-70\/55:hover{
  background-color: rgb(92 95 96 / 0.55);
}

.hover\:bg-neutral-70\/60:hover{
  background-color: rgb(92 95 96 / 0.6);
}

.hover\:bg-neutral-70\/65:hover{
  background-color: rgb(92 95 96 / 0.65);
}

.hover\:bg-neutral-70\/70:hover{
  background-color: rgb(92 95 96 / 0.7);
}

.hover\:bg-neutral-70\/75:hover{
  background-color: rgb(92 95 96 / 0.75);
}

.hover\:bg-neutral-70\/80:hover{
  background-color: rgb(92 95 96 / 0.8);
}

.hover\:bg-neutral-70\/85:hover{
  background-color: rgb(92 95 96 / 0.85);
}

.hover\:bg-neutral-70\/90:hover{
  background-color: rgb(92 95 96 / 0.9);
}

.hover\:bg-neutral-70\/95:hover{
  background-color: rgb(92 95 96 / 0.95);
}

.hover\:bg-neutral-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 71 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-80\/0:hover{
  background-color: rgb(68 71 72 / 0);
}

.hover\:bg-neutral-80\/10:hover{
  background-color: rgb(68 71 72 / 0.1);
}

.hover\:bg-neutral-80\/100:hover{
  background-color: rgb(68 71 72 / 1);
}

.hover\:bg-neutral-80\/15:hover{
  background-color: rgb(68 71 72 / 0.15);
}

.hover\:bg-neutral-80\/20:hover{
  background-color: rgb(68 71 72 / 0.2);
}

.hover\:bg-neutral-80\/25:hover{
  background-color: rgb(68 71 72 / 0.25);
}

.hover\:bg-neutral-80\/30:hover{
  background-color: rgb(68 71 72 / 0.3);
}

.hover\:bg-neutral-80\/35:hover{
  background-color: rgb(68 71 72 / 0.35);
}

.hover\:bg-neutral-80\/40:hover{
  background-color: rgb(68 71 72 / 0.4);
}

.hover\:bg-neutral-80\/45:hover{
  background-color: rgb(68 71 72 / 0.45);
}

.hover\:bg-neutral-80\/5:hover{
  background-color: rgb(68 71 72 / 0.05);
}

.hover\:bg-neutral-80\/50:hover{
  background-color: rgb(68 71 72 / 0.5);
}

.hover\:bg-neutral-80\/55:hover{
  background-color: rgb(68 71 72 / 0.55);
}

.hover\:bg-neutral-80\/60:hover{
  background-color: rgb(68 71 72 / 0.6);
}

.hover\:bg-neutral-80\/65:hover{
  background-color: rgb(68 71 72 / 0.65);
}

.hover\:bg-neutral-80\/70:hover{
  background-color: rgb(68 71 72 / 0.7);
}

.hover\:bg-neutral-80\/75:hover{
  background-color: rgb(68 71 72 / 0.75);
}

.hover\:bg-neutral-80\/80:hover{
  background-color: rgb(68 71 72 / 0.8);
}

.hover\:bg-neutral-80\/85:hover{
  background-color: rgb(68 71 72 / 0.85);
}

.hover\:bg-neutral-80\/90:hover{
  background-color: rgb(68 71 72 / 0.9);
}

.hover\:bg-neutral-80\/95:hover{
  background-color: rgb(68 71 72 / 0.95);
}

.hover\:bg-neutral-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 50 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-90\/0:hover{
  background-color: rgb(45 49 50 / 0);
}

.hover\:bg-neutral-90\/10:hover{
  background-color: rgb(45 49 50 / 0.1);
}

.hover\:bg-neutral-90\/100:hover{
  background-color: rgb(45 49 50 / 1);
}

.hover\:bg-neutral-90\/15:hover{
  background-color: rgb(45 49 50 / 0.15);
}

.hover\:bg-neutral-90\/20:hover{
  background-color: rgb(45 49 50 / 0.2);
}

.hover\:bg-neutral-90\/25:hover{
  background-color: rgb(45 49 50 / 0.25);
}

.hover\:bg-neutral-90\/30:hover{
  background-color: rgb(45 49 50 / 0.3);
}

.hover\:bg-neutral-90\/35:hover{
  background-color: rgb(45 49 50 / 0.35);
}

.hover\:bg-neutral-90\/40:hover{
  background-color: rgb(45 49 50 / 0.4);
}

.hover\:bg-neutral-90\/45:hover{
  background-color: rgb(45 49 50 / 0.45);
}

.hover\:bg-neutral-90\/5:hover{
  background-color: rgb(45 49 50 / 0.05);
}

.hover\:bg-neutral-90\/50:hover{
  background-color: rgb(45 49 50 / 0.5);
}

.hover\:bg-neutral-90\/55:hover{
  background-color: rgb(45 49 50 / 0.55);
}

.hover\:bg-neutral-90\/60:hover{
  background-color: rgb(45 49 50 / 0.6);
}

.hover\:bg-neutral-90\/65:hover{
  background-color: rgb(45 49 50 / 0.65);
}

.hover\:bg-neutral-90\/70:hover{
  background-color: rgb(45 49 50 / 0.7);
}

.hover\:bg-neutral-90\/75:hover{
  background-color: rgb(45 49 50 / 0.75);
}

.hover\:bg-neutral-90\/80:hover{
  background-color: rgb(45 49 50 / 0.8);
}

.hover\:bg-neutral-90\/85:hover{
  background-color: rgb(45 49 50 / 0.85);
}

.hover\:bg-neutral-90\/90:hover{
  background-color: rgb(45 49 50 / 0.9);
}

.hover\:bg-neutral-90\/95:hover{
  background-color: rgb(45 49 50 / 0.95);
}

.hover\:bg-primary-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-10\/0:hover{
  background-color: rgb(226 248 255 / 0);
}

.hover\:bg-primary-10\/10:hover{
  background-color: rgb(226 248 255 / 0.1);
}

.hover\:bg-primary-10\/100:hover{
  background-color: rgb(226 248 255 / 1);
}

.hover\:bg-primary-10\/15:hover{
  background-color: rgb(226 248 255 / 0.15);
}

.hover\:bg-primary-10\/20:hover{
  background-color: rgb(226 248 255 / 0.2);
}

.hover\:bg-primary-10\/25:hover{
  background-color: rgb(226 248 255 / 0.25);
}

.hover\:bg-primary-10\/30:hover{
  background-color: rgb(226 248 255 / 0.3);
}

.hover\:bg-primary-10\/35:hover{
  background-color: rgb(226 248 255 / 0.35);
}

.hover\:bg-primary-10\/40:hover{
  background-color: rgb(226 248 255 / 0.4);
}

.hover\:bg-primary-10\/45:hover{
  background-color: rgb(226 248 255 / 0.45);
}

.hover\:bg-primary-10\/5:hover{
  background-color: rgb(226 248 255 / 0.05);
}

.hover\:bg-primary-10\/50:hover{
  background-color: rgb(226 248 255 / 0.5);
}

.hover\:bg-primary-10\/55:hover{
  background-color: rgb(226 248 255 / 0.55);
}

.hover\:bg-primary-10\/60:hover{
  background-color: rgb(226 248 255 / 0.6);
}

.hover\:bg-primary-10\/65:hover{
  background-color: rgb(226 248 255 / 0.65);
}

.hover\:bg-primary-10\/70:hover{
  background-color: rgb(226 248 255 / 0.7);
}

.hover\:bg-primary-10\/75:hover{
  background-color: rgb(226 248 255 / 0.75);
}

.hover\:bg-primary-10\/80:hover{
  background-color: rgb(226 248 255 / 0.8);
}

.hover\:bg-primary-10\/85:hover{
  background-color: rgb(226 248 255 / 0.85);
}

.hover\:bg-primary-10\/90:hover{
  background-color: rgb(226 248 255 / 0.9);
}

.hover\:bg-primary-10\/95:hover{
  background-color: rgb(226 248 255 / 0.95);
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 43 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100\/0:hover{
  background-color: rgb(0 30 43 / 0);
}

.hover\:bg-primary-100\/10:hover{
  background-color: rgb(0 30 43 / 0.1);
}

.hover\:bg-primary-100\/100:hover{
  background-color: rgb(0 30 43 / 1);
}

.hover\:bg-primary-100\/15:hover{
  background-color: rgb(0 30 43 / 0.15);
}

.hover\:bg-primary-100\/20:hover{
  background-color: rgb(0 30 43 / 0.2);
}

.hover\:bg-primary-100\/25:hover{
  background-color: rgb(0 30 43 / 0.25);
}

.hover\:bg-primary-100\/30:hover{
  background-color: rgb(0 30 43 / 0.3);
}

.hover\:bg-primary-100\/35:hover{
  background-color: rgb(0 30 43 / 0.35);
}

.hover\:bg-primary-100\/40:hover{
  background-color: rgb(0 30 43 / 0.4);
}

.hover\:bg-primary-100\/45:hover{
  background-color: rgb(0 30 43 / 0.45);
}

.hover\:bg-primary-100\/5:hover{
  background-color: rgb(0 30 43 / 0.05);
}

.hover\:bg-primary-100\/50:hover{
  background-color: rgb(0 30 43 / 0.5);
}

.hover\:bg-primary-100\/55:hover{
  background-color: rgb(0 30 43 / 0.55);
}

.hover\:bg-primary-100\/60:hover{
  background-color: rgb(0 30 43 / 0.6);
}

.hover\:bg-primary-100\/65:hover{
  background-color: rgb(0 30 43 / 0.65);
}

.hover\:bg-primary-100\/70:hover{
  background-color: rgb(0 30 43 / 0.7);
}

.hover\:bg-primary-100\/75:hover{
  background-color: rgb(0 30 43 / 0.75);
}

.hover\:bg-primary-100\/80:hover{
  background-color: rgb(0 30 43 / 0.8);
}

.hover\:bg-primary-100\/85:hover{
  background-color: rgb(0 30 43 / 0.85);
}

.hover\:bg-primary-100\/90:hover{
  background-color: rgb(0 30 43 / 0.9);
}

.hover\:bg-primary-100\/95:hover{
  background-color: rgb(0 30 43 / 0.95);
}

.hover\:bg-primary-15:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(213 243 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-15\/0:hover{
  background-color: rgb(213 243 253 / 0);
}

.hover\:bg-primary-15\/10:hover{
  background-color: rgb(213 243 253 / 0.1);
}

.hover\:bg-primary-15\/100:hover{
  background-color: rgb(213 243 253 / 1);
}

.hover\:bg-primary-15\/15:hover{
  background-color: rgb(213 243 253 / 0.15);
}

.hover\:bg-primary-15\/20:hover{
  background-color: rgb(213 243 253 / 0.2);
}

.hover\:bg-primary-15\/25:hover{
  background-color: rgb(213 243 253 / 0.25);
}

.hover\:bg-primary-15\/30:hover{
  background-color: rgb(213 243 253 / 0.3);
}

.hover\:bg-primary-15\/35:hover{
  background-color: rgb(213 243 253 / 0.35);
}

.hover\:bg-primary-15\/40:hover{
  background-color: rgb(213 243 253 / 0.4);
}

.hover\:bg-primary-15\/45:hover{
  background-color: rgb(213 243 253 / 0.45);
}

.hover\:bg-primary-15\/5:hover{
  background-color: rgb(213 243 253 / 0.05);
}

.hover\:bg-primary-15\/50:hover{
  background-color: rgb(213 243 253 / 0.5);
}

.hover\:bg-primary-15\/55:hover{
  background-color: rgb(213 243 253 / 0.55);
}

.hover\:bg-primary-15\/60:hover{
  background-color: rgb(213 243 253 / 0.6);
}

.hover\:bg-primary-15\/65:hover{
  background-color: rgb(213 243 253 / 0.65);
}

.hover\:bg-primary-15\/70:hover{
  background-color: rgb(213 243 253 / 0.7);
}

.hover\:bg-primary-15\/75:hover{
  background-color: rgb(213 243 253 / 0.75);
}

.hover\:bg-primary-15\/80:hover{
  background-color: rgb(213 243 253 / 0.8);
}

.hover\:bg-primary-15\/85:hover{
  background-color: rgb(213 243 253 / 0.85);
}

.hover\:bg-primary-15\/90:hover{
  background-color: rgb(213 243 253 / 0.9);
}

.hover\:bg-primary-15\/95:hover{
  background-color: rgb(213 243 253 / 0.95);
}

.hover\:bg-primary-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(188 235 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-20\/0:hover{
  background-color: rgb(188 235 255 / 0);
}

.hover\:bg-primary-20\/10:hover{
  background-color: rgb(188 235 255 / 0.1);
}

.hover\:bg-primary-20\/100:hover{
  background-color: rgb(188 235 255 / 1);
}

.hover\:bg-primary-20\/15:hover{
  background-color: rgb(188 235 255 / 0.15);
}

.hover\:bg-primary-20\/20:hover{
  background-color: rgb(188 235 255 / 0.2);
}

.hover\:bg-primary-20\/25:hover{
  background-color: rgb(188 235 255 / 0.25);
}

.hover\:bg-primary-20\/30:hover{
  background-color: rgb(188 235 255 / 0.3);
}

.hover\:bg-primary-20\/35:hover{
  background-color: rgb(188 235 255 / 0.35);
}

.hover\:bg-primary-20\/40:hover{
  background-color: rgb(188 235 255 / 0.4);
}

.hover\:bg-primary-20\/45:hover{
  background-color: rgb(188 235 255 / 0.45);
}

.hover\:bg-primary-20\/5:hover{
  background-color: rgb(188 235 255 / 0.05);
}

.hover\:bg-primary-20\/50:hover{
  background-color: rgb(188 235 255 / 0.5);
}

.hover\:bg-primary-20\/55:hover{
  background-color: rgb(188 235 255 / 0.55);
}

.hover\:bg-primary-20\/60:hover{
  background-color: rgb(188 235 255 / 0.6);
}

.hover\:bg-primary-20\/65:hover{
  background-color: rgb(188 235 255 / 0.65);
}

.hover\:bg-primary-20\/70:hover{
  background-color: rgb(188 235 255 / 0.7);
}

.hover\:bg-primary-20\/75:hover{
  background-color: rgb(188 235 255 / 0.75);
}

.hover\:bg-primary-20\/80:hover{
  background-color: rgb(188 235 255 / 0.8);
}

.hover\:bg-primary-20\/85:hover{
  background-color: rgb(188 235 255 / 0.85);
}

.hover\:bg-primary-20\/90:hover{
  background-color: rgb(188 235 255 / 0.9);
}

.hover\:bg-primary-20\/95:hover{
  background-color: rgb(188 235 255 / 0.95);
}

.hover\:bg-primary-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-30\/0:hover{
  background-color: rgb(126 211 247 / 0);
}

.hover\:bg-primary-30\/10:hover{
  background-color: rgb(126 211 247 / 0.1);
}

.hover\:bg-primary-30\/100:hover{
  background-color: rgb(126 211 247 / 1);
}

.hover\:bg-primary-30\/15:hover{
  background-color: rgb(126 211 247 / 0.15);
}

.hover\:bg-primary-30\/20:hover{
  background-color: rgb(126 211 247 / 0.2);
}

.hover\:bg-primary-30\/25:hover{
  background-color: rgb(126 211 247 / 0.25);
}

.hover\:bg-primary-30\/30:hover{
  background-color: rgb(126 211 247 / 0.3);
}

.hover\:bg-primary-30\/35:hover{
  background-color: rgb(126 211 247 / 0.35);
}

.hover\:bg-primary-30\/40:hover{
  background-color: rgb(126 211 247 / 0.4);
}

.hover\:bg-primary-30\/45:hover{
  background-color: rgb(126 211 247 / 0.45);
}

.hover\:bg-primary-30\/5:hover{
  background-color: rgb(126 211 247 / 0.05);
}

.hover\:bg-primary-30\/50:hover{
  background-color: rgb(126 211 247 / 0.5);
}

.hover\:bg-primary-30\/55:hover{
  background-color: rgb(126 211 247 / 0.55);
}

.hover\:bg-primary-30\/60:hover{
  background-color: rgb(126 211 247 / 0.6);
}

.hover\:bg-primary-30\/65:hover{
  background-color: rgb(126 211 247 / 0.65);
}

.hover\:bg-primary-30\/70:hover{
  background-color: rgb(126 211 247 / 0.7);
}

.hover\:bg-primary-30\/75:hover{
  background-color: rgb(126 211 247 / 0.75);
}

.hover\:bg-primary-30\/80:hover{
  background-color: rgb(126 211 247 / 0.8);
}

.hover\:bg-primary-30\/85:hover{
  background-color: rgb(126 211 247 / 0.85);
}

.hover\:bg-primary-30\/90:hover{
  background-color: rgb(126 211 247 / 0.9);
}

.hover\:bg-primary-30\/95:hover{
  background-color: rgb(126 211 247 / 0.95);
}

.hover\:bg-primary-40:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-40\/0:hover{
  background-color: rgb(61 181 230 / 0);
}

.hover\:bg-primary-40\/10:hover{
  background-color: rgb(61 181 230 / 0.1);
}

.hover\:bg-primary-40\/100:hover{
  background-color: rgb(61 181 230 / 1);
}

.hover\:bg-primary-40\/15:hover{
  background-color: rgb(61 181 230 / 0.15);
}

.hover\:bg-primary-40\/20:hover{
  background-color: rgb(61 181 230 / 0.2);
}

.hover\:bg-primary-40\/25:hover{
  background-color: rgb(61 181 230 / 0.25);
}

.hover\:bg-primary-40\/30:hover{
  background-color: rgb(61 181 230 / 0.3);
}

.hover\:bg-primary-40\/35:hover{
  background-color: rgb(61 181 230 / 0.35);
}

.hover\:bg-primary-40\/40:hover{
  background-color: rgb(61 181 230 / 0.4);
}

.hover\:bg-primary-40\/45:hover{
  background-color: rgb(61 181 230 / 0.45);
}

.hover\:bg-primary-40\/5:hover{
  background-color: rgb(61 181 230 / 0.05);
}

.hover\:bg-primary-40\/50:hover{
  background-color: rgb(61 181 230 / 0.5);
}

.hover\:bg-primary-40\/55:hover{
  background-color: rgb(61 181 230 / 0.55);
}

.hover\:bg-primary-40\/60:hover{
  background-color: rgb(61 181 230 / 0.6);
}

.hover\:bg-primary-40\/65:hover{
  background-color: rgb(61 181 230 / 0.65);
}

.hover\:bg-primary-40\/70:hover{
  background-color: rgb(61 181 230 / 0.7);
}

.hover\:bg-primary-40\/75:hover{
  background-color: rgb(61 181 230 / 0.75);
}

.hover\:bg-primary-40\/80:hover{
  background-color: rgb(61 181 230 / 0.8);
}

.hover\:bg-primary-40\/85:hover{
  background-color: rgb(61 181 230 / 0.85);
}

.hover\:bg-primary-40\/90:hover{
  background-color: rgb(61 181 230 / 0.9);
}

.hover\:bg-primary-40\/95:hover{
  background-color: rgb(61 181 230 / 0.95);
}

.hover\:bg-primary-5:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 252 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-5\/0:hover{
  background-color: rgb(240 252 255 / 0);
}

.hover\:bg-primary-5\/10:hover{
  background-color: rgb(240 252 255 / 0.1);
}

.hover\:bg-primary-5\/100:hover{
  background-color: rgb(240 252 255 / 1);
}

.hover\:bg-primary-5\/15:hover{
  background-color: rgb(240 252 255 / 0.15);
}

.hover\:bg-primary-5\/20:hover{
  background-color: rgb(240 252 255 / 0.2);
}

.hover\:bg-primary-5\/25:hover{
  background-color: rgb(240 252 255 / 0.25);
}

.hover\:bg-primary-5\/30:hover{
  background-color: rgb(240 252 255 / 0.3);
}

.hover\:bg-primary-5\/35:hover{
  background-color: rgb(240 252 255 / 0.35);
}

.hover\:bg-primary-5\/40:hover{
  background-color: rgb(240 252 255 / 0.4);
}

.hover\:bg-primary-5\/45:hover{
  background-color: rgb(240 252 255 / 0.45);
}

.hover\:bg-primary-5\/5:hover{
  background-color: rgb(240 252 255 / 0.05);
}

.hover\:bg-primary-5\/50:hover{
  background-color: rgb(240 252 255 / 0.5);
}

.hover\:bg-primary-5\/55:hover{
  background-color: rgb(240 252 255 / 0.55);
}

.hover\:bg-primary-5\/60:hover{
  background-color: rgb(240 252 255 / 0.6);
}

.hover\:bg-primary-5\/65:hover{
  background-color: rgb(240 252 255 / 0.65);
}

.hover\:bg-primary-5\/70:hover{
  background-color: rgb(240 252 255 / 0.7);
}

.hover\:bg-primary-5\/75:hover{
  background-color: rgb(240 252 255 / 0.75);
}

.hover\:bg-primary-5\/80:hover{
  background-color: rgb(240 252 255 / 0.8);
}

.hover\:bg-primary-5\/85:hover{
  background-color: rgb(240 252 255 / 0.85);
}

.hover\:bg-primary-5\/90:hover{
  background-color: rgb(240 252 255 / 0.9);
}

.hover\:bg-primary-5\/95:hover{
  background-color: rgb(240 252 255 / 0.95);
}

.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 156 204 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50\/0:hover{
  background-color: rgb(4 156 204 / 0);
}

.hover\:bg-primary-50\/10:hover{
  background-color: rgb(4 156 204 / 0.1);
}

.hover\:bg-primary-50\/100:hover{
  background-color: rgb(4 156 204 / 1);
}

.hover\:bg-primary-50\/15:hover{
  background-color: rgb(4 156 204 / 0.15);
}

.hover\:bg-primary-50\/20:hover{
  background-color: rgb(4 156 204 / 0.2);
}

.hover\:bg-primary-50\/25:hover{
  background-color: rgb(4 156 204 / 0.25);
}

.hover\:bg-primary-50\/30:hover{
  background-color: rgb(4 156 204 / 0.3);
}

.hover\:bg-primary-50\/35:hover{
  background-color: rgb(4 156 204 / 0.35);
}

.hover\:bg-primary-50\/40:hover{
  background-color: rgb(4 156 204 / 0.4);
}

.hover\:bg-primary-50\/45:hover{
  background-color: rgb(4 156 204 / 0.45);
}

.hover\:bg-primary-50\/5:hover{
  background-color: rgb(4 156 204 / 0.05);
}

.hover\:bg-primary-50\/50:hover{
  background-color: rgb(4 156 204 / 0.5);
}

.hover\:bg-primary-50\/55:hover{
  background-color: rgb(4 156 204 / 0.55);
}

.hover\:bg-primary-50\/60:hover{
  background-color: rgb(4 156 204 / 0.6);
}

.hover\:bg-primary-50\/65:hover{
  background-color: rgb(4 156 204 / 0.65);
}

.hover\:bg-primary-50\/70:hover{
  background-color: rgb(4 156 204 / 0.7);
}

.hover\:bg-primary-50\/75:hover{
  background-color: rgb(4 156 204 / 0.75);
}

.hover\:bg-primary-50\/80:hover{
  background-color: rgb(4 156 204 / 0.8);
}

.hover\:bg-primary-50\/85:hover{
  background-color: rgb(4 156 204 / 0.85);
}

.hover\:bg-primary-50\/90:hover{
  background-color: rgb(4 156 204 / 0.9);
}

.hover\:bg-primary-50\/95:hover{
  background-color: rgb(4 156 204 / 0.95);
}

.hover\:bg-primary-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 176 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-60\/0:hover{
  background-color: rgb(0 127 176 / 0);
}

.hover\:bg-primary-60\/10:hover{
  background-color: rgb(0 127 176 / 0.1);
}

.hover\:bg-primary-60\/100:hover{
  background-color: rgb(0 127 176 / 1);
}

.hover\:bg-primary-60\/15:hover{
  background-color: rgb(0 127 176 / 0.15);
}

.hover\:bg-primary-60\/20:hover{
  background-color: rgb(0 127 176 / 0.2);
}

.hover\:bg-primary-60\/25:hover{
  background-color: rgb(0 127 176 / 0.25);
}

.hover\:bg-primary-60\/30:hover{
  background-color: rgb(0 127 176 / 0.3);
}

.hover\:bg-primary-60\/35:hover{
  background-color: rgb(0 127 176 / 0.35);
}

.hover\:bg-primary-60\/40:hover{
  background-color: rgb(0 127 176 / 0.4);
}

.hover\:bg-primary-60\/45:hover{
  background-color: rgb(0 127 176 / 0.45);
}

.hover\:bg-primary-60\/5:hover{
  background-color: rgb(0 127 176 / 0.05);
}

.hover\:bg-primary-60\/50:hover{
  background-color: rgb(0 127 176 / 0.5);
}

.hover\:bg-primary-60\/55:hover{
  background-color: rgb(0 127 176 / 0.55);
}

.hover\:bg-primary-60\/60:hover{
  background-color: rgb(0 127 176 / 0.6);
}

.hover\:bg-primary-60\/65:hover{
  background-color: rgb(0 127 176 / 0.65);
}

.hover\:bg-primary-60\/70:hover{
  background-color: rgb(0 127 176 / 0.7);
}

.hover\:bg-primary-60\/75:hover{
  background-color: rgb(0 127 176 / 0.75);
}

.hover\:bg-primary-60\/80:hover{
  background-color: rgb(0 127 176 / 0.8);
}

.hover\:bg-primary-60\/85:hover{
  background-color: rgb(0 127 176 / 0.85);
}

.hover\:bg-primary-60\/90:hover{
  background-color: rgb(0 127 176 / 0.9);
}

.hover\:bg-primary-60\/95:hover{
  background-color: rgb(0 127 176 / 0.95);
}

.hover\:bg-primary-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-70\/0:hover{
  background-color: rgb(0 102 136 / 0);
}

.hover\:bg-primary-70\/10:hover{
  background-color: rgb(0 102 136 / 0.1);
}

.hover\:bg-primary-70\/100:hover{
  background-color: rgb(0 102 136 / 1);
}

.hover\:bg-primary-70\/15:hover{
  background-color: rgb(0 102 136 / 0.15);
}

.hover\:bg-primary-70\/20:hover{
  background-color: rgb(0 102 136 / 0.2);
}

.hover\:bg-primary-70\/25:hover{
  background-color: rgb(0 102 136 / 0.25);
}

.hover\:bg-primary-70\/30:hover{
  background-color: rgb(0 102 136 / 0.3);
}

.hover\:bg-primary-70\/35:hover{
  background-color: rgb(0 102 136 / 0.35);
}

.hover\:bg-primary-70\/40:hover{
  background-color: rgb(0 102 136 / 0.4);
}

.hover\:bg-primary-70\/45:hover{
  background-color: rgb(0 102 136 / 0.45);
}

.hover\:bg-primary-70\/5:hover{
  background-color: rgb(0 102 136 / 0.05);
}

.hover\:bg-primary-70\/50:hover{
  background-color: rgb(0 102 136 / 0.5);
}

.hover\:bg-primary-70\/55:hover{
  background-color: rgb(0 102 136 / 0.55);
}

.hover\:bg-primary-70\/60:hover{
  background-color: rgb(0 102 136 / 0.6);
}

.hover\:bg-primary-70\/65:hover{
  background-color: rgb(0 102 136 / 0.65);
}

.hover\:bg-primary-70\/70:hover{
  background-color: rgb(0 102 136 / 0.7);
}

.hover\:bg-primary-70\/75:hover{
  background-color: rgb(0 102 136 / 0.75);
}

.hover\:bg-primary-70\/80:hover{
  background-color: rgb(0 102 136 / 0.8);
}

.hover\:bg-primary-70\/85:hover{
  background-color: rgb(0 102 136 / 0.85);
}

.hover\:bg-primary-70\/90:hover{
  background-color: rgb(0 102 136 / 0.9);
}

.hover\:bg-primary-70\/95:hover{
  background-color: rgb(0 102 136 / 0.95);
}

.hover\:bg-primary-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-80\/0:hover{
  background-color: rgb(0 77 104 / 0);
}

.hover\:bg-primary-80\/10:hover{
  background-color: rgb(0 77 104 / 0.1);
}

.hover\:bg-primary-80\/100:hover{
  background-color: rgb(0 77 104 / 1);
}

.hover\:bg-primary-80\/15:hover{
  background-color: rgb(0 77 104 / 0.15);
}

.hover\:bg-primary-80\/20:hover{
  background-color: rgb(0 77 104 / 0.2);
}

.hover\:bg-primary-80\/25:hover{
  background-color: rgb(0 77 104 / 0.25);
}

.hover\:bg-primary-80\/30:hover{
  background-color: rgb(0 77 104 / 0.3);
}

.hover\:bg-primary-80\/35:hover{
  background-color: rgb(0 77 104 / 0.35);
}

.hover\:bg-primary-80\/40:hover{
  background-color: rgb(0 77 104 / 0.4);
}

.hover\:bg-primary-80\/45:hover{
  background-color: rgb(0 77 104 / 0.45);
}

.hover\:bg-primary-80\/5:hover{
  background-color: rgb(0 77 104 / 0.05);
}

.hover\:bg-primary-80\/50:hover{
  background-color: rgb(0 77 104 / 0.5);
}

.hover\:bg-primary-80\/55:hover{
  background-color: rgb(0 77 104 / 0.55);
}

.hover\:bg-primary-80\/60:hover{
  background-color: rgb(0 77 104 / 0.6);
}

.hover\:bg-primary-80\/65:hover{
  background-color: rgb(0 77 104 / 0.65);
}

.hover\:bg-primary-80\/70:hover{
  background-color: rgb(0 77 104 / 0.7);
}

.hover\:bg-primary-80\/75:hover{
  background-color: rgb(0 77 104 / 0.75);
}

.hover\:bg-primary-80\/80:hover{
  background-color: rgb(0 77 104 / 0.8);
}

.hover\:bg-primary-80\/85:hover{
  background-color: rgb(0 77 104 / 0.85);
}

.hover\:bg-primary-80\/90:hover{
  background-color: rgb(0 77 104 / 0.9);
}

.hover\:bg-primary-80\/95:hover{
  background-color: rgb(0 77 104 / 0.95);
}

.hover\:bg-primary-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-90\/0:hover{
  background-color: rgb(0 53 73 / 0);
}

.hover\:bg-primary-90\/10:hover{
  background-color: rgb(0 53 73 / 0.1);
}

.hover\:bg-primary-90\/100:hover{
  background-color: rgb(0 53 73 / 1);
}

.hover\:bg-primary-90\/15:hover{
  background-color: rgb(0 53 73 / 0.15);
}

.hover\:bg-primary-90\/20:hover{
  background-color: rgb(0 53 73 / 0.2);
}

.hover\:bg-primary-90\/25:hover{
  background-color: rgb(0 53 73 / 0.25);
}

.hover\:bg-primary-90\/30:hover{
  background-color: rgb(0 53 73 / 0.3);
}

.hover\:bg-primary-90\/35:hover{
  background-color: rgb(0 53 73 / 0.35);
}

.hover\:bg-primary-90\/40:hover{
  background-color: rgb(0 53 73 / 0.4);
}

.hover\:bg-primary-90\/45:hover{
  background-color: rgb(0 53 73 / 0.45);
}

.hover\:bg-primary-90\/5:hover{
  background-color: rgb(0 53 73 / 0.05);
}

.hover\:bg-primary-90\/50:hover{
  background-color: rgb(0 53 73 / 0.5);
}

.hover\:bg-primary-90\/55:hover{
  background-color: rgb(0 53 73 / 0.55);
}

.hover\:bg-primary-90\/60:hover{
  background-color: rgb(0 53 73 / 0.6);
}

.hover\:bg-primary-90\/65:hover{
  background-color: rgb(0 53 73 / 0.65);
}

.hover\:bg-primary-90\/70:hover{
  background-color: rgb(0 53 73 / 0.7);
}

.hover\:bg-primary-90\/75:hover{
  background-color: rgb(0 53 73 / 0.75);
}

.hover\:bg-primary-90\/80:hover{
  background-color: rgb(0 53 73 / 0.8);
}

.hover\:bg-primary-90\/85:hover{
  background-color: rgb(0 53 73 / 0.85);
}

.hover\:bg-primary-90\/90:hover{
  background-color: rgb(0 53 73 / 0.9);
}

.hover\:bg-primary-90\/95:hover{
  background-color: rgb(0 53 73 / 0.95);
}

.hover\:bg-secondary-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-10\/0:hover{
  background-color: rgb(253 232 241 / 0);
}

.hover\:bg-secondary-10\/10:hover{
  background-color: rgb(253 232 241 / 0.1);
}

.hover\:bg-secondary-10\/100:hover{
  background-color: rgb(253 232 241 / 1);
}

.hover\:bg-secondary-10\/15:hover{
  background-color: rgb(253 232 241 / 0.15);
}

.hover\:bg-secondary-10\/20:hover{
  background-color: rgb(253 232 241 / 0.2);
}

.hover\:bg-secondary-10\/25:hover{
  background-color: rgb(253 232 241 / 0.25);
}

.hover\:bg-secondary-10\/30:hover{
  background-color: rgb(253 232 241 / 0.3);
}

.hover\:bg-secondary-10\/35:hover{
  background-color: rgb(253 232 241 / 0.35);
}

.hover\:bg-secondary-10\/40:hover{
  background-color: rgb(253 232 241 / 0.4);
}

.hover\:bg-secondary-10\/45:hover{
  background-color: rgb(253 232 241 / 0.45);
}

.hover\:bg-secondary-10\/5:hover{
  background-color: rgb(253 232 241 / 0.05);
}

.hover\:bg-secondary-10\/50:hover{
  background-color: rgb(253 232 241 / 0.5);
}

.hover\:bg-secondary-10\/55:hover{
  background-color: rgb(253 232 241 / 0.55);
}

.hover\:bg-secondary-10\/60:hover{
  background-color: rgb(253 232 241 / 0.6);
}

.hover\:bg-secondary-10\/65:hover{
  background-color: rgb(253 232 241 / 0.65);
}

.hover\:bg-secondary-10\/70:hover{
  background-color: rgb(253 232 241 / 0.7);
}

.hover\:bg-secondary-10\/75:hover{
  background-color: rgb(253 232 241 / 0.75);
}

.hover\:bg-secondary-10\/80:hover{
  background-color: rgb(253 232 241 / 0.8);
}

.hover\:bg-secondary-10\/85:hover{
  background-color: rgb(253 232 241 / 0.85);
}

.hover\:bg-secondary-10\/90:hover{
  background-color: rgb(253 232 241 / 0.9);
}

.hover\:bg-secondary-10\/95:hover{
  background-color: rgb(253 232 241 / 0.95);
}

.hover\:bg-secondary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(62 0 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-100\/0:hover{
  background-color: rgb(62 0 32 / 0);
}

.hover\:bg-secondary-100\/10:hover{
  background-color: rgb(62 0 32 / 0.1);
}

.hover\:bg-secondary-100\/100:hover{
  background-color: rgb(62 0 32 / 1);
}

.hover\:bg-secondary-100\/15:hover{
  background-color: rgb(62 0 32 / 0.15);
}

.hover\:bg-secondary-100\/20:hover{
  background-color: rgb(62 0 32 / 0.2);
}

.hover\:bg-secondary-100\/25:hover{
  background-color: rgb(62 0 32 / 0.25);
}

.hover\:bg-secondary-100\/30:hover{
  background-color: rgb(62 0 32 / 0.3);
}

.hover\:bg-secondary-100\/35:hover{
  background-color: rgb(62 0 32 / 0.35);
}

.hover\:bg-secondary-100\/40:hover{
  background-color: rgb(62 0 32 / 0.4);
}

.hover\:bg-secondary-100\/45:hover{
  background-color: rgb(62 0 32 / 0.45);
}

.hover\:bg-secondary-100\/5:hover{
  background-color: rgb(62 0 32 / 0.05);
}

.hover\:bg-secondary-100\/50:hover{
  background-color: rgb(62 0 32 / 0.5);
}

.hover\:bg-secondary-100\/55:hover{
  background-color: rgb(62 0 32 / 0.55);
}

.hover\:bg-secondary-100\/60:hover{
  background-color: rgb(62 0 32 / 0.6);
}

.hover\:bg-secondary-100\/65:hover{
  background-color: rgb(62 0 32 / 0.65);
}

.hover\:bg-secondary-100\/70:hover{
  background-color: rgb(62 0 32 / 0.7);
}

.hover\:bg-secondary-100\/75:hover{
  background-color: rgb(62 0 32 / 0.75);
}

.hover\:bg-secondary-100\/80:hover{
  background-color: rgb(62 0 32 / 0.8);
}

.hover\:bg-secondary-100\/85:hover{
  background-color: rgb(62 0 32 / 0.85);
}

.hover\:bg-secondary-100\/90:hover{
  background-color: rgb(62 0 32 / 0.9);
}

.hover\:bg-secondary-100\/95:hover{
  background-color: rgb(62 0 32 / 0.95);
}

.hover\:bg-secondary-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 209 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-20\/0:hover{
  background-color: rgb(255 175 209 / 0);
}

.hover\:bg-secondary-20\/10:hover{
  background-color: rgb(255 175 209 / 0.1);
}

.hover\:bg-secondary-20\/100:hover{
  background-color: rgb(255 175 209 / 1);
}

.hover\:bg-secondary-20\/15:hover{
  background-color: rgb(255 175 209 / 0.15);
}

.hover\:bg-secondary-20\/20:hover{
  background-color: rgb(255 175 209 / 0.2);
}

.hover\:bg-secondary-20\/25:hover{
  background-color: rgb(255 175 209 / 0.25);
}

.hover\:bg-secondary-20\/30:hover{
  background-color: rgb(255 175 209 / 0.3);
}

.hover\:bg-secondary-20\/35:hover{
  background-color: rgb(255 175 209 / 0.35);
}

.hover\:bg-secondary-20\/40:hover{
  background-color: rgb(255 175 209 / 0.4);
}

.hover\:bg-secondary-20\/45:hover{
  background-color: rgb(255 175 209 / 0.45);
}

.hover\:bg-secondary-20\/5:hover{
  background-color: rgb(255 175 209 / 0.05);
}

.hover\:bg-secondary-20\/50:hover{
  background-color: rgb(255 175 209 / 0.5);
}

.hover\:bg-secondary-20\/55:hover{
  background-color: rgb(255 175 209 / 0.55);
}

.hover\:bg-secondary-20\/60:hover{
  background-color: rgb(255 175 209 / 0.6);
}

.hover\:bg-secondary-20\/65:hover{
  background-color: rgb(255 175 209 / 0.65);
}

.hover\:bg-secondary-20\/70:hover{
  background-color: rgb(255 175 209 / 0.7);
}

.hover\:bg-secondary-20\/75:hover{
  background-color: rgb(255 175 209 / 0.75);
}

.hover\:bg-secondary-20\/80:hover{
  background-color: rgb(255 175 209 / 0.8);
}

.hover\:bg-secondary-20\/85:hover{
  background-color: rgb(255 175 209 / 0.85);
}

.hover\:bg-secondary-20\/90:hover{
  background-color: rgb(255 175 209 / 0.9);
}

.hover\:bg-secondary-20\/95:hover{
  background-color: rgb(255 175 209 / 0.95);
}

.hover\:bg-secondary-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 183 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-30\/0:hover{
  background-color: rgb(255 130 183 / 0);
}

.hover\:bg-secondary-30\/10:hover{
  background-color: rgb(255 130 183 / 0.1);
}

.hover\:bg-secondary-30\/100:hover{
  background-color: rgb(255 130 183 / 1);
}

.hover\:bg-secondary-30\/15:hover{
  background-color: rgb(255 130 183 / 0.15);
}

.hover\:bg-secondary-30\/20:hover{
  background-color: rgb(255 130 183 / 0.2);
}

.hover\:bg-secondary-30\/25:hover{
  background-color: rgb(255 130 183 / 0.25);
}

.hover\:bg-secondary-30\/30:hover{
  background-color: rgb(255 130 183 / 0.3);
}

.hover\:bg-secondary-30\/35:hover{
  background-color: rgb(255 130 183 / 0.35);
}

.hover\:bg-secondary-30\/40:hover{
  background-color: rgb(255 130 183 / 0.4);
}

.hover\:bg-secondary-30\/45:hover{
  background-color: rgb(255 130 183 / 0.45);
}

.hover\:bg-secondary-30\/5:hover{
  background-color: rgb(255 130 183 / 0.05);
}

.hover\:bg-secondary-30\/50:hover{
  background-color: rgb(255 130 183 / 0.5);
}

.hover\:bg-secondary-30\/55:hover{
  background-color: rgb(255 130 183 / 0.55);
}

.hover\:bg-secondary-30\/60:hover{
  background-color: rgb(255 130 183 / 0.6);
}

.hover\:bg-secondary-30\/65:hover{
  background-color: rgb(255 130 183 / 0.65);
}

.hover\:bg-secondary-30\/70:hover{
  background-color: rgb(255 130 183 / 0.7);
}

.hover\:bg-secondary-30\/75:hover{
  background-color: rgb(255 130 183 / 0.75);
}

.hover\:bg-secondary-30\/80:hover{
  background-color: rgb(255 130 183 / 0.8);
}

.hover\:bg-secondary-30\/85:hover{
  background-color: rgb(255 130 183 / 0.85);
}

.hover\:bg-secondary-30\/90:hover{
  background-color: rgb(255 130 183 / 0.9);
}

.hover\:bg-secondary-30\/95:hover{
  background-color: rgb(255 130 183 / 0.95);
}

.hover\:bg-secondary-40:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-40\/0:hover{
  background-color: rgb(255 97 195 / 0);
}

.hover\:bg-secondary-40\/10:hover{
  background-color: rgb(255 97 195 / 0.1);
}

.hover\:bg-secondary-40\/100:hover{
  background-color: rgb(255 97 195 / 1);
}

.hover\:bg-secondary-40\/15:hover{
  background-color: rgb(255 97 195 / 0.15);
}

.hover\:bg-secondary-40\/20:hover{
  background-color: rgb(255 97 195 / 0.2);
}

.hover\:bg-secondary-40\/25:hover{
  background-color: rgb(255 97 195 / 0.25);
}

.hover\:bg-secondary-40\/30:hover{
  background-color: rgb(255 97 195 / 0.3);
}

.hover\:bg-secondary-40\/35:hover{
  background-color: rgb(255 97 195 / 0.35);
}

.hover\:bg-secondary-40\/40:hover{
  background-color: rgb(255 97 195 / 0.4);
}

.hover\:bg-secondary-40\/45:hover{
  background-color: rgb(255 97 195 / 0.45);
}

.hover\:bg-secondary-40\/5:hover{
  background-color: rgb(255 97 195 / 0.05);
}

.hover\:bg-secondary-40\/50:hover{
  background-color: rgb(255 97 195 / 0.5);
}

.hover\:bg-secondary-40\/55:hover{
  background-color: rgb(255 97 195 / 0.55);
}

.hover\:bg-secondary-40\/60:hover{
  background-color: rgb(255 97 195 / 0.6);
}

.hover\:bg-secondary-40\/65:hover{
  background-color: rgb(255 97 195 / 0.65);
}

.hover\:bg-secondary-40\/70:hover{
  background-color: rgb(255 97 195 / 0.7);
}

.hover\:bg-secondary-40\/75:hover{
  background-color: rgb(255 97 195 / 0.75);
}

.hover\:bg-secondary-40\/80:hover{
  background-color: rgb(255 97 195 / 0.8);
}

.hover\:bg-secondary-40\/85:hover{
  background-color: rgb(255 97 195 / 0.85);
}

.hover\:bg-secondary-40\/90:hover{
  background-color: rgb(255 97 195 / 0.9);
}

.hover\:bg-secondary-40\/95:hover{
  background-color: rgb(255 97 195 / 0.95);
}

.hover\:bg-secondary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-50\/0:hover{
  background-color: rgb(255 69 163 / 0);
}

.hover\:bg-secondary-50\/10:hover{
  background-color: rgb(255 69 163 / 0.1);
}

.hover\:bg-secondary-50\/100:hover{
  background-color: rgb(255 69 163 / 1);
}

.hover\:bg-secondary-50\/15:hover{
  background-color: rgb(255 69 163 / 0.15);
}

.hover\:bg-secondary-50\/20:hover{
  background-color: rgb(255 69 163 / 0.2);
}

.hover\:bg-secondary-50\/25:hover{
  background-color: rgb(255 69 163 / 0.25);
}

.hover\:bg-secondary-50\/30:hover{
  background-color: rgb(255 69 163 / 0.3);
}

.hover\:bg-secondary-50\/35:hover{
  background-color: rgb(255 69 163 / 0.35);
}

.hover\:bg-secondary-50\/40:hover{
  background-color: rgb(255 69 163 / 0.4);
}

.hover\:bg-secondary-50\/45:hover{
  background-color: rgb(255 69 163 / 0.45);
}

.hover\:bg-secondary-50\/5:hover{
  background-color: rgb(255 69 163 / 0.05);
}

.hover\:bg-secondary-50\/50:hover{
  background-color: rgb(255 69 163 / 0.5);
}

.hover\:bg-secondary-50\/55:hover{
  background-color: rgb(255 69 163 / 0.55);
}

.hover\:bg-secondary-50\/60:hover{
  background-color: rgb(255 69 163 / 0.6);
}

.hover\:bg-secondary-50\/65:hover{
  background-color: rgb(255 69 163 / 0.65);
}

.hover\:bg-secondary-50\/70:hover{
  background-color: rgb(255 69 163 / 0.7);
}

.hover\:bg-secondary-50\/75:hover{
  background-color: rgb(255 69 163 / 0.75);
}

.hover\:bg-secondary-50\/80:hover{
  background-color: rgb(255 69 163 / 0.8);
}

.hover\:bg-secondary-50\/85:hover{
  background-color: rgb(255 69 163 / 0.85);
}

.hover\:bg-secondary-50\/90:hover{
  background-color: rgb(255 69 163 / 0.9);
}

.hover\:bg-secondary-50\/95:hover{
  background-color: rgb(255 69 163 / 0.95);
}

.hover\:bg-secondary-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-60\/0:hover{
  background-color: rgb(236 0 140 / 0);
}

.hover\:bg-secondary-60\/10:hover{
  background-color: rgb(236 0 140 / 0.1);
}

.hover\:bg-secondary-60\/100:hover{
  background-color: rgb(236 0 140 / 1);
}

.hover\:bg-secondary-60\/15:hover{
  background-color: rgb(236 0 140 / 0.15);
}

.hover\:bg-secondary-60\/20:hover{
  background-color: rgb(236 0 140 / 0.2);
}

.hover\:bg-secondary-60\/25:hover{
  background-color: rgb(236 0 140 / 0.25);
}

.hover\:bg-secondary-60\/30:hover{
  background-color: rgb(236 0 140 / 0.3);
}

.hover\:bg-secondary-60\/35:hover{
  background-color: rgb(236 0 140 / 0.35);
}

.hover\:bg-secondary-60\/40:hover{
  background-color: rgb(236 0 140 / 0.4);
}

.hover\:bg-secondary-60\/45:hover{
  background-color: rgb(236 0 140 / 0.45);
}

.hover\:bg-secondary-60\/5:hover{
  background-color: rgb(236 0 140 / 0.05);
}

.hover\:bg-secondary-60\/50:hover{
  background-color: rgb(236 0 140 / 0.5);
}

.hover\:bg-secondary-60\/55:hover{
  background-color: rgb(236 0 140 / 0.55);
}

.hover\:bg-secondary-60\/60:hover{
  background-color: rgb(236 0 140 / 0.6);
}

.hover\:bg-secondary-60\/65:hover{
  background-color: rgb(236 0 140 / 0.65);
}

.hover\:bg-secondary-60\/70:hover{
  background-color: rgb(236 0 140 / 0.7);
}

.hover\:bg-secondary-60\/75:hover{
  background-color: rgb(236 0 140 / 0.75);
}

.hover\:bg-secondary-60\/80:hover{
  background-color: rgb(236 0 140 / 0.8);
}

.hover\:bg-secondary-60\/85:hover{
  background-color: rgb(236 0 140 / 0.85);
}

.hover\:bg-secondary-60\/90:hover{
  background-color: rgb(236 0 140 / 0.9);
}

.hover\:bg-secondary-60\/95:hover{
  background-color: rgb(236 0 140 / 0.95);
}

.hover\:bg-secondary-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(182 0 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-70\/0:hover{
  background-color: rgb(182 0 113 / 0);
}

.hover\:bg-secondary-70\/10:hover{
  background-color: rgb(182 0 113 / 0.1);
}

.hover\:bg-secondary-70\/100:hover{
  background-color: rgb(182 0 113 / 1);
}

.hover\:bg-secondary-70\/15:hover{
  background-color: rgb(182 0 113 / 0.15);
}

.hover\:bg-secondary-70\/20:hover{
  background-color: rgb(182 0 113 / 0.2);
}

.hover\:bg-secondary-70\/25:hover{
  background-color: rgb(182 0 113 / 0.25);
}

.hover\:bg-secondary-70\/30:hover{
  background-color: rgb(182 0 113 / 0.3);
}

.hover\:bg-secondary-70\/35:hover{
  background-color: rgb(182 0 113 / 0.35);
}

.hover\:bg-secondary-70\/40:hover{
  background-color: rgb(182 0 113 / 0.4);
}

.hover\:bg-secondary-70\/45:hover{
  background-color: rgb(182 0 113 / 0.45);
}

.hover\:bg-secondary-70\/5:hover{
  background-color: rgb(182 0 113 / 0.05);
}

.hover\:bg-secondary-70\/50:hover{
  background-color: rgb(182 0 113 / 0.5);
}

.hover\:bg-secondary-70\/55:hover{
  background-color: rgb(182 0 113 / 0.55);
}

.hover\:bg-secondary-70\/60:hover{
  background-color: rgb(182 0 113 / 0.6);
}

.hover\:bg-secondary-70\/65:hover{
  background-color: rgb(182 0 113 / 0.65);
}

.hover\:bg-secondary-70\/70:hover{
  background-color: rgb(182 0 113 / 0.7);
}

.hover\:bg-secondary-70\/75:hover{
  background-color: rgb(182 0 113 / 0.75);
}

.hover\:bg-secondary-70\/80:hover{
  background-color: rgb(182 0 113 / 0.8);
}

.hover\:bg-secondary-70\/85:hover{
  background-color: rgb(182 0 113 / 0.85);
}

.hover\:bg-secondary-70\/90:hover{
  background-color: rgb(182 0 113 / 0.9);
}

.hover\:bg-secondary-70\/95:hover{
  background-color: rgb(182 0 113 / 0.95);
}

.hover\:bg-secondary-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(140 0 86 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-80\/0:hover{
  background-color: rgb(140 0 86 / 0);
}

.hover\:bg-secondary-80\/10:hover{
  background-color: rgb(140 0 86 / 0.1);
}

.hover\:bg-secondary-80\/100:hover{
  background-color: rgb(140 0 86 / 1);
}

.hover\:bg-secondary-80\/15:hover{
  background-color: rgb(140 0 86 / 0.15);
}

.hover\:bg-secondary-80\/20:hover{
  background-color: rgb(140 0 86 / 0.2);
}

.hover\:bg-secondary-80\/25:hover{
  background-color: rgb(140 0 86 / 0.25);
}

.hover\:bg-secondary-80\/30:hover{
  background-color: rgb(140 0 86 / 0.3);
}

.hover\:bg-secondary-80\/35:hover{
  background-color: rgb(140 0 86 / 0.35);
}

.hover\:bg-secondary-80\/40:hover{
  background-color: rgb(140 0 86 / 0.4);
}

.hover\:bg-secondary-80\/45:hover{
  background-color: rgb(140 0 86 / 0.45);
}

.hover\:bg-secondary-80\/5:hover{
  background-color: rgb(140 0 86 / 0.05);
}

.hover\:bg-secondary-80\/50:hover{
  background-color: rgb(140 0 86 / 0.5);
}

.hover\:bg-secondary-80\/55:hover{
  background-color: rgb(140 0 86 / 0.55);
}

.hover\:bg-secondary-80\/60:hover{
  background-color: rgb(140 0 86 / 0.6);
}

.hover\:bg-secondary-80\/65:hover{
  background-color: rgb(140 0 86 / 0.65);
}

.hover\:bg-secondary-80\/70:hover{
  background-color: rgb(140 0 86 / 0.7);
}

.hover\:bg-secondary-80\/75:hover{
  background-color: rgb(140 0 86 / 0.75);
}

.hover\:bg-secondary-80\/80:hover{
  background-color: rgb(140 0 86 / 0.8);
}

.hover\:bg-secondary-80\/85:hover{
  background-color: rgb(140 0 86 / 0.85);
}

.hover\:bg-secondary-80\/90:hover{
  background-color: rgb(140 0 86 / 0.9);
}

.hover\:bg-secondary-80\/95:hover{
  background-color: rgb(140 0 86 / 0.95);
}

.hover\:bg-secondary-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(99 0 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-90\/0:hover{
  background-color: rgb(99 0 59 / 0);
}

.hover\:bg-secondary-90\/10:hover{
  background-color: rgb(99 0 59 / 0.1);
}

.hover\:bg-secondary-90\/100:hover{
  background-color: rgb(99 0 59 / 1);
}

.hover\:bg-secondary-90\/15:hover{
  background-color: rgb(99 0 59 / 0.15);
}

.hover\:bg-secondary-90\/20:hover{
  background-color: rgb(99 0 59 / 0.2);
}

.hover\:bg-secondary-90\/25:hover{
  background-color: rgb(99 0 59 / 0.25);
}

.hover\:bg-secondary-90\/30:hover{
  background-color: rgb(99 0 59 / 0.3);
}

.hover\:bg-secondary-90\/35:hover{
  background-color: rgb(99 0 59 / 0.35);
}

.hover\:bg-secondary-90\/40:hover{
  background-color: rgb(99 0 59 / 0.4);
}

.hover\:bg-secondary-90\/45:hover{
  background-color: rgb(99 0 59 / 0.45);
}

.hover\:bg-secondary-90\/5:hover{
  background-color: rgb(99 0 59 / 0.05);
}

.hover\:bg-secondary-90\/50:hover{
  background-color: rgb(99 0 59 / 0.5);
}

.hover\:bg-secondary-90\/55:hover{
  background-color: rgb(99 0 59 / 0.55);
}

.hover\:bg-secondary-90\/60:hover{
  background-color: rgb(99 0 59 / 0.6);
}

.hover\:bg-secondary-90\/65:hover{
  background-color: rgb(99 0 59 / 0.65);
}

.hover\:bg-secondary-90\/70:hover{
  background-color: rgb(99 0 59 / 0.7);
}

.hover\:bg-secondary-90\/75:hover{
  background-color: rgb(99 0 59 / 0.75);
}

.hover\:bg-secondary-90\/80:hover{
  background-color: rgb(99 0 59 / 0.8);
}

.hover\:bg-secondary-90\/85:hover{
  background-color: rgb(99 0 59 / 0.85);
}

.hover\:bg-secondary-90\/90:hover{
  background-color: rgb(99 0 59 / 0.9);
}

.hover\:bg-secondary-90\/95:hover{
  background-color: rgb(99 0 59 / 0.95);
}

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

.hover\:bg-shade-black\/0:hover{
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-shade-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-shade-black\/100:hover{
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-shade-black\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}

.hover\:bg-shade-black\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-shade-black\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-shade-black\/30:hover{
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-shade-black\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-shade-black\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-shade-black\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-shade-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-shade-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-shade-black\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-shade-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-shade-black\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-shade-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-shade-black\/75:hover{
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-shade-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-shade-black\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}

.hover\:bg-shade-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-shade-black\/95:hover{
  background-color: rgb(0 0 0 / 0.95);
}

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

.hover\:bg-shade-white\/0:hover{
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-shade-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-shade-white\/100:hover{
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-shade-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-shade-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-shade-white\/25:hover{
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-shade-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-shade-white\/35:hover{
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-shade-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-shade-white\/45:hover{
  background-color: rgb(255 255 255 / 0.45);
}

.hover\:bg-shade-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-shade-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-shade-white\/55:hover{
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-shade-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-shade-white\/65:hover{
  background-color: rgb(255 255 255 / 0.65);
}

.hover\:bg-shade-white\/70:hover{
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-shade-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-shade-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-shade-white\/85:hover{
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:bg-shade-white\/90:hover{
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-shade-white\/95:hover{
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-skynamo-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-blue\/0:hover{
  background-color: rgb(61 181 230 / 0);
}

.hover\:bg-skynamo-blue\/10:hover{
  background-color: rgb(61 181 230 / 0.1);
}

.hover\:bg-skynamo-blue\/100:hover{
  background-color: rgb(61 181 230 / 1);
}

.hover\:bg-skynamo-blue\/15:hover{
  background-color: rgb(61 181 230 / 0.15);
}

.hover\:bg-skynamo-blue\/20:hover{
  background-color: rgb(61 181 230 / 0.2);
}

.hover\:bg-skynamo-blue\/25:hover{
  background-color: rgb(61 181 230 / 0.25);
}

.hover\:bg-skynamo-blue\/30:hover{
  background-color: rgb(61 181 230 / 0.3);
}

.hover\:bg-skynamo-blue\/35:hover{
  background-color: rgb(61 181 230 / 0.35);
}

.hover\:bg-skynamo-blue\/40:hover{
  background-color: rgb(61 181 230 / 0.4);
}

.hover\:bg-skynamo-blue\/45:hover{
  background-color: rgb(61 181 230 / 0.45);
}

.hover\:bg-skynamo-blue\/5:hover{
  background-color: rgb(61 181 230 / 0.05);
}

.hover\:bg-skynamo-blue\/50:hover{
  background-color: rgb(61 181 230 / 0.5);
}

.hover\:bg-skynamo-blue\/55:hover{
  background-color: rgb(61 181 230 / 0.55);
}

.hover\:bg-skynamo-blue\/60:hover{
  background-color: rgb(61 181 230 / 0.6);
}

.hover\:bg-skynamo-blue\/65:hover{
  background-color: rgb(61 181 230 / 0.65);
}

.hover\:bg-skynamo-blue\/70:hover{
  background-color: rgb(61 181 230 / 0.7);
}

.hover\:bg-skynamo-blue\/75:hover{
  background-color: rgb(61 181 230 / 0.75);
}

.hover\:bg-skynamo-blue\/80:hover{
  background-color: rgb(61 181 230 / 0.8);
}

.hover\:bg-skynamo-blue\/85:hover{
  background-color: rgb(61 181 230 / 0.85);
}

.hover\:bg-skynamo-blue\/90:hover{
  background-color: rgb(61 181 230 / 0.9);
}

.hover\:bg-skynamo-blue\/95:hover{
  background-color: rgb(61 181 230 / 0.95);
}

.hover\:bg-skynamo-bright-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-bright-pink\/0:hover{
  background-color: rgb(236 0 140 / 0);
}

.hover\:bg-skynamo-bright-pink\/10:hover{
  background-color: rgb(236 0 140 / 0.1);
}

.hover\:bg-skynamo-bright-pink\/100:hover{
  background-color: rgb(236 0 140 / 1);
}

.hover\:bg-skynamo-bright-pink\/15:hover{
  background-color: rgb(236 0 140 / 0.15);
}

.hover\:bg-skynamo-bright-pink\/20:hover{
  background-color: rgb(236 0 140 / 0.2);
}

.hover\:bg-skynamo-bright-pink\/25:hover{
  background-color: rgb(236 0 140 / 0.25);
}

.hover\:bg-skynamo-bright-pink\/30:hover{
  background-color: rgb(236 0 140 / 0.3);
}

.hover\:bg-skynamo-bright-pink\/35:hover{
  background-color: rgb(236 0 140 / 0.35);
}

.hover\:bg-skynamo-bright-pink\/40:hover{
  background-color: rgb(236 0 140 / 0.4);
}

.hover\:bg-skynamo-bright-pink\/45:hover{
  background-color: rgb(236 0 140 / 0.45);
}

.hover\:bg-skynamo-bright-pink\/5:hover{
  background-color: rgb(236 0 140 / 0.05);
}

.hover\:bg-skynamo-bright-pink\/50:hover{
  background-color: rgb(236 0 140 / 0.5);
}

.hover\:bg-skynamo-bright-pink\/55:hover{
  background-color: rgb(236 0 140 / 0.55);
}

.hover\:bg-skynamo-bright-pink\/60:hover{
  background-color: rgb(236 0 140 / 0.6);
}

.hover\:bg-skynamo-bright-pink\/65:hover{
  background-color: rgb(236 0 140 / 0.65);
}

.hover\:bg-skynamo-bright-pink\/70:hover{
  background-color: rgb(236 0 140 / 0.7);
}

.hover\:bg-skynamo-bright-pink\/75:hover{
  background-color: rgb(236 0 140 / 0.75);
}

.hover\:bg-skynamo-bright-pink\/80:hover{
  background-color: rgb(236 0 140 / 0.8);
}

.hover\:bg-skynamo-bright-pink\/85:hover{
  background-color: rgb(236 0 140 / 0.85);
}

.hover\:bg-skynamo-bright-pink\/90:hover{
  background-color: rgb(236 0 140 / 0.9);
}

.hover\:bg-skynamo-bright-pink\/95:hover{
  background-color: rgb(236 0 140 / 0.95);
}

.hover\:bg-skynamo-bright-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-bright-purple\/0:hover{
  background-color: rgb(127 50 190 / 0);
}

.hover\:bg-skynamo-bright-purple\/10:hover{
  background-color: rgb(127 50 190 / 0.1);
}

.hover\:bg-skynamo-bright-purple\/100:hover{
  background-color: rgb(127 50 190 / 1);
}

.hover\:bg-skynamo-bright-purple\/15:hover{
  background-color: rgb(127 50 190 / 0.15);
}

.hover\:bg-skynamo-bright-purple\/20:hover{
  background-color: rgb(127 50 190 / 0.2);
}

.hover\:bg-skynamo-bright-purple\/25:hover{
  background-color: rgb(127 50 190 / 0.25);
}

.hover\:bg-skynamo-bright-purple\/30:hover{
  background-color: rgb(127 50 190 / 0.3);
}

.hover\:bg-skynamo-bright-purple\/35:hover{
  background-color: rgb(127 50 190 / 0.35);
}

.hover\:bg-skynamo-bright-purple\/40:hover{
  background-color: rgb(127 50 190 / 0.4);
}

.hover\:bg-skynamo-bright-purple\/45:hover{
  background-color: rgb(127 50 190 / 0.45);
}

.hover\:bg-skynamo-bright-purple\/5:hover{
  background-color: rgb(127 50 190 / 0.05);
}

.hover\:bg-skynamo-bright-purple\/50:hover{
  background-color: rgb(127 50 190 / 0.5);
}

.hover\:bg-skynamo-bright-purple\/55:hover{
  background-color: rgb(127 50 190 / 0.55);
}

.hover\:bg-skynamo-bright-purple\/60:hover{
  background-color: rgb(127 50 190 / 0.6);
}

.hover\:bg-skynamo-bright-purple\/65:hover{
  background-color: rgb(127 50 190 / 0.65);
}

.hover\:bg-skynamo-bright-purple\/70:hover{
  background-color: rgb(127 50 190 / 0.7);
}

.hover\:bg-skynamo-bright-purple\/75:hover{
  background-color: rgb(127 50 190 / 0.75);
}

.hover\:bg-skynamo-bright-purple\/80:hover{
  background-color: rgb(127 50 190 / 0.8);
}

.hover\:bg-skynamo-bright-purple\/85:hover{
  background-color: rgb(127 50 190 / 0.85);
}

.hover\:bg-skynamo-bright-purple\/90:hover{
  background-color: rgb(127 50 190 / 0.9);
}

.hover\:bg-skynamo-bright-purple\/95:hover{
  background-color: rgb(127 50 190 / 0.95);
}

.hover\:bg-skynamo-dark-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 0 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-dark-purple\/0:hover{
  background-color: rgb(29 0 52 / 0);
}

.hover\:bg-skynamo-dark-purple\/10:hover{
  background-color: rgb(29 0 52 / 0.1);
}

.hover\:bg-skynamo-dark-purple\/100:hover{
  background-color: rgb(29 0 52 / 1);
}

.hover\:bg-skynamo-dark-purple\/15:hover{
  background-color: rgb(29 0 52 / 0.15);
}

.hover\:bg-skynamo-dark-purple\/20:hover{
  background-color: rgb(29 0 52 / 0.2);
}

.hover\:bg-skynamo-dark-purple\/25:hover{
  background-color: rgb(29 0 52 / 0.25);
}

.hover\:bg-skynamo-dark-purple\/30:hover{
  background-color: rgb(29 0 52 / 0.3);
}

.hover\:bg-skynamo-dark-purple\/35:hover{
  background-color: rgb(29 0 52 / 0.35);
}

.hover\:bg-skynamo-dark-purple\/40:hover{
  background-color: rgb(29 0 52 / 0.4);
}

.hover\:bg-skynamo-dark-purple\/45:hover{
  background-color: rgb(29 0 52 / 0.45);
}

.hover\:bg-skynamo-dark-purple\/5:hover{
  background-color: rgb(29 0 52 / 0.05);
}

.hover\:bg-skynamo-dark-purple\/50:hover{
  background-color: rgb(29 0 52 / 0.5);
}

.hover\:bg-skynamo-dark-purple\/55:hover{
  background-color: rgb(29 0 52 / 0.55);
}

.hover\:bg-skynamo-dark-purple\/60:hover{
  background-color: rgb(29 0 52 / 0.6);
}

.hover\:bg-skynamo-dark-purple\/65:hover{
  background-color: rgb(29 0 52 / 0.65);
}

.hover\:bg-skynamo-dark-purple\/70:hover{
  background-color: rgb(29 0 52 / 0.7);
}

.hover\:bg-skynamo-dark-purple\/75:hover{
  background-color: rgb(29 0 52 / 0.75);
}

.hover\:bg-skynamo-dark-purple\/80:hover{
  background-color: rgb(29 0 52 / 0.8);
}

.hover\:bg-skynamo-dark-purple\/85:hover{
  background-color: rgb(29 0 52 / 0.85);
}

.hover\:bg-skynamo-dark-purple\/90:hover{
  background-color: rgb(29 0 52 / 0.9);
}

.hover\:bg-skynamo-dark-purple\/95:hover{
  background-color: rgb(29 0 52 / 0.95);
}

.hover\:bg-skynamo-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-gray\/0:hover{
  background-color: rgb(189 189 189 / 0);
}

.hover\:bg-skynamo-gray\/10:hover{
  background-color: rgb(189 189 189 / 0.1);
}

.hover\:bg-skynamo-gray\/100:hover{
  background-color: rgb(189 189 189 / 1);
}

.hover\:bg-skynamo-gray\/15:hover{
  background-color: rgb(189 189 189 / 0.15);
}

.hover\:bg-skynamo-gray\/20:hover{
  background-color: rgb(189 189 189 / 0.2);
}

.hover\:bg-skynamo-gray\/25:hover{
  background-color: rgb(189 189 189 / 0.25);
}

.hover\:bg-skynamo-gray\/30:hover{
  background-color: rgb(189 189 189 / 0.3);
}

.hover\:bg-skynamo-gray\/35:hover{
  background-color: rgb(189 189 189 / 0.35);
}

.hover\:bg-skynamo-gray\/40:hover{
  background-color: rgb(189 189 189 / 0.4);
}

.hover\:bg-skynamo-gray\/45:hover{
  background-color: rgb(189 189 189 / 0.45);
}

.hover\:bg-skynamo-gray\/5:hover{
  background-color: rgb(189 189 189 / 0.05);
}

.hover\:bg-skynamo-gray\/50:hover{
  background-color: rgb(189 189 189 / 0.5);
}

.hover\:bg-skynamo-gray\/55:hover{
  background-color: rgb(189 189 189 / 0.55);
}

.hover\:bg-skynamo-gray\/60:hover{
  background-color: rgb(189 189 189 / 0.6);
}

.hover\:bg-skynamo-gray\/65:hover{
  background-color: rgb(189 189 189 / 0.65);
}

.hover\:bg-skynamo-gray\/70:hover{
  background-color: rgb(189 189 189 / 0.7);
}

.hover\:bg-skynamo-gray\/75:hover{
  background-color: rgb(189 189 189 / 0.75);
}

.hover\:bg-skynamo-gray\/80:hover{
  background-color: rgb(189 189 189 / 0.8);
}

.hover\:bg-skynamo-gray\/85:hover{
  background-color: rgb(189 189 189 / 0.85);
}

.hover\:bg-skynamo-gray\/90:hover{
  background-color: rgb(189 189 189 / 0.9);
}

.hover\:bg-skynamo-gray\/95:hover{
  background-color: rgb(189 189 189 / 0.95);
}

.hover\:bg-skynamo-light-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 221 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-light-gray\/0:hover{
  background-color: rgb(226 225 221 / 0);
}

.hover\:bg-skynamo-light-gray\/10:hover{
  background-color: rgb(226 225 221 / 0.1);
}

.hover\:bg-skynamo-light-gray\/100:hover{
  background-color: rgb(226 225 221 / 1);
}

.hover\:bg-skynamo-light-gray\/15:hover{
  background-color: rgb(226 225 221 / 0.15);
}

.hover\:bg-skynamo-light-gray\/20:hover{
  background-color: rgb(226 225 221 / 0.2);
}

.hover\:bg-skynamo-light-gray\/25:hover{
  background-color: rgb(226 225 221 / 0.25);
}

.hover\:bg-skynamo-light-gray\/30:hover{
  background-color: rgb(226 225 221 / 0.3);
}

.hover\:bg-skynamo-light-gray\/35:hover{
  background-color: rgb(226 225 221 / 0.35);
}

.hover\:bg-skynamo-light-gray\/40:hover{
  background-color: rgb(226 225 221 / 0.4);
}

.hover\:bg-skynamo-light-gray\/45:hover{
  background-color: rgb(226 225 221 / 0.45);
}

.hover\:bg-skynamo-light-gray\/5:hover{
  background-color: rgb(226 225 221 / 0.05);
}

.hover\:bg-skynamo-light-gray\/50:hover{
  background-color: rgb(226 225 221 / 0.5);
}

.hover\:bg-skynamo-light-gray\/55:hover{
  background-color: rgb(226 225 221 / 0.55);
}

.hover\:bg-skynamo-light-gray\/60:hover{
  background-color: rgb(226 225 221 / 0.6);
}

.hover\:bg-skynamo-light-gray\/65:hover{
  background-color: rgb(226 225 221 / 0.65);
}

.hover\:bg-skynamo-light-gray\/70:hover{
  background-color: rgb(226 225 221 / 0.7);
}

.hover\:bg-skynamo-light-gray\/75:hover{
  background-color: rgb(226 225 221 / 0.75);
}

.hover\:bg-skynamo-light-gray\/80:hover{
  background-color: rgb(226 225 221 / 0.8);
}

.hover\:bg-skynamo-light-gray\/85:hover{
  background-color: rgb(226 225 221 / 0.85);
}

.hover\:bg-skynamo-light-gray\/90:hover{
  background-color: rgb(226 225 221 / 0.9);
}

.hover\:bg-skynamo-light-gray\/95:hover{
  background-color: rgb(226 225 221 / 0.95);
}

.hover\:bg-skynamo-mint:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(3 219 157 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-mint\/0:hover{
  background-color: rgb(3 219 157 / 0);
}

.hover\:bg-skynamo-mint\/10:hover{
  background-color: rgb(3 219 157 / 0.1);
}

.hover\:bg-skynamo-mint\/100:hover{
  background-color: rgb(3 219 157 / 1);
}

.hover\:bg-skynamo-mint\/15:hover{
  background-color: rgb(3 219 157 / 0.15);
}

.hover\:bg-skynamo-mint\/20:hover{
  background-color: rgb(3 219 157 / 0.2);
}

.hover\:bg-skynamo-mint\/25:hover{
  background-color: rgb(3 219 157 / 0.25);
}

.hover\:bg-skynamo-mint\/30:hover{
  background-color: rgb(3 219 157 / 0.3);
}

.hover\:bg-skynamo-mint\/35:hover{
  background-color: rgb(3 219 157 / 0.35);
}

.hover\:bg-skynamo-mint\/40:hover{
  background-color: rgb(3 219 157 / 0.4);
}

.hover\:bg-skynamo-mint\/45:hover{
  background-color: rgb(3 219 157 / 0.45);
}

.hover\:bg-skynamo-mint\/5:hover{
  background-color: rgb(3 219 157 / 0.05);
}

.hover\:bg-skynamo-mint\/50:hover{
  background-color: rgb(3 219 157 / 0.5);
}

.hover\:bg-skynamo-mint\/55:hover{
  background-color: rgb(3 219 157 / 0.55);
}

.hover\:bg-skynamo-mint\/60:hover{
  background-color: rgb(3 219 157 / 0.6);
}

.hover\:bg-skynamo-mint\/65:hover{
  background-color: rgb(3 219 157 / 0.65);
}

.hover\:bg-skynamo-mint\/70:hover{
  background-color: rgb(3 219 157 / 0.7);
}

.hover\:bg-skynamo-mint\/75:hover{
  background-color: rgb(3 219 157 / 0.75);
}

.hover\:bg-skynamo-mint\/80:hover{
  background-color: rgb(3 219 157 / 0.8);
}

.hover\:bg-skynamo-mint\/85:hover{
  background-color: rgb(3 219 157 / 0.85);
}

.hover\:bg-skynamo-mint\/90:hover{
  background-color: rgb(3 219 157 / 0.9);
}

.hover\:bg-skynamo-mint\/95:hover{
  background-color: rgb(3 219 157 / 0.95);
}

.hover\:bg-skynamo-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 116 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-orange\/0:hover{
  background-color: rgb(241 116 32 / 0);
}

.hover\:bg-skynamo-orange\/10:hover{
  background-color: rgb(241 116 32 / 0.1);
}

.hover\:bg-skynamo-orange\/100:hover{
  background-color: rgb(241 116 32 / 1);
}

.hover\:bg-skynamo-orange\/15:hover{
  background-color: rgb(241 116 32 / 0.15);
}

.hover\:bg-skynamo-orange\/20:hover{
  background-color: rgb(241 116 32 / 0.2);
}

.hover\:bg-skynamo-orange\/25:hover{
  background-color: rgb(241 116 32 / 0.25);
}

.hover\:bg-skynamo-orange\/30:hover{
  background-color: rgb(241 116 32 / 0.3);
}

.hover\:bg-skynamo-orange\/35:hover{
  background-color: rgb(241 116 32 / 0.35);
}

.hover\:bg-skynamo-orange\/40:hover{
  background-color: rgb(241 116 32 / 0.4);
}

.hover\:bg-skynamo-orange\/45:hover{
  background-color: rgb(241 116 32 / 0.45);
}

.hover\:bg-skynamo-orange\/5:hover{
  background-color: rgb(241 116 32 / 0.05);
}

.hover\:bg-skynamo-orange\/50:hover{
  background-color: rgb(241 116 32 / 0.5);
}

.hover\:bg-skynamo-orange\/55:hover{
  background-color: rgb(241 116 32 / 0.55);
}

.hover\:bg-skynamo-orange\/60:hover{
  background-color: rgb(241 116 32 / 0.6);
}

.hover\:bg-skynamo-orange\/65:hover{
  background-color: rgb(241 116 32 / 0.65);
}

.hover\:bg-skynamo-orange\/70:hover{
  background-color: rgb(241 116 32 / 0.7);
}

.hover\:bg-skynamo-orange\/75:hover{
  background-color: rgb(241 116 32 / 0.75);
}

.hover\:bg-skynamo-orange\/80:hover{
  background-color: rgb(241 116 32 / 0.8);
}

.hover\:bg-skynamo-orange\/85:hover{
  background-color: rgb(241 116 32 / 0.85);
}

.hover\:bg-skynamo-orange\/90:hover{
  background-color: rgb(241 116 32 / 0.9);
}

.hover\:bg-skynamo-orange\/95:hover{
  background-color: rgb(241 116 32 / 0.95);
}

.hover\:bg-skynamo-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-purple\/0:hover{
  background-color: rgb(61 17 82 / 0);
}

.hover\:bg-skynamo-purple\/10:hover{
  background-color: rgb(61 17 82 / 0.1);
}

.hover\:bg-skynamo-purple\/100:hover{
  background-color: rgb(61 17 82 / 1);
}

.hover\:bg-skynamo-purple\/15:hover{
  background-color: rgb(61 17 82 / 0.15);
}

.hover\:bg-skynamo-purple\/20:hover{
  background-color: rgb(61 17 82 / 0.2);
}

.hover\:bg-skynamo-purple\/25:hover{
  background-color: rgb(61 17 82 / 0.25);
}

.hover\:bg-skynamo-purple\/30:hover{
  background-color: rgb(61 17 82 / 0.3);
}

.hover\:bg-skynamo-purple\/35:hover{
  background-color: rgb(61 17 82 / 0.35);
}

.hover\:bg-skynamo-purple\/40:hover{
  background-color: rgb(61 17 82 / 0.4);
}

.hover\:bg-skynamo-purple\/45:hover{
  background-color: rgb(61 17 82 / 0.45);
}

.hover\:bg-skynamo-purple\/5:hover{
  background-color: rgb(61 17 82 / 0.05);
}

.hover\:bg-skynamo-purple\/50:hover{
  background-color: rgb(61 17 82 / 0.5);
}

.hover\:bg-skynamo-purple\/55:hover{
  background-color: rgb(61 17 82 / 0.55);
}

.hover\:bg-skynamo-purple\/60:hover{
  background-color: rgb(61 17 82 / 0.6);
}

.hover\:bg-skynamo-purple\/65:hover{
  background-color: rgb(61 17 82 / 0.65);
}

.hover\:bg-skynamo-purple\/70:hover{
  background-color: rgb(61 17 82 / 0.7);
}

.hover\:bg-skynamo-purple\/75:hover{
  background-color: rgb(61 17 82 / 0.75);
}

.hover\:bg-skynamo-purple\/80:hover{
  background-color: rgb(61 17 82 / 0.8);
}

.hover\:bg-skynamo-purple\/85:hover{
  background-color: rgb(61 17 82 / 0.85);
}

.hover\:bg-skynamo-purple\/90:hover{
  background-color: rgb(61 17 82 / 0.9);
}

.hover\:bg-skynamo-purple\/95:hover{
  background-color: rgb(61 17 82 / 0.95);
}

.hover\:bg-skynamo-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-skynamo-yellow\/0:hover{
  background-color: rgb(255 186 0 / 0);
}

.hover\:bg-skynamo-yellow\/10:hover{
  background-color: rgb(255 186 0 / 0.1);
}

.hover\:bg-skynamo-yellow\/100:hover{
  background-color: rgb(255 186 0 / 1);
}

.hover\:bg-skynamo-yellow\/15:hover{
  background-color: rgb(255 186 0 / 0.15);
}

.hover\:bg-skynamo-yellow\/20:hover{
  background-color: rgb(255 186 0 / 0.2);
}

.hover\:bg-skynamo-yellow\/25:hover{
  background-color: rgb(255 186 0 / 0.25);
}

.hover\:bg-skynamo-yellow\/30:hover{
  background-color: rgb(255 186 0 / 0.3);
}

.hover\:bg-skynamo-yellow\/35:hover{
  background-color: rgb(255 186 0 / 0.35);
}

.hover\:bg-skynamo-yellow\/40:hover{
  background-color: rgb(255 186 0 / 0.4);
}

.hover\:bg-skynamo-yellow\/45:hover{
  background-color: rgb(255 186 0 / 0.45);
}

.hover\:bg-skynamo-yellow\/5:hover{
  background-color: rgb(255 186 0 / 0.05);
}

.hover\:bg-skynamo-yellow\/50:hover{
  background-color: rgb(255 186 0 / 0.5);
}

.hover\:bg-skynamo-yellow\/55:hover{
  background-color: rgb(255 186 0 / 0.55);
}

.hover\:bg-skynamo-yellow\/60:hover{
  background-color: rgb(255 186 0 / 0.6);
}

.hover\:bg-skynamo-yellow\/65:hover{
  background-color: rgb(255 186 0 / 0.65);
}

.hover\:bg-skynamo-yellow\/70:hover{
  background-color: rgb(255 186 0 / 0.7);
}

.hover\:bg-skynamo-yellow\/75:hover{
  background-color: rgb(255 186 0 / 0.75);
}

.hover\:bg-skynamo-yellow\/80:hover{
  background-color: rgb(255 186 0 / 0.8);
}

.hover\:bg-skynamo-yellow\/85:hover{
  background-color: rgb(255 186 0 / 0.85);
}

.hover\:bg-skynamo-yellow\/90:hover{
  background-color: rgb(255 186 0 / 0.9);
}

.hover\:bg-skynamo-yellow\/95:hover{
  background-color: rgb(255 186 0 / 0.95);
}

.hover\:bg-success-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-100\/0:hover{
  background-color: rgb(21 128 61 / 0);
}

.hover\:bg-success-100\/10:hover{
  background-color: rgb(21 128 61 / 0.1);
}

.hover\:bg-success-100\/100:hover{
  background-color: rgb(21 128 61 / 1);
}

.hover\:bg-success-100\/15:hover{
  background-color: rgb(21 128 61 / 0.15);
}

.hover\:bg-success-100\/20:hover{
  background-color: rgb(21 128 61 / 0.2);
}

.hover\:bg-success-100\/25:hover{
  background-color: rgb(21 128 61 / 0.25);
}

.hover\:bg-success-100\/30:hover{
  background-color: rgb(21 128 61 / 0.3);
}

.hover\:bg-success-100\/35:hover{
  background-color: rgb(21 128 61 / 0.35);
}

.hover\:bg-success-100\/40:hover{
  background-color: rgb(21 128 61 / 0.4);
}

.hover\:bg-success-100\/45:hover{
  background-color: rgb(21 128 61 / 0.45);
}

.hover\:bg-success-100\/5:hover{
  background-color: rgb(21 128 61 / 0.05);
}

.hover\:bg-success-100\/50:hover{
  background-color: rgb(21 128 61 / 0.5);
}

.hover\:bg-success-100\/55:hover{
  background-color: rgb(21 128 61 / 0.55);
}

.hover\:bg-success-100\/60:hover{
  background-color: rgb(21 128 61 / 0.6);
}

.hover\:bg-success-100\/65:hover{
  background-color: rgb(21 128 61 / 0.65);
}

.hover\:bg-success-100\/70:hover{
  background-color: rgb(21 128 61 / 0.7);
}

.hover\:bg-success-100\/75:hover{
  background-color: rgb(21 128 61 / 0.75);
}

.hover\:bg-success-100\/80:hover{
  background-color: rgb(21 128 61 / 0.8);
}

.hover\:bg-success-100\/85:hover{
  background-color: rgb(21 128 61 / 0.85);
}

.hover\:bg-success-100\/90:hover{
  background-color: rgb(21 128 61 / 0.9);
}

.hover\:bg-success-100\/95:hover{
  background-color: rgb(21 128 61 / 0.95);
}

.hover\:bg-success-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-success-background\/0:hover{
  background-color: rgb(220 252 231 / 0);
}

.hover\:bg-success-background\/10:hover{
  background-color: rgb(220 252 231 / 0.1);
}

.hover\:bg-success-background\/100:hover{
  background-color: rgb(220 252 231 / 1);
}

.hover\:bg-success-background\/15:hover{
  background-color: rgb(220 252 231 / 0.15);
}

.hover\:bg-success-background\/20:hover{
  background-color: rgb(220 252 231 / 0.2);
}

.hover\:bg-success-background\/25:hover{
  background-color: rgb(220 252 231 / 0.25);
}

.hover\:bg-success-background\/30:hover{
  background-color: rgb(220 252 231 / 0.3);
}

.hover\:bg-success-background\/35:hover{
  background-color: rgb(220 252 231 / 0.35);
}

.hover\:bg-success-background\/40:hover{
  background-color: rgb(220 252 231 / 0.4);
}

.hover\:bg-success-background\/45:hover{
  background-color: rgb(220 252 231 / 0.45);
}

.hover\:bg-success-background\/5:hover{
  background-color: rgb(220 252 231 / 0.05);
}

.hover\:bg-success-background\/50:hover{
  background-color: rgb(220 252 231 / 0.5);
}

.hover\:bg-success-background\/55:hover{
  background-color: rgb(220 252 231 / 0.55);
}

.hover\:bg-success-background\/60:hover{
  background-color: rgb(220 252 231 / 0.6);
}

.hover\:bg-success-background\/65:hover{
  background-color: rgb(220 252 231 / 0.65);
}

.hover\:bg-success-background\/70:hover{
  background-color: rgb(220 252 231 / 0.7);
}

.hover\:bg-success-background\/75:hover{
  background-color: rgb(220 252 231 / 0.75);
}

.hover\:bg-success-background\/80:hover{
  background-color: rgb(220 252 231 / 0.8);
}

.hover\:bg-success-background\/85:hover{
  background-color: rgb(220 252 231 / 0.85);
}

.hover\:bg-success-background\/90:hover{
  background-color: rgb(220 252 231 / 0.9);
}

.hover\:bg-success-background\/95:hover{
  background-color: rgb(220 252 231 / 0.95);
}

.hover\:bg-tertiary-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-10\/0:hover{
  background-color: rgb(255 235 255 / 0);
}

.hover\:bg-tertiary-10\/10:hover{
  background-color: rgb(255 235 255 / 0.1);
}

.hover\:bg-tertiary-10\/100:hover{
  background-color: rgb(255 235 255 / 1);
}

.hover\:bg-tertiary-10\/15:hover{
  background-color: rgb(255 235 255 / 0.15);
}

.hover\:bg-tertiary-10\/20:hover{
  background-color: rgb(255 235 255 / 0.2);
}

.hover\:bg-tertiary-10\/25:hover{
  background-color: rgb(255 235 255 / 0.25);
}

.hover\:bg-tertiary-10\/30:hover{
  background-color: rgb(255 235 255 / 0.3);
}

.hover\:bg-tertiary-10\/35:hover{
  background-color: rgb(255 235 255 / 0.35);
}

.hover\:bg-tertiary-10\/40:hover{
  background-color: rgb(255 235 255 / 0.4);
}

.hover\:bg-tertiary-10\/45:hover{
  background-color: rgb(255 235 255 / 0.45);
}

.hover\:bg-tertiary-10\/5:hover{
  background-color: rgb(255 235 255 / 0.05);
}

.hover\:bg-tertiary-10\/50:hover{
  background-color: rgb(255 235 255 / 0.5);
}

.hover\:bg-tertiary-10\/55:hover{
  background-color: rgb(255 235 255 / 0.55);
}

.hover\:bg-tertiary-10\/60:hover{
  background-color: rgb(255 235 255 / 0.6);
}

.hover\:bg-tertiary-10\/65:hover{
  background-color: rgb(255 235 255 / 0.65);
}

.hover\:bg-tertiary-10\/70:hover{
  background-color: rgb(255 235 255 / 0.7);
}

.hover\:bg-tertiary-10\/75:hover{
  background-color: rgb(255 235 255 / 0.75);
}

.hover\:bg-tertiary-10\/80:hover{
  background-color: rgb(255 235 255 / 0.8);
}

.hover\:bg-tertiary-10\/85:hover{
  background-color: rgb(255 235 255 / 0.85);
}

.hover\:bg-tertiary-10\/90:hover{
  background-color: rgb(255 235 255 / 0.9);
}

.hover\:bg-tertiary-10\/95:hover{
  background-color: rgb(255 235 255 / 0.95);
}

.hover\:bg-tertiary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(28 0 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-100\/0:hover{
  background-color: rgb(28 0 42 / 0);
}

.hover\:bg-tertiary-100\/10:hover{
  background-color: rgb(28 0 42 / 0.1);
}

.hover\:bg-tertiary-100\/100:hover{
  background-color: rgb(28 0 42 / 1);
}

.hover\:bg-tertiary-100\/15:hover{
  background-color: rgb(28 0 42 / 0.15);
}

.hover\:bg-tertiary-100\/20:hover{
  background-color: rgb(28 0 42 / 0.2);
}

.hover\:bg-tertiary-100\/25:hover{
  background-color: rgb(28 0 42 / 0.25);
}

.hover\:bg-tertiary-100\/30:hover{
  background-color: rgb(28 0 42 / 0.3);
}

.hover\:bg-tertiary-100\/35:hover{
  background-color: rgb(28 0 42 / 0.35);
}

.hover\:bg-tertiary-100\/40:hover{
  background-color: rgb(28 0 42 / 0.4);
}

.hover\:bg-tertiary-100\/45:hover{
  background-color: rgb(28 0 42 / 0.45);
}

.hover\:bg-tertiary-100\/5:hover{
  background-color: rgb(28 0 42 / 0.05);
}

.hover\:bg-tertiary-100\/50:hover{
  background-color: rgb(28 0 42 / 0.5);
}

.hover\:bg-tertiary-100\/55:hover{
  background-color: rgb(28 0 42 / 0.55);
}

.hover\:bg-tertiary-100\/60:hover{
  background-color: rgb(28 0 42 / 0.6);
}

.hover\:bg-tertiary-100\/65:hover{
  background-color: rgb(28 0 42 / 0.65);
}

.hover\:bg-tertiary-100\/70:hover{
  background-color: rgb(28 0 42 / 0.7);
}

.hover\:bg-tertiary-100\/75:hover{
  background-color: rgb(28 0 42 / 0.75);
}

.hover\:bg-tertiary-100\/80:hover{
  background-color: rgb(28 0 42 / 0.8);
}

.hover\:bg-tertiary-100\/85:hover{
  background-color: rgb(28 0 42 / 0.85);
}

.hover\:bg-tertiary-100\/90:hover{
  background-color: rgb(28 0 42 / 0.9);
}

.hover\:bg-tertiary-100\/95:hover{
  background-color: rgb(28 0 42 / 0.95);
}

.hover\:bg-tertiary-20:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 216 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-20\/0:hover{
  background-color: rgb(248 216 255 / 0);
}

.hover\:bg-tertiary-20\/10:hover{
  background-color: rgb(248 216 255 / 0.1);
}

.hover\:bg-tertiary-20\/100:hover{
  background-color: rgb(248 216 255 / 1);
}

.hover\:bg-tertiary-20\/15:hover{
  background-color: rgb(248 216 255 / 0.15);
}

.hover\:bg-tertiary-20\/20:hover{
  background-color: rgb(248 216 255 / 0.2);
}

.hover\:bg-tertiary-20\/25:hover{
  background-color: rgb(248 216 255 / 0.25);
}

.hover\:bg-tertiary-20\/30:hover{
  background-color: rgb(248 216 255 / 0.3);
}

.hover\:bg-tertiary-20\/35:hover{
  background-color: rgb(248 216 255 / 0.35);
}

.hover\:bg-tertiary-20\/40:hover{
  background-color: rgb(248 216 255 / 0.4);
}

.hover\:bg-tertiary-20\/45:hover{
  background-color: rgb(248 216 255 / 0.45);
}

.hover\:bg-tertiary-20\/5:hover{
  background-color: rgb(248 216 255 / 0.05);
}

.hover\:bg-tertiary-20\/50:hover{
  background-color: rgb(248 216 255 / 0.5);
}

.hover\:bg-tertiary-20\/55:hover{
  background-color: rgb(248 216 255 / 0.55);
}

.hover\:bg-tertiary-20\/60:hover{
  background-color: rgb(248 216 255 / 0.6);
}

.hover\:bg-tertiary-20\/65:hover{
  background-color: rgb(248 216 255 / 0.65);
}

.hover\:bg-tertiary-20\/70:hover{
  background-color: rgb(248 216 255 / 0.7);
}

.hover\:bg-tertiary-20\/75:hover{
  background-color: rgb(248 216 255 / 0.75);
}

.hover\:bg-tertiary-20\/80:hover{
  background-color: rgb(248 216 255 / 0.8);
}

.hover\:bg-tertiary-20\/85:hover{
  background-color: rgb(248 216 255 / 0.85);
}

.hover\:bg-tertiary-20\/90:hover{
  background-color: rgb(248 216 255 / 0.9);
}

.hover\:bg-tertiary-20\/95:hover{
  background-color: rgb(248 216 255 / 0.95);
}

.hover\:bg-tertiary-30:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 178 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-30\/0:hover{
  background-color: rgb(235 178 255 / 0);
}

.hover\:bg-tertiary-30\/10:hover{
  background-color: rgb(235 178 255 / 0.1);
}

.hover\:bg-tertiary-30\/100:hover{
  background-color: rgb(235 178 255 / 1);
}

.hover\:bg-tertiary-30\/15:hover{
  background-color: rgb(235 178 255 / 0.15);
}

.hover\:bg-tertiary-30\/20:hover{
  background-color: rgb(235 178 255 / 0.2);
}

.hover\:bg-tertiary-30\/25:hover{
  background-color: rgb(235 178 255 / 0.25);
}

.hover\:bg-tertiary-30\/30:hover{
  background-color: rgb(235 178 255 / 0.3);
}

.hover\:bg-tertiary-30\/35:hover{
  background-color: rgb(235 178 255 / 0.35);
}

.hover\:bg-tertiary-30\/40:hover{
  background-color: rgb(235 178 255 / 0.4);
}

.hover\:bg-tertiary-30\/45:hover{
  background-color: rgb(235 178 255 / 0.45);
}

.hover\:bg-tertiary-30\/5:hover{
  background-color: rgb(235 178 255 / 0.05);
}

.hover\:bg-tertiary-30\/50:hover{
  background-color: rgb(235 178 255 / 0.5);
}

.hover\:bg-tertiary-30\/55:hover{
  background-color: rgb(235 178 255 / 0.55);
}

.hover\:bg-tertiary-30\/60:hover{
  background-color: rgb(235 178 255 / 0.6);
}

.hover\:bg-tertiary-30\/65:hover{
  background-color: rgb(235 178 255 / 0.65);
}

.hover\:bg-tertiary-30\/70:hover{
  background-color: rgb(235 178 255 / 0.7);
}

.hover\:bg-tertiary-30\/75:hover{
  background-color: rgb(235 178 255 / 0.75);
}

.hover\:bg-tertiary-30\/80:hover{
  background-color: rgb(235 178 255 / 0.8);
}

.hover\:bg-tertiary-30\/85:hover{
  background-color: rgb(235 178 255 / 0.85);
}

.hover\:bg-tertiary-30\/90:hover{
  background-color: rgb(235 178 255 / 0.9);
}

.hover\:bg-tertiary-30\/95:hover{
  background-color: rgb(235 178 255 / 0.95);
}

.hover\:bg-tertiary-40:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(208 149 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-40\/0:hover{
  background-color: rgb(208 149 233 / 0);
}

.hover\:bg-tertiary-40\/10:hover{
  background-color: rgb(208 149 233 / 0.1);
}

.hover\:bg-tertiary-40\/100:hover{
  background-color: rgb(208 149 233 / 1);
}

.hover\:bg-tertiary-40\/15:hover{
  background-color: rgb(208 149 233 / 0.15);
}

.hover\:bg-tertiary-40\/20:hover{
  background-color: rgb(208 149 233 / 0.2);
}

.hover\:bg-tertiary-40\/25:hover{
  background-color: rgb(208 149 233 / 0.25);
}

.hover\:bg-tertiary-40\/30:hover{
  background-color: rgb(208 149 233 / 0.3);
}

.hover\:bg-tertiary-40\/35:hover{
  background-color: rgb(208 149 233 / 0.35);
}

.hover\:bg-tertiary-40\/40:hover{
  background-color: rgb(208 149 233 / 0.4);
}

.hover\:bg-tertiary-40\/45:hover{
  background-color: rgb(208 149 233 / 0.45);
}

.hover\:bg-tertiary-40\/5:hover{
  background-color: rgb(208 149 233 / 0.05);
}

.hover\:bg-tertiary-40\/50:hover{
  background-color: rgb(208 149 233 / 0.5);
}

.hover\:bg-tertiary-40\/55:hover{
  background-color: rgb(208 149 233 / 0.55);
}

.hover\:bg-tertiary-40\/60:hover{
  background-color: rgb(208 149 233 / 0.6);
}

.hover\:bg-tertiary-40\/65:hover{
  background-color: rgb(208 149 233 / 0.65);
}

.hover\:bg-tertiary-40\/70:hover{
  background-color: rgb(208 149 233 / 0.7);
}

.hover\:bg-tertiary-40\/75:hover{
  background-color: rgb(208 149 233 / 0.75);
}

.hover\:bg-tertiary-40\/80:hover{
  background-color: rgb(208 149 233 / 0.8);
}

.hover\:bg-tertiary-40\/85:hover{
  background-color: rgb(208 149 233 / 0.85);
}

.hover\:bg-tertiary-40\/90:hover{
  background-color: rgb(208 149 233 / 0.9);
}

.hover\:bg-tertiary-40\/95:hover{
  background-color: rgb(208 149 233 / 0.95);
}

.hover\:bg-tertiary-5:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-5\/0:hover{
  background-color: rgb(253 246 255 / 0);
}

.hover\:bg-tertiary-5\/10:hover{
  background-color: rgb(253 246 255 / 0.1);
}

.hover\:bg-tertiary-5\/100:hover{
  background-color: rgb(253 246 255 / 1);
}

.hover\:bg-tertiary-5\/15:hover{
  background-color: rgb(253 246 255 / 0.15);
}

.hover\:bg-tertiary-5\/20:hover{
  background-color: rgb(253 246 255 / 0.2);
}

.hover\:bg-tertiary-5\/25:hover{
  background-color: rgb(253 246 255 / 0.25);
}

.hover\:bg-tertiary-5\/30:hover{
  background-color: rgb(253 246 255 / 0.3);
}

.hover\:bg-tertiary-5\/35:hover{
  background-color: rgb(253 246 255 / 0.35);
}

.hover\:bg-tertiary-5\/40:hover{
  background-color: rgb(253 246 255 / 0.4);
}

.hover\:bg-tertiary-5\/45:hover{
  background-color: rgb(253 246 255 / 0.45);
}

.hover\:bg-tertiary-5\/5:hover{
  background-color: rgb(253 246 255 / 0.05);
}

.hover\:bg-tertiary-5\/50:hover{
  background-color: rgb(253 246 255 / 0.5);
}

.hover\:bg-tertiary-5\/55:hover{
  background-color: rgb(253 246 255 / 0.55);
}

.hover\:bg-tertiary-5\/60:hover{
  background-color: rgb(253 246 255 / 0.6);
}

.hover\:bg-tertiary-5\/65:hover{
  background-color: rgb(253 246 255 / 0.65);
}

.hover\:bg-tertiary-5\/70:hover{
  background-color: rgb(253 246 255 / 0.7);
}

.hover\:bg-tertiary-5\/75:hover{
  background-color: rgb(253 246 255 / 0.75);
}

.hover\:bg-tertiary-5\/80:hover{
  background-color: rgb(253 246 255 / 0.8);
}

.hover\:bg-tertiary-5\/85:hover{
  background-color: rgb(253 246 255 / 0.85);
}

.hover\:bg-tertiary-5\/90:hover{
  background-color: rgb(253 246 255 / 0.9);
}

.hover\:bg-tertiary-5\/95:hover{
  background-color: rgb(253 246 255 / 0.95);
}

.hover\:bg-tertiary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(152 97 177 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-50\/0:hover{
  background-color: rgb(152 97 177 / 0);
}

.hover\:bg-tertiary-50\/10:hover{
  background-color: rgb(152 97 177 / 0.1);
}

.hover\:bg-tertiary-50\/100:hover{
  background-color: rgb(152 97 177 / 1);
}

.hover\:bg-tertiary-50\/15:hover{
  background-color: rgb(152 97 177 / 0.15);
}

.hover\:bg-tertiary-50\/20:hover{
  background-color: rgb(152 97 177 / 0.2);
}

.hover\:bg-tertiary-50\/25:hover{
  background-color: rgb(152 97 177 / 0.25);
}

.hover\:bg-tertiary-50\/30:hover{
  background-color: rgb(152 97 177 / 0.3);
}

.hover\:bg-tertiary-50\/35:hover{
  background-color: rgb(152 97 177 / 0.35);
}

.hover\:bg-tertiary-50\/40:hover{
  background-color: rgb(152 97 177 / 0.4);
}

.hover\:bg-tertiary-50\/45:hover{
  background-color: rgb(152 97 177 / 0.45);
}

.hover\:bg-tertiary-50\/5:hover{
  background-color: rgb(152 97 177 / 0.05);
}

.hover\:bg-tertiary-50\/50:hover{
  background-color: rgb(152 97 177 / 0.5);
}

.hover\:bg-tertiary-50\/55:hover{
  background-color: rgb(152 97 177 / 0.55);
}

.hover\:bg-tertiary-50\/60:hover{
  background-color: rgb(152 97 177 / 0.6);
}

.hover\:bg-tertiary-50\/65:hover{
  background-color: rgb(152 97 177 / 0.65);
}

.hover\:bg-tertiary-50\/70:hover{
  background-color: rgb(152 97 177 / 0.7);
}

.hover\:bg-tertiary-50\/75:hover{
  background-color: rgb(152 97 177 / 0.75);
}

.hover\:bg-tertiary-50\/80:hover{
  background-color: rgb(152 97 177 / 0.8);
}

.hover\:bg-tertiary-50\/85:hover{
  background-color: rgb(152 97 177 / 0.85);
}

.hover\:bg-tertiary-50\/90:hover{
  background-color: rgb(152 97 177 / 0.9);
}

.hover\:bg-tertiary-50\/95:hover{
  background-color: rgb(152 97 177 / 0.95);
}

.hover\:bg-tertiary-60:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(125 72 150 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-60\/0:hover{
  background-color: rgb(125 72 150 / 0);
}

.hover\:bg-tertiary-60\/10:hover{
  background-color: rgb(125 72 150 / 0.1);
}

.hover\:bg-tertiary-60\/100:hover{
  background-color: rgb(125 72 150 / 1);
}

.hover\:bg-tertiary-60\/15:hover{
  background-color: rgb(125 72 150 / 0.15);
}

.hover\:bg-tertiary-60\/20:hover{
  background-color: rgb(125 72 150 / 0.2);
}

.hover\:bg-tertiary-60\/25:hover{
  background-color: rgb(125 72 150 / 0.25);
}

.hover\:bg-tertiary-60\/30:hover{
  background-color: rgb(125 72 150 / 0.3);
}

.hover\:bg-tertiary-60\/35:hover{
  background-color: rgb(125 72 150 / 0.35);
}

.hover\:bg-tertiary-60\/40:hover{
  background-color: rgb(125 72 150 / 0.4);
}

.hover\:bg-tertiary-60\/45:hover{
  background-color: rgb(125 72 150 / 0.45);
}

.hover\:bg-tertiary-60\/5:hover{
  background-color: rgb(125 72 150 / 0.05);
}

.hover\:bg-tertiary-60\/50:hover{
  background-color: rgb(125 72 150 / 0.5);
}

.hover\:bg-tertiary-60\/55:hover{
  background-color: rgb(125 72 150 / 0.55);
}

.hover\:bg-tertiary-60\/60:hover{
  background-color: rgb(125 72 150 / 0.6);
}

.hover\:bg-tertiary-60\/65:hover{
  background-color: rgb(125 72 150 / 0.65);
}

.hover\:bg-tertiary-60\/70:hover{
  background-color: rgb(125 72 150 / 0.7);
}

.hover\:bg-tertiary-60\/75:hover{
  background-color: rgb(125 72 150 / 0.75);
}

.hover\:bg-tertiary-60\/80:hover{
  background-color: rgb(125 72 150 / 0.8);
}

.hover\:bg-tertiary-60\/85:hover{
  background-color: rgb(125 72 150 / 0.85);
}

.hover\:bg-tertiary-60\/90:hover{
  background-color: rgb(125 72 150 / 0.9);
}

.hover\:bg-tertiary-60\/95:hover{
  background-color: rgb(125 72 150 / 0.95);
}

.hover\:bg-tertiary-70:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 127 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-70\/0:hover{
  background-color: rgb(106 59 127 / 0);
}

.hover\:bg-tertiary-70\/10:hover{
  background-color: rgb(106 59 127 / 0.1);
}

.hover\:bg-tertiary-70\/100:hover{
  background-color: rgb(106 59 127 / 1);
}

.hover\:bg-tertiary-70\/15:hover{
  background-color: rgb(106 59 127 / 0.15);
}

.hover\:bg-tertiary-70\/20:hover{
  background-color: rgb(106 59 127 / 0.2);
}

.hover\:bg-tertiary-70\/25:hover{
  background-color: rgb(106 59 127 / 0.25);
}

.hover\:bg-tertiary-70\/30:hover{
  background-color: rgb(106 59 127 / 0.3);
}

.hover\:bg-tertiary-70\/35:hover{
  background-color: rgb(106 59 127 / 0.35);
}

.hover\:bg-tertiary-70\/40:hover{
  background-color: rgb(106 59 127 / 0.4);
}

.hover\:bg-tertiary-70\/45:hover{
  background-color: rgb(106 59 127 / 0.45);
}

.hover\:bg-tertiary-70\/5:hover{
  background-color: rgb(106 59 127 / 0.05);
}

.hover\:bg-tertiary-70\/50:hover{
  background-color: rgb(106 59 127 / 0.5);
}

.hover\:bg-tertiary-70\/55:hover{
  background-color: rgb(106 59 127 / 0.55);
}

.hover\:bg-tertiary-70\/60:hover{
  background-color: rgb(106 59 127 / 0.6);
}

.hover\:bg-tertiary-70\/65:hover{
  background-color: rgb(106 59 127 / 0.65);
}

.hover\:bg-tertiary-70\/70:hover{
  background-color: rgb(106 59 127 / 0.7);
}

.hover\:bg-tertiary-70\/75:hover{
  background-color: rgb(106 59 127 / 0.75);
}

.hover\:bg-tertiary-70\/80:hover{
  background-color: rgb(106 59 127 / 0.8);
}

.hover\:bg-tertiary-70\/85:hover{
  background-color: rgb(106 59 127 / 0.85);
}

.hover\:bg-tertiary-70\/90:hover{
  background-color: rgb(106 59 127 / 0.9);
}

.hover\:bg-tertiary-70\/95:hover{
  background-color: rgb(106 59 127 / 0.95);
}

.hover\:bg-tertiary-80:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 23 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-80\/0:hover{
  background-color: rgb(75 23 100 / 0);
}

.hover\:bg-tertiary-80\/10:hover{
  background-color: rgb(75 23 100 / 0.1);
}

.hover\:bg-tertiary-80\/100:hover{
  background-color: rgb(75 23 100 / 1);
}

.hover\:bg-tertiary-80\/15:hover{
  background-color: rgb(75 23 100 / 0.15);
}

.hover\:bg-tertiary-80\/20:hover{
  background-color: rgb(75 23 100 / 0.2);
}

.hover\:bg-tertiary-80\/25:hover{
  background-color: rgb(75 23 100 / 0.25);
}

.hover\:bg-tertiary-80\/30:hover{
  background-color: rgb(75 23 100 / 0.3);
}

.hover\:bg-tertiary-80\/35:hover{
  background-color: rgb(75 23 100 / 0.35);
}

.hover\:bg-tertiary-80\/40:hover{
  background-color: rgb(75 23 100 / 0.4);
}

.hover\:bg-tertiary-80\/45:hover{
  background-color: rgb(75 23 100 / 0.45);
}

.hover\:bg-tertiary-80\/5:hover{
  background-color: rgb(75 23 100 / 0.05);
}

.hover\:bg-tertiary-80\/50:hover{
  background-color: rgb(75 23 100 / 0.5);
}

.hover\:bg-tertiary-80\/55:hover{
  background-color: rgb(75 23 100 / 0.55);
}

.hover\:bg-tertiary-80\/60:hover{
  background-color: rgb(75 23 100 / 0.6);
}

.hover\:bg-tertiary-80\/65:hover{
  background-color: rgb(75 23 100 / 0.65);
}

.hover\:bg-tertiary-80\/70:hover{
  background-color: rgb(75 23 100 / 0.7);
}

.hover\:bg-tertiary-80\/75:hover{
  background-color: rgb(75 23 100 / 0.75);
}

.hover\:bg-tertiary-80\/80:hover{
  background-color: rgb(75 23 100 / 0.8);
}

.hover\:bg-tertiary-80\/85:hover{
  background-color: rgb(75 23 100 / 0.85);
}

.hover\:bg-tertiary-80\/90:hover{
  background-color: rgb(75 23 100 / 0.9);
}

.hover\:bg-tertiary-80\/95:hover{
  background-color: rgb(75 23 100 / 0.95);
}

.hover\:bg-tertiary-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-90\/0:hover{
  background-color: rgb(61 17 82 / 0);
}

.hover\:bg-tertiary-90\/10:hover{
  background-color: rgb(61 17 82 / 0.1);
}

.hover\:bg-tertiary-90\/100:hover{
  background-color: rgb(61 17 82 / 1);
}

.hover\:bg-tertiary-90\/15:hover{
  background-color: rgb(61 17 82 / 0.15);
}

.hover\:bg-tertiary-90\/20:hover{
  background-color: rgb(61 17 82 / 0.2);
}

.hover\:bg-tertiary-90\/25:hover{
  background-color: rgb(61 17 82 / 0.25);
}

.hover\:bg-tertiary-90\/30:hover{
  background-color: rgb(61 17 82 / 0.3);
}

.hover\:bg-tertiary-90\/35:hover{
  background-color: rgb(61 17 82 / 0.35);
}

.hover\:bg-tertiary-90\/40:hover{
  background-color: rgb(61 17 82 / 0.4);
}

.hover\:bg-tertiary-90\/45:hover{
  background-color: rgb(61 17 82 / 0.45);
}

.hover\:bg-tertiary-90\/5:hover{
  background-color: rgb(61 17 82 / 0.05);
}

.hover\:bg-tertiary-90\/50:hover{
  background-color: rgb(61 17 82 / 0.5);
}

.hover\:bg-tertiary-90\/55:hover{
  background-color: rgb(61 17 82 / 0.55);
}

.hover\:bg-tertiary-90\/60:hover{
  background-color: rgb(61 17 82 / 0.6);
}

.hover\:bg-tertiary-90\/65:hover{
  background-color: rgb(61 17 82 / 0.65);
}

.hover\:bg-tertiary-90\/70:hover{
  background-color: rgb(61 17 82 / 0.7);
}

.hover\:bg-tertiary-90\/75:hover{
  background-color: rgb(61 17 82 / 0.75);
}

.hover\:bg-tertiary-90\/80:hover{
  background-color: rgb(61 17 82 / 0.8);
}

.hover\:bg-tertiary-90\/85:hover{
  background-color: rgb(61 17 82 / 0.85);
}

.hover\:bg-tertiary-90\/90:hover{
  background-color: rgb(61 17 82 / 0.9);
}

.hover\:bg-tertiary-90\/95:hover{
  background-color: rgb(61 17 82 / 0.95);
}

.hover\:bg-warning-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 102 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-100\/0:hover{
  background-color: rgb(245 102 0 / 0);
}

.hover\:bg-warning-100\/10:hover{
  background-color: rgb(245 102 0 / 0.1);
}

.hover\:bg-warning-100\/100:hover{
  background-color: rgb(245 102 0 / 1);
}

.hover\:bg-warning-100\/15:hover{
  background-color: rgb(245 102 0 / 0.15);
}

.hover\:bg-warning-100\/20:hover{
  background-color: rgb(245 102 0 / 0.2);
}

.hover\:bg-warning-100\/25:hover{
  background-color: rgb(245 102 0 / 0.25);
}

.hover\:bg-warning-100\/30:hover{
  background-color: rgb(245 102 0 / 0.3);
}

.hover\:bg-warning-100\/35:hover{
  background-color: rgb(245 102 0 / 0.35);
}

.hover\:bg-warning-100\/40:hover{
  background-color: rgb(245 102 0 / 0.4);
}

.hover\:bg-warning-100\/45:hover{
  background-color: rgb(245 102 0 / 0.45);
}

.hover\:bg-warning-100\/5:hover{
  background-color: rgb(245 102 0 / 0.05);
}

.hover\:bg-warning-100\/50:hover{
  background-color: rgb(245 102 0 / 0.5);
}

.hover\:bg-warning-100\/55:hover{
  background-color: rgb(245 102 0 / 0.55);
}

.hover\:bg-warning-100\/60:hover{
  background-color: rgb(245 102 0 / 0.6);
}

.hover\:bg-warning-100\/65:hover{
  background-color: rgb(245 102 0 / 0.65);
}

.hover\:bg-warning-100\/70:hover{
  background-color: rgb(245 102 0 / 0.7);
}

.hover\:bg-warning-100\/75:hover{
  background-color: rgb(245 102 0 / 0.75);
}

.hover\:bg-warning-100\/80:hover{
  background-color: rgb(245 102 0 / 0.8);
}

.hover\:bg-warning-100\/85:hover{
  background-color: rgb(245 102 0 / 0.85);
}

.hover\:bg-warning-100\/90:hover{
  background-color: rgb(245 102 0 / 0.9);
}

.hover\:bg-warning-100\/95:hover{
  background-color: rgb(245 102 0 / 0.95);
}

.hover\:bg-warning-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 204 / var(--tw-bg-opacity, 1));
}

.hover\:bg-warning-background\/0:hover{
  background-color: rgb(253 224 204 / 0);
}

.hover\:bg-warning-background\/10:hover{
  background-color: rgb(253 224 204 / 0.1);
}

.hover\:bg-warning-background\/100:hover{
  background-color: rgb(253 224 204 / 1);
}

.hover\:bg-warning-background\/15:hover{
  background-color: rgb(253 224 204 / 0.15);
}

.hover\:bg-warning-background\/20:hover{
  background-color: rgb(253 224 204 / 0.2);
}

.hover\:bg-warning-background\/25:hover{
  background-color: rgb(253 224 204 / 0.25);
}

.hover\:bg-warning-background\/30:hover{
  background-color: rgb(253 224 204 / 0.3);
}

.hover\:bg-warning-background\/35:hover{
  background-color: rgb(253 224 204 / 0.35);
}

.hover\:bg-warning-background\/40:hover{
  background-color: rgb(253 224 204 / 0.4);
}

.hover\:bg-warning-background\/45:hover{
  background-color: rgb(253 224 204 / 0.45);
}

.hover\:bg-warning-background\/5:hover{
  background-color: rgb(253 224 204 / 0.05);
}

.hover\:bg-warning-background\/50:hover{
  background-color: rgb(253 224 204 / 0.5);
}

.hover\:bg-warning-background\/55:hover{
  background-color: rgb(253 224 204 / 0.55);
}

.hover\:bg-warning-background\/60:hover{
  background-color: rgb(253 224 204 / 0.6);
}

.hover\:bg-warning-background\/65:hover{
  background-color: rgb(253 224 204 / 0.65);
}

.hover\:bg-warning-background\/70:hover{
  background-color: rgb(253 224 204 / 0.7);
}

.hover\:bg-warning-background\/75:hover{
  background-color: rgb(253 224 204 / 0.75);
}

.hover\:bg-warning-background\/80:hover{
  background-color: rgb(253 224 204 / 0.8);
}

.hover\:bg-warning-background\/85:hover{
  background-color: rgb(253 224 204 / 0.85);
}

.hover\:bg-warning-background\/90:hover{
  background-color: rgb(253 224 204 / 0.9);
}

.hover\:bg-warning-background\/95:hover{
  background-color: rgb(253 224 204 / 0.95);
}

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

.hover\:text-charts-1\/0:hover{
  color: rgb(0 57 107 / 0);
}

.hover\:text-charts-1\/10:hover{
  color: rgb(0 57 107 / 0.1);
}

.hover\:text-charts-1\/100:hover{
  color: rgb(0 57 107 / 1);
}

.hover\:text-charts-1\/15:hover{
  color: rgb(0 57 107 / 0.15);
}

.hover\:text-charts-1\/20:hover{
  color: rgb(0 57 107 / 0.2);
}

.hover\:text-charts-1\/25:hover{
  color: rgb(0 57 107 / 0.25);
}

.hover\:text-charts-1\/30:hover{
  color: rgb(0 57 107 / 0.3);
}

.hover\:text-charts-1\/35:hover{
  color: rgb(0 57 107 / 0.35);
}

.hover\:text-charts-1\/40:hover{
  color: rgb(0 57 107 / 0.4);
}

.hover\:text-charts-1\/45:hover{
  color: rgb(0 57 107 / 0.45);
}

.hover\:text-charts-1\/5:hover{
  color: rgb(0 57 107 / 0.05);
}

.hover\:text-charts-1\/50:hover{
  color: rgb(0 57 107 / 0.5);
}

.hover\:text-charts-1\/55:hover{
  color: rgb(0 57 107 / 0.55);
}

.hover\:text-charts-1\/60:hover{
  color: rgb(0 57 107 / 0.6);
}

.hover\:text-charts-1\/65:hover{
  color: rgb(0 57 107 / 0.65);
}

.hover\:text-charts-1\/70:hover{
  color: rgb(0 57 107 / 0.7);
}

.hover\:text-charts-1\/75:hover{
  color: rgb(0 57 107 / 0.75);
}

.hover\:text-charts-1\/80:hover{
  color: rgb(0 57 107 / 0.8);
}

.hover\:text-charts-1\/85:hover{
  color: rgb(0 57 107 / 0.85);
}

.hover\:text-charts-1\/90:hover{
  color: rgb(0 57 107 / 0.9);
}

.hover\:text-charts-1\/95:hover{
  color: rgb(0 57 107 / 0.95);
}

.hover\:text-charts-10:hover{
  --tw-text-opacity: 1;
  color: rgb(250 77 86 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-10\/0:hover{
  color: rgb(250 77 86 / 0);
}

.hover\:text-charts-10\/10:hover{
  color: rgb(250 77 86 / 0.1);
}

.hover\:text-charts-10\/100:hover{
  color: rgb(250 77 86 / 1);
}

.hover\:text-charts-10\/15:hover{
  color: rgb(250 77 86 / 0.15);
}

.hover\:text-charts-10\/20:hover{
  color: rgb(250 77 86 / 0.2);
}

.hover\:text-charts-10\/25:hover{
  color: rgb(250 77 86 / 0.25);
}

.hover\:text-charts-10\/30:hover{
  color: rgb(250 77 86 / 0.3);
}

.hover\:text-charts-10\/35:hover{
  color: rgb(250 77 86 / 0.35);
}

.hover\:text-charts-10\/40:hover{
  color: rgb(250 77 86 / 0.4);
}

.hover\:text-charts-10\/45:hover{
  color: rgb(250 77 86 / 0.45);
}

.hover\:text-charts-10\/5:hover{
  color: rgb(250 77 86 / 0.05);
}

.hover\:text-charts-10\/50:hover{
  color: rgb(250 77 86 / 0.5);
}

.hover\:text-charts-10\/55:hover{
  color: rgb(250 77 86 / 0.55);
}

.hover\:text-charts-10\/60:hover{
  color: rgb(250 77 86 / 0.6);
}

.hover\:text-charts-10\/65:hover{
  color: rgb(250 77 86 / 0.65);
}

.hover\:text-charts-10\/70:hover{
  color: rgb(250 77 86 / 0.7);
}

.hover\:text-charts-10\/75:hover{
  color: rgb(250 77 86 / 0.75);
}

.hover\:text-charts-10\/80:hover{
  color: rgb(250 77 86 / 0.8);
}

.hover\:text-charts-10\/85:hover{
  color: rgb(250 77 86 / 0.85);
}

.hover\:text-charts-10\/90:hover{
  color: rgb(250 77 86 / 0.9);
}

.hover\:text-charts-10\/95:hover{
  color: rgb(250 77 86 / 0.95);
}

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

.hover\:text-charts-11\/0:hover{
  color: rgb(165 110 255 / 0);
}

.hover\:text-charts-11\/10:hover{
  color: rgb(165 110 255 / 0.1);
}

.hover\:text-charts-11\/100:hover{
  color: rgb(165 110 255 / 1);
}

.hover\:text-charts-11\/15:hover{
  color: rgb(165 110 255 / 0.15);
}

.hover\:text-charts-11\/20:hover{
  color: rgb(165 110 255 / 0.2);
}

.hover\:text-charts-11\/25:hover{
  color: rgb(165 110 255 / 0.25);
}

.hover\:text-charts-11\/30:hover{
  color: rgb(165 110 255 / 0.3);
}

.hover\:text-charts-11\/35:hover{
  color: rgb(165 110 255 / 0.35);
}

.hover\:text-charts-11\/40:hover{
  color: rgb(165 110 255 / 0.4);
}

.hover\:text-charts-11\/45:hover{
  color: rgb(165 110 255 / 0.45);
}

.hover\:text-charts-11\/5:hover{
  color: rgb(165 110 255 / 0.05);
}

.hover\:text-charts-11\/50:hover{
  color: rgb(165 110 255 / 0.5);
}

.hover\:text-charts-11\/55:hover{
  color: rgb(165 110 255 / 0.55);
}

.hover\:text-charts-11\/60:hover{
  color: rgb(165 110 255 / 0.6);
}

.hover\:text-charts-11\/65:hover{
  color: rgb(165 110 255 / 0.65);
}

.hover\:text-charts-11\/70:hover{
  color: rgb(165 110 255 / 0.7);
}

.hover\:text-charts-11\/75:hover{
  color: rgb(165 110 255 / 0.75);
}

.hover\:text-charts-11\/80:hover{
  color: rgb(165 110 255 / 0.8);
}

.hover\:text-charts-11\/85:hover{
  color: rgb(165 110 255 / 0.85);
}

.hover\:text-charts-11\/90:hover{
  color: rgb(165 110 255 / 0.9);
}

.hover\:text-charts-11\/95:hover{
  color: rgb(165 110 255 / 0.95);
}

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

.hover\:text-charts-12\/0:hover{
  color: rgb(0 93 93 / 0);
}

.hover\:text-charts-12\/10:hover{
  color: rgb(0 93 93 / 0.1);
}

.hover\:text-charts-12\/100:hover{
  color: rgb(0 93 93 / 1);
}

.hover\:text-charts-12\/15:hover{
  color: rgb(0 93 93 / 0.15);
}

.hover\:text-charts-12\/20:hover{
  color: rgb(0 93 93 / 0.2);
}

.hover\:text-charts-12\/25:hover{
  color: rgb(0 93 93 / 0.25);
}

.hover\:text-charts-12\/30:hover{
  color: rgb(0 93 93 / 0.3);
}

.hover\:text-charts-12\/35:hover{
  color: rgb(0 93 93 / 0.35);
}

.hover\:text-charts-12\/40:hover{
  color: rgb(0 93 93 / 0.4);
}

.hover\:text-charts-12\/45:hover{
  color: rgb(0 93 93 / 0.45);
}

.hover\:text-charts-12\/5:hover{
  color: rgb(0 93 93 / 0.05);
}

.hover\:text-charts-12\/50:hover{
  color: rgb(0 93 93 / 0.5);
}

.hover\:text-charts-12\/55:hover{
  color: rgb(0 93 93 / 0.55);
}

.hover\:text-charts-12\/60:hover{
  color: rgb(0 93 93 / 0.6);
}

.hover\:text-charts-12\/65:hover{
  color: rgb(0 93 93 / 0.65);
}

.hover\:text-charts-12\/70:hover{
  color: rgb(0 93 93 / 0.7);
}

.hover\:text-charts-12\/75:hover{
  color: rgb(0 93 93 / 0.75);
}

.hover\:text-charts-12\/80:hover{
  color: rgb(0 93 93 / 0.8);
}

.hover\:text-charts-12\/85:hover{
  color: rgb(0 93 93 / 0.85);
}

.hover\:text-charts-12\/90:hover{
  color: rgb(0 93 93 / 0.9);
}

.hover\:text-charts-12\/95:hover{
  color: rgb(0 93 93 / 0.95);
}

.hover\:text-charts-13:hover{
  --tw-text-opacity: 1;
  color: rgb(94 165 49 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-13\/0:hover{
  color: rgb(94 165 49 / 0);
}

.hover\:text-charts-13\/10:hover{
  color: rgb(94 165 49 / 0.1);
}

.hover\:text-charts-13\/100:hover{
  color: rgb(94 165 49 / 1);
}

.hover\:text-charts-13\/15:hover{
  color: rgb(94 165 49 / 0.15);
}

.hover\:text-charts-13\/20:hover{
  color: rgb(94 165 49 / 0.2);
}

.hover\:text-charts-13\/25:hover{
  color: rgb(94 165 49 / 0.25);
}

.hover\:text-charts-13\/30:hover{
  color: rgb(94 165 49 / 0.3);
}

.hover\:text-charts-13\/35:hover{
  color: rgb(94 165 49 / 0.35);
}

.hover\:text-charts-13\/40:hover{
  color: rgb(94 165 49 / 0.4);
}

.hover\:text-charts-13\/45:hover{
  color: rgb(94 165 49 / 0.45);
}

.hover\:text-charts-13\/5:hover{
  color: rgb(94 165 49 / 0.05);
}

.hover\:text-charts-13\/50:hover{
  color: rgb(94 165 49 / 0.5);
}

.hover\:text-charts-13\/55:hover{
  color: rgb(94 165 49 / 0.55);
}

.hover\:text-charts-13\/60:hover{
  color: rgb(94 165 49 / 0.6);
}

.hover\:text-charts-13\/65:hover{
  color: rgb(94 165 49 / 0.65);
}

.hover\:text-charts-13\/70:hover{
  color: rgb(94 165 49 / 0.7);
}

.hover\:text-charts-13\/75:hover{
  color: rgb(94 165 49 / 0.75);
}

.hover\:text-charts-13\/80:hover{
  color: rgb(94 165 49 / 0.8);
}

.hover\:text-charts-13\/85:hover{
  color: rgb(94 165 49 / 0.85);
}

.hover\:text-charts-13\/90:hover{
  color: rgb(94 165 49 / 0.9);
}

.hover\:text-charts-13\/95:hover{
  color: rgb(94 165 49 / 0.95);
}

.hover\:text-charts-2:hover{
  --tw-text-opacity: 1;
  color: rgb(38 124 215 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-2\/0:hover{
  color: rgb(38 124 215 / 0);
}

.hover\:text-charts-2\/10:hover{
  color: rgb(38 124 215 / 0.1);
}

.hover\:text-charts-2\/100:hover{
  color: rgb(38 124 215 / 1);
}

.hover\:text-charts-2\/15:hover{
  color: rgb(38 124 215 / 0.15);
}

.hover\:text-charts-2\/20:hover{
  color: rgb(38 124 215 / 0.2);
}

.hover\:text-charts-2\/25:hover{
  color: rgb(38 124 215 / 0.25);
}

.hover\:text-charts-2\/30:hover{
  color: rgb(38 124 215 / 0.3);
}

.hover\:text-charts-2\/35:hover{
  color: rgb(38 124 215 / 0.35);
}

.hover\:text-charts-2\/40:hover{
  color: rgb(38 124 215 / 0.4);
}

.hover\:text-charts-2\/45:hover{
  color: rgb(38 124 215 / 0.45);
}

.hover\:text-charts-2\/5:hover{
  color: rgb(38 124 215 / 0.05);
}

.hover\:text-charts-2\/50:hover{
  color: rgb(38 124 215 / 0.5);
}

.hover\:text-charts-2\/55:hover{
  color: rgb(38 124 215 / 0.55);
}

.hover\:text-charts-2\/60:hover{
  color: rgb(38 124 215 / 0.6);
}

.hover\:text-charts-2\/65:hover{
  color: rgb(38 124 215 / 0.65);
}

.hover\:text-charts-2\/70:hover{
  color: rgb(38 124 215 / 0.7);
}

.hover\:text-charts-2\/75:hover{
  color: rgb(38 124 215 / 0.75);
}

.hover\:text-charts-2\/80:hover{
  color: rgb(38 124 215 / 0.8);
}

.hover\:text-charts-2\/85:hover{
  color: rgb(38 124 215 / 0.85);
}

.hover\:text-charts-2\/90:hover{
  color: rgb(38 124 215 / 0.9);
}

.hover\:text-charts-2\/95:hover{
  color: rgb(38 124 215 / 0.95);
}

.hover\:text-charts-3:hover{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-3\/0:hover{
  color: rgb(127 50 190 / 0);
}

.hover\:text-charts-3\/10:hover{
  color: rgb(127 50 190 / 0.1);
}

.hover\:text-charts-3\/100:hover{
  color: rgb(127 50 190 / 1);
}

.hover\:text-charts-3\/15:hover{
  color: rgb(127 50 190 / 0.15);
}

.hover\:text-charts-3\/20:hover{
  color: rgb(127 50 190 / 0.2);
}

.hover\:text-charts-3\/25:hover{
  color: rgb(127 50 190 / 0.25);
}

.hover\:text-charts-3\/30:hover{
  color: rgb(127 50 190 / 0.3);
}

.hover\:text-charts-3\/35:hover{
  color: rgb(127 50 190 / 0.35);
}

.hover\:text-charts-3\/40:hover{
  color: rgb(127 50 190 / 0.4);
}

.hover\:text-charts-3\/45:hover{
  color: rgb(127 50 190 / 0.45);
}

.hover\:text-charts-3\/5:hover{
  color: rgb(127 50 190 / 0.05);
}

.hover\:text-charts-3\/50:hover{
  color: rgb(127 50 190 / 0.5);
}

.hover\:text-charts-3\/55:hover{
  color: rgb(127 50 190 / 0.55);
}

.hover\:text-charts-3\/60:hover{
  color: rgb(127 50 190 / 0.6);
}

.hover\:text-charts-3\/65:hover{
  color: rgb(127 50 190 / 0.65);
}

.hover\:text-charts-3\/70:hover{
  color: rgb(127 50 190 / 0.7);
}

.hover\:text-charts-3\/75:hover{
  color: rgb(127 50 190 / 0.75);
}

.hover\:text-charts-3\/80:hover{
  color: rgb(127 50 190 / 0.8);
}

.hover\:text-charts-3\/85:hover{
  color: rgb(127 50 190 / 0.85);
}

.hover\:text-charts-3\/90:hover{
  color: rgb(127 50 190 / 0.9);
}

.hover\:text-charts-3\/95:hover{
  color: rgb(127 50 190 / 0.95);
}

.hover\:text-charts-4:hover{
  --tw-text-opacity: 1;
  color: rgb(0 157 154 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-4\/0:hover{
  color: rgb(0 157 154 / 0);
}

.hover\:text-charts-4\/10:hover{
  color: rgb(0 157 154 / 0.1);
}

.hover\:text-charts-4\/100:hover{
  color: rgb(0 157 154 / 1);
}

.hover\:text-charts-4\/15:hover{
  color: rgb(0 157 154 / 0.15);
}

.hover\:text-charts-4\/20:hover{
  color: rgb(0 157 154 / 0.2);
}

.hover\:text-charts-4\/25:hover{
  color: rgb(0 157 154 / 0.25);
}

.hover\:text-charts-4\/30:hover{
  color: rgb(0 157 154 / 0.3);
}

.hover\:text-charts-4\/35:hover{
  color: rgb(0 157 154 / 0.35);
}

.hover\:text-charts-4\/40:hover{
  color: rgb(0 157 154 / 0.4);
}

.hover\:text-charts-4\/45:hover{
  color: rgb(0 157 154 / 0.45);
}

.hover\:text-charts-4\/5:hover{
  color: rgb(0 157 154 / 0.05);
}

.hover\:text-charts-4\/50:hover{
  color: rgb(0 157 154 / 0.5);
}

.hover\:text-charts-4\/55:hover{
  color: rgb(0 157 154 / 0.55);
}

.hover\:text-charts-4\/60:hover{
  color: rgb(0 157 154 / 0.6);
}

.hover\:text-charts-4\/65:hover{
  color: rgb(0 157 154 / 0.65);
}

.hover\:text-charts-4\/70:hover{
  color: rgb(0 157 154 / 0.7);
}

.hover\:text-charts-4\/75:hover{
  color: rgb(0 157 154 / 0.75);
}

.hover\:text-charts-4\/80:hover{
  color: rgb(0 157 154 / 0.8);
}

.hover\:text-charts-4\/85:hover{
  color: rgb(0 157 154 / 0.85);
}

.hover\:text-charts-4\/90:hover{
  color: rgb(0 157 154 / 0.9);
}

.hover\:text-charts-4\/95:hover{
  color: rgb(0 157 154 / 0.95);
}

.hover\:text-charts-5:hover{
  --tw-text-opacity: 1;
  color: rgb(240 111 25 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-5\/0:hover{
  color: rgb(240 111 25 / 0);
}

.hover\:text-charts-5\/10:hover{
  color: rgb(240 111 25 / 0.1);
}

.hover\:text-charts-5\/100:hover{
  color: rgb(240 111 25 / 1);
}

.hover\:text-charts-5\/15:hover{
  color: rgb(240 111 25 / 0.15);
}

.hover\:text-charts-5\/20:hover{
  color: rgb(240 111 25 / 0.2);
}

.hover\:text-charts-5\/25:hover{
  color: rgb(240 111 25 / 0.25);
}

.hover\:text-charts-5\/30:hover{
  color: rgb(240 111 25 / 0.3);
}

.hover\:text-charts-5\/35:hover{
  color: rgb(240 111 25 / 0.35);
}

.hover\:text-charts-5\/40:hover{
  color: rgb(240 111 25 / 0.4);
}

.hover\:text-charts-5\/45:hover{
  color: rgb(240 111 25 / 0.45);
}

.hover\:text-charts-5\/5:hover{
  color: rgb(240 111 25 / 0.05);
}

.hover\:text-charts-5\/50:hover{
  color: rgb(240 111 25 / 0.5);
}

.hover\:text-charts-5\/55:hover{
  color: rgb(240 111 25 / 0.55);
}

.hover\:text-charts-5\/60:hover{
  color: rgb(240 111 25 / 0.6);
}

.hover\:text-charts-5\/65:hover{
  color: rgb(240 111 25 / 0.65);
}

.hover\:text-charts-5\/70:hover{
  color: rgb(240 111 25 / 0.7);
}

.hover\:text-charts-5\/75:hover{
  color: rgb(240 111 25 / 0.75);
}

.hover\:text-charts-5\/80:hover{
  color: rgb(240 111 25 / 0.8);
}

.hover\:text-charts-5\/85:hover{
  color: rgb(240 111 25 / 0.85);
}

.hover\:text-charts-5\/90:hover{
  color: rgb(240 111 25 / 0.9);
}

.hover\:text-charts-5\/95:hover{
  color: rgb(240 111 25 / 0.95);
}

.hover\:text-charts-6:hover{
  --tw-text-opacity: 1;
  color: rgb(238 83 139 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-6\/0:hover{
  color: rgb(238 83 139 / 0);
}

.hover\:text-charts-6\/10:hover{
  color: rgb(238 83 139 / 0.1);
}

.hover\:text-charts-6\/100:hover{
  color: rgb(238 83 139 / 1);
}

.hover\:text-charts-6\/15:hover{
  color: rgb(238 83 139 / 0.15);
}

.hover\:text-charts-6\/20:hover{
  color: rgb(238 83 139 / 0.2);
}

.hover\:text-charts-6\/25:hover{
  color: rgb(238 83 139 / 0.25);
}

.hover\:text-charts-6\/30:hover{
  color: rgb(238 83 139 / 0.3);
}

.hover\:text-charts-6\/35:hover{
  color: rgb(238 83 139 / 0.35);
}

.hover\:text-charts-6\/40:hover{
  color: rgb(238 83 139 / 0.4);
}

.hover\:text-charts-6\/45:hover{
  color: rgb(238 83 139 / 0.45);
}

.hover\:text-charts-6\/5:hover{
  color: rgb(238 83 139 / 0.05);
}

.hover\:text-charts-6\/50:hover{
  color: rgb(238 83 139 / 0.5);
}

.hover\:text-charts-6\/55:hover{
  color: rgb(238 83 139 / 0.55);
}

.hover\:text-charts-6\/60:hover{
  color: rgb(238 83 139 / 0.6);
}

.hover\:text-charts-6\/65:hover{
  color: rgb(238 83 139 / 0.65);
}

.hover\:text-charts-6\/70:hover{
  color: rgb(238 83 139 / 0.7);
}

.hover\:text-charts-6\/75:hover{
  color: rgb(238 83 139 / 0.75);
}

.hover\:text-charts-6\/80:hover{
  color: rgb(238 83 139 / 0.8);
}

.hover\:text-charts-6\/85:hover{
  color: rgb(238 83 139 / 0.85);
}

.hover\:text-charts-6\/90:hover{
  color: rgb(238 83 139 / 0.9);
}

.hover\:text-charts-6\/95:hover{
  color: rgb(238 83 139 / 0.95);
}

.hover\:text-charts-7:hover{
  --tw-text-opacity: 1;
  color: rgb(13 126 160 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-7\/0:hover{
  color: rgb(13 126 160 / 0);
}

.hover\:text-charts-7\/10:hover{
  color: rgb(13 126 160 / 0.1);
}

.hover\:text-charts-7\/100:hover{
  color: rgb(13 126 160 / 1);
}

.hover\:text-charts-7\/15:hover{
  color: rgb(13 126 160 / 0.15);
}

.hover\:text-charts-7\/20:hover{
  color: rgb(13 126 160 / 0.2);
}

.hover\:text-charts-7\/25:hover{
  color: rgb(13 126 160 / 0.25);
}

.hover\:text-charts-7\/30:hover{
  color: rgb(13 126 160 / 0.3);
}

.hover\:text-charts-7\/35:hover{
  color: rgb(13 126 160 / 0.35);
}

.hover\:text-charts-7\/40:hover{
  color: rgb(13 126 160 / 0.4);
}

.hover\:text-charts-7\/45:hover{
  color: rgb(13 126 160 / 0.45);
}

.hover\:text-charts-7\/5:hover{
  color: rgb(13 126 160 / 0.05);
}

.hover\:text-charts-7\/50:hover{
  color: rgb(13 126 160 / 0.5);
}

.hover\:text-charts-7\/55:hover{
  color: rgb(13 126 160 / 0.55);
}

.hover\:text-charts-7\/60:hover{
  color: rgb(13 126 160 / 0.6);
}

.hover\:text-charts-7\/65:hover{
  color: rgb(13 126 160 / 0.65);
}

.hover\:text-charts-7\/70:hover{
  color: rgb(13 126 160 / 0.7);
}

.hover\:text-charts-7\/75:hover{
  color: rgb(13 126 160 / 0.75);
}

.hover\:text-charts-7\/80:hover{
  color: rgb(13 126 160 / 0.8);
}

.hover\:text-charts-7\/85:hover{
  color: rgb(13 126 160 / 0.85);
}

.hover\:text-charts-7\/90:hover{
  color: rgb(13 126 160 / 0.9);
}

.hover\:text-charts-7\/95:hover{
  color: rgb(13 126 160 / 0.95);
}

.hover\:text-charts-8:hover{
  --tw-text-opacity: 1;
  color: rgb(159 24 83 / var(--tw-text-opacity, 1));
}

.hover\:text-charts-8\/0:hover{
  color: rgb(159 24 83 / 0);
}

.hover\:text-charts-8\/10:hover{
  color: rgb(159 24 83 / 0.1);
}

.hover\:text-charts-8\/100:hover{
  color: rgb(159 24 83 / 1);
}

.hover\:text-charts-8\/15:hover{
  color: rgb(159 24 83 / 0.15);
}

.hover\:text-charts-8\/20:hover{
  color: rgb(159 24 83 / 0.2);
}

.hover\:text-charts-8\/25:hover{
  color: rgb(159 24 83 / 0.25);
}

.hover\:text-charts-8\/30:hover{
  color: rgb(159 24 83 / 0.3);
}

.hover\:text-charts-8\/35:hover{
  color: rgb(159 24 83 / 0.35);
}

.hover\:text-charts-8\/40:hover{
  color: rgb(159 24 83 / 0.4);
}

.hover\:text-charts-8\/45:hover{
  color: rgb(159 24 83 / 0.45);
}

.hover\:text-charts-8\/5:hover{
  color: rgb(159 24 83 / 0.05);
}

.hover\:text-charts-8\/50:hover{
  color: rgb(159 24 83 / 0.5);
}

.hover\:text-charts-8\/55:hover{
  color: rgb(159 24 83 / 0.55);
}

.hover\:text-charts-8\/60:hover{
  color: rgb(159 24 83 / 0.6);
}

.hover\:text-charts-8\/65:hover{
  color: rgb(159 24 83 / 0.65);
}

.hover\:text-charts-8\/70:hover{
  color: rgb(159 24 83 / 0.7);
}

.hover\:text-charts-8\/75:hover{
  color: rgb(159 24 83 / 0.75);
}

.hover\:text-charts-8\/80:hover{
  color: rgb(159 24 83 / 0.8);
}

.hover\:text-charts-8\/85:hover{
  color: rgb(159 24 83 / 0.85);
}

.hover\:text-charts-8\/90:hover{
  color: rgb(159 24 83 / 0.9);
}

.hover\:text-charts-8\/95:hover{
  color: rgb(159 24 83 / 0.95);
}

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

.hover\:text-charts-9\/0:hover{
  color: rgb(255 186 0 / 0);
}

.hover\:text-charts-9\/10:hover{
  color: rgb(255 186 0 / 0.1);
}

.hover\:text-charts-9\/100:hover{
  color: rgb(255 186 0 / 1);
}

.hover\:text-charts-9\/15:hover{
  color: rgb(255 186 0 / 0.15);
}

.hover\:text-charts-9\/20:hover{
  color: rgb(255 186 0 / 0.2);
}

.hover\:text-charts-9\/25:hover{
  color: rgb(255 186 0 / 0.25);
}

.hover\:text-charts-9\/30:hover{
  color: rgb(255 186 0 / 0.3);
}

.hover\:text-charts-9\/35:hover{
  color: rgb(255 186 0 / 0.35);
}

.hover\:text-charts-9\/40:hover{
  color: rgb(255 186 0 / 0.4);
}

.hover\:text-charts-9\/45:hover{
  color: rgb(255 186 0 / 0.45);
}

.hover\:text-charts-9\/5:hover{
  color: rgb(255 186 0 / 0.05);
}

.hover\:text-charts-9\/50:hover{
  color: rgb(255 186 0 / 0.5);
}

.hover\:text-charts-9\/55:hover{
  color: rgb(255 186 0 / 0.55);
}

.hover\:text-charts-9\/60:hover{
  color: rgb(255 186 0 / 0.6);
}

.hover\:text-charts-9\/65:hover{
  color: rgb(255 186 0 / 0.65);
}

.hover\:text-charts-9\/70:hover{
  color: rgb(255 186 0 / 0.7);
}

.hover\:text-charts-9\/75:hover{
  color: rgb(255 186 0 / 0.75);
}

.hover\:text-charts-9\/80:hover{
  color: rgb(255 186 0 / 0.8);
}

.hover\:text-charts-9\/85:hover{
  color: rgb(255 186 0 / 0.85);
}

.hover\:text-charts-9\/90:hover{
  color: rgb(255 186 0 / 0.9);
}

.hover\:text-charts-9\/95:hover{
  color: rgb(255 186 0 / 0.95);
}

.hover\:text-error-100:hover{
  --tw-text-opacity: 1;
  color: rgb(217 0 7 / var(--tw-text-opacity, 1));
}

.hover\:text-error-100\/0:hover{
  color: rgb(217 0 7 / 0);
}

.hover\:text-error-100\/10:hover{
  color: rgb(217 0 7 / 0.1);
}

.hover\:text-error-100\/100:hover{
  color: rgb(217 0 7 / 1);
}

.hover\:text-error-100\/15:hover{
  color: rgb(217 0 7 / 0.15);
}

.hover\:text-error-100\/20:hover{
  color: rgb(217 0 7 / 0.2);
}

.hover\:text-error-100\/25:hover{
  color: rgb(217 0 7 / 0.25);
}

.hover\:text-error-100\/30:hover{
  color: rgb(217 0 7 / 0.3);
}

.hover\:text-error-100\/35:hover{
  color: rgb(217 0 7 / 0.35);
}

.hover\:text-error-100\/40:hover{
  color: rgb(217 0 7 / 0.4);
}

.hover\:text-error-100\/45:hover{
  color: rgb(217 0 7 / 0.45);
}

.hover\:text-error-100\/5:hover{
  color: rgb(217 0 7 / 0.05);
}

.hover\:text-error-100\/50:hover{
  color: rgb(217 0 7 / 0.5);
}

.hover\:text-error-100\/55:hover{
  color: rgb(217 0 7 / 0.55);
}

.hover\:text-error-100\/60:hover{
  color: rgb(217 0 7 / 0.6);
}

.hover\:text-error-100\/65:hover{
  color: rgb(217 0 7 / 0.65);
}

.hover\:text-error-100\/70:hover{
  color: rgb(217 0 7 / 0.7);
}

.hover\:text-error-100\/75:hover{
  color: rgb(217 0 7 / 0.75);
}

.hover\:text-error-100\/80:hover{
  color: rgb(217 0 7 / 0.8);
}

.hover\:text-error-100\/85:hover{
  color: rgb(217 0 7 / 0.85);
}

.hover\:text-error-100\/90:hover{
  color: rgb(217 0 7 / 0.9);
}

.hover\:text-error-100\/95:hover{
  color: rgb(217 0 7 / 0.95);
}

.hover\:text-error-background:hover{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.hover\:text-error-background\/0:hover{
  color: rgb(254 226 226 / 0);
}

.hover\:text-error-background\/10:hover{
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-error-background\/100:hover{
  color: rgb(254 226 226 / 1);
}

.hover\:text-error-background\/15:hover{
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-error-background\/20:hover{
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-error-background\/25:hover{
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-error-background\/30:hover{
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-error-background\/35:hover{
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-error-background\/40:hover{
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-error-background\/45:hover{
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-error-background\/5:hover{
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-error-background\/50:hover{
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-error-background\/55:hover{
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-error-background\/60:hover{
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-error-background\/65:hover{
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-error-background\/70:hover{
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-error-background\/75:hover{
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-error-background\/80:hover{
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-error-background\/85:hover{
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-error-background\/90:hover{
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-error-background\/95:hover{
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-informational-100:hover{
  --tw-text-opacity: 1;
  color: rgb(35 87 137 / var(--tw-text-opacity, 1));
}

.hover\:text-informational-100\/0:hover{
  color: rgb(35 87 137 / 0);
}

.hover\:text-informational-100\/10:hover{
  color: rgb(35 87 137 / 0.1);
}

.hover\:text-informational-100\/100:hover{
  color: rgb(35 87 137 / 1);
}

.hover\:text-informational-100\/15:hover{
  color: rgb(35 87 137 / 0.15);
}

.hover\:text-informational-100\/20:hover{
  color: rgb(35 87 137 / 0.2);
}

.hover\:text-informational-100\/25:hover{
  color: rgb(35 87 137 / 0.25);
}

.hover\:text-informational-100\/30:hover{
  color: rgb(35 87 137 / 0.3);
}

.hover\:text-informational-100\/35:hover{
  color: rgb(35 87 137 / 0.35);
}

.hover\:text-informational-100\/40:hover{
  color: rgb(35 87 137 / 0.4);
}

.hover\:text-informational-100\/45:hover{
  color: rgb(35 87 137 / 0.45);
}

.hover\:text-informational-100\/5:hover{
  color: rgb(35 87 137 / 0.05);
}

.hover\:text-informational-100\/50:hover{
  color: rgb(35 87 137 / 0.5);
}

.hover\:text-informational-100\/55:hover{
  color: rgb(35 87 137 / 0.55);
}

.hover\:text-informational-100\/60:hover{
  color: rgb(35 87 137 / 0.6);
}

.hover\:text-informational-100\/65:hover{
  color: rgb(35 87 137 / 0.65);
}

.hover\:text-informational-100\/70:hover{
  color: rgb(35 87 137 / 0.7);
}

.hover\:text-informational-100\/75:hover{
  color: rgb(35 87 137 / 0.75);
}

.hover\:text-informational-100\/80:hover{
  color: rgb(35 87 137 / 0.8);
}

.hover\:text-informational-100\/85:hover{
  color: rgb(35 87 137 / 0.85);
}

.hover\:text-informational-100\/90:hover{
  color: rgb(35 87 137 / 0.9);
}

.hover\:text-informational-100\/95:hover{
  color: rgb(35 87 137 / 0.95);
}

.hover\:text-informational-background:hover{
  --tw-text-opacity: 1;
  color: rgb(226 241 254 / var(--tw-text-opacity, 1));
}

.hover\:text-informational-background\/0:hover{
  color: rgb(226 241 254 / 0);
}

.hover\:text-informational-background\/10:hover{
  color: rgb(226 241 254 / 0.1);
}

.hover\:text-informational-background\/100:hover{
  color: rgb(226 241 254 / 1);
}

.hover\:text-informational-background\/15:hover{
  color: rgb(226 241 254 / 0.15);
}

.hover\:text-informational-background\/20:hover{
  color: rgb(226 241 254 / 0.2);
}

.hover\:text-informational-background\/25:hover{
  color: rgb(226 241 254 / 0.25);
}

.hover\:text-informational-background\/30:hover{
  color: rgb(226 241 254 / 0.3);
}

.hover\:text-informational-background\/35:hover{
  color: rgb(226 241 254 / 0.35);
}

.hover\:text-informational-background\/40:hover{
  color: rgb(226 241 254 / 0.4);
}

.hover\:text-informational-background\/45:hover{
  color: rgb(226 241 254 / 0.45);
}

.hover\:text-informational-background\/5:hover{
  color: rgb(226 241 254 / 0.05);
}

.hover\:text-informational-background\/50:hover{
  color: rgb(226 241 254 / 0.5);
}

.hover\:text-informational-background\/55:hover{
  color: rgb(226 241 254 / 0.55);
}

.hover\:text-informational-background\/60:hover{
  color: rgb(226 241 254 / 0.6);
}

.hover\:text-informational-background\/65:hover{
  color: rgb(226 241 254 / 0.65);
}

.hover\:text-informational-background\/70:hover{
  color: rgb(226 241 254 / 0.7);
}

.hover\:text-informational-background\/75:hover{
  color: rgb(226 241 254 / 0.75);
}

.hover\:text-informational-background\/80:hover{
  color: rgb(226 241 254 / 0.8);
}

.hover\:text-informational-background\/85:hover{
  color: rgb(226 241 254 / 0.85);
}

.hover\:text-informational-background\/90:hover{
  color: rgb(226 241 254 / 0.9);
}

.hover\:text-informational-background\/95:hover{
  color: rgb(226 241 254 / 0.95);
}

.hover\:text-neutral-10:hover{
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-10\/0:hover{
  color: rgb(245 247 250 / 0);
}

.hover\:text-neutral-10\/10:hover{
  color: rgb(245 247 250 / 0.1);
}

.hover\:text-neutral-10\/100:hover{
  color: rgb(245 247 250 / 1);
}

.hover\:text-neutral-10\/15:hover{
  color: rgb(245 247 250 / 0.15);
}

.hover\:text-neutral-10\/20:hover{
  color: rgb(245 247 250 / 0.2);
}

.hover\:text-neutral-10\/25:hover{
  color: rgb(245 247 250 / 0.25);
}

.hover\:text-neutral-10\/30:hover{
  color: rgb(245 247 250 / 0.3);
}

.hover\:text-neutral-10\/35:hover{
  color: rgb(245 247 250 / 0.35);
}

.hover\:text-neutral-10\/40:hover{
  color: rgb(245 247 250 / 0.4);
}

.hover\:text-neutral-10\/45:hover{
  color: rgb(245 247 250 / 0.45);
}

.hover\:text-neutral-10\/5:hover{
  color: rgb(245 247 250 / 0.05);
}

.hover\:text-neutral-10\/50:hover{
  color: rgb(245 247 250 / 0.5);
}

.hover\:text-neutral-10\/55:hover{
  color: rgb(245 247 250 / 0.55);
}

.hover\:text-neutral-10\/60:hover{
  color: rgb(245 247 250 / 0.6);
}

.hover\:text-neutral-10\/65:hover{
  color: rgb(245 247 250 / 0.65);
}

.hover\:text-neutral-10\/70:hover{
  color: rgb(245 247 250 / 0.7);
}

.hover\:text-neutral-10\/75:hover{
  color: rgb(245 247 250 / 0.75);
}

.hover\:text-neutral-10\/80:hover{
  color: rgb(245 247 250 / 0.8);
}

.hover\:text-neutral-10\/85:hover{
  color: rgb(245 247 250 / 0.85);
}

.hover\:text-neutral-10\/90:hover{
  color: rgb(245 247 250 / 0.9);
}

.hover\:text-neutral-10\/95:hover{
  color: rgb(245 247 250 / 0.95);
}

.hover\:text-neutral-100:hover{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-100\/0:hover{
  color: rgb(26 26 26 / 0);
}

.hover\:text-neutral-100\/10:hover{
  color: rgb(26 26 26 / 0.1);
}

.hover\:text-neutral-100\/100:hover{
  color: rgb(26 26 26 / 1);
}

.hover\:text-neutral-100\/15:hover{
  color: rgb(26 26 26 / 0.15);
}

.hover\:text-neutral-100\/20:hover{
  color: rgb(26 26 26 / 0.2);
}

.hover\:text-neutral-100\/25:hover{
  color: rgb(26 26 26 / 0.25);
}

.hover\:text-neutral-100\/30:hover{
  color: rgb(26 26 26 / 0.3);
}

.hover\:text-neutral-100\/35:hover{
  color: rgb(26 26 26 / 0.35);
}

.hover\:text-neutral-100\/40:hover{
  color: rgb(26 26 26 / 0.4);
}

.hover\:text-neutral-100\/45:hover{
  color: rgb(26 26 26 / 0.45);
}

.hover\:text-neutral-100\/5:hover{
  color: rgb(26 26 26 / 0.05);
}

.hover\:text-neutral-100\/50:hover{
  color: rgb(26 26 26 / 0.5);
}

.hover\:text-neutral-100\/55:hover{
  color: rgb(26 26 26 / 0.55);
}

.hover\:text-neutral-100\/60:hover{
  color: rgb(26 26 26 / 0.6);
}

.hover\:text-neutral-100\/65:hover{
  color: rgb(26 26 26 / 0.65);
}

.hover\:text-neutral-100\/70:hover{
  color: rgb(26 26 26 / 0.7);
}

.hover\:text-neutral-100\/75:hover{
  color: rgb(26 26 26 / 0.75);
}

.hover\:text-neutral-100\/80:hover{
  color: rgb(26 26 26 / 0.8);
}

.hover\:text-neutral-100\/85:hover{
  color: rgb(26 26 26 / 0.85);
}

.hover\:text-neutral-100\/90:hover{
  color: rgb(26 26 26 / 0.9);
}

.hover\:text-neutral-100\/95:hover{
  color: rgb(26 26 26 / 0.95);
}

.hover\:text-neutral-20:hover{
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-20\/0:hover{
  color: rgb(227 227 227 / 0);
}

.hover\:text-neutral-20\/10:hover{
  color: rgb(227 227 227 / 0.1);
}

.hover\:text-neutral-20\/100:hover{
  color: rgb(227 227 227 / 1);
}

.hover\:text-neutral-20\/15:hover{
  color: rgb(227 227 227 / 0.15);
}

.hover\:text-neutral-20\/20:hover{
  color: rgb(227 227 227 / 0.2);
}

.hover\:text-neutral-20\/25:hover{
  color: rgb(227 227 227 / 0.25);
}

.hover\:text-neutral-20\/30:hover{
  color: rgb(227 227 227 / 0.3);
}

.hover\:text-neutral-20\/35:hover{
  color: rgb(227 227 227 / 0.35);
}

.hover\:text-neutral-20\/40:hover{
  color: rgb(227 227 227 / 0.4);
}

.hover\:text-neutral-20\/45:hover{
  color: rgb(227 227 227 / 0.45);
}

.hover\:text-neutral-20\/5:hover{
  color: rgb(227 227 227 / 0.05);
}

.hover\:text-neutral-20\/50:hover{
  color: rgb(227 227 227 / 0.5);
}

.hover\:text-neutral-20\/55:hover{
  color: rgb(227 227 227 / 0.55);
}

.hover\:text-neutral-20\/60:hover{
  color: rgb(227 227 227 / 0.6);
}

.hover\:text-neutral-20\/65:hover{
  color: rgb(227 227 227 / 0.65);
}

.hover\:text-neutral-20\/70:hover{
  color: rgb(227 227 227 / 0.7);
}

.hover\:text-neutral-20\/75:hover{
  color: rgb(227 227 227 / 0.75);
}

.hover\:text-neutral-20\/80:hover{
  color: rgb(227 227 227 / 0.8);
}

.hover\:text-neutral-20\/85:hover{
  color: rgb(227 227 227 / 0.85);
}

.hover\:text-neutral-20\/90:hover{
  color: rgb(227 227 227 / 0.9);
}

.hover\:text-neutral-20\/95:hover{
  color: rgb(227 227 227 / 0.95);
}

.hover\:text-neutral-30:hover{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-30\/0:hover{
  color: rgb(199 199 199 / 0);
}

.hover\:text-neutral-30\/10:hover{
  color: rgb(199 199 199 / 0.1);
}

.hover\:text-neutral-30\/100:hover{
  color: rgb(199 199 199 / 1);
}

.hover\:text-neutral-30\/15:hover{
  color: rgb(199 199 199 / 0.15);
}

.hover\:text-neutral-30\/20:hover{
  color: rgb(199 199 199 / 0.2);
}

.hover\:text-neutral-30\/25:hover{
  color: rgb(199 199 199 / 0.25);
}

.hover\:text-neutral-30\/30:hover{
  color: rgb(199 199 199 / 0.3);
}

.hover\:text-neutral-30\/35:hover{
  color: rgb(199 199 199 / 0.35);
}

.hover\:text-neutral-30\/40:hover{
  color: rgb(199 199 199 / 0.4);
}

.hover\:text-neutral-30\/45:hover{
  color: rgb(199 199 199 / 0.45);
}

.hover\:text-neutral-30\/5:hover{
  color: rgb(199 199 199 / 0.05);
}

.hover\:text-neutral-30\/50:hover{
  color: rgb(199 199 199 / 0.5);
}

.hover\:text-neutral-30\/55:hover{
  color: rgb(199 199 199 / 0.55);
}

.hover\:text-neutral-30\/60:hover{
  color: rgb(199 199 199 / 0.6);
}

.hover\:text-neutral-30\/65:hover{
  color: rgb(199 199 199 / 0.65);
}

.hover\:text-neutral-30\/70:hover{
  color: rgb(199 199 199 / 0.7);
}

.hover\:text-neutral-30\/75:hover{
  color: rgb(199 199 199 / 0.75);
}

.hover\:text-neutral-30\/80:hover{
  color: rgb(199 199 199 / 0.8);
}

.hover\:text-neutral-30\/85:hover{
  color: rgb(199 199 199 / 0.85);
}

.hover\:text-neutral-30\/90:hover{
  color: rgb(199 199 199 / 0.9);
}

.hover\:text-neutral-30\/95:hover{
  color: rgb(199 199 199 / 0.95);
}

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

.hover\:text-neutral-40\/0:hover{
  color: rgb(172 172 172 / 0);
}

.hover\:text-neutral-40\/10:hover{
  color: rgb(172 172 172 / 0.1);
}

.hover\:text-neutral-40\/100:hover{
  color: rgb(172 172 172 / 1);
}

.hover\:text-neutral-40\/15:hover{
  color: rgb(172 172 172 / 0.15);
}

.hover\:text-neutral-40\/20:hover{
  color: rgb(172 172 172 / 0.2);
}

.hover\:text-neutral-40\/25:hover{
  color: rgb(172 172 172 / 0.25);
}

.hover\:text-neutral-40\/30:hover{
  color: rgb(172 172 172 / 0.3);
}

.hover\:text-neutral-40\/35:hover{
  color: rgb(172 172 172 / 0.35);
}

.hover\:text-neutral-40\/40:hover{
  color: rgb(172 172 172 / 0.4);
}

.hover\:text-neutral-40\/45:hover{
  color: rgb(172 172 172 / 0.45);
}

.hover\:text-neutral-40\/5:hover{
  color: rgb(172 172 172 / 0.05);
}

.hover\:text-neutral-40\/50:hover{
  color: rgb(172 172 172 / 0.5);
}

.hover\:text-neutral-40\/55:hover{
  color: rgb(172 172 172 / 0.55);
}

.hover\:text-neutral-40\/60:hover{
  color: rgb(172 172 172 / 0.6);
}

.hover\:text-neutral-40\/65:hover{
  color: rgb(172 172 172 / 0.65);
}

.hover\:text-neutral-40\/70:hover{
  color: rgb(172 172 172 / 0.7);
}

.hover\:text-neutral-40\/75:hover{
  color: rgb(172 172 172 / 0.75);
}

.hover\:text-neutral-40\/80:hover{
  color: rgb(172 172 172 / 0.8);
}

.hover\:text-neutral-40\/85:hover{
  color: rgb(172 172 172 / 0.85);
}

.hover\:text-neutral-40\/90:hover{
  color: rgb(172 172 172 / 0.9);
}

.hover\:text-neutral-40\/95:hover{
  color: rgb(172 172 172 / 0.95);
}

.hover\:text-neutral-50:hover{
  --tw-text-opacity: 1;
  color: rgb(142 145 146 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-50\/0:hover{
  color: rgb(142 145 146 / 0);
}

.hover\:text-neutral-50\/10:hover{
  color: rgb(142 145 146 / 0.1);
}

.hover\:text-neutral-50\/100:hover{
  color: rgb(142 145 146 / 1);
}

.hover\:text-neutral-50\/15:hover{
  color: rgb(142 145 146 / 0.15);
}

.hover\:text-neutral-50\/20:hover{
  color: rgb(142 145 146 / 0.2);
}

.hover\:text-neutral-50\/25:hover{
  color: rgb(142 145 146 / 0.25);
}

.hover\:text-neutral-50\/30:hover{
  color: rgb(142 145 146 / 0.3);
}

.hover\:text-neutral-50\/35:hover{
  color: rgb(142 145 146 / 0.35);
}

.hover\:text-neutral-50\/40:hover{
  color: rgb(142 145 146 / 0.4);
}

.hover\:text-neutral-50\/45:hover{
  color: rgb(142 145 146 / 0.45);
}

.hover\:text-neutral-50\/5:hover{
  color: rgb(142 145 146 / 0.05);
}

.hover\:text-neutral-50\/50:hover{
  color: rgb(142 145 146 / 0.5);
}

.hover\:text-neutral-50\/55:hover{
  color: rgb(142 145 146 / 0.55);
}

.hover\:text-neutral-50\/60:hover{
  color: rgb(142 145 146 / 0.6);
}

.hover\:text-neutral-50\/65:hover{
  color: rgb(142 145 146 / 0.65);
}

.hover\:text-neutral-50\/70:hover{
  color: rgb(142 145 146 / 0.7);
}

.hover\:text-neutral-50\/75:hover{
  color: rgb(142 145 146 / 0.75);
}

.hover\:text-neutral-50\/80:hover{
  color: rgb(142 145 146 / 0.8);
}

.hover\:text-neutral-50\/85:hover{
  color: rgb(142 145 146 / 0.85);
}

.hover\:text-neutral-50\/90:hover{
  color: rgb(142 145 146 / 0.9);
}

.hover\:text-neutral-50\/95:hover{
  color: rgb(142 145 146 / 0.95);
}

.hover\:text-neutral-60:hover{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-60\/0:hover{
  color: rgb(118 118 118 / 0);
}

.hover\:text-neutral-60\/10:hover{
  color: rgb(118 118 118 / 0.1);
}

.hover\:text-neutral-60\/100:hover{
  color: rgb(118 118 118 / 1);
}

.hover\:text-neutral-60\/15:hover{
  color: rgb(118 118 118 / 0.15);
}

.hover\:text-neutral-60\/20:hover{
  color: rgb(118 118 118 / 0.2);
}

.hover\:text-neutral-60\/25:hover{
  color: rgb(118 118 118 / 0.25);
}

.hover\:text-neutral-60\/30:hover{
  color: rgb(118 118 118 / 0.3);
}

.hover\:text-neutral-60\/35:hover{
  color: rgb(118 118 118 / 0.35);
}

.hover\:text-neutral-60\/40:hover{
  color: rgb(118 118 118 / 0.4);
}

.hover\:text-neutral-60\/45:hover{
  color: rgb(118 118 118 / 0.45);
}

.hover\:text-neutral-60\/5:hover{
  color: rgb(118 118 118 / 0.05);
}

.hover\:text-neutral-60\/50:hover{
  color: rgb(118 118 118 / 0.5);
}

.hover\:text-neutral-60\/55:hover{
  color: rgb(118 118 118 / 0.55);
}

.hover\:text-neutral-60\/60:hover{
  color: rgb(118 118 118 / 0.6);
}

.hover\:text-neutral-60\/65:hover{
  color: rgb(118 118 118 / 0.65);
}

.hover\:text-neutral-60\/70:hover{
  color: rgb(118 118 118 / 0.7);
}

.hover\:text-neutral-60\/75:hover{
  color: rgb(118 118 118 / 0.75);
}

.hover\:text-neutral-60\/80:hover{
  color: rgb(118 118 118 / 0.8);
}

.hover\:text-neutral-60\/85:hover{
  color: rgb(118 118 118 / 0.85);
}

.hover\:text-neutral-60\/90:hover{
  color: rgb(118 118 118 / 0.9);
}

.hover\:text-neutral-60\/95:hover{
  color: rgb(118 118 118 / 0.95);
}

.hover\:text-neutral-70:hover{
  --tw-text-opacity: 1;
  color: rgb(92 95 96 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-70\/0:hover{
  color: rgb(92 95 96 / 0);
}

.hover\:text-neutral-70\/10:hover{
  color: rgb(92 95 96 / 0.1);
}

.hover\:text-neutral-70\/100:hover{
  color: rgb(92 95 96 / 1);
}

.hover\:text-neutral-70\/15:hover{
  color: rgb(92 95 96 / 0.15);
}

.hover\:text-neutral-70\/20:hover{
  color: rgb(92 95 96 / 0.2);
}

.hover\:text-neutral-70\/25:hover{
  color: rgb(92 95 96 / 0.25);
}

.hover\:text-neutral-70\/30:hover{
  color: rgb(92 95 96 / 0.3);
}

.hover\:text-neutral-70\/35:hover{
  color: rgb(92 95 96 / 0.35);
}

.hover\:text-neutral-70\/40:hover{
  color: rgb(92 95 96 / 0.4);
}

.hover\:text-neutral-70\/45:hover{
  color: rgb(92 95 96 / 0.45);
}

.hover\:text-neutral-70\/5:hover{
  color: rgb(92 95 96 / 0.05);
}

.hover\:text-neutral-70\/50:hover{
  color: rgb(92 95 96 / 0.5);
}

.hover\:text-neutral-70\/55:hover{
  color: rgb(92 95 96 / 0.55);
}

.hover\:text-neutral-70\/60:hover{
  color: rgb(92 95 96 / 0.6);
}

.hover\:text-neutral-70\/65:hover{
  color: rgb(92 95 96 / 0.65);
}

.hover\:text-neutral-70\/70:hover{
  color: rgb(92 95 96 / 0.7);
}

.hover\:text-neutral-70\/75:hover{
  color: rgb(92 95 96 / 0.75);
}

.hover\:text-neutral-70\/80:hover{
  color: rgb(92 95 96 / 0.8);
}

.hover\:text-neutral-70\/85:hover{
  color: rgb(92 95 96 / 0.85);
}

.hover\:text-neutral-70\/90:hover{
  color: rgb(92 95 96 / 0.9);
}

.hover\:text-neutral-70\/95:hover{
  color: rgb(92 95 96 / 0.95);
}

.hover\:text-neutral-80:hover{
  --tw-text-opacity: 1;
  color: rgb(68 71 72 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-80\/0:hover{
  color: rgb(68 71 72 / 0);
}

.hover\:text-neutral-80\/10:hover{
  color: rgb(68 71 72 / 0.1);
}

.hover\:text-neutral-80\/100:hover{
  color: rgb(68 71 72 / 1);
}

.hover\:text-neutral-80\/15:hover{
  color: rgb(68 71 72 / 0.15);
}

.hover\:text-neutral-80\/20:hover{
  color: rgb(68 71 72 / 0.2);
}

.hover\:text-neutral-80\/25:hover{
  color: rgb(68 71 72 / 0.25);
}

.hover\:text-neutral-80\/30:hover{
  color: rgb(68 71 72 / 0.3);
}

.hover\:text-neutral-80\/35:hover{
  color: rgb(68 71 72 / 0.35);
}

.hover\:text-neutral-80\/40:hover{
  color: rgb(68 71 72 / 0.4);
}

.hover\:text-neutral-80\/45:hover{
  color: rgb(68 71 72 / 0.45);
}

.hover\:text-neutral-80\/5:hover{
  color: rgb(68 71 72 / 0.05);
}

.hover\:text-neutral-80\/50:hover{
  color: rgb(68 71 72 / 0.5);
}

.hover\:text-neutral-80\/55:hover{
  color: rgb(68 71 72 / 0.55);
}

.hover\:text-neutral-80\/60:hover{
  color: rgb(68 71 72 / 0.6);
}

.hover\:text-neutral-80\/65:hover{
  color: rgb(68 71 72 / 0.65);
}

.hover\:text-neutral-80\/70:hover{
  color: rgb(68 71 72 / 0.7);
}

.hover\:text-neutral-80\/75:hover{
  color: rgb(68 71 72 / 0.75);
}

.hover\:text-neutral-80\/80:hover{
  color: rgb(68 71 72 / 0.8);
}

.hover\:text-neutral-80\/85:hover{
  color: rgb(68 71 72 / 0.85);
}

.hover\:text-neutral-80\/90:hover{
  color: rgb(68 71 72 / 0.9);
}

.hover\:text-neutral-80\/95:hover{
  color: rgb(68 71 72 / 0.95);
}

.hover\:text-neutral-90:hover{
  --tw-text-opacity: 1;
  color: rgb(45 49 50 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-90\/0:hover{
  color: rgb(45 49 50 / 0);
}

.hover\:text-neutral-90\/10:hover{
  color: rgb(45 49 50 / 0.1);
}

.hover\:text-neutral-90\/100:hover{
  color: rgb(45 49 50 / 1);
}

.hover\:text-neutral-90\/15:hover{
  color: rgb(45 49 50 / 0.15);
}

.hover\:text-neutral-90\/20:hover{
  color: rgb(45 49 50 / 0.2);
}

.hover\:text-neutral-90\/25:hover{
  color: rgb(45 49 50 / 0.25);
}

.hover\:text-neutral-90\/30:hover{
  color: rgb(45 49 50 / 0.3);
}

.hover\:text-neutral-90\/35:hover{
  color: rgb(45 49 50 / 0.35);
}

.hover\:text-neutral-90\/40:hover{
  color: rgb(45 49 50 / 0.4);
}

.hover\:text-neutral-90\/45:hover{
  color: rgb(45 49 50 / 0.45);
}

.hover\:text-neutral-90\/5:hover{
  color: rgb(45 49 50 / 0.05);
}

.hover\:text-neutral-90\/50:hover{
  color: rgb(45 49 50 / 0.5);
}

.hover\:text-neutral-90\/55:hover{
  color: rgb(45 49 50 / 0.55);
}

.hover\:text-neutral-90\/60:hover{
  color: rgb(45 49 50 / 0.6);
}

.hover\:text-neutral-90\/65:hover{
  color: rgb(45 49 50 / 0.65);
}

.hover\:text-neutral-90\/70:hover{
  color: rgb(45 49 50 / 0.7);
}

.hover\:text-neutral-90\/75:hover{
  color: rgb(45 49 50 / 0.75);
}

.hover\:text-neutral-90\/80:hover{
  color: rgb(45 49 50 / 0.8);
}

.hover\:text-neutral-90\/85:hover{
  color: rgb(45 49 50 / 0.85);
}

.hover\:text-neutral-90\/90:hover{
  color: rgb(45 49 50 / 0.9);
}

.hover\:text-neutral-90\/95:hover{
  color: rgb(45 49 50 / 0.95);
}

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

.hover\:text-primary-10\/0:hover{
  color: rgb(226 248 255 / 0);
}

.hover\:text-primary-10\/10:hover{
  color: rgb(226 248 255 / 0.1);
}

.hover\:text-primary-10\/100:hover{
  color: rgb(226 248 255 / 1);
}

.hover\:text-primary-10\/15:hover{
  color: rgb(226 248 255 / 0.15);
}

.hover\:text-primary-10\/20:hover{
  color: rgb(226 248 255 / 0.2);
}

.hover\:text-primary-10\/25:hover{
  color: rgb(226 248 255 / 0.25);
}

.hover\:text-primary-10\/30:hover{
  color: rgb(226 248 255 / 0.3);
}

.hover\:text-primary-10\/35:hover{
  color: rgb(226 248 255 / 0.35);
}

.hover\:text-primary-10\/40:hover{
  color: rgb(226 248 255 / 0.4);
}

.hover\:text-primary-10\/45:hover{
  color: rgb(226 248 255 / 0.45);
}

.hover\:text-primary-10\/5:hover{
  color: rgb(226 248 255 / 0.05);
}

.hover\:text-primary-10\/50:hover{
  color: rgb(226 248 255 / 0.5);
}

.hover\:text-primary-10\/55:hover{
  color: rgb(226 248 255 / 0.55);
}

.hover\:text-primary-10\/60:hover{
  color: rgb(226 248 255 / 0.6);
}

.hover\:text-primary-10\/65:hover{
  color: rgb(226 248 255 / 0.65);
}

.hover\:text-primary-10\/70:hover{
  color: rgb(226 248 255 / 0.7);
}

.hover\:text-primary-10\/75:hover{
  color: rgb(226 248 255 / 0.75);
}

.hover\:text-primary-10\/80:hover{
  color: rgb(226 248 255 / 0.8);
}

.hover\:text-primary-10\/85:hover{
  color: rgb(226 248 255 / 0.85);
}

.hover\:text-primary-10\/90:hover{
  color: rgb(226 248 255 / 0.9);
}

.hover\:text-primary-10\/95:hover{
  color: rgb(226 248 255 / 0.95);
}

.hover\:text-primary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(0 30 43 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100\/0:hover{
  color: rgb(0 30 43 / 0);
}

.hover\:text-primary-100\/10:hover{
  color: rgb(0 30 43 / 0.1);
}

.hover\:text-primary-100\/100:hover{
  color: rgb(0 30 43 / 1);
}

.hover\:text-primary-100\/15:hover{
  color: rgb(0 30 43 / 0.15);
}

.hover\:text-primary-100\/20:hover{
  color: rgb(0 30 43 / 0.2);
}

.hover\:text-primary-100\/25:hover{
  color: rgb(0 30 43 / 0.25);
}

.hover\:text-primary-100\/30:hover{
  color: rgb(0 30 43 / 0.3);
}

.hover\:text-primary-100\/35:hover{
  color: rgb(0 30 43 / 0.35);
}

.hover\:text-primary-100\/40:hover{
  color: rgb(0 30 43 / 0.4);
}

.hover\:text-primary-100\/45:hover{
  color: rgb(0 30 43 / 0.45);
}

.hover\:text-primary-100\/5:hover{
  color: rgb(0 30 43 / 0.05);
}

.hover\:text-primary-100\/50:hover{
  color: rgb(0 30 43 / 0.5);
}

.hover\:text-primary-100\/55:hover{
  color: rgb(0 30 43 / 0.55);
}

.hover\:text-primary-100\/60:hover{
  color: rgb(0 30 43 / 0.6);
}

.hover\:text-primary-100\/65:hover{
  color: rgb(0 30 43 / 0.65);
}

.hover\:text-primary-100\/70:hover{
  color: rgb(0 30 43 / 0.7);
}

.hover\:text-primary-100\/75:hover{
  color: rgb(0 30 43 / 0.75);
}

.hover\:text-primary-100\/80:hover{
  color: rgb(0 30 43 / 0.8);
}

.hover\:text-primary-100\/85:hover{
  color: rgb(0 30 43 / 0.85);
}

.hover\:text-primary-100\/90:hover{
  color: rgb(0 30 43 / 0.9);
}

.hover\:text-primary-100\/95:hover{
  color: rgb(0 30 43 / 0.95);
}

.hover\:text-primary-15:hover{
  --tw-text-opacity: 1;
  color: rgb(213 243 253 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-15\/0:hover{
  color: rgb(213 243 253 / 0);
}

.hover\:text-primary-15\/10:hover{
  color: rgb(213 243 253 / 0.1);
}

.hover\:text-primary-15\/100:hover{
  color: rgb(213 243 253 / 1);
}

.hover\:text-primary-15\/15:hover{
  color: rgb(213 243 253 / 0.15);
}

.hover\:text-primary-15\/20:hover{
  color: rgb(213 243 253 / 0.2);
}

.hover\:text-primary-15\/25:hover{
  color: rgb(213 243 253 / 0.25);
}

.hover\:text-primary-15\/30:hover{
  color: rgb(213 243 253 / 0.3);
}

.hover\:text-primary-15\/35:hover{
  color: rgb(213 243 253 / 0.35);
}

.hover\:text-primary-15\/40:hover{
  color: rgb(213 243 253 / 0.4);
}

.hover\:text-primary-15\/45:hover{
  color: rgb(213 243 253 / 0.45);
}

.hover\:text-primary-15\/5:hover{
  color: rgb(213 243 253 / 0.05);
}

.hover\:text-primary-15\/50:hover{
  color: rgb(213 243 253 / 0.5);
}

.hover\:text-primary-15\/55:hover{
  color: rgb(213 243 253 / 0.55);
}

.hover\:text-primary-15\/60:hover{
  color: rgb(213 243 253 / 0.6);
}

.hover\:text-primary-15\/65:hover{
  color: rgb(213 243 253 / 0.65);
}

.hover\:text-primary-15\/70:hover{
  color: rgb(213 243 253 / 0.7);
}

.hover\:text-primary-15\/75:hover{
  color: rgb(213 243 253 / 0.75);
}

.hover\:text-primary-15\/80:hover{
  color: rgb(213 243 253 / 0.8);
}

.hover\:text-primary-15\/85:hover{
  color: rgb(213 243 253 / 0.85);
}

.hover\:text-primary-15\/90:hover{
  color: rgb(213 243 253 / 0.9);
}

.hover\:text-primary-15\/95:hover{
  color: rgb(213 243 253 / 0.95);
}

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

.hover\:text-primary-20\/0:hover{
  color: rgb(188 235 255 / 0);
}

.hover\:text-primary-20\/10:hover{
  color: rgb(188 235 255 / 0.1);
}

.hover\:text-primary-20\/100:hover{
  color: rgb(188 235 255 / 1);
}

.hover\:text-primary-20\/15:hover{
  color: rgb(188 235 255 / 0.15);
}

.hover\:text-primary-20\/20:hover{
  color: rgb(188 235 255 / 0.2);
}

.hover\:text-primary-20\/25:hover{
  color: rgb(188 235 255 / 0.25);
}

.hover\:text-primary-20\/30:hover{
  color: rgb(188 235 255 / 0.3);
}

.hover\:text-primary-20\/35:hover{
  color: rgb(188 235 255 / 0.35);
}

.hover\:text-primary-20\/40:hover{
  color: rgb(188 235 255 / 0.4);
}

.hover\:text-primary-20\/45:hover{
  color: rgb(188 235 255 / 0.45);
}

.hover\:text-primary-20\/5:hover{
  color: rgb(188 235 255 / 0.05);
}

.hover\:text-primary-20\/50:hover{
  color: rgb(188 235 255 / 0.5);
}

.hover\:text-primary-20\/55:hover{
  color: rgb(188 235 255 / 0.55);
}

.hover\:text-primary-20\/60:hover{
  color: rgb(188 235 255 / 0.6);
}

.hover\:text-primary-20\/65:hover{
  color: rgb(188 235 255 / 0.65);
}

.hover\:text-primary-20\/70:hover{
  color: rgb(188 235 255 / 0.7);
}

.hover\:text-primary-20\/75:hover{
  color: rgb(188 235 255 / 0.75);
}

.hover\:text-primary-20\/80:hover{
  color: rgb(188 235 255 / 0.8);
}

.hover\:text-primary-20\/85:hover{
  color: rgb(188 235 255 / 0.85);
}

.hover\:text-primary-20\/90:hover{
  color: rgb(188 235 255 / 0.9);
}

.hover\:text-primary-20\/95:hover{
  color: rgb(188 235 255 / 0.95);
}

.hover\:text-primary-30:hover{
  --tw-text-opacity: 1;
  color: rgb(126 211 247 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-30\/0:hover{
  color: rgb(126 211 247 / 0);
}

.hover\:text-primary-30\/10:hover{
  color: rgb(126 211 247 / 0.1);
}

.hover\:text-primary-30\/100:hover{
  color: rgb(126 211 247 / 1);
}

.hover\:text-primary-30\/15:hover{
  color: rgb(126 211 247 / 0.15);
}

.hover\:text-primary-30\/20:hover{
  color: rgb(126 211 247 / 0.2);
}

.hover\:text-primary-30\/25:hover{
  color: rgb(126 211 247 / 0.25);
}

.hover\:text-primary-30\/30:hover{
  color: rgb(126 211 247 / 0.3);
}

.hover\:text-primary-30\/35:hover{
  color: rgb(126 211 247 / 0.35);
}

.hover\:text-primary-30\/40:hover{
  color: rgb(126 211 247 / 0.4);
}

.hover\:text-primary-30\/45:hover{
  color: rgb(126 211 247 / 0.45);
}

.hover\:text-primary-30\/5:hover{
  color: rgb(126 211 247 / 0.05);
}

.hover\:text-primary-30\/50:hover{
  color: rgb(126 211 247 / 0.5);
}

.hover\:text-primary-30\/55:hover{
  color: rgb(126 211 247 / 0.55);
}

.hover\:text-primary-30\/60:hover{
  color: rgb(126 211 247 / 0.6);
}

.hover\:text-primary-30\/65:hover{
  color: rgb(126 211 247 / 0.65);
}

.hover\:text-primary-30\/70:hover{
  color: rgb(126 211 247 / 0.7);
}

.hover\:text-primary-30\/75:hover{
  color: rgb(126 211 247 / 0.75);
}

.hover\:text-primary-30\/80:hover{
  color: rgb(126 211 247 / 0.8);
}

.hover\:text-primary-30\/85:hover{
  color: rgb(126 211 247 / 0.85);
}

.hover\:text-primary-30\/90:hover{
  color: rgb(126 211 247 / 0.9);
}

.hover\:text-primary-30\/95:hover{
  color: rgb(126 211 247 / 0.95);
}

.hover\:text-primary-40:hover{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-40\/0:hover{
  color: rgb(61 181 230 / 0);
}

.hover\:text-primary-40\/10:hover{
  color: rgb(61 181 230 / 0.1);
}

.hover\:text-primary-40\/100:hover{
  color: rgb(61 181 230 / 1);
}

.hover\:text-primary-40\/15:hover{
  color: rgb(61 181 230 / 0.15);
}

.hover\:text-primary-40\/20:hover{
  color: rgb(61 181 230 / 0.2);
}

.hover\:text-primary-40\/25:hover{
  color: rgb(61 181 230 / 0.25);
}

.hover\:text-primary-40\/30:hover{
  color: rgb(61 181 230 / 0.3);
}

.hover\:text-primary-40\/35:hover{
  color: rgb(61 181 230 / 0.35);
}

.hover\:text-primary-40\/40:hover{
  color: rgb(61 181 230 / 0.4);
}

.hover\:text-primary-40\/45:hover{
  color: rgb(61 181 230 / 0.45);
}

.hover\:text-primary-40\/5:hover{
  color: rgb(61 181 230 / 0.05);
}

.hover\:text-primary-40\/50:hover{
  color: rgb(61 181 230 / 0.5);
}

.hover\:text-primary-40\/55:hover{
  color: rgb(61 181 230 / 0.55);
}

.hover\:text-primary-40\/60:hover{
  color: rgb(61 181 230 / 0.6);
}

.hover\:text-primary-40\/65:hover{
  color: rgb(61 181 230 / 0.65);
}

.hover\:text-primary-40\/70:hover{
  color: rgb(61 181 230 / 0.7);
}

.hover\:text-primary-40\/75:hover{
  color: rgb(61 181 230 / 0.75);
}

.hover\:text-primary-40\/80:hover{
  color: rgb(61 181 230 / 0.8);
}

.hover\:text-primary-40\/85:hover{
  color: rgb(61 181 230 / 0.85);
}

.hover\:text-primary-40\/90:hover{
  color: rgb(61 181 230 / 0.9);
}

.hover\:text-primary-40\/95:hover{
  color: rgb(61 181 230 / 0.95);
}

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

.hover\:text-primary-5\/0:hover{
  color: rgb(240 252 255 / 0);
}

.hover\:text-primary-5\/10:hover{
  color: rgb(240 252 255 / 0.1);
}

.hover\:text-primary-5\/100:hover{
  color: rgb(240 252 255 / 1);
}

.hover\:text-primary-5\/15:hover{
  color: rgb(240 252 255 / 0.15);
}

.hover\:text-primary-5\/20:hover{
  color: rgb(240 252 255 / 0.2);
}

.hover\:text-primary-5\/25:hover{
  color: rgb(240 252 255 / 0.25);
}

.hover\:text-primary-5\/30:hover{
  color: rgb(240 252 255 / 0.3);
}

.hover\:text-primary-5\/35:hover{
  color: rgb(240 252 255 / 0.35);
}

.hover\:text-primary-5\/40:hover{
  color: rgb(240 252 255 / 0.4);
}

.hover\:text-primary-5\/45:hover{
  color: rgb(240 252 255 / 0.45);
}

.hover\:text-primary-5\/5:hover{
  color: rgb(240 252 255 / 0.05);
}

.hover\:text-primary-5\/50:hover{
  color: rgb(240 252 255 / 0.5);
}

.hover\:text-primary-5\/55:hover{
  color: rgb(240 252 255 / 0.55);
}

.hover\:text-primary-5\/60:hover{
  color: rgb(240 252 255 / 0.6);
}

.hover\:text-primary-5\/65:hover{
  color: rgb(240 252 255 / 0.65);
}

.hover\:text-primary-5\/70:hover{
  color: rgb(240 252 255 / 0.7);
}

.hover\:text-primary-5\/75:hover{
  color: rgb(240 252 255 / 0.75);
}

.hover\:text-primary-5\/80:hover{
  color: rgb(240 252 255 / 0.8);
}

.hover\:text-primary-5\/85:hover{
  color: rgb(240 252 255 / 0.85);
}

.hover\:text-primary-5\/90:hover{
  color: rgb(240 252 255 / 0.9);
}

.hover\:text-primary-5\/95:hover{
  color: rgb(240 252 255 / 0.95);
}

.hover\:text-primary-50:hover{
  --tw-text-opacity: 1;
  color: rgb(4 156 204 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-50\/0:hover{
  color: rgb(4 156 204 / 0);
}

.hover\:text-primary-50\/10:hover{
  color: rgb(4 156 204 / 0.1);
}

.hover\:text-primary-50\/100:hover{
  color: rgb(4 156 204 / 1);
}

.hover\:text-primary-50\/15:hover{
  color: rgb(4 156 204 / 0.15);
}

.hover\:text-primary-50\/20:hover{
  color: rgb(4 156 204 / 0.2);
}

.hover\:text-primary-50\/25:hover{
  color: rgb(4 156 204 / 0.25);
}

.hover\:text-primary-50\/30:hover{
  color: rgb(4 156 204 / 0.3);
}

.hover\:text-primary-50\/35:hover{
  color: rgb(4 156 204 / 0.35);
}

.hover\:text-primary-50\/40:hover{
  color: rgb(4 156 204 / 0.4);
}

.hover\:text-primary-50\/45:hover{
  color: rgb(4 156 204 / 0.45);
}

.hover\:text-primary-50\/5:hover{
  color: rgb(4 156 204 / 0.05);
}

.hover\:text-primary-50\/50:hover{
  color: rgb(4 156 204 / 0.5);
}

.hover\:text-primary-50\/55:hover{
  color: rgb(4 156 204 / 0.55);
}

.hover\:text-primary-50\/60:hover{
  color: rgb(4 156 204 / 0.6);
}

.hover\:text-primary-50\/65:hover{
  color: rgb(4 156 204 / 0.65);
}

.hover\:text-primary-50\/70:hover{
  color: rgb(4 156 204 / 0.7);
}

.hover\:text-primary-50\/75:hover{
  color: rgb(4 156 204 / 0.75);
}

.hover\:text-primary-50\/80:hover{
  color: rgb(4 156 204 / 0.8);
}

.hover\:text-primary-50\/85:hover{
  color: rgb(4 156 204 / 0.85);
}

.hover\:text-primary-50\/90:hover{
  color: rgb(4 156 204 / 0.9);
}

.hover\:text-primary-50\/95:hover{
  color: rgb(4 156 204 / 0.95);
}

.hover\:text-primary-60:hover{
  --tw-text-opacity: 1;
  color: rgb(0 127 176 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-60\/0:hover{
  color: rgb(0 127 176 / 0);
}

.hover\:text-primary-60\/10:hover{
  color: rgb(0 127 176 / 0.1);
}

.hover\:text-primary-60\/100:hover{
  color: rgb(0 127 176 / 1);
}

.hover\:text-primary-60\/15:hover{
  color: rgb(0 127 176 / 0.15);
}

.hover\:text-primary-60\/20:hover{
  color: rgb(0 127 176 / 0.2);
}

.hover\:text-primary-60\/25:hover{
  color: rgb(0 127 176 / 0.25);
}

.hover\:text-primary-60\/30:hover{
  color: rgb(0 127 176 / 0.3);
}

.hover\:text-primary-60\/35:hover{
  color: rgb(0 127 176 / 0.35);
}

.hover\:text-primary-60\/40:hover{
  color: rgb(0 127 176 / 0.4);
}

.hover\:text-primary-60\/45:hover{
  color: rgb(0 127 176 / 0.45);
}

.hover\:text-primary-60\/5:hover{
  color: rgb(0 127 176 / 0.05);
}

.hover\:text-primary-60\/50:hover{
  color: rgb(0 127 176 / 0.5);
}

.hover\:text-primary-60\/55:hover{
  color: rgb(0 127 176 / 0.55);
}

.hover\:text-primary-60\/60:hover{
  color: rgb(0 127 176 / 0.6);
}

.hover\:text-primary-60\/65:hover{
  color: rgb(0 127 176 / 0.65);
}

.hover\:text-primary-60\/70:hover{
  color: rgb(0 127 176 / 0.7);
}

.hover\:text-primary-60\/75:hover{
  color: rgb(0 127 176 / 0.75);
}

.hover\:text-primary-60\/80:hover{
  color: rgb(0 127 176 / 0.8);
}

.hover\:text-primary-60\/85:hover{
  color: rgb(0 127 176 / 0.85);
}

.hover\:text-primary-60\/90:hover{
  color: rgb(0 127 176 / 0.9);
}

.hover\:text-primary-60\/95:hover{
  color: rgb(0 127 176 / 0.95);
}

.hover\:text-primary-70:hover{
  --tw-text-opacity: 1;
  color: rgb(0 102 136 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-70\/0:hover{
  color: rgb(0 102 136 / 0);
}

.hover\:text-primary-70\/10:hover{
  color: rgb(0 102 136 / 0.1);
}

.hover\:text-primary-70\/100:hover{
  color: rgb(0 102 136 / 1);
}

.hover\:text-primary-70\/15:hover{
  color: rgb(0 102 136 / 0.15);
}

.hover\:text-primary-70\/20:hover{
  color: rgb(0 102 136 / 0.2);
}

.hover\:text-primary-70\/25:hover{
  color: rgb(0 102 136 / 0.25);
}

.hover\:text-primary-70\/30:hover{
  color: rgb(0 102 136 / 0.3);
}

.hover\:text-primary-70\/35:hover{
  color: rgb(0 102 136 / 0.35);
}

.hover\:text-primary-70\/40:hover{
  color: rgb(0 102 136 / 0.4);
}

.hover\:text-primary-70\/45:hover{
  color: rgb(0 102 136 / 0.45);
}

.hover\:text-primary-70\/5:hover{
  color: rgb(0 102 136 / 0.05);
}

.hover\:text-primary-70\/50:hover{
  color: rgb(0 102 136 / 0.5);
}

.hover\:text-primary-70\/55:hover{
  color: rgb(0 102 136 / 0.55);
}

.hover\:text-primary-70\/60:hover{
  color: rgb(0 102 136 / 0.6);
}

.hover\:text-primary-70\/65:hover{
  color: rgb(0 102 136 / 0.65);
}

.hover\:text-primary-70\/70:hover{
  color: rgb(0 102 136 / 0.7);
}

.hover\:text-primary-70\/75:hover{
  color: rgb(0 102 136 / 0.75);
}

.hover\:text-primary-70\/80:hover{
  color: rgb(0 102 136 / 0.8);
}

.hover\:text-primary-70\/85:hover{
  color: rgb(0 102 136 / 0.85);
}

.hover\:text-primary-70\/90:hover{
  color: rgb(0 102 136 / 0.9);
}

.hover\:text-primary-70\/95:hover{
  color: rgb(0 102 136 / 0.95);
}

.hover\:text-primary-80:hover{
  --tw-text-opacity: 1;
  color: rgb(0 77 104 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-80\/0:hover{
  color: rgb(0 77 104 / 0);
}

.hover\:text-primary-80\/10:hover{
  color: rgb(0 77 104 / 0.1);
}

.hover\:text-primary-80\/100:hover{
  color: rgb(0 77 104 / 1);
}

.hover\:text-primary-80\/15:hover{
  color: rgb(0 77 104 / 0.15);
}

.hover\:text-primary-80\/20:hover{
  color: rgb(0 77 104 / 0.2);
}

.hover\:text-primary-80\/25:hover{
  color: rgb(0 77 104 / 0.25);
}

.hover\:text-primary-80\/30:hover{
  color: rgb(0 77 104 / 0.3);
}

.hover\:text-primary-80\/35:hover{
  color: rgb(0 77 104 / 0.35);
}

.hover\:text-primary-80\/40:hover{
  color: rgb(0 77 104 / 0.4);
}

.hover\:text-primary-80\/45:hover{
  color: rgb(0 77 104 / 0.45);
}

.hover\:text-primary-80\/5:hover{
  color: rgb(0 77 104 / 0.05);
}

.hover\:text-primary-80\/50:hover{
  color: rgb(0 77 104 / 0.5);
}

.hover\:text-primary-80\/55:hover{
  color: rgb(0 77 104 / 0.55);
}

.hover\:text-primary-80\/60:hover{
  color: rgb(0 77 104 / 0.6);
}

.hover\:text-primary-80\/65:hover{
  color: rgb(0 77 104 / 0.65);
}

.hover\:text-primary-80\/70:hover{
  color: rgb(0 77 104 / 0.7);
}

.hover\:text-primary-80\/75:hover{
  color: rgb(0 77 104 / 0.75);
}

.hover\:text-primary-80\/80:hover{
  color: rgb(0 77 104 / 0.8);
}

.hover\:text-primary-80\/85:hover{
  color: rgb(0 77 104 / 0.85);
}

.hover\:text-primary-80\/90:hover{
  color: rgb(0 77 104 / 0.9);
}

.hover\:text-primary-80\/95:hover{
  color: rgb(0 77 104 / 0.95);
}

.hover\:text-primary-90:hover{
  --tw-text-opacity: 1;
  color: rgb(0 53 73 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-90\/0:hover{
  color: rgb(0 53 73 / 0);
}

.hover\:text-primary-90\/10:hover{
  color: rgb(0 53 73 / 0.1);
}

.hover\:text-primary-90\/100:hover{
  color: rgb(0 53 73 / 1);
}

.hover\:text-primary-90\/15:hover{
  color: rgb(0 53 73 / 0.15);
}

.hover\:text-primary-90\/20:hover{
  color: rgb(0 53 73 / 0.2);
}

.hover\:text-primary-90\/25:hover{
  color: rgb(0 53 73 / 0.25);
}

.hover\:text-primary-90\/30:hover{
  color: rgb(0 53 73 / 0.3);
}

.hover\:text-primary-90\/35:hover{
  color: rgb(0 53 73 / 0.35);
}

.hover\:text-primary-90\/40:hover{
  color: rgb(0 53 73 / 0.4);
}

.hover\:text-primary-90\/45:hover{
  color: rgb(0 53 73 / 0.45);
}

.hover\:text-primary-90\/5:hover{
  color: rgb(0 53 73 / 0.05);
}

.hover\:text-primary-90\/50:hover{
  color: rgb(0 53 73 / 0.5);
}

.hover\:text-primary-90\/55:hover{
  color: rgb(0 53 73 / 0.55);
}

.hover\:text-primary-90\/60:hover{
  color: rgb(0 53 73 / 0.6);
}

.hover\:text-primary-90\/65:hover{
  color: rgb(0 53 73 / 0.65);
}

.hover\:text-primary-90\/70:hover{
  color: rgb(0 53 73 / 0.7);
}

.hover\:text-primary-90\/75:hover{
  color: rgb(0 53 73 / 0.75);
}

.hover\:text-primary-90\/80:hover{
  color: rgb(0 53 73 / 0.8);
}

.hover\:text-primary-90\/85:hover{
  color: rgb(0 53 73 / 0.85);
}

.hover\:text-primary-90\/90:hover{
  color: rgb(0 53 73 / 0.9);
}

.hover\:text-primary-90\/95:hover{
  color: rgb(0 53 73 / 0.95);
}

.hover\:text-secondary-10:hover{
  --tw-text-opacity: 1;
  color: rgb(253 232 241 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-10\/0:hover{
  color: rgb(253 232 241 / 0);
}

.hover\:text-secondary-10\/10:hover{
  color: rgb(253 232 241 / 0.1);
}

.hover\:text-secondary-10\/100:hover{
  color: rgb(253 232 241 / 1);
}

.hover\:text-secondary-10\/15:hover{
  color: rgb(253 232 241 / 0.15);
}

.hover\:text-secondary-10\/20:hover{
  color: rgb(253 232 241 / 0.2);
}

.hover\:text-secondary-10\/25:hover{
  color: rgb(253 232 241 / 0.25);
}

.hover\:text-secondary-10\/30:hover{
  color: rgb(253 232 241 / 0.3);
}

.hover\:text-secondary-10\/35:hover{
  color: rgb(253 232 241 / 0.35);
}

.hover\:text-secondary-10\/40:hover{
  color: rgb(253 232 241 / 0.4);
}

.hover\:text-secondary-10\/45:hover{
  color: rgb(253 232 241 / 0.45);
}

.hover\:text-secondary-10\/5:hover{
  color: rgb(253 232 241 / 0.05);
}

.hover\:text-secondary-10\/50:hover{
  color: rgb(253 232 241 / 0.5);
}

.hover\:text-secondary-10\/55:hover{
  color: rgb(253 232 241 / 0.55);
}

.hover\:text-secondary-10\/60:hover{
  color: rgb(253 232 241 / 0.6);
}

.hover\:text-secondary-10\/65:hover{
  color: rgb(253 232 241 / 0.65);
}

.hover\:text-secondary-10\/70:hover{
  color: rgb(253 232 241 / 0.7);
}

.hover\:text-secondary-10\/75:hover{
  color: rgb(253 232 241 / 0.75);
}

.hover\:text-secondary-10\/80:hover{
  color: rgb(253 232 241 / 0.8);
}

.hover\:text-secondary-10\/85:hover{
  color: rgb(253 232 241 / 0.85);
}

.hover\:text-secondary-10\/90:hover{
  color: rgb(253 232 241 / 0.9);
}

.hover\:text-secondary-10\/95:hover{
  color: rgb(253 232 241 / 0.95);
}

.hover\:text-secondary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(62 0 32 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-100\/0:hover{
  color: rgb(62 0 32 / 0);
}

.hover\:text-secondary-100\/10:hover{
  color: rgb(62 0 32 / 0.1);
}

.hover\:text-secondary-100\/100:hover{
  color: rgb(62 0 32 / 1);
}

.hover\:text-secondary-100\/15:hover{
  color: rgb(62 0 32 / 0.15);
}

.hover\:text-secondary-100\/20:hover{
  color: rgb(62 0 32 / 0.2);
}

.hover\:text-secondary-100\/25:hover{
  color: rgb(62 0 32 / 0.25);
}

.hover\:text-secondary-100\/30:hover{
  color: rgb(62 0 32 / 0.3);
}

.hover\:text-secondary-100\/35:hover{
  color: rgb(62 0 32 / 0.35);
}

.hover\:text-secondary-100\/40:hover{
  color: rgb(62 0 32 / 0.4);
}

.hover\:text-secondary-100\/45:hover{
  color: rgb(62 0 32 / 0.45);
}

.hover\:text-secondary-100\/5:hover{
  color: rgb(62 0 32 / 0.05);
}

.hover\:text-secondary-100\/50:hover{
  color: rgb(62 0 32 / 0.5);
}

.hover\:text-secondary-100\/55:hover{
  color: rgb(62 0 32 / 0.55);
}

.hover\:text-secondary-100\/60:hover{
  color: rgb(62 0 32 / 0.6);
}

.hover\:text-secondary-100\/65:hover{
  color: rgb(62 0 32 / 0.65);
}

.hover\:text-secondary-100\/70:hover{
  color: rgb(62 0 32 / 0.7);
}

.hover\:text-secondary-100\/75:hover{
  color: rgb(62 0 32 / 0.75);
}

.hover\:text-secondary-100\/80:hover{
  color: rgb(62 0 32 / 0.8);
}

.hover\:text-secondary-100\/85:hover{
  color: rgb(62 0 32 / 0.85);
}

.hover\:text-secondary-100\/90:hover{
  color: rgb(62 0 32 / 0.9);
}

.hover\:text-secondary-100\/95:hover{
  color: rgb(62 0 32 / 0.95);
}

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

.hover\:text-secondary-20\/0:hover{
  color: rgb(255 175 209 / 0);
}

.hover\:text-secondary-20\/10:hover{
  color: rgb(255 175 209 / 0.1);
}

.hover\:text-secondary-20\/100:hover{
  color: rgb(255 175 209 / 1);
}

.hover\:text-secondary-20\/15:hover{
  color: rgb(255 175 209 / 0.15);
}

.hover\:text-secondary-20\/20:hover{
  color: rgb(255 175 209 / 0.2);
}

.hover\:text-secondary-20\/25:hover{
  color: rgb(255 175 209 / 0.25);
}

.hover\:text-secondary-20\/30:hover{
  color: rgb(255 175 209 / 0.3);
}

.hover\:text-secondary-20\/35:hover{
  color: rgb(255 175 209 / 0.35);
}

.hover\:text-secondary-20\/40:hover{
  color: rgb(255 175 209 / 0.4);
}

.hover\:text-secondary-20\/45:hover{
  color: rgb(255 175 209 / 0.45);
}

.hover\:text-secondary-20\/5:hover{
  color: rgb(255 175 209 / 0.05);
}

.hover\:text-secondary-20\/50:hover{
  color: rgb(255 175 209 / 0.5);
}

.hover\:text-secondary-20\/55:hover{
  color: rgb(255 175 209 / 0.55);
}

.hover\:text-secondary-20\/60:hover{
  color: rgb(255 175 209 / 0.6);
}

.hover\:text-secondary-20\/65:hover{
  color: rgb(255 175 209 / 0.65);
}

.hover\:text-secondary-20\/70:hover{
  color: rgb(255 175 209 / 0.7);
}

.hover\:text-secondary-20\/75:hover{
  color: rgb(255 175 209 / 0.75);
}

.hover\:text-secondary-20\/80:hover{
  color: rgb(255 175 209 / 0.8);
}

.hover\:text-secondary-20\/85:hover{
  color: rgb(255 175 209 / 0.85);
}

.hover\:text-secondary-20\/90:hover{
  color: rgb(255 175 209 / 0.9);
}

.hover\:text-secondary-20\/95:hover{
  color: rgb(255 175 209 / 0.95);
}

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

.hover\:text-secondary-30\/0:hover{
  color: rgb(255 130 183 / 0);
}

.hover\:text-secondary-30\/10:hover{
  color: rgb(255 130 183 / 0.1);
}

.hover\:text-secondary-30\/100:hover{
  color: rgb(255 130 183 / 1);
}

.hover\:text-secondary-30\/15:hover{
  color: rgb(255 130 183 / 0.15);
}

.hover\:text-secondary-30\/20:hover{
  color: rgb(255 130 183 / 0.2);
}

.hover\:text-secondary-30\/25:hover{
  color: rgb(255 130 183 / 0.25);
}

.hover\:text-secondary-30\/30:hover{
  color: rgb(255 130 183 / 0.3);
}

.hover\:text-secondary-30\/35:hover{
  color: rgb(255 130 183 / 0.35);
}

.hover\:text-secondary-30\/40:hover{
  color: rgb(255 130 183 / 0.4);
}

.hover\:text-secondary-30\/45:hover{
  color: rgb(255 130 183 / 0.45);
}

.hover\:text-secondary-30\/5:hover{
  color: rgb(255 130 183 / 0.05);
}

.hover\:text-secondary-30\/50:hover{
  color: rgb(255 130 183 / 0.5);
}

.hover\:text-secondary-30\/55:hover{
  color: rgb(255 130 183 / 0.55);
}

.hover\:text-secondary-30\/60:hover{
  color: rgb(255 130 183 / 0.6);
}

.hover\:text-secondary-30\/65:hover{
  color: rgb(255 130 183 / 0.65);
}

.hover\:text-secondary-30\/70:hover{
  color: rgb(255 130 183 / 0.7);
}

.hover\:text-secondary-30\/75:hover{
  color: rgb(255 130 183 / 0.75);
}

.hover\:text-secondary-30\/80:hover{
  color: rgb(255 130 183 / 0.8);
}

.hover\:text-secondary-30\/85:hover{
  color: rgb(255 130 183 / 0.85);
}

.hover\:text-secondary-30\/90:hover{
  color: rgb(255 130 183 / 0.9);
}

.hover\:text-secondary-30\/95:hover{
  color: rgb(255 130 183 / 0.95);
}

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

.hover\:text-secondary-40\/0:hover{
  color: rgb(255 97 195 / 0);
}

.hover\:text-secondary-40\/10:hover{
  color: rgb(255 97 195 / 0.1);
}

.hover\:text-secondary-40\/100:hover{
  color: rgb(255 97 195 / 1);
}

.hover\:text-secondary-40\/15:hover{
  color: rgb(255 97 195 / 0.15);
}

.hover\:text-secondary-40\/20:hover{
  color: rgb(255 97 195 / 0.2);
}

.hover\:text-secondary-40\/25:hover{
  color: rgb(255 97 195 / 0.25);
}

.hover\:text-secondary-40\/30:hover{
  color: rgb(255 97 195 / 0.3);
}

.hover\:text-secondary-40\/35:hover{
  color: rgb(255 97 195 / 0.35);
}

.hover\:text-secondary-40\/40:hover{
  color: rgb(255 97 195 / 0.4);
}

.hover\:text-secondary-40\/45:hover{
  color: rgb(255 97 195 / 0.45);
}

.hover\:text-secondary-40\/5:hover{
  color: rgb(255 97 195 / 0.05);
}

.hover\:text-secondary-40\/50:hover{
  color: rgb(255 97 195 / 0.5);
}

.hover\:text-secondary-40\/55:hover{
  color: rgb(255 97 195 / 0.55);
}

.hover\:text-secondary-40\/60:hover{
  color: rgb(255 97 195 / 0.6);
}

.hover\:text-secondary-40\/65:hover{
  color: rgb(255 97 195 / 0.65);
}

.hover\:text-secondary-40\/70:hover{
  color: rgb(255 97 195 / 0.7);
}

.hover\:text-secondary-40\/75:hover{
  color: rgb(255 97 195 / 0.75);
}

.hover\:text-secondary-40\/80:hover{
  color: rgb(255 97 195 / 0.8);
}

.hover\:text-secondary-40\/85:hover{
  color: rgb(255 97 195 / 0.85);
}

.hover\:text-secondary-40\/90:hover{
  color: rgb(255 97 195 / 0.9);
}

.hover\:text-secondary-40\/95:hover{
  color: rgb(255 97 195 / 0.95);
}

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

.hover\:text-secondary-50\/0:hover{
  color: rgb(255 69 163 / 0);
}

.hover\:text-secondary-50\/10:hover{
  color: rgb(255 69 163 / 0.1);
}

.hover\:text-secondary-50\/100:hover{
  color: rgb(255 69 163 / 1);
}

.hover\:text-secondary-50\/15:hover{
  color: rgb(255 69 163 / 0.15);
}

.hover\:text-secondary-50\/20:hover{
  color: rgb(255 69 163 / 0.2);
}

.hover\:text-secondary-50\/25:hover{
  color: rgb(255 69 163 / 0.25);
}

.hover\:text-secondary-50\/30:hover{
  color: rgb(255 69 163 / 0.3);
}

.hover\:text-secondary-50\/35:hover{
  color: rgb(255 69 163 / 0.35);
}

.hover\:text-secondary-50\/40:hover{
  color: rgb(255 69 163 / 0.4);
}

.hover\:text-secondary-50\/45:hover{
  color: rgb(255 69 163 / 0.45);
}

.hover\:text-secondary-50\/5:hover{
  color: rgb(255 69 163 / 0.05);
}

.hover\:text-secondary-50\/50:hover{
  color: rgb(255 69 163 / 0.5);
}

.hover\:text-secondary-50\/55:hover{
  color: rgb(255 69 163 / 0.55);
}

.hover\:text-secondary-50\/60:hover{
  color: rgb(255 69 163 / 0.6);
}

.hover\:text-secondary-50\/65:hover{
  color: rgb(255 69 163 / 0.65);
}

.hover\:text-secondary-50\/70:hover{
  color: rgb(255 69 163 / 0.7);
}

.hover\:text-secondary-50\/75:hover{
  color: rgb(255 69 163 / 0.75);
}

.hover\:text-secondary-50\/80:hover{
  color: rgb(255 69 163 / 0.8);
}

.hover\:text-secondary-50\/85:hover{
  color: rgb(255 69 163 / 0.85);
}

.hover\:text-secondary-50\/90:hover{
  color: rgb(255 69 163 / 0.9);
}

.hover\:text-secondary-50\/95:hover{
  color: rgb(255 69 163 / 0.95);
}

.hover\:text-secondary-60:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-60\/0:hover{
  color: rgb(236 0 140 / 0);
}

.hover\:text-secondary-60\/10:hover{
  color: rgb(236 0 140 / 0.1);
}

.hover\:text-secondary-60\/100:hover{
  color: rgb(236 0 140 / 1);
}

.hover\:text-secondary-60\/15:hover{
  color: rgb(236 0 140 / 0.15);
}

.hover\:text-secondary-60\/20:hover{
  color: rgb(236 0 140 / 0.2);
}

.hover\:text-secondary-60\/25:hover{
  color: rgb(236 0 140 / 0.25);
}

.hover\:text-secondary-60\/30:hover{
  color: rgb(236 0 140 / 0.3);
}

.hover\:text-secondary-60\/35:hover{
  color: rgb(236 0 140 / 0.35);
}

.hover\:text-secondary-60\/40:hover{
  color: rgb(236 0 140 / 0.4);
}

.hover\:text-secondary-60\/45:hover{
  color: rgb(236 0 140 / 0.45);
}

.hover\:text-secondary-60\/5:hover{
  color: rgb(236 0 140 / 0.05);
}

.hover\:text-secondary-60\/50:hover{
  color: rgb(236 0 140 / 0.5);
}

.hover\:text-secondary-60\/55:hover{
  color: rgb(236 0 140 / 0.55);
}

.hover\:text-secondary-60\/60:hover{
  color: rgb(236 0 140 / 0.6);
}

.hover\:text-secondary-60\/65:hover{
  color: rgb(236 0 140 / 0.65);
}

.hover\:text-secondary-60\/70:hover{
  color: rgb(236 0 140 / 0.7);
}

.hover\:text-secondary-60\/75:hover{
  color: rgb(236 0 140 / 0.75);
}

.hover\:text-secondary-60\/80:hover{
  color: rgb(236 0 140 / 0.8);
}

.hover\:text-secondary-60\/85:hover{
  color: rgb(236 0 140 / 0.85);
}

.hover\:text-secondary-60\/90:hover{
  color: rgb(236 0 140 / 0.9);
}

.hover\:text-secondary-60\/95:hover{
  color: rgb(236 0 140 / 0.95);
}

.hover\:text-secondary-70:hover{
  --tw-text-opacity: 1;
  color: rgb(182 0 113 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-70\/0:hover{
  color: rgb(182 0 113 / 0);
}

.hover\:text-secondary-70\/10:hover{
  color: rgb(182 0 113 / 0.1);
}

.hover\:text-secondary-70\/100:hover{
  color: rgb(182 0 113 / 1);
}

.hover\:text-secondary-70\/15:hover{
  color: rgb(182 0 113 / 0.15);
}

.hover\:text-secondary-70\/20:hover{
  color: rgb(182 0 113 / 0.2);
}

.hover\:text-secondary-70\/25:hover{
  color: rgb(182 0 113 / 0.25);
}

.hover\:text-secondary-70\/30:hover{
  color: rgb(182 0 113 / 0.3);
}

.hover\:text-secondary-70\/35:hover{
  color: rgb(182 0 113 / 0.35);
}

.hover\:text-secondary-70\/40:hover{
  color: rgb(182 0 113 / 0.4);
}

.hover\:text-secondary-70\/45:hover{
  color: rgb(182 0 113 / 0.45);
}

.hover\:text-secondary-70\/5:hover{
  color: rgb(182 0 113 / 0.05);
}

.hover\:text-secondary-70\/50:hover{
  color: rgb(182 0 113 / 0.5);
}

.hover\:text-secondary-70\/55:hover{
  color: rgb(182 0 113 / 0.55);
}

.hover\:text-secondary-70\/60:hover{
  color: rgb(182 0 113 / 0.6);
}

.hover\:text-secondary-70\/65:hover{
  color: rgb(182 0 113 / 0.65);
}

.hover\:text-secondary-70\/70:hover{
  color: rgb(182 0 113 / 0.7);
}

.hover\:text-secondary-70\/75:hover{
  color: rgb(182 0 113 / 0.75);
}

.hover\:text-secondary-70\/80:hover{
  color: rgb(182 0 113 / 0.8);
}

.hover\:text-secondary-70\/85:hover{
  color: rgb(182 0 113 / 0.85);
}

.hover\:text-secondary-70\/90:hover{
  color: rgb(182 0 113 / 0.9);
}

.hover\:text-secondary-70\/95:hover{
  color: rgb(182 0 113 / 0.95);
}

.hover\:text-secondary-80:hover{
  --tw-text-opacity: 1;
  color: rgb(140 0 86 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-80\/0:hover{
  color: rgb(140 0 86 / 0);
}

.hover\:text-secondary-80\/10:hover{
  color: rgb(140 0 86 / 0.1);
}

.hover\:text-secondary-80\/100:hover{
  color: rgb(140 0 86 / 1);
}

.hover\:text-secondary-80\/15:hover{
  color: rgb(140 0 86 / 0.15);
}

.hover\:text-secondary-80\/20:hover{
  color: rgb(140 0 86 / 0.2);
}

.hover\:text-secondary-80\/25:hover{
  color: rgb(140 0 86 / 0.25);
}

.hover\:text-secondary-80\/30:hover{
  color: rgb(140 0 86 / 0.3);
}

.hover\:text-secondary-80\/35:hover{
  color: rgb(140 0 86 / 0.35);
}

.hover\:text-secondary-80\/40:hover{
  color: rgb(140 0 86 / 0.4);
}

.hover\:text-secondary-80\/45:hover{
  color: rgb(140 0 86 / 0.45);
}

.hover\:text-secondary-80\/5:hover{
  color: rgb(140 0 86 / 0.05);
}

.hover\:text-secondary-80\/50:hover{
  color: rgb(140 0 86 / 0.5);
}

.hover\:text-secondary-80\/55:hover{
  color: rgb(140 0 86 / 0.55);
}

.hover\:text-secondary-80\/60:hover{
  color: rgb(140 0 86 / 0.6);
}

.hover\:text-secondary-80\/65:hover{
  color: rgb(140 0 86 / 0.65);
}

.hover\:text-secondary-80\/70:hover{
  color: rgb(140 0 86 / 0.7);
}

.hover\:text-secondary-80\/75:hover{
  color: rgb(140 0 86 / 0.75);
}

.hover\:text-secondary-80\/80:hover{
  color: rgb(140 0 86 / 0.8);
}

.hover\:text-secondary-80\/85:hover{
  color: rgb(140 0 86 / 0.85);
}

.hover\:text-secondary-80\/90:hover{
  color: rgb(140 0 86 / 0.9);
}

.hover\:text-secondary-80\/95:hover{
  color: rgb(140 0 86 / 0.95);
}

.hover\:text-secondary-90:hover{
  --tw-text-opacity: 1;
  color: rgb(99 0 59 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-90\/0:hover{
  color: rgb(99 0 59 / 0);
}

.hover\:text-secondary-90\/10:hover{
  color: rgb(99 0 59 / 0.1);
}

.hover\:text-secondary-90\/100:hover{
  color: rgb(99 0 59 / 1);
}

.hover\:text-secondary-90\/15:hover{
  color: rgb(99 0 59 / 0.15);
}

.hover\:text-secondary-90\/20:hover{
  color: rgb(99 0 59 / 0.2);
}

.hover\:text-secondary-90\/25:hover{
  color: rgb(99 0 59 / 0.25);
}

.hover\:text-secondary-90\/30:hover{
  color: rgb(99 0 59 / 0.3);
}

.hover\:text-secondary-90\/35:hover{
  color: rgb(99 0 59 / 0.35);
}

.hover\:text-secondary-90\/40:hover{
  color: rgb(99 0 59 / 0.4);
}

.hover\:text-secondary-90\/45:hover{
  color: rgb(99 0 59 / 0.45);
}

.hover\:text-secondary-90\/5:hover{
  color: rgb(99 0 59 / 0.05);
}

.hover\:text-secondary-90\/50:hover{
  color: rgb(99 0 59 / 0.5);
}

.hover\:text-secondary-90\/55:hover{
  color: rgb(99 0 59 / 0.55);
}

.hover\:text-secondary-90\/60:hover{
  color: rgb(99 0 59 / 0.6);
}

.hover\:text-secondary-90\/65:hover{
  color: rgb(99 0 59 / 0.65);
}

.hover\:text-secondary-90\/70:hover{
  color: rgb(99 0 59 / 0.7);
}

.hover\:text-secondary-90\/75:hover{
  color: rgb(99 0 59 / 0.75);
}

.hover\:text-secondary-90\/80:hover{
  color: rgb(99 0 59 / 0.8);
}

.hover\:text-secondary-90\/85:hover{
  color: rgb(99 0 59 / 0.85);
}

.hover\:text-secondary-90\/90:hover{
  color: rgb(99 0 59 / 0.9);
}

.hover\:text-secondary-90\/95:hover{
  color: rgb(99 0 59 / 0.95);
}

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

.hover\:text-shade-black\/0:hover{
  color: rgb(0 0 0 / 0);
}

.hover\:text-shade-black\/10:hover{
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-shade-black\/100:hover{
  color: rgb(0 0 0 / 1);
}

.hover\:text-shade-black\/15:hover{
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-shade-black\/20:hover{
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-shade-black\/25:hover{
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-shade-black\/30:hover{
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-shade-black\/35:hover{
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-shade-black\/40:hover{
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-shade-black\/45:hover{
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-shade-black\/5:hover{
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-shade-black\/50:hover{
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-shade-black\/55:hover{
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-shade-black\/60:hover{
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-shade-black\/65:hover{
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-shade-black\/70:hover{
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-shade-black\/75:hover{
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-shade-black\/80:hover{
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-shade-black\/85:hover{
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-shade-black\/90:hover{
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-shade-black\/95:hover{
  color: rgb(0 0 0 / 0.95);
}

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

.hover\:text-shade-white\/0:hover{
  color: rgb(255 255 255 / 0);
}

.hover\:text-shade-white\/10:hover{
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-shade-white\/100:hover{
  color: rgb(255 255 255 / 1);
}

.hover\:text-shade-white\/15:hover{
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-shade-white\/20:hover{
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-shade-white\/25:hover{
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-shade-white\/30:hover{
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-shade-white\/35:hover{
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-shade-white\/40:hover{
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-shade-white\/45:hover{
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-shade-white\/5:hover{
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-shade-white\/50:hover{
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-shade-white\/55:hover{
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-shade-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-shade-white\/65:hover{
  color: rgb(255 255 255 / 0.65);
}

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

.hover\:text-shade-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-shade-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-shade-white\/85:hover{
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-shade-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-shade-white\/95:hover{
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-skynamo-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-blue\/0:hover{
  color: rgb(61 181 230 / 0);
}

.hover\:text-skynamo-blue\/10:hover{
  color: rgb(61 181 230 / 0.1);
}

.hover\:text-skynamo-blue\/100:hover{
  color: rgb(61 181 230 / 1);
}

.hover\:text-skynamo-blue\/15:hover{
  color: rgb(61 181 230 / 0.15);
}

.hover\:text-skynamo-blue\/20:hover{
  color: rgb(61 181 230 / 0.2);
}

.hover\:text-skynamo-blue\/25:hover{
  color: rgb(61 181 230 / 0.25);
}

.hover\:text-skynamo-blue\/30:hover{
  color: rgb(61 181 230 / 0.3);
}

.hover\:text-skynamo-blue\/35:hover{
  color: rgb(61 181 230 / 0.35);
}

.hover\:text-skynamo-blue\/40:hover{
  color: rgb(61 181 230 / 0.4);
}

.hover\:text-skynamo-blue\/45:hover{
  color: rgb(61 181 230 / 0.45);
}

.hover\:text-skynamo-blue\/5:hover{
  color: rgb(61 181 230 / 0.05);
}

.hover\:text-skynamo-blue\/50:hover{
  color: rgb(61 181 230 / 0.5);
}

.hover\:text-skynamo-blue\/55:hover{
  color: rgb(61 181 230 / 0.55);
}

.hover\:text-skynamo-blue\/60:hover{
  color: rgb(61 181 230 / 0.6);
}

.hover\:text-skynamo-blue\/65:hover{
  color: rgb(61 181 230 / 0.65);
}

.hover\:text-skynamo-blue\/70:hover{
  color: rgb(61 181 230 / 0.7);
}

.hover\:text-skynamo-blue\/75:hover{
  color: rgb(61 181 230 / 0.75);
}

.hover\:text-skynamo-blue\/80:hover{
  color: rgb(61 181 230 / 0.8);
}

.hover\:text-skynamo-blue\/85:hover{
  color: rgb(61 181 230 / 0.85);
}

.hover\:text-skynamo-blue\/90:hover{
  color: rgb(61 181 230 / 0.9);
}

.hover\:text-skynamo-blue\/95:hover{
  color: rgb(61 181 230 / 0.95);
}

.hover\:text-skynamo-bright-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-bright-pink\/0:hover{
  color: rgb(236 0 140 / 0);
}

.hover\:text-skynamo-bright-pink\/10:hover{
  color: rgb(236 0 140 / 0.1);
}

.hover\:text-skynamo-bright-pink\/100:hover{
  color: rgb(236 0 140 / 1);
}

.hover\:text-skynamo-bright-pink\/15:hover{
  color: rgb(236 0 140 / 0.15);
}

.hover\:text-skynamo-bright-pink\/20:hover{
  color: rgb(236 0 140 / 0.2);
}

.hover\:text-skynamo-bright-pink\/25:hover{
  color: rgb(236 0 140 / 0.25);
}

.hover\:text-skynamo-bright-pink\/30:hover{
  color: rgb(236 0 140 / 0.3);
}

.hover\:text-skynamo-bright-pink\/35:hover{
  color: rgb(236 0 140 / 0.35);
}

.hover\:text-skynamo-bright-pink\/40:hover{
  color: rgb(236 0 140 / 0.4);
}

.hover\:text-skynamo-bright-pink\/45:hover{
  color: rgb(236 0 140 / 0.45);
}

.hover\:text-skynamo-bright-pink\/5:hover{
  color: rgb(236 0 140 / 0.05);
}

.hover\:text-skynamo-bright-pink\/50:hover{
  color: rgb(236 0 140 / 0.5);
}

.hover\:text-skynamo-bright-pink\/55:hover{
  color: rgb(236 0 140 / 0.55);
}

.hover\:text-skynamo-bright-pink\/60:hover{
  color: rgb(236 0 140 / 0.6);
}

.hover\:text-skynamo-bright-pink\/65:hover{
  color: rgb(236 0 140 / 0.65);
}

.hover\:text-skynamo-bright-pink\/70:hover{
  color: rgb(236 0 140 / 0.7);
}

.hover\:text-skynamo-bright-pink\/75:hover{
  color: rgb(236 0 140 / 0.75);
}

.hover\:text-skynamo-bright-pink\/80:hover{
  color: rgb(236 0 140 / 0.8);
}

.hover\:text-skynamo-bright-pink\/85:hover{
  color: rgb(236 0 140 / 0.85);
}

.hover\:text-skynamo-bright-pink\/90:hover{
  color: rgb(236 0 140 / 0.9);
}

.hover\:text-skynamo-bright-pink\/95:hover{
  color: rgb(236 0 140 / 0.95);
}

.hover\:text-skynamo-bright-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-bright-purple\/0:hover{
  color: rgb(127 50 190 / 0);
}

.hover\:text-skynamo-bright-purple\/10:hover{
  color: rgb(127 50 190 / 0.1);
}

.hover\:text-skynamo-bright-purple\/100:hover{
  color: rgb(127 50 190 / 1);
}

.hover\:text-skynamo-bright-purple\/15:hover{
  color: rgb(127 50 190 / 0.15);
}

.hover\:text-skynamo-bright-purple\/20:hover{
  color: rgb(127 50 190 / 0.2);
}

.hover\:text-skynamo-bright-purple\/25:hover{
  color: rgb(127 50 190 / 0.25);
}

.hover\:text-skynamo-bright-purple\/30:hover{
  color: rgb(127 50 190 / 0.3);
}

.hover\:text-skynamo-bright-purple\/35:hover{
  color: rgb(127 50 190 / 0.35);
}

.hover\:text-skynamo-bright-purple\/40:hover{
  color: rgb(127 50 190 / 0.4);
}

.hover\:text-skynamo-bright-purple\/45:hover{
  color: rgb(127 50 190 / 0.45);
}

.hover\:text-skynamo-bright-purple\/5:hover{
  color: rgb(127 50 190 / 0.05);
}

.hover\:text-skynamo-bright-purple\/50:hover{
  color: rgb(127 50 190 / 0.5);
}

.hover\:text-skynamo-bright-purple\/55:hover{
  color: rgb(127 50 190 / 0.55);
}

.hover\:text-skynamo-bright-purple\/60:hover{
  color: rgb(127 50 190 / 0.6);
}

.hover\:text-skynamo-bright-purple\/65:hover{
  color: rgb(127 50 190 / 0.65);
}

.hover\:text-skynamo-bright-purple\/70:hover{
  color: rgb(127 50 190 / 0.7);
}

.hover\:text-skynamo-bright-purple\/75:hover{
  color: rgb(127 50 190 / 0.75);
}

.hover\:text-skynamo-bright-purple\/80:hover{
  color: rgb(127 50 190 / 0.8);
}

.hover\:text-skynamo-bright-purple\/85:hover{
  color: rgb(127 50 190 / 0.85);
}

.hover\:text-skynamo-bright-purple\/90:hover{
  color: rgb(127 50 190 / 0.9);
}

.hover\:text-skynamo-bright-purple\/95:hover{
  color: rgb(127 50 190 / 0.95);
}

.hover\:text-skynamo-dark-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(29 0 52 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-dark-purple\/0:hover{
  color: rgb(29 0 52 / 0);
}

.hover\:text-skynamo-dark-purple\/10:hover{
  color: rgb(29 0 52 / 0.1);
}

.hover\:text-skynamo-dark-purple\/100:hover{
  color: rgb(29 0 52 / 1);
}

.hover\:text-skynamo-dark-purple\/15:hover{
  color: rgb(29 0 52 / 0.15);
}

.hover\:text-skynamo-dark-purple\/20:hover{
  color: rgb(29 0 52 / 0.2);
}

.hover\:text-skynamo-dark-purple\/25:hover{
  color: rgb(29 0 52 / 0.25);
}

.hover\:text-skynamo-dark-purple\/30:hover{
  color: rgb(29 0 52 / 0.3);
}

.hover\:text-skynamo-dark-purple\/35:hover{
  color: rgb(29 0 52 / 0.35);
}

.hover\:text-skynamo-dark-purple\/40:hover{
  color: rgb(29 0 52 / 0.4);
}

.hover\:text-skynamo-dark-purple\/45:hover{
  color: rgb(29 0 52 / 0.45);
}

.hover\:text-skynamo-dark-purple\/5:hover{
  color: rgb(29 0 52 / 0.05);
}

.hover\:text-skynamo-dark-purple\/50:hover{
  color: rgb(29 0 52 / 0.5);
}

.hover\:text-skynamo-dark-purple\/55:hover{
  color: rgb(29 0 52 / 0.55);
}

.hover\:text-skynamo-dark-purple\/60:hover{
  color: rgb(29 0 52 / 0.6);
}

.hover\:text-skynamo-dark-purple\/65:hover{
  color: rgb(29 0 52 / 0.65);
}

.hover\:text-skynamo-dark-purple\/70:hover{
  color: rgb(29 0 52 / 0.7);
}

.hover\:text-skynamo-dark-purple\/75:hover{
  color: rgb(29 0 52 / 0.75);
}

.hover\:text-skynamo-dark-purple\/80:hover{
  color: rgb(29 0 52 / 0.8);
}

.hover\:text-skynamo-dark-purple\/85:hover{
  color: rgb(29 0 52 / 0.85);
}

.hover\:text-skynamo-dark-purple\/90:hover{
  color: rgb(29 0 52 / 0.9);
}

.hover\:text-skynamo-dark-purple\/95:hover{
  color: rgb(29 0 52 / 0.95);
}

.hover\:text-skynamo-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-gray\/0:hover{
  color: rgb(189 189 189 / 0);
}

.hover\:text-skynamo-gray\/10:hover{
  color: rgb(189 189 189 / 0.1);
}

.hover\:text-skynamo-gray\/100:hover{
  color: rgb(189 189 189 / 1);
}

.hover\:text-skynamo-gray\/15:hover{
  color: rgb(189 189 189 / 0.15);
}

.hover\:text-skynamo-gray\/20:hover{
  color: rgb(189 189 189 / 0.2);
}

.hover\:text-skynamo-gray\/25:hover{
  color: rgb(189 189 189 / 0.25);
}

.hover\:text-skynamo-gray\/30:hover{
  color: rgb(189 189 189 / 0.3);
}

.hover\:text-skynamo-gray\/35:hover{
  color: rgb(189 189 189 / 0.35);
}

.hover\:text-skynamo-gray\/40:hover{
  color: rgb(189 189 189 / 0.4);
}

.hover\:text-skynamo-gray\/45:hover{
  color: rgb(189 189 189 / 0.45);
}

.hover\:text-skynamo-gray\/5:hover{
  color: rgb(189 189 189 / 0.05);
}

.hover\:text-skynamo-gray\/50:hover{
  color: rgb(189 189 189 / 0.5);
}

.hover\:text-skynamo-gray\/55:hover{
  color: rgb(189 189 189 / 0.55);
}

.hover\:text-skynamo-gray\/60:hover{
  color: rgb(189 189 189 / 0.6);
}

.hover\:text-skynamo-gray\/65:hover{
  color: rgb(189 189 189 / 0.65);
}

.hover\:text-skynamo-gray\/70:hover{
  color: rgb(189 189 189 / 0.7);
}

.hover\:text-skynamo-gray\/75:hover{
  color: rgb(189 189 189 / 0.75);
}

.hover\:text-skynamo-gray\/80:hover{
  color: rgb(189 189 189 / 0.8);
}

.hover\:text-skynamo-gray\/85:hover{
  color: rgb(189 189 189 / 0.85);
}

.hover\:text-skynamo-gray\/90:hover{
  color: rgb(189 189 189 / 0.9);
}

.hover\:text-skynamo-gray\/95:hover{
  color: rgb(189 189 189 / 0.95);
}

.hover\:text-skynamo-light-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(226 225 221 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-light-gray\/0:hover{
  color: rgb(226 225 221 / 0);
}

.hover\:text-skynamo-light-gray\/10:hover{
  color: rgb(226 225 221 / 0.1);
}

.hover\:text-skynamo-light-gray\/100:hover{
  color: rgb(226 225 221 / 1);
}

.hover\:text-skynamo-light-gray\/15:hover{
  color: rgb(226 225 221 / 0.15);
}

.hover\:text-skynamo-light-gray\/20:hover{
  color: rgb(226 225 221 / 0.2);
}

.hover\:text-skynamo-light-gray\/25:hover{
  color: rgb(226 225 221 / 0.25);
}

.hover\:text-skynamo-light-gray\/30:hover{
  color: rgb(226 225 221 / 0.3);
}

.hover\:text-skynamo-light-gray\/35:hover{
  color: rgb(226 225 221 / 0.35);
}

.hover\:text-skynamo-light-gray\/40:hover{
  color: rgb(226 225 221 / 0.4);
}

.hover\:text-skynamo-light-gray\/45:hover{
  color: rgb(226 225 221 / 0.45);
}

.hover\:text-skynamo-light-gray\/5:hover{
  color: rgb(226 225 221 / 0.05);
}

.hover\:text-skynamo-light-gray\/50:hover{
  color: rgb(226 225 221 / 0.5);
}

.hover\:text-skynamo-light-gray\/55:hover{
  color: rgb(226 225 221 / 0.55);
}

.hover\:text-skynamo-light-gray\/60:hover{
  color: rgb(226 225 221 / 0.6);
}

.hover\:text-skynamo-light-gray\/65:hover{
  color: rgb(226 225 221 / 0.65);
}

.hover\:text-skynamo-light-gray\/70:hover{
  color: rgb(226 225 221 / 0.7);
}

.hover\:text-skynamo-light-gray\/75:hover{
  color: rgb(226 225 221 / 0.75);
}

.hover\:text-skynamo-light-gray\/80:hover{
  color: rgb(226 225 221 / 0.8);
}

.hover\:text-skynamo-light-gray\/85:hover{
  color: rgb(226 225 221 / 0.85);
}

.hover\:text-skynamo-light-gray\/90:hover{
  color: rgb(226 225 221 / 0.9);
}

.hover\:text-skynamo-light-gray\/95:hover{
  color: rgb(226 225 221 / 0.95);
}

.hover\:text-skynamo-mint:hover{
  --tw-text-opacity: 1;
  color: rgb(3 219 157 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-mint\/0:hover{
  color: rgb(3 219 157 / 0);
}

.hover\:text-skynamo-mint\/10:hover{
  color: rgb(3 219 157 / 0.1);
}

.hover\:text-skynamo-mint\/100:hover{
  color: rgb(3 219 157 / 1);
}

.hover\:text-skynamo-mint\/15:hover{
  color: rgb(3 219 157 / 0.15);
}

.hover\:text-skynamo-mint\/20:hover{
  color: rgb(3 219 157 / 0.2);
}

.hover\:text-skynamo-mint\/25:hover{
  color: rgb(3 219 157 / 0.25);
}

.hover\:text-skynamo-mint\/30:hover{
  color: rgb(3 219 157 / 0.3);
}

.hover\:text-skynamo-mint\/35:hover{
  color: rgb(3 219 157 / 0.35);
}

.hover\:text-skynamo-mint\/40:hover{
  color: rgb(3 219 157 / 0.4);
}

.hover\:text-skynamo-mint\/45:hover{
  color: rgb(3 219 157 / 0.45);
}

.hover\:text-skynamo-mint\/5:hover{
  color: rgb(3 219 157 / 0.05);
}

.hover\:text-skynamo-mint\/50:hover{
  color: rgb(3 219 157 / 0.5);
}

.hover\:text-skynamo-mint\/55:hover{
  color: rgb(3 219 157 / 0.55);
}

.hover\:text-skynamo-mint\/60:hover{
  color: rgb(3 219 157 / 0.6);
}

.hover\:text-skynamo-mint\/65:hover{
  color: rgb(3 219 157 / 0.65);
}

.hover\:text-skynamo-mint\/70:hover{
  color: rgb(3 219 157 / 0.7);
}

.hover\:text-skynamo-mint\/75:hover{
  color: rgb(3 219 157 / 0.75);
}

.hover\:text-skynamo-mint\/80:hover{
  color: rgb(3 219 157 / 0.8);
}

.hover\:text-skynamo-mint\/85:hover{
  color: rgb(3 219 157 / 0.85);
}

.hover\:text-skynamo-mint\/90:hover{
  color: rgb(3 219 157 / 0.9);
}

.hover\:text-skynamo-mint\/95:hover{
  color: rgb(3 219 157 / 0.95);
}

.hover\:text-skynamo-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(241 116 32 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-orange\/0:hover{
  color: rgb(241 116 32 / 0);
}

.hover\:text-skynamo-orange\/10:hover{
  color: rgb(241 116 32 / 0.1);
}

.hover\:text-skynamo-orange\/100:hover{
  color: rgb(241 116 32 / 1);
}

.hover\:text-skynamo-orange\/15:hover{
  color: rgb(241 116 32 / 0.15);
}

.hover\:text-skynamo-orange\/20:hover{
  color: rgb(241 116 32 / 0.2);
}

.hover\:text-skynamo-orange\/25:hover{
  color: rgb(241 116 32 / 0.25);
}

.hover\:text-skynamo-orange\/30:hover{
  color: rgb(241 116 32 / 0.3);
}

.hover\:text-skynamo-orange\/35:hover{
  color: rgb(241 116 32 / 0.35);
}

.hover\:text-skynamo-orange\/40:hover{
  color: rgb(241 116 32 / 0.4);
}

.hover\:text-skynamo-orange\/45:hover{
  color: rgb(241 116 32 / 0.45);
}

.hover\:text-skynamo-orange\/5:hover{
  color: rgb(241 116 32 / 0.05);
}

.hover\:text-skynamo-orange\/50:hover{
  color: rgb(241 116 32 / 0.5);
}

.hover\:text-skynamo-orange\/55:hover{
  color: rgb(241 116 32 / 0.55);
}

.hover\:text-skynamo-orange\/60:hover{
  color: rgb(241 116 32 / 0.6);
}

.hover\:text-skynamo-orange\/65:hover{
  color: rgb(241 116 32 / 0.65);
}

.hover\:text-skynamo-orange\/70:hover{
  color: rgb(241 116 32 / 0.7);
}

.hover\:text-skynamo-orange\/75:hover{
  color: rgb(241 116 32 / 0.75);
}

.hover\:text-skynamo-orange\/80:hover{
  color: rgb(241 116 32 / 0.8);
}

.hover\:text-skynamo-orange\/85:hover{
  color: rgb(241 116 32 / 0.85);
}

.hover\:text-skynamo-orange\/90:hover{
  color: rgb(241 116 32 / 0.9);
}

.hover\:text-skynamo-orange\/95:hover{
  color: rgb(241 116 32 / 0.95);
}

.hover\:text-skynamo-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.hover\:text-skynamo-purple\/0:hover{
  color: rgb(61 17 82 / 0);
}

.hover\:text-skynamo-purple\/10:hover{
  color: rgb(61 17 82 / 0.1);
}

.hover\:text-skynamo-purple\/100:hover{
  color: rgb(61 17 82 / 1);
}

.hover\:text-skynamo-purple\/15:hover{
  color: rgb(61 17 82 / 0.15);
}

.hover\:text-skynamo-purple\/20:hover{
  color: rgb(61 17 82 / 0.2);
}

.hover\:text-skynamo-purple\/25:hover{
  color: rgb(61 17 82 / 0.25);
}

.hover\:text-skynamo-purple\/30:hover{
  color: rgb(61 17 82 / 0.3);
}

.hover\:text-skynamo-purple\/35:hover{
  color: rgb(61 17 82 / 0.35);
}

.hover\:text-skynamo-purple\/40:hover{
  color: rgb(61 17 82 / 0.4);
}

.hover\:text-skynamo-purple\/45:hover{
  color: rgb(61 17 82 / 0.45);
}

.hover\:text-skynamo-purple\/5:hover{
  color: rgb(61 17 82 / 0.05);
}

.hover\:text-skynamo-purple\/50:hover{
  color: rgb(61 17 82 / 0.5);
}

.hover\:text-skynamo-purple\/55:hover{
  color: rgb(61 17 82 / 0.55);
}

.hover\:text-skynamo-purple\/60:hover{
  color: rgb(61 17 82 / 0.6);
}

.hover\:text-skynamo-purple\/65:hover{
  color: rgb(61 17 82 / 0.65);
}

.hover\:text-skynamo-purple\/70:hover{
  color: rgb(61 17 82 / 0.7);
}

.hover\:text-skynamo-purple\/75:hover{
  color: rgb(61 17 82 / 0.75);
}

.hover\:text-skynamo-purple\/80:hover{
  color: rgb(61 17 82 / 0.8);
}

.hover\:text-skynamo-purple\/85:hover{
  color: rgb(61 17 82 / 0.85);
}

.hover\:text-skynamo-purple\/90:hover{
  color: rgb(61 17 82 / 0.9);
}

.hover\:text-skynamo-purple\/95:hover{
  color: rgb(61 17 82 / 0.95);
}

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

.hover\:text-skynamo-yellow\/0:hover{
  color: rgb(255 186 0 / 0);
}

.hover\:text-skynamo-yellow\/10:hover{
  color: rgb(255 186 0 / 0.1);
}

.hover\:text-skynamo-yellow\/100:hover{
  color: rgb(255 186 0 / 1);
}

.hover\:text-skynamo-yellow\/15:hover{
  color: rgb(255 186 0 / 0.15);
}

.hover\:text-skynamo-yellow\/20:hover{
  color: rgb(255 186 0 / 0.2);
}

.hover\:text-skynamo-yellow\/25:hover{
  color: rgb(255 186 0 / 0.25);
}

.hover\:text-skynamo-yellow\/30:hover{
  color: rgb(255 186 0 / 0.3);
}

.hover\:text-skynamo-yellow\/35:hover{
  color: rgb(255 186 0 / 0.35);
}

.hover\:text-skynamo-yellow\/40:hover{
  color: rgb(255 186 0 / 0.4);
}

.hover\:text-skynamo-yellow\/45:hover{
  color: rgb(255 186 0 / 0.45);
}

.hover\:text-skynamo-yellow\/5:hover{
  color: rgb(255 186 0 / 0.05);
}

.hover\:text-skynamo-yellow\/50:hover{
  color: rgb(255 186 0 / 0.5);
}

.hover\:text-skynamo-yellow\/55:hover{
  color: rgb(255 186 0 / 0.55);
}

.hover\:text-skynamo-yellow\/60:hover{
  color: rgb(255 186 0 / 0.6);
}

.hover\:text-skynamo-yellow\/65:hover{
  color: rgb(255 186 0 / 0.65);
}

.hover\:text-skynamo-yellow\/70:hover{
  color: rgb(255 186 0 / 0.7);
}

.hover\:text-skynamo-yellow\/75:hover{
  color: rgb(255 186 0 / 0.75);
}

.hover\:text-skynamo-yellow\/80:hover{
  color: rgb(255 186 0 / 0.8);
}

.hover\:text-skynamo-yellow\/85:hover{
  color: rgb(255 186 0 / 0.85);
}

.hover\:text-skynamo-yellow\/90:hover{
  color: rgb(255 186 0 / 0.9);
}

.hover\:text-skynamo-yellow\/95:hover{
  color: rgb(255 186 0 / 0.95);
}

.hover\:text-success-100:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-success-100\/0:hover{
  color: rgb(21 128 61 / 0);
}

.hover\:text-success-100\/10:hover{
  color: rgb(21 128 61 / 0.1);
}

.hover\:text-success-100\/100:hover{
  color: rgb(21 128 61 / 1);
}

.hover\:text-success-100\/15:hover{
  color: rgb(21 128 61 / 0.15);
}

.hover\:text-success-100\/20:hover{
  color: rgb(21 128 61 / 0.2);
}

.hover\:text-success-100\/25:hover{
  color: rgb(21 128 61 / 0.25);
}

.hover\:text-success-100\/30:hover{
  color: rgb(21 128 61 / 0.3);
}

.hover\:text-success-100\/35:hover{
  color: rgb(21 128 61 / 0.35);
}

.hover\:text-success-100\/40:hover{
  color: rgb(21 128 61 / 0.4);
}

.hover\:text-success-100\/45:hover{
  color: rgb(21 128 61 / 0.45);
}

.hover\:text-success-100\/5:hover{
  color: rgb(21 128 61 / 0.05);
}

.hover\:text-success-100\/50:hover{
  color: rgb(21 128 61 / 0.5);
}

.hover\:text-success-100\/55:hover{
  color: rgb(21 128 61 / 0.55);
}

.hover\:text-success-100\/60:hover{
  color: rgb(21 128 61 / 0.6);
}

.hover\:text-success-100\/65:hover{
  color: rgb(21 128 61 / 0.65);
}

.hover\:text-success-100\/70:hover{
  color: rgb(21 128 61 / 0.7);
}

.hover\:text-success-100\/75:hover{
  color: rgb(21 128 61 / 0.75);
}

.hover\:text-success-100\/80:hover{
  color: rgb(21 128 61 / 0.8);
}

.hover\:text-success-100\/85:hover{
  color: rgb(21 128 61 / 0.85);
}

.hover\:text-success-100\/90:hover{
  color: rgb(21 128 61 / 0.9);
}

.hover\:text-success-100\/95:hover{
  color: rgb(21 128 61 / 0.95);
}

.hover\:text-success-background:hover{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.hover\:text-success-background\/0:hover{
  color: rgb(220 252 231 / 0);
}

.hover\:text-success-background\/10:hover{
  color: rgb(220 252 231 / 0.1);
}

.hover\:text-success-background\/100:hover{
  color: rgb(220 252 231 / 1);
}

.hover\:text-success-background\/15:hover{
  color: rgb(220 252 231 / 0.15);
}

.hover\:text-success-background\/20:hover{
  color: rgb(220 252 231 / 0.2);
}

.hover\:text-success-background\/25:hover{
  color: rgb(220 252 231 / 0.25);
}

.hover\:text-success-background\/30:hover{
  color: rgb(220 252 231 / 0.3);
}

.hover\:text-success-background\/35:hover{
  color: rgb(220 252 231 / 0.35);
}

.hover\:text-success-background\/40:hover{
  color: rgb(220 252 231 / 0.4);
}

.hover\:text-success-background\/45:hover{
  color: rgb(220 252 231 / 0.45);
}

.hover\:text-success-background\/5:hover{
  color: rgb(220 252 231 / 0.05);
}

.hover\:text-success-background\/50:hover{
  color: rgb(220 252 231 / 0.5);
}

.hover\:text-success-background\/55:hover{
  color: rgb(220 252 231 / 0.55);
}

.hover\:text-success-background\/60:hover{
  color: rgb(220 252 231 / 0.6);
}

.hover\:text-success-background\/65:hover{
  color: rgb(220 252 231 / 0.65);
}

.hover\:text-success-background\/70:hover{
  color: rgb(220 252 231 / 0.7);
}

.hover\:text-success-background\/75:hover{
  color: rgb(220 252 231 / 0.75);
}

.hover\:text-success-background\/80:hover{
  color: rgb(220 252 231 / 0.8);
}

.hover\:text-success-background\/85:hover{
  color: rgb(220 252 231 / 0.85);
}

.hover\:text-success-background\/90:hover{
  color: rgb(220 252 231 / 0.9);
}

.hover\:text-success-background\/95:hover{
  color: rgb(220 252 231 / 0.95);
}

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

.hover\:text-tertiary-10\/0:hover{
  color: rgb(255 235 255 / 0);
}

.hover\:text-tertiary-10\/10:hover{
  color: rgb(255 235 255 / 0.1);
}

.hover\:text-tertiary-10\/100:hover{
  color: rgb(255 235 255 / 1);
}

.hover\:text-tertiary-10\/15:hover{
  color: rgb(255 235 255 / 0.15);
}

.hover\:text-tertiary-10\/20:hover{
  color: rgb(255 235 255 / 0.2);
}

.hover\:text-tertiary-10\/25:hover{
  color: rgb(255 235 255 / 0.25);
}

.hover\:text-tertiary-10\/30:hover{
  color: rgb(255 235 255 / 0.3);
}

.hover\:text-tertiary-10\/35:hover{
  color: rgb(255 235 255 / 0.35);
}

.hover\:text-tertiary-10\/40:hover{
  color: rgb(255 235 255 / 0.4);
}

.hover\:text-tertiary-10\/45:hover{
  color: rgb(255 235 255 / 0.45);
}

.hover\:text-tertiary-10\/5:hover{
  color: rgb(255 235 255 / 0.05);
}

.hover\:text-tertiary-10\/50:hover{
  color: rgb(255 235 255 / 0.5);
}

.hover\:text-tertiary-10\/55:hover{
  color: rgb(255 235 255 / 0.55);
}

.hover\:text-tertiary-10\/60:hover{
  color: rgb(255 235 255 / 0.6);
}

.hover\:text-tertiary-10\/65:hover{
  color: rgb(255 235 255 / 0.65);
}

.hover\:text-tertiary-10\/70:hover{
  color: rgb(255 235 255 / 0.7);
}

.hover\:text-tertiary-10\/75:hover{
  color: rgb(255 235 255 / 0.75);
}

.hover\:text-tertiary-10\/80:hover{
  color: rgb(255 235 255 / 0.8);
}

.hover\:text-tertiary-10\/85:hover{
  color: rgb(255 235 255 / 0.85);
}

.hover\:text-tertiary-10\/90:hover{
  color: rgb(255 235 255 / 0.9);
}

.hover\:text-tertiary-10\/95:hover{
  color: rgb(255 235 255 / 0.95);
}

.hover\:text-tertiary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(28 0 42 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-100\/0:hover{
  color: rgb(28 0 42 / 0);
}

.hover\:text-tertiary-100\/10:hover{
  color: rgb(28 0 42 / 0.1);
}

.hover\:text-tertiary-100\/100:hover{
  color: rgb(28 0 42 / 1);
}

.hover\:text-tertiary-100\/15:hover{
  color: rgb(28 0 42 / 0.15);
}

.hover\:text-tertiary-100\/20:hover{
  color: rgb(28 0 42 / 0.2);
}

.hover\:text-tertiary-100\/25:hover{
  color: rgb(28 0 42 / 0.25);
}

.hover\:text-tertiary-100\/30:hover{
  color: rgb(28 0 42 / 0.3);
}

.hover\:text-tertiary-100\/35:hover{
  color: rgb(28 0 42 / 0.35);
}

.hover\:text-tertiary-100\/40:hover{
  color: rgb(28 0 42 / 0.4);
}

.hover\:text-tertiary-100\/45:hover{
  color: rgb(28 0 42 / 0.45);
}

.hover\:text-tertiary-100\/5:hover{
  color: rgb(28 0 42 / 0.05);
}

.hover\:text-tertiary-100\/50:hover{
  color: rgb(28 0 42 / 0.5);
}

.hover\:text-tertiary-100\/55:hover{
  color: rgb(28 0 42 / 0.55);
}

.hover\:text-tertiary-100\/60:hover{
  color: rgb(28 0 42 / 0.6);
}

.hover\:text-tertiary-100\/65:hover{
  color: rgb(28 0 42 / 0.65);
}

.hover\:text-tertiary-100\/70:hover{
  color: rgb(28 0 42 / 0.7);
}

.hover\:text-tertiary-100\/75:hover{
  color: rgb(28 0 42 / 0.75);
}

.hover\:text-tertiary-100\/80:hover{
  color: rgb(28 0 42 / 0.8);
}

.hover\:text-tertiary-100\/85:hover{
  color: rgb(28 0 42 / 0.85);
}

.hover\:text-tertiary-100\/90:hover{
  color: rgb(28 0 42 / 0.9);
}

.hover\:text-tertiary-100\/95:hover{
  color: rgb(28 0 42 / 0.95);
}

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

.hover\:text-tertiary-20\/0:hover{
  color: rgb(248 216 255 / 0);
}

.hover\:text-tertiary-20\/10:hover{
  color: rgb(248 216 255 / 0.1);
}

.hover\:text-tertiary-20\/100:hover{
  color: rgb(248 216 255 / 1);
}

.hover\:text-tertiary-20\/15:hover{
  color: rgb(248 216 255 / 0.15);
}

.hover\:text-tertiary-20\/20:hover{
  color: rgb(248 216 255 / 0.2);
}

.hover\:text-tertiary-20\/25:hover{
  color: rgb(248 216 255 / 0.25);
}

.hover\:text-tertiary-20\/30:hover{
  color: rgb(248 216 255 / 0.3);
}

.hover\:text-tertiary-20\/35:hover{
  color: rgb(248 216 255 / 0.35);
}

.hover\:text-tertiary-20\/40:hover{
  color: rgb(248 216 255 / 0.4);
}

.hover\:text-tertiary-20\/45:hover{
  color: rgb(248 216 255 / 0.45);
}

.hover\:text-tertiary-20\/5:hover{
  color: rgb(248 216 255 / 0.05);
}

.hover\:text-tertiary-20\/50:hover{
  color: rgb(248 216 255 / 0.5);
}

.hover\:text-tertiary-20\/55:hover{
  color: rgb(248 216 255 / 0.55);
}

.hover\:text-tertiary-20\/60:hover{
  color: rgb(248 216 255 / 0.6);
}

.hover\:text-tertiary-20\/65:hover{
  color: rgb(248 216 255 / 0.65);
}

.hover\:text-tertiary-20\/70:hover{
  color: rgb(248 216 255 / 0.7);
}

.hover\:text-tertiary-20\/75:hover{
  color: rgb(248 216 255 / 0.75);
}

.hover\:text-tertiary-20\/80:hover{
  color: rgb(248 216 255 / 0.8);
}

.hover\:text-tertiary-20\/85:hover{
  color: rgb(248 216 255 / 0.85);
}

.hover\:text-tertiary-20\/90:hover{
  color: rgb(248 216 255 / 0.9);
}

.hover\:text-tertiary-20\/95:hover{
  color: rgb(248 216 255 / 0.95);
}

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

.hover\:text-tertiary-30\/0:hover{
  color: rgb(235 178 255 / 0);
}

.hover\:text-tertiary-30\/10:hover{
  color: rgb(235 178 255 / 0.1);
}

.hover\:text-tertiary-30\/100:hover{
  color: rgb(235 178 255 / 1);
}

.hover\:text-tertiary-30\/15:hover{
  color: rgb(235 178 255 / 0.15);
}

.hover\:text-tertiary-30\/20:hover{
  color: rgb(235 178 255 / 0.2);
}

.hover\:text-tertiary-30\/25:hover{
  color: rgb(235 178 255 / 0.25);
}

.hover\:text-tertiary-30\/30:hover{
  color: rgb(235 178 255 / 0.3);
}

.hover\:text-tertiary-30\/35:hover{
  color: rgb(235 178 255 / 0.35);
}

.hover\:text-tertiary-30\/40:hover{
  color: rgb(235 178 255 / 0.4);
}

.hover\:text-tertiary-30\/45:hover{
  color: rgb(235 178 255 / 0.45);
}

.hover\:text-tertiary-30\/5:hover{
  color: rgb(235 178 255 / 0.05);
}

.hover\:text-tertiary-30\/50:hover{
  color: rgb(235 178 255 / 0.5);
}

.hover\:text-tertiary-30\/55:hover{
  color: rgb(235 178 255 / 0.55);
}

.hover\:text-tertiary-30\/60:hover{
  color: rgb(235 178 255 / 0.6);
}

.hover\:text-tertiary-30\/65:hover{
  color: rgb(235 178 255 / 0.65);
}

.hover\:text-tertiary-30\/70:hover{
  color: rgb(235 178 255 / 0.7);
}

.hover\:text-tertiary-30\/75:hover{
  color: rgb(235 178 255 / 0.75);
}

.hover\:text-tertiary-30\/80:hover{
  color: rgb(235 178 255 / 0.8);
}

.hover\:text-tertiary-30\/85:hover{
  color: rgb(235 178 255 / 0.85);
}

.hover\:text-tertiary-30\/90:hover{
  color: rgb(235 178 255 / 0.9);
}

.hover\:text-tertiary-30\/95:hover{
  color: rgb(235 178 255 / 0.95);
}

.hover\:text-tertiary-40:hover{
  --tw-text-opacity: 1;
  color: rgb(208 149 233 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-40\/0:hover{
  color: rgb(208 149 233 / 0);
}

.hover\:text-tertiary-40\/10:hover{
  color: rgb(208 149 233 / 0.1);
}

.hover\:text-tertiary-40\/100:hover{
  color: rgb(208 149 233 / 1);
}

.hover\:text-tertiary-40\/15:hover{
  color: rgb(208 149 233 / 0.15);
}

.hover\:text-tertiary-40\/20:hover{
  color: rgb(208 149 233 / 0.2);
}

.hover\:text-tertiary-40\/25:hover{
  color: rgb(208 149 233 / 0.25);
}

.hover\:text-tertiary-40\/30:hover{
  color: rgb(208 149 233 / 0.3);
}

.hover\:text-tertiary-40\/35:hover{
  color: rgb(208 149 233 / 0.35);
}

.hover\:text-tertiary-40\/40:hover{
  color: rgb(208 149 233 / 0.4);
}

.hover\:text-tertiary-40\/45:hover{
  color: rgb(208 149 233 / 0.45);
}

.hover\:text-tertiary-40\/5:hover{
  color: rgb(208 149 233 / 0.05);
}

.hover\:text-tertiary-40\/50:hover{
  color: rgb(208 149 233 / 0.5);
}

.hover\:text-tertiary-40\/55:hover{
  color: rgb(208 149 233 / 0.55);
}

.hover\:text-tertiary-40\/60:hover{
  color: rgb(208 149 233 / 0.6);
}

.hover\:text-tertiary-40\/65:hover{
  color: rgb(208 149 233 / 0.65);
}

.hover\:text-tertiary-40\/70:hover{
  color: rgb(208 149 233 / 0.7);
}

.hover\:text-tertiary-40\/75:hover{
  color: rgb(208 149 233 / 0.75);
}

.hover\:text-tertiary-40\/80:hover{
  color: rgb(208 149 233 / 0.8);
}

.hover\:text-tertiary-40\/85:hover{
  color: rgb(208 149 233 / 0.85);
}

.hover\:text-tertiary-40\/90:hover{
  color: rgb(208 149 233 / 0.9);
}

.hover\:text-tertiary-40\/95:hover{
  color: rgb(208 149 233 / 0.95);
}

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

.hover\:text-tertiary-5\/0:hover{
  color: rgb(253 246 255 / 0);
}

.hover\:text-tertiary-5\/10:hover{
  color: rgb(253 246 255 / 0.1);
}

.hover\:text-tertiary-5\/100:hover{
  color: rgb(253 246 255 / 1);
}

.hover\:text-tertiary-5\/15:hover{
  color: rgb(253 246 255 / 0.15);
}

.hover\:text-tertiary-5\/20:hover{
  color: rgb(253 246 255 / 0.2);
}

.hover\:text-tertiary-5\/25:hover{
  color: rgb(253 246 255 / 0.25);
}

.hover\:text-tertiary-5\/30:hover{
  color: rgb(253 246 255 / 0.3);
}

.hover\:text-tertiary-5\/35:hover{
  color: rgb(253 246 255 / 0.35);
}

.hover\:text-tertiary-5\/40:hover{
  color: rgb(253 246 255 / 0.4);
}

.hover\:text-tertiary-5\/45:hover{
  color: rgb(253 246 255 / 0.45);
}

.hover\:text-tertiary-5\/5:hover{
  color: rgb(253 246 255 / 0.05);
}

.hover\:text-tertiary-5\/50:hover{
  color: rgb(253 246 255 / 0.5);
}

.hover\:text-tertiary-5\/55:hover{
  color: rgb(253 246 255 / 0.55);
}

.hover\:text-tertiary-5\/60:hover{
  color: rgb(253 246 255 / 0.6);
}

.hover\:text-tertiary-5\/65:hover{
  color: rgb(253 246 255 / 0.65);
}

.hover\:text-tertiary-5\/70:hover{
  color: rgb(253 246 255 / 0.7);
}

.hover\:text-tertiary-5\/75:hover{
  color: rgb(253 246 255 / 0.75);
}

.hover\:text-tertiary-5\/80:hover{
  color: rgb(253 246 255 / 0.8);
}

.hover\:text-tertiary-5\/85:hover{
  color: rgb(253 246 255 / 0.85);
}

.hover\:text-tertiary-5\/90:hover{
  color: rgb(253 246 255 / 0.9);
}

.hover\:text-tertiary-5\/95:hover{
  color: rgb(253 246 255 / 0.95);
}

.hover\:text-tertiary-50:hover{
  --tw-text-opacity: 1;
  color: rgb(152 97 177 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-50\/0:hover{
  color: rgb(152 97 177 / 0);
}

.hover\:text-tertiary-50\/10:hover{
  color: rgb(152 97 177 / 0.1);
}

.hover\:text-tertiary-50\/100:hover{
  color: rgb(152 97 177 / 1);
}

.hover\:text-tertiary-50\/15:hover{
  color: rgb(152 97 177 / 0.15);
}

.hover\:text-tertiary-50\/20:hover{
  color: rgb(152 97 177 / 0.2);
}

.hover\:text-tertiary-50\/25:hover{
  color: rgb(152 97 177 / 0.25);
}

.hover\:text-tertiary-50\/30:hover{
  color: rgb(152 97 177 / 0.3);
}

.hover\:text-tertiary-50\/35:hover{
  color: rgb(152 97 177 / 0.35);
}

.hover\:text-tertiary-50\/40:hover{
  color: rgb(152 97 177 / 0.4);
}

.hover\:text-tertiary-50\/45:hover{
  color: rgb(152 97 177 / 0.45);
}

.hover\:text-tertiary-50\/5:hover{
  color: rgb(152 97 177 / 0.05);
}

.hover\:text-tertiary-50\/50:hover{
  color: rgb(152 97 177 / 0.5);
}

.hover\:text-tertiary-50\/55:hover{
  color: rgb(152 97 177 / 0.55);
}

.hover\:text-tertiary-50\/60:hover{
  color: rgb(152 97 177 / 0.6);
}

.hover\:text-tertiary-50\/65:hover{
  color: rgb(152 97 177 / 0.65);
}

.hover\:text-tertiary-50\/70:hover{
  color: rgb(152 97 177 / 0.7);
}

.hover\:text-tertiary-50\/75:hover{
  color: rgb(152 97 177 / 0.75);
}

.hover\:text-tertiary-50\/80:hover{
  color: rgb(152 97 177 / 0.8);
}

.hover\:text-tertiary-50\/85:hover{
  color: rgb(152 97 177 / 0.85);
}

.hover\:text-tertiary-50\/90:hover{
  color: rgb(152 97 177 / 0.9);
}

.hover\:text-tertiary-50\/95:hover{
  color: rgb(152 97 177 / 0.95);
}

.hover\:text-tertiary-60:hover{
  --tw-text-opacity: 1;
  color: rgb(125 72 150 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-60\/0:hover{
  color: rgb(125 72 150 / 0);
}

.hover\:text-tertiary-60\/10:hover{
  color: rgb(125 72 150 / 0.1);
}

.hover\:text-tertiary-60\/100:hover{
  color: rgb(125 72 150 / 1);
}

.hover\:text-tertiary-60\/15:hover{
  color: rgb(125 72 150 / 0.15);
}

.hover\:text-tertiary-60\/20:hover{
  color: rgb(125 72 150 / 0.2);
}

.hover\:text-tertiary-60\/25:hover{
  color: rgb(125 72 150 / 0.25);
}

.hover\:text-tertiary-60\/30:hover{
  color: rgb(125 72 150 / 0.3);
}

.hover\:text-tertiary-60\/35:hover{
  color: rgb(125 72 150 / 0.35);
}

.hover\:text-tertiary-60\/40:hover{
  color: rgb(125 72 150 / 0.4);
}

.hover\:text-tertiary-60\/45:hover{
  color: rgb(125 72 150 / 0.45);
}

.hover\:text-tertiary-60\/5:hover{
  color: rgb(125 72 150 / 0.05);
}

.hover\:text-tertiary-60\/50:hover{
  color: rgb(125 72 150 / 0.5);
}

.hover\:text-tertiary-60\/55:hover{
  color: rgb(125 72 150 / 0.55);
}

.hover\:text-tertiary-60\/60:hover{
  color: rgb(125 72 150 / 0.6);
}

.hover\:text-tertiary-60\/65:hover{
  color: rgb(125 72 150 / 0.65);
}

.hover\:text-tertiary-60\/70:hover{
  color: rgb(125 72 150 / 0.7);
}

.hover\:text-tertiary-60\/75:hover{
  color: rgb(125 72 150 / 0.75);
}

.hover\:text-tertiary-60\/80:hover{
  color: rgb(125 72 150 / 0.8);
}

.hover\:text-tertiary-60\/85:hover{
  color: rgb(125 72 150 / 0.85);
}

.hover\:text-tertiary-60\/90:hover{
  color: rgb(125 72 150 / 0.9);
}

.hover\:text-tertiary-60\/95:hover{
  color: rgb(125 72 150 / 0.95);
}

.hover\:text-tertiary-70:hover{
  --tw-text-opacity: 1;
  color: rgb(106 59 127 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-70\/0:hover{
  color: rgb(106 59 127 / 0);
}

.hover\:text-tertiary-70\/10:hover{
  color: rgb(106 59 127 / 0.1);
}

.hover\:text-tertiary-70\/100:hover{
  color: rgb(106 59 127 / 1);
}

.hover\:text-tertiary-70\/15:hover{
  color: rgb(106 59 127 / 0.15);
}

.hover\:text-tertiary-70\/20:hover{
  color: rgb(106 59 127 / 0.2);
}

.hover\:text-tertiary-70\/25:hover{
  color: rgb(106 59 127 / 0.25);
}

.hover\:text-tertiary-70\/30:hover{
  color: rgb(106 59 127 / 0.3);
}

.hover\:text-tertiary-70\/35:hover{
  color: rgb(106 59 127 / 0.35);
}

.hover\:text-tertiary-70\/40:hover{
  color: rgb(106 59 127 / 0.4);
}

.hover\:text-tertiary-70\/45:hover{
  color: rgb(106 59 127 / 0.45);
}

.hover\:text-tertiary-70\/5:hover{
  color: rgb(106 59 127 / 0.05);
}

.hover\:text-tertiary-70\/50:hover{
  color: rgb(106 59 127 / 0.5);
}

.hover\:text-tertiary-70\/55:hover{
  color: rgb(106 59 127 / 0.55);
}

.hover\:text-tertiary-70\/60:hover{
  color: rgb(106 59 127 / 0.6);
}

.hover\:text-tertiary-70\/65:hover{
  color: rgb(106 59 127 / 0.65);
}

.hover\:text-tertiary-70\/70:hover{
  color: rgb(106 59 127 / 0.7);
}

.hover\:text-tertiary-70\/75:hover{
  color: rgb(106 59 127 / 0.75);
}

.hover\:text-tertiary-70\/80:hover{
  color: rgb(106 59 127 / 0.8);
}

.hover\:text-tertiary-70\/85:hover{
  color: rgb(106 59 127 / 0.85);
}

.hover\:text-tertiary-70\/90:hover{
  color: rgb(106 59 127 / 0.9);
}

.hover\:text-tertiary-70\/95:hover{
  color: rgb(106 59 127 / 0.95);
}

.hover\:text-tertiary-80:hover{
  --tw-text-opacity: 1;
  color: rgb(75 23 100 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-80\/0:hover{
  color: rgb(75 23 100 / 0);
}

.hover\:text-tertiary-80\/10:hover{
  color: rgb(75 23 100 / 0.1);
}

.hover\:text-tertiary-80\/100:hover{
  color: rgb(75 23 100 / 1);
}

.hover\:text-tertiary-80\/15:hover{
  color: rgb(75 23 100 / 0.15);
}

.hover\:text-tertiary-80\/20:hover{
  color: rgb(75 23 100 / 0.2);
}

.hover\:text-tertiary-80\/25:hover{
  color: rgb(75 23 100 / 0.25);
}

.hover\:text-tertiary-80\/30:hover{
  color: rgb(75 23 100 / 0.3);
}

.hover\:text-tertiary-80\/35:hover{
  color: rgb(75 23 100 / 0.35);
}

.hover\:text-tertiary-80\/40:hover{
  color: rgb(75 23 100 / 0.4);
}

.hover\:text-tertiary-80\/45:hover{
  color: rgb(75 23 100 / 0.45);
}

.hover\:text-tertiary-80\/5:hover{
  color: rgb(75 23 100 / 0.05);
}

.hover\:text-tertiary-80\/50:hover{
  color: rgb(75 23 100 / 0.5);
}

.hover\:text-tertiary-80\/55:hover{
  color: rgb(75 23 100 / 0.55);
}

.hover\:text-tertiary-80\/60:hover{
  color: rgb(75 23 100 / 0.6);
}

.hover\:text-tertiary-80\/65:hover{
  color: rgb(75 23 100 / 0.65);
}

.hover\:text-tertiary-80\/70:hover{
  color: rgb(75 23 100 / 0.7);
}

.hover\:text-tertiary-80\/75:hover{
  color: rgb(75 23 100 / 0.75);
}

.hover\:text-tertiary-80\/80:hover{
  color: rgb(75 23 100 / 0.8);
}

.hover\:text-tertiary-80\/85:hover{
  color: rgb(75 23 100 / 0.85);
}

.hover\:text-tertiary-80\/90:hover{
  color: rgb(75 23 100 / 0.9);
}

.hover\:text-tertiary-80\/95:hover{
  color: rgb(75 23 100 / 0.95);
}

.hover\:text-tertiary-90:hover{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-90\/0:hover{
  color: rgb(61 17 82 / 0);
}

.hover\:text-tertiary-90\/10:hover{
  color: rgb(61 17 82 / 0.1);
}

.hover\:text-tertiary-90\/100:hover{
  color: rgb(61 17 82 / 1);
}

.hover\:text-tertiary-90\/15:hover{
  color: rgb(61 17 82 / 0.15);
}

.hover\:text-tertiary-90\/20:hover{
  color: rgb(61 17 82 / 0.2);
}

.hover\:text-tertiary-90\/25:hover{
  color: rgb(61 17 82 / 0.25);
}

.hover\:text-tertiary-90\/30:hover{
  color: rgb(61 17 82 / 0.3);
}

.hover\:text-tertiary-90\/35:hover{
  color: rgb(61 17 82 / 0.35);
}

.hover\:text-tertiary-90\/40:hover{
  color: rgb(61 17 82 / 0.4);
}

.hover\:text-tertiary-90\/45:hover{
  color: rgb(61 17 82 / 0.45);
}

.hover\:text-tertiary-90\/5:hover{
  color: rgb(61 17 82 / 0.05);
}

.hover\:text-tertiary-90\/50:hover{
  color: rgb(61 17 82 / 0.5);
}

.hover\:text-tertiary-90\/55:hover{
  color: rgb(61 17 82 / 0.55);
}

.hover\:text-tertiary-90\/60:hover{
  color: rgb(61 17 82 / 0.6);
}

.hover\:text-tertiary-90\/65:hover{
  color: rgb(61 17 82 / 0.65);
}

.hover\:text-tertiary-90\/70:hover{
  color: rgb(61 17 82 / 0.7);
}

.hover\:text-tertiary-90\/75:hover{
  color: rgb(61 17 82 / 0.75);
}

.hover\:text-tertiary-90\/80:hover{
  color: rgb(61 17 82 / 0.8);
}

.hover\:text-tertiary-90\/85:hover{
  color: rgb(61 17 82 / 0.85);
}

.hover\:text-tertiary-90\/90:hover{
  color: rgb(61 17 82 / 0.9);
}

.hover\:text-tertiary-90\/95:hover{
  color: rgb(61 17 82 / 0.95);
}

.hover\:text-warning-100:hover{
  --tw-text-opacity: 1;
  color: rgb(245 102 0 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-100\/0:hover{
  color: rgb(245 102 0 / 0);
}

.hover\:text-warning-100\/10:hover{
  color: rgb(245 102 0 / 0.1);
}

.hover\:text-warning-100\/100:hover{
  color: rgb(245 102 0 / 1);
}

.hover\:text-warning-100\/15:hover{
  color: rgb(245 102 0 / 0.15);
}

.hover\:text-warning-100\/20:hover{
  color: rgb(245 102 0 / 0.2);
}

.hover\:text-warning-100\/25:hover{
  color: rgb(245 102 0 / 0.25);
}

.hover\:text-warning-100\/30:hover{
  color: rgb(245 102 0 / 0.3);
}

.hover\:text-warning-100\/35:hover{
  color: rgb(245 102 0 / 0.35);
}

.hover\:text-warning-100\/40:hover{
  color: rgb(245 102 0 / 0.4);
}

.hover\:text-warning-100\/45:hover{
  color: rgb(245 102 0 / 0.45);
}

.hover\:text-warning-100\/5:hover{
  color: rgb(245 102 0 / 0.05);
}

.hover\:text-warning-100\/50:hover{
  color: rgb(245 102 0 / 0.5);
}

.hover\:text-warning-100\/55:hover{
  color: rgb(245 102 0 / 0.55);
}

.hover\:text-warning-100\/60:hover{
  color: rgb(245 102 0 / 0.6);
}

.hover\:text-warning-100\/65:hover{
  color: rgb(245 102 0 / 0.65);
}

.hover\:text-warning-100\/70:hover{
  color: rgb(245 102 0 / 0.7);
}

.hover\:text-warning-100\/75:hover{
  color: rgb(245 102 0 / 0.75);
}

.hover\:text-warning-100\/80:hover{
  color: rgb(245 102 0 / 0.8);
}

.hover\:text-warning-100\/85:hover{
  color: rgb(245 102 0 / 0.85);
}

.hover\:text-warning-100\/90:hover{
  color: rgb(245 102 0 / 0.9);
}

.hover\:text-warning-100\/95:hover{
  color: rgb(245 102 0 / 0.95);
}

.hover\:text-warning-background:hover{
  --tw-text-opacity: 1;
  color: rgb(253 224 204 / var(--tw-text-opacity, 1));
}

.hover\:text-warning-background\/0:hover{
  color: rgb(253 224 204 / 0);
}

.hover\:text-warning-background\/10:hover{
  color: rgb(253 224 204 / 0.1);
}

.hover\:text-warning-background\/100:hover{
  color: rgb(253 224 204 / 1);
}

.hover\:text-warning-background\/15:hover{
  color: rgb(253 224 204 / 0.15);
}

.hover\:text-warning-background\/20:hover{
  color: rgb(253 224 204 / 0.2);
}

.hover\:text-warning-background\/25:hover{
  color: rgb(253 224 204 / 0.25);
}

.hover\:text-warning-background\/30:hover{
  color: rgb(253 224 204 / 0.3);
}

.hover\:text-warning-background\/35:hover{
  color: rgb(253 224 204 / 0.35);
}

.hover\:text-warning-background\/40:hover{
  color: rgb(253 224 204 / 0.4);
}

.hover\:text-warning-background\/45:hover{
  color: rgb(253 224 204 / 0.45);
}

.hover\:text-warning-background\/5:hover{
  color: rgb(253 224 204 / 0.05);
}

.hover\:text-warning-background\/50:hover{
  color: rgb(253 224 204 / 0.5);
}

.hover\:text-warning-background\/55:hover{
  color: rgb(253 224 204 / 0.55);
}

.hover\:text-warning-background\/60:hover{
  color: rgb(253 224 204 / 0.6);
}

.hover\:text-warning-background\/65:hover{
  color: rgb(253 224 204 / 0.65);
}

.hover\:text-warning-background\/70:hover{
  color: rgb(253 224 204 / 0.7);
}

.hover\:text-warning-background\/75:hover{
  color: rgb(253 224 204 / 0.75);
}

.hover\:text-warning-background\/80:hover{
  color: rgb(253 224 204 / 0.8);
}

.hover\:text-warning-background\/85:hover{
  color: rgb(253 224 204 / 0.85);
}

.hover\:text-warning-background\/90:hover{
  color: rgb(253 224 204 / 0.9);
}

.hover\:text-warning-background\/95:hover{
  color: rgb(253 224 204 / 0.95);
}

.focus\:border-charts-1:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 107 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-1\/0:focus{
  border-color: rgb(0 57 107 / 0);
}

.focus\:border-charts-1\/10:focus{
  border-color: rgb(0 57 107 / 0.1);
}

.focus\:border-charts-1\/100:focus{
  border-color: rgb(0 57 107 / 1);
}

.focus\:border-charts-1\/15:focus{
  border-color: rgb(0 57 107 / 0.15);
}

.focus\:border-charts-1\/20:focus{
  border-color: rgb(0 57 107 / 0.2);
}

.focus\:border-charts-1\/25:focus{
  border-color: rgb(0 57 107 / 0.25);
}

.focus\:border-charts-1\/30:focus{
  border-color: rgb(0 57 107 / 0.3);
}

.focus\:border-charts-1\/35:focus{
  border-color: rgb(0 57 107 / 0.35);
}

.focus\:border-charts-1\/40:focus{
  border-color: rgb(0 57 107 / 0.4);
}

.focus\:border-charts-1\/45:focus{
  border-color: rgb(0 57 107 / 0.45);
}

.focus\:border-charts-1\/5:focus{
  border-color: rgb(0 57 107 / 0.05);
}

.focus\:border-charts-1\/50:focus{
  border-color: rgb(0 57 107 / 0.5);
}

.focus\:border-charts-1\/55:focus{
  border-color: rgb(0 57 107 / 0.55);
}

.focus\:border-charts-1\/60:focus{
  border-color: rgb(0 57 107 / 0.6);
}

.focus\:border-charts-1\/65:focus{
  border-color: rgb(0 57 107 / 0.65);
}

.focus\:border-charts-1\/70:focus{
  border-color: rgb(0 57 107 / 0.7);
}

.focus\:border-charts-1\/75:focus{
  border-color: rgb(0 57 107 / 0.75);
}

.focus\:border-charts-1\/80:focus{
  border-color: rgb(0 57 107 / 0.8);
}

.focus\:border-charts-1\/85:focus{
  border-color: rgb(0 57 107 / 0.85);
}

.focus\:border-charts-1\/90:focus{
  border-color: rgb(0 57 107 / 0.9);
}

.focus\:border-charts-1\/95:focus{
  border-color: rgb(0 57 107 / 0.95);
}

.focus\:border-charts-10:focus{
  --tw-border-opacity: 1;
  border-color: rgb(250 77 86 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-10\/0:focus{
  border-color: rgb(250 77 86 / 0);
}

.focus\:border-charts-10\/10:focus{
  border-color: rgb(250 77 86 / 0.1);
}

.focus\:border-charts-10\/100:focus{
  border-color: rgb(250 77 86 / 1);
}

.focus\:border-charts-10\/15:focus{
  border-color: rgb(250 77 86 / 0.15);
}

.focus\:border-charts-10\/20:focus{
  border-color: rgb(250 77 86 / 0.2);
}

.focus\:border-charts-10\/25:focus{
  border-color: rgb(250 77 86 / 0.25);
}

.focus\:border-charts-10\/30:focus{
  border-color: rgb(250 77 86 / 0.3);
}

.focus\:border-charts-10\/35:focus{
  border-color: rgb(250 77 86 / 0.35);
}

.focus\:border-charts-10\/40:focus{
  border-color: rgb(250 77 86 / 0.4);
}

.focus\:border-charts-10\/45:focus{
  border-color: rgb(250 77 86 / 0.45);
}

.focus\:border-charts-10\/5:focus{
  border-color: rgb(250 77 86 / 0.05);
}

.focus\:border-charts-10\/50:focus{
  border-color: rgb(250 77 86 / 0.5);
}

.focus\:border-charts-10\/55:focus{
  border-color: rgb(250 77 86 / 0.55);
}

.focus\:border-charts-10\/60:focus{
  border-color: rgb(250 77 86 / 0.6);
}

.focus\:border-charts-10\/65:focus{
  border-color: rgb(250 77 86 / 0.65);
}

.focus\:border-charts-10\/70:focus{
  border-color: rgb(250 77 86 / 0.7);
}

.focus\:border-charts-10\/75:focus{
  border-color: rgb(250 77 86 / 0.75);
}

.focus\:border-charts-10\/80:focus{
  border-color: rgb(250 77 86 / 0.8);
}

.focus\:border-charts-10\/85:focus{
  border-color: rgb(250 77 86 / 0.85);
}

.focus\:border-charts-10\/90:focus{
  border-color: rgb(250 77 86 / 0.9);
}

.focus\:border-charts-10\/95:focus{
  border-color: rgb(250 77 86 / 0.95);
}

.focus\:border-charts-11:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 110 255 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-11\/0:focus{
  border-color: rgb(165 110 255 / 0);
}

.focus\:border-charts-11\/10:focus{
  border-color: rgb(165 110 255 / 0.1);
}

.focus\:border-charts-11\/100:focus{
  border-color: rgb(165 110 255 / 1);
}

.focus\:border-charts-11\/15:focus{
  border-color: rgb(165 110 255 / 0.15);
}

.focus\:border-charts-11\/20:focus{
  border-color: rgb(165 110 255 / 0.2);
}

.focus\:border-charts-11\/25:focus{
  border-color: rgb(165 110 255 / 0.25);
}

.focus\:border-charts-11\/30:focus{
  border-color: rgb(165 110 255 / 0.3);
}

.focus\:border-charts-11\/35:focus{
  border-color: rgb(165 110 255 / 0.35);
}

.focus\:border-charts-11\/40:focus{
  border-color: rgb(165 110 255 / 0.4);
}

.focus\:border-charts-11\/45:focus{
  border-color: rgb(165 110 255 / 0.45);
}

.focus\:border-charts-11\/5:focus{
  border-color: rgb(165 110 255 / 0.05);
}

.focus\:border-charts-11\/50:focus{
  border-color: rgb(165 110 255 / 0.5);
}

.focus\:border-charts-11\/55:focus{
  border-color: rgb(165 110 255 / 0.55);
}

.focus\:border-charts-11\/60:focus{
  border-color: rgb(165 110 255 / 0.6);
}

.focus\:border-charts-11\/65:focus{
  border-color: rgb(165 110 255 / 0.65);
}

.focus\:border-charts-11\/70:focus{
  border-color: rgb(165 110 255 / 0.7);
}

.focus\:border-charts-11\/75:focus{
  border-color: rgb(165 110 255 / 0.75);
}

.focus\:border-charts-11\/80:focus{
  border-color: rgb(165 110 255 / 0.8);
}

.focus\:border-charts-11\/85:focus{
  border-color: rgb(165 110 255 / 0.85);
}

.focus\:border-charts-11\/90:focus{
  border-color: rgb(165 110 255 / 0.9);
}

.focus\:border-charts-11\/95:focus{
  border-color: rgb(165 110 255 / 0.95);
}

.focus\:border-charts-12:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 93 93 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-12\/0:focus{
  border-color: rgb(0 93 93 / 0);
}

.focus\:border-charts-12\/10:focus{
  border-color: rgb(0 93 93 / 0.1);
}

.focus\:border-charts-12\/100:focus{
  border-color: rgb(0 93 93 / 1);
}

.focus\:border-charts-12\/15:focus{
  border-color: rgb(0 93 93 / 0.15);
}

.focus\:border-charts-12\/20:focus{
  border-color: rgb(0 93 93 / 0.2);
}

.focus\:border-charts-12\/25:focus{
  border-color: rgb(0 93 93 / 0.25);
}

.focus\:border-charts-12\/30:focus{
  border-color: rgb(0 93 93 / 0.3);
}

.focus\:border-charts-12\/35:focus{
  border-color: rgb(0 93 93 / 0.35);
}

.focus\:border-charts-12\/40:focus{
  border-color: rgb(0 93 93 / 0.4);
}

.focus\:border-charts-12\/45:focus{
  border-color: rgb(0 93 93 / 0.45);
}

.focus\:border-charts-12\/5:focus{
  border-color: rgb(0 93 93 / 0.05);
}

.focus\:border-charts-12\/50:focus{
  border-color: rgb(0 93 93 / 0.5);
}

.focus\:border-charts-12\/55:focus{
  border-color: rgb(0 93 93 / 0.55);
}

.focus\:border-charts-12\/60:focus{
  border-color: rgb(0 93 93 / 0.6);
}

.focus\:border-charts-12\/65:focus{
  border-color: rgb(0 93 93 / 0.65);
}

.focus\:border-charts-12\/70:focus{
  border-color: rgb(0 93 93 / 0.7);
}

.focus\:border-charts-12\/75:focus{
  border-color: rgb(0 93 93 / 0.75);
}

.focus\:border-charts-12\/80:focus{
  border-color: rgb(0 93 93 / 0.8);
}

.focus\:border-charts-12\/85:focus{
  border-color: rgb(0 93 93 / 0.85);
}

.focus\:border-charts-12\/90:focus{
  border-color: rgb(0 93 93 / 0.9);
}

.focus\:border-charts-12\/95:focus{
  border-color: rgb(0 93 93 / 0.95);
}

.focus\:border-charts-13:focus{
  --tw-border-opacity: 1;
  border-color: rgb(94 165 49 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-13\/0:focus{
  border-color: rgb(94 165 49 / 0);
}

.focus\:border-charts-13\/10:focus{
  border-color: rgb(94 165 49 / 0.1);
}

.focus\:border-charts-13\/100:focus{
  border-color: rgb(94 165 49 / 1);
}

.focus\:border-charts-13\/15:focus{
  border-color: rgb(94 165 49 / 0.15);
}

.focus\:border-charts-13\/20:focus{
  border-color: rgb(94 165 49 / 0.2);
}

.focus\:border-charts-13\/25:focus{
  border-color: rgb(94 165 49 / 0.25);
}

.focus\:border-charts-13\/30:focus{
  border-color: rgb(94 165 49 / 0.3);
}

.focus\:border-charts-13\/35:focus{
  border-color: rgb(94 165 49 / 0.35);
}

.focus\:border-charts-13\/40:focus{
  border-color: rgb(94 165 49 / 0.4);
}

.focus\:border-charts-13\/45:focus{
  border-color: rgb(94 165 49 / 0.45);
}

.focus\:border-charts-13\/5:focus{
  border-color: rgb(94 165 49 / 0.05);
}

.focus\:border-charts-13\/50:focus{
  border-color: rgb(94 165 49 / 0.5);
}

.focus\:border-charts-13\/55:focus{
  border-color: rgb(94 165 49 / 0.55);
}

.focus\:border-charts-13\/60:focus{
  border-color: rgb(94 165 49 / 0.6);
}

.focus\:border-charts-13\/65:focus{
  border-color: rgb(94 165 49 / 0.65);
}

.focus\:border-charts-13\/70:focus{
  border-color: rgb(94 165 49 / 0.7);
}

.focus\:border-charts-13\/75:focus{
  border-color: rgb(94 165 49 / 0.75);
}

.focus\:border-charts-13\/80:focus{
  border-color: rgb(94 165 49 / 0.8);
}

.focus\:border-charts-13\/85:focus{
  border-color: rgb(94 165 49 / 0.85);
}

.focus\:border-charts-13\/90:focus{
  border-color: rgb(94 165 49 / 0.9);
}

.focus\:border-charts-13\/95:focus{
  border-color: rgb(94 165 49 / 0.95);
}

.focus\:border-charts-2:focus{
  --tw-border-opacity: 1;
  border-color: rgb(38 124 215 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-2\/0:focus{
  border-color: rgb(38 124 215 / 0);
}

.focus\:border-charts-2\/10:focus{
  border-color: rgb(38 124 215 / 0.1);
}

.focus\:border-charts-2\/100:focus{
  border-color: rgb(38 124 215 / 1);
}

.focus\:border-charts-2\/15:focus{
  border-color: rgb(38 124 215 / 0.15);
}

.focus\:border-charts-2\/20:focus{
  border-color: rgb(38 124 215 / 0.2);
}

.focus\:border-charts-2\/25:focus{
  border-color: rgb(38 124 215 / 0.25);
}

.focus\:border-charts-2\/30:focus{
  border-color: rgb(38 124 215 / 0.3);
}

.focus\:border-charts-2\/35:focus{
  border-color: rgb(38 124 215 / 0.35);
}

.focus\:border-charts-2\/40:focus{
  border-color: rgb(38 124 215 / 0.4);
}

.focus\:border-charts-2\/45:focus{
  border-color: rgb(38 124 215 / 0.45);
}

.focus\:border-charts-2\/5:focus{
  border-color: rgb(38 124 215 / 0.05);
}

.focus\:border-charts-2\/50:focus{
  border-color: rgb(38 124 215 / 0.5);
}

.focus\:border-charts-2\/55:focus{
  border-color: rgb(38 124 215 / 0.55);
}

.focus\:border-charts-2\/60:focus{
  border-color: rgb(38 124 215 / 0.6);
}

.focus\:border-charts-2\/65:focus{
  border-color: rgb(38 124 215 / 0.65);
}

.focus\:border-charts-2\/70:focus{
  border-color: rgb(38 124 215 / 0.7);
}

.focus\:border-charts-2\/75:focus{
  border-color: rgb(38 124 215 / 0.75);
}

.focus\:border-charts-2\/80:focus{
  border-color: rgb(38 124 215 / 0.8);
}

.focus\:border-charts-2\/85:focus{
  border-color: rgb(38 124 215 / 0.85);
}

.focus\:border-charts-2\/90:focus{
  border-color: rgb(38 124 215 / 0.9);
}

.focus\:border-charts-2\/95:focus{
  border-color: rgb(38 124 215 / 0.95);
}

.focus\:border-charts-3:focus{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-3\/0:focus{
  border-color: rgb(127 50 190 / 0);
}

.focus\:border-charts-3\/10:focus{
  border-color: rgb(127 50 190 / 0.1);
}

.focus\:border-charts-3\/100:focus{
  border-color: rgb(127 50 190 / 1);
}

.focus\:border-charts-3\/15:focus{
  border-color: rgb(127 50 190 / 0.15);
}

.focus\:border-charts-3\/20:focus{
  border-color: rgb(127 50 190 / 0.2);
}

.focus\:border-charts-3\/25:focus{
  border-color: rgb(127 50 190 / 0.25);
}

.focus\:border-charts-3\/30:focus{
  border-color: rgb(127 50 190 / 0.3);
}

.focus\:border-charts-3\/35:focus{
  border-color: rgb(127 50 190 / 0.35);
}

.focus\:border-charts-3\/40:focus{
  border-color: rgb(127 50 190 / 0.4);
}

.focus\:border-charts-3\/45:focus{
  border-color: rgb(127 50 190 / 0.45);
}

.focus\:border-charts-3\/5:focus{
  border-color: rgb(127 50 190 / 0.05);
}

.focus\:border-charts-3\/50:focus{
  border-color: rgb(127 50 190 / 0.5);
}

.focus\:border-charts-3\/55:focus{
  border-color: rgb(127 50 190 / 0.55);
}

.focus\:border-charts-3\/60:focus{
  border-color: rgb(127 50 190 / 0.6);
}

.focus\:border-charts-3\/65:focus{
  border-color: rgb(127 50 190 / 0.65);
}

.focus\:border-charts-3\/70:focus{
  border-color: rgb(127 50 190 / 0.7);
}

.focus\:border-charts-3\/75:focus{
  border-color: rgb(127 50 190 / 0.75);
}

.focus\:border-charts-3\/80:focus{
  border-color: rgb(127 50 190 / 0.8);
}

.focus\:border-charts-3\/85:focus{
  border-color: rgb(127 50 190 / 0.85);
}

.focus\:border-charts-3\/90:focus{
  border-color: rgb(127 50 190 / 0.9);
}

.focus\:border-charts-3\/95:focus{
  border-color: rgb(127 50 190 / 0.95);
}

.focus\:border-charts-4:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 157 154 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-4\/0:focus{
  border-color: rgb(0 157 154 / 0);
}

.focus\:border-charts-4\/10:focus{
  border-color: rgb(0 157 154 / 0.1);
}

.focus\:border-charts-4\/100:focus{
  border-color: rgb(0 157 154 / 1);
}

.focus\:border-charts-4\/15:focus{
  border-color: rgb(0 157 154 / 0.15);
}

.focus\:border-charts-4\/20:focus{
  border-color: rgb(0 157 154 / 0.2);
}

.focus\:border-charts-4\/25:focus{
  border-color: rgb(0 157 154 / 0.25);
}

.focus\:border-charts-4\/30:focus{
  border-color: rgb(0 157 154 / 0.3);
}

.focus\:border-charts-4\/35:focus{
  border-color: rgb(0 157 154 / 0.35);
}

.focus\:border-charts-4\/40:focus{
  border-color: rgb(0 157 154 / 0.4);
}

.focus\:border-charts-4\/45:focus{
  border-color: rgb(0 157 154 / 0.45);
}

.focus\:border-charts-4\/5:focus{
  border-color: rgb(0 157 154 / 0.05);
}

.focus\:border-charts-4\/50:focus{
  border-color: rgb(0 157 154 / 0.5);
}

.focus\:border-charts-4\/55:focus{
  border-color: rgb(0 157 154 / 0.55);
}

.focus\:border-charts-4\/60:focus{
  border-color: rgb(0 157 154 / 0.6);
}

.focus\:border-charts-4\/65:focus{
  border-color: rgb(0 157 154 / 0.65);
}

.focus\:border-charts-4\/70:focus{
  border-color: rgb(0 157 154 / 0.7);
}

.focus\:border-charts-4\/75:focus{
  border-color: rgb(0 157 154 / 0.75);
}

.focus\:border-charts-4\/80:focus{
  border-color: rgb(0 157 154 / 0.8);
}

.focus\:border-charts-4\/85:focus{
  border-color: rgb(0 157 154 / 0.85);
}

.focus\:border-charts-4\/90:focus{
  border-color: rgb(0 157 154 / 0.9);
}

.focus\:border-charts-4\/95:focus{
  border-color: rgb(0 157 154 / 0.95);
}

.focus\:border-charts-5:focus{
  --tw-border-opacity: 1;
  border-color: rgb(240 111 25 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-5\/0:focus{
  border-color: rgb(240 111 25 / 0);
}

.focus\:border-charts-5\/10:focus{
  border-color: rgb(240 111 25 / 0.1);
}

.focus\:border-charts-5\/100:focus{
  border-color: rgb(240 111 25 / 1);
}

.focus\:border-charts-5\/15:focus{
  border-color: rgb(240 111 25 / 0.15);
}

.focus\:border-charts-5\/20:focus{
  border-color: rgb(240 111 25 / 0.2);
}

.focus\:border-charts-5\/25:focus{
  border-color: rgb(240 111 25 / 0.25);
}

.focus\:border-charts-5\/30:focus{
  border-color: rgb(240 111 25 / 0.3);
}

.focus\:border-charts-5\/35:focus{
  border-color: rgb(240 111 25 / 0.35);
}

.focus\:border-charts-5\/40:focus{
  border-color: rgb(240 111 25 / 0.4);
}

.focus\:border-charts-5\/45:focus{
  border-color: rgb(240 111 25 / 0.45);
}

.focus\:border-charts-5\/5:focus{
  border-color: rgb(240 111 25 / 0.05);
}

.focus\:border-charts-5\/50:focus{
  border-color: rgb(240 111 25 / 0.5);
}

.focus\:border-charts-5\/55:focus{
  border-color: rgb(240 111 25 / 0.55);
}

.focus\:border-charts-5\/60:focus{
  border-color: rgb(240 111 25 / 0.6);
}

.focus\:border-charts-5\/65:focus{
  border-color: rgb(240 111 25 / 0.65);
}

.focus\:border-charts-5\/70:focus{
  border-color: rgb(240 111 25 / 0.7);
}

.focus\:border-charts-5\/75:focus{
  border-color: rgb(240 111 25 / 0.75);
}

.focus\:border-charts-5\/80:focus{
  border-color: rgb(240 111 25 / 0.8);
}

.focus\:border-charts-5\/85:focus{
  border-color: rgb(240 111 25 / 0.85);
}

.focus\:border-charts-5\/90:focus{
  border-color: rgb(240 111 25 / 0.9);
}

.focus\:border-charts-5\/95:focus{
  border-color: rgb(240 111 25 / 0.95);
}

.focus\:border-charts-6:focus{
  --tw-border-opacity: 1;
  border-color: rgb(238 83 139 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-6\/0:focus{
  border-color: rgb(238 83 139 / 0);
}

.focus\:border-charts-6\/10:focus{
  border-color: rgb(238 83 139 / 0.1);
}

.focus\:border-charts-6\/100:focus{
  border-color: rgb(238 83 139 / 1);
}

.focus\:border-charts-6\/15:focus{
  border-color: rgb(238 83 139 / 0.15);
}

.focus\:border-charts-6\/20:focus{
  border-color: rgb(238 83 139 / 0.2);
}

.focus\:border-charts-6\/25:focus{
  border-color: rgb(238 83 139 / 0.25);
}

.focus\:border-charts-6\/30:focus{
  border-color: rgb(238 83 139 / 0.3);
}

.focus\:border-charts-6\/35:focus{
  border-color: rgb(238 83 139 / 0.35);
}

.focus\:border-charts-6\/40:focus{
  border-color: rgb(238 83 139 / 0.4);
}

.focus\:border-charts-6\/45:focus{
  border-color: rgb(238 83 139 / 0.45);
}

.focus\:border-charts-6\/5:focus{
  border-color: rgb(238 83 139 / 0.05);
}

.focus\:border-charts-6\/50:focus{
  border-color: rgb(238 83 139 / 0.5);
}

.focus\:border-charts-6\/55:focus{
  border-color: rgb(238 83 139 / 0.55);
}

.focus\:border-charts-6\/60:focus{
  border-color: rgb(238 83 139 / 0.6);
}

.focus\:border-charts-6\/65:focus{
  border-color: rgb(238 83 139 / 0.65);
}

.focus\:border-charts-6\/70:focus{
  border-color: rgb(238 83 139 / 0.7);
}

.focus\:border-charts-6\/75:focus{
  border-color: rgb(238 83 139 / 0.75);
}

.focus\:border-charts-6\/80:focus{
  border-color: rgb(238 83 139 / 0.8);
}

.focus\:border-charts-6\/85:focus{
  border-color: rgb(238 83 139 / 0.85);
}

.focus\:border-charts-6\/90:focus{
  border-color: rgb(238 83 139 / 0.9);
}

.focus\:border-charts-6\/95:focus{
  border-color: rgb(238 83 139 / 0.95);
}

.focus\:border-charts-7:focus{
  --tw-border-opacity: 1;
  border-color: rgb(13 126 160 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-7\/0:focus{
  border-color: rgb(13 126 160 / 0);
}

.focus\:border-charts-7\/10:focus{
  border-color: rgb(13 126 160 / 0.1);
}

.focus\:border-charts-7\/100:focus{
  border-color: rgb(13 126 160 / 1);
}

.focus\:border-charts-7\/15:focus{
  border-color: rgb(13 126 160 / 0.15);
}

.focus\:border-charts-7\/20:focus{
  border-color: rgb(13 126 160 / 0.2);
}

.focus\:border-charts-7\/25:focus{
  border-color: rgb(13 126 160 / 0.25);
}

.focus\:border-charts-7\/30:focus{
  border-color: rgb(13 126 160 / 0.3);
}

.focus\:border-charts-7\/35:focus{
  border-color: rgb(13 126 160 / 0.35);
}

.focus\:border-charts-7\/40:focus{
  border-color: rgb(13 126 160 / 0.4);
}

.focus\:border-charts-7\/45:focus{
  border-color: rgb(13 126 160 / 0.45);
}

.focus\:border-charts-7\/5:focus{
  border-color: rgb(13 126 160 / 0.05);
}

.focus\:border-charts-7\/50:focus{
  border-color: rgb(13 126 160 / 0.5);
}

.focus\:border-charts-7\/55:focus{
  border-color: rgb(13 126 160 / 0.55);
}

.focus\:border-charts-7\/60:focus{
  border-color: rgb(13 126 160 / 0.6);
}

.focus\:border-charts-7\/65:focus{
  border-color: rgb(13 126 160 / 0.65);
}

.focus\:border-charts-7\/70:focus{
  border-color: rgb(13 126 160 / 0.7);
}

.focus\:border-charts-7\/75:focus{
  border-color: rgb(13 126 160 / 0.75);
}

.focus\:border-charts-7\/80:focus{
  border-color: rgb(13 126 160 / 0.8);
}

.focus\:border-charts-7\/85:focus{
  border-color: rgb(13 126 160 / 0.85);
}

.focus\:border-charts-7\/90:focus{
  border-color: rgb(13 126 160 / 0.9);
}

.focus\:border-charts-7\/95:focus{
  border-color: rgb(13 126 160 / 0.95);
}

.focus\:border-charts-8:focus{
  --tw-border-opacity: 1;
  border-color: rgb(159 24 83 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-8\/0:focus{
  border-color: rgb(159 24 83 / 0);
}

.focus\:border-charts-8\/10:focus{
  border-color: rgb(159 24 83 / 0.1);
}

.focus\:border-charts-8\/100:focus{
  border-color: rgb(159 24 83 / 1);
}

.focus\:border-charts-8\/15:focus{
  border-color: rgb(159 24 83 / 0.15);
}

.focus\:border-charts-8\/20:focus{
  border-color: rgb(159 24 83 / 0.2);
}

.focus\:border-charts-8\/25:focus{
  border-color: rgb(159 24 83 / 0.25);
}

.focus\:border-charts-8\/30:focus{
  border-color: rgb(159 24 83 / 0.3);
}

.focus\:border-charts-8\/35:focus{
  border-color: rgb(159 24 83 / 0.35);
}

.focus\:border-charts-8\/40:focus{
  border-color: rgb(159 24 83 / 0.4);
}

.focus\:border-charts-8\/45:focus{
  border-color: rgb(159 24 83 / 0.45);
}

.focus\:border-charts-8\/5:focus{
  border-color: rgb(159 24 83 / 0.05);
}

.focus\:border-charts-8\/50:focus{
  border-color: rgb(159 24 83 / 0.5);
}

.focus\:border-charts-8\/55:focus{
  border-color: rgb(159 24 83 / 0.55);
}

.focus\:border-charts-8\/60:focus{
  border-color: rgb(159 24 83 / 0.6);
}

.focus\:border-charts-8\/65:focus{
  border-color: rgb(159 24 83 / 0.65);
}

.focus\:border-charts-8\/70:focus{
  border-color: rgb(159 24 83 / 0.7);
}

.focus\:border-charts-8\/75:focus{
  border-color: rgb(159 24 83 / 0.75);
}

.focus\:border-charts-8\/80:focus{
  border-color: rgb(159 24 83 / 0.8);
}

.focus\:border-charts-8\/85:focus{
  border-color: rgb(159 24 83 / 0.85);
}

.focus\:border-charts-8\/90:focus{
  border-color: rgb(159 24 83 / 0.9);
}

.focus\:border-charts-8\/95:focus{
  border-color: rgb(159 24 83 / 0.95);
}

.focus\:border-charts-9:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.focus\:border-charts-9\/0:focus{
  border-color: rgb(255 186 0 / 0);
}

.focus\:border-charts-9\/10:focus{
  border-color: rgb(255 186 0 / 0.1);
}

.focus\:border-charts-9\/100:focus{
  border-color: rgb(255 186 0 / 1);
}

.focus\:border-charts-9\/15:focus{
  border-color: rgb(255 186 0 / 0.15);
}

.focus\:border-charts-9\/20:focus{
  border-color: rgb(255 186 0 / 0.2);
}

.focus\:border-charts-9\/25:focus{
  border-color: rgb(255 186 0 / 0.25);
}

.focus\:border-charts-9\/30:focus{
  border-color: rgb(255 186 0 / 0.3);
}

.focus\:border-charts-9\/35:focus{
  border-color: rgb(255 186 0 / 0.35);
}

.focus\:border-charts-9\/40:focus{
  border-color: rgb(255 186 0 / 0.4);
}

.focus\:border-charts-9\/45:focus{
  border-color: rgb(255 186 0 / 0.45);
}

.focus\:border-charts-9\/5:focus{
  border-color: rgb(255 186 0 / 0.05);
}

.focus\:border-charts-9\/50:focus{
  border-color: rgb(255 186 0 / 0.5);
}

.focus\:border-charts-9\/55:focus{
  border-color: rgb(255 186 0 / 0.55);
}

.focus\:border-charts-9\/60:focus{
  border-color: rgb(255 186 0 / 0.6);
}

.focus\:border-charts-9\/65:focus{
  border-color: rgb(255 186 0 / 0.65);
}

.focus\:border-charts-9\/70:focus{
  border-color: rgb(255 186 0 / 0.7);
}

.focus\:border-charts-9\/75:focus{
  border-color: rgb(255 186 0 / 0.75);
}

.focus\:border-charts-9\/80:focus{
  border-color: rgb(255 186 0 / 0.8);
}

.focus\:border-charts-9\/85:focus{
  border-color: rgb(255 186 0 / 0.85);
}

.focus\:border-charts-9\/90:focus{
  border-color: rgb(255 186 0 / 0.9);
}

.focus\:border-charts-9\/95:focus{
  border-color: rgb(255 186 0 / 0.95);
}

.focus\:border-error-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(217 0 7 / var(--tw-border-opacity, 1));
}

.focus\:border-error-100\/0:focus{
  border-color: rgb(217 0 7 / 0);
}

.focus\:border-error-100\/10:focus{
  border-color: rgb(217 0 7 / 0.1);
}

.focus\:border-error-100\/100:focus{
  border-color: rgb(217 0 7 / 1);
}

.focus\:border-error-100\/15:focus{
  border-color: rgb(217 0 7 / 0.15);
}

.focus\:border-error-100\/20:focus{
  border-color: rgb(217 0 7 / 0.2);
}

.focus\:border-error-100\/25:focus{
  border-color: rgb(217 0 7 / 0.25);
}

.focus\:border-error-100\/30:focus{
  border-color: rgb(217 0 7 / 0.3);
}

.focus\:border-error-100\/35:focus{
  border-color: rgb(217 0 7 / 0.35);
}

.focus\:border-error-100\/40:focus{
  border-color: rgb(217 0 7 / 0.4);
}

.focus\:border-error-100\/45:focus{
  border-color: rgb(217 0 7 / 0.45);
}

.focus\:border-error-100\/5:focus{
  border-color: rgb(217 0 7 / 0.05);
}

.focus\:border-error-100\/50:focus{
  border-color: rgb(217 0 7 / 0.5);
}

.focus\:border-error-100\/55:focus{
  border-color: rgb(217 0 7 / 0.55);
}

.focus\:border-error-100\/60:focus{
  border-color: rgb(217 0 7 / 0.6);
}

.focus\:border-error-100\/65:focus{
  border-color: rgb(217 0 7 / 0.65);
}

.focus\:border-error-100\/70:focus{
  border-color: rgb(217 0 7 / 0.7);
}

.focus\:border-error-100\/75:focus{
  border-color: rgb(217 0 7 / 0.75);
}

.focus\:border-error-100\/80:focus{
  border-color: rgb(217 0 7 / 0.8);
}

.focus\:border-error-100\/85:focus{
  border-color: rgb(217 0 7 / 0.85);
}

.focus\:border-error-100\/90:focus{
  border-color: rgb(217 0 7 / 0.9);
}

.focus\:border-error-100\/95:focus{
  border-color: rgb(217 0 7 / 0.95);
}

.focus\:border-error-background:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.focus\:border-error-background\/0:focus{
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-error-background\/10:focus{
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-error-background\/100:focus{
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-error-background\/15:focus{
  border-color: rgb(254 226 226 / 0.15);
}

.focus\:border-error-background\/20:focus{
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-error-background\/25:focus{
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-error-background\/30:focus{
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-error-background\/35:focus{
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-error-background\/40:focus{
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-error-background\/45:focus{
  border-color: rgb(254 226 226 / 0.45);
}

.focus\:border-error-background\/5:focus{
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-error-background\/50:focus{
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-error-background\/55:focus{
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-error-background\/60:focus{
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-error-background\/65:focus{
  border-color: rgb(254 226 226 / 0.65);
}

.focus\:border-error-background\/70:focus{
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-error-background\/75:focus{
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-error-background\/80:focus{
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-error-background\/85:focus{
  border-color: rgb(254 226 226 / 0.85);
}

.focus\:border-error-background\/90:focus{
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-error-background\/95:focus{
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-informational-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(35 87 137 / var(--tw-border-opacity, 1));
}

.focus\:border-informational-100\/0:focus{
  border-color: rgb(35 87 137 / 0);
}

.focus\:border-informational-100\/10:focus{
  border-color: rgb(35 87 137 / 0.1);
}

.focus\:border-informational-100\/100:focus{
  border-color: rgb(35 87 137 / 1);
}

.focus\:border-informational-100\/15:focus{
  border-color: rgb(35 87 137 / 0.15);
}

.focus\:border-informational-100\/20:focus{
  border-color: rgb(35 87 137 / 0.2);
}

.focus\:border-informational-100\/25:focus{
  border-color: rgb(35 87 137 / 0.25);
}

.focus\:border-informational-100\/30:focus{
  border-color: rgb(35 87 137 / 0.3);
}

.focus\:border-informational-100\/35:focus{
  border-color: rgb(35 87 137 / 0.35);
}

.focus\:border-informational-100\/40:focus{
  border-color: rgb(35 87 137 / 0.4);
}

.focus\:border-informational-100\/45:focus{
  border-color: rgb(35 87 137 / 0.45);
}

.focus\:border-informational-100\/5:focus{
  border-color: rgb(35 87 137 / 0.05);
}

.focus\:border-informational-100\/50:focus{
  border-color: rgb(35 87 137 / 0.5);
}

.focus\:border-informational-100\/55:focus{
  border-color: rgb(35 87 137 / 0.55);
}

.focus\:border-informational-100\/60:focus{
  border-color: rgb(35 87 137 / 0.6);
}

.focus\:border-informational-100\/65:focus{
  border-color: rgb(35 87 137 / 0.65);
}

.focus\:border-informational-100\/70:focus{
  border-color: rgb(35 87 137 / 0.7);
}

.focus\:border-informational-100\/75:focus{
  border-color: rgb(35 87 137 / 0.75);
}

.focus\:border-informational-100\/80:focus{
  border-color: rgb(35 87 137 / 0.8);
}

.focus\:border-informational-100\/85:focus{
  border-color: rgb(35 87 137 / 0.85);
}

.focus\:border-informational-100\/90:focus{
  border-color: rgb(35 87 137 / 0.9);
}

.focus\:border-informational-100\/95:focus{
  border-color: rgb(35 87 137 / 0.95);
}

.focus\:border-informational-background:focus{
  --tw-border-opacity: 1;
  border-color: rgb(226 241 254 / var(--tw-border-opacity, 1));
}

.focus\:border-informational-background\/0:focus{
  border-color: rgb(226 241 254 / 0);
}

.focus\:border-informational-background\/10:focus{
  border-color: rgb(226 241 254 / 0.1);
}

.focus\:border-informational-background\/100:focus{
  border-color: rgb(226 241 254 / 1);
}

.focus\:border-informational-background\/15:focus{
  border-color: rgb(226 241 254 / 0.15);
}

.focus\:border-informational-background\/20:focus{
  border-color: rgb(226 241 254 / 0.2);
}

.focus\:border-informational-background\/25:focus{
  border-color: rgb(226 241 254 / 0.25);
}

.focus\:border-informational-background\/30:focus{
  border-color: rgb(226 241 254 / 0.3);
}

.focus\:border-informational-background\/35:focus{
  border-color: rgb(226 241 254 / 0.35);
}

.focus\:border-informational-background\/40:focus{
  border-color: rgb(226 241 254 / 0.4);
}

.focus\:border-informational-background\/45:focus{
  border-color: rgb(226 241 254 / 0.45);
}

.focus\:border-informational-background\/5:focus{
  border-color: rgb(226 241 254 / 0.05);
}

.focus\:border-informational-background\/50:focus{
  border-color: rgb(226 241 254 / 0.5);
}

.focus\:border-informational-background\/55:focus{
  border-color: rgb(226 241 254 / 0.55);
}

.focus\:border-informational-background\/60:focus{
  border-color: rgb(226 241 254 / 0.6);
}

.focus\:border-informational-background\/65:focus{
  border-color: rgb(226 241 254 / 0.65);
}

.focus\:border-informational-background\/70:focus{
  border-color: rgb(226 241 254 / 0.7);
}

.focus\:border-informational-background\/75:focus{
  border-color: rgb(226 241 254 / 0.75);
}

.focus\:border-informational-background\/80:focus{
  border-color: rgb(226 241 254 / 0.8);
}

.focus\:border-informational-background\/85:focus{
  border-color: rgb(226 241 254 / 0.85);
}

.focus\:border-informational-background\/90:focus{
  border-color: rgb(226 241 254 / 0.9);
}

.focus\:border-informational-background\/95:focus{
  border-color: rgb(226 241 254 / 0.95);
}

.focus\:border-neutral-10:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 247 250 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-10\/0:focus{
  border-color: rgb(245 247 250 / 0);
}

.focus\:border-neutral-10\/10:focus{
  border-color: rgb(245 247 250 / 0.1);
}

.focus\:border-neutral-10\/100:focus{
  border-color: rgb(245 247 250 / 1);
}

.focus\:border-neutral-10\/15:focus{
  border-color: rgb(245 247 250 / 0.15);
}

.focus\:border-neutral-10\/20:focus{
  border-color: rgb(245 247 250 / 0.2);
}

.focus\:border-neutral-10\/25:focus{
  border-color: rgb(245 247 250 / 0.25);
}

.focus\:border-neutral-10\/30:focus{
  border-color: rgb(245 247 250 / 0.3);
}

.focus\:border-neutral-10\/35:focus{
  border-color: rgb(245 247 250 / 0.35);
}

.focus\:border-neutral-10\/40:focus{
  border-color: rgb(245 247 250 / 0.4);
}

.focus\:border-neutral-10\/45:focus{
  border-color: rgb(245 247 250 / 0.45);
}

.focus\:border-neutral-10\/5:focus{
  border-color: rgb(245 247 250 / 0.05);
}

.focus\:border-neutral-10\/50:focus{
  border-color: rgb(245 247 250 / 0.5);
}

.focus\:border-neutral-10\/55:focus{
  border-color: rgb(245 247 250 / 0.55);
}

.focus\:border-neutral-10\/60:focus{
  border-color: rgb(245 247 250 / 0.6);
}

.focus\:border-neutral-10\/65:focus{
  border-color: rgb(245 247 250 / 0.65);
}

.focus\:border-neutral-10\/70:focus{
  border-color: rgb(245 247 250 / 0.7);
}

.focus\:border-neutral-10\/75:focus{
  border-color: rgb(245 247 250 / 0.75);
}

.focus\:border-neutral-10\/80:focus{
  border-color: rgb(245 247 250 / 0.8);
}

.focus\:border-neutral-10\/85:focus{
  border-color: rgb(245 247 250 / 0.85);
}

.focus\:border-neutral-10\/90:focus{
  border-color: rgb(245 247 250 / 0.9);
}

.focus\:border-neutral-10\/95:focus{
  border-color: rgb(245 247 250 / 0.95);
}

.focus\:border-neutral-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-100\/0:focus{
  border-color: rgb(26 26 26 / 0);
}

.focus\:border-neutral-100\/10:focus{
  border-color: rgb(26 26 26 / 0.1);
}

.focus\:border-neutral-100\/100:focus{
  border-color: rgb(26 26 26 / 1);
}

.focus\:border-neutral-100\/15:focus{
  border-color: rgb(26 26 26 / 0.15);
}

.focus\:border-neutral-100\/20:focus{
  border-color: rgb(26 26 26 / 0.2);
}

.focus\:border-neutral-100\/25:focus{
  border-color: rgb(26 26 26 / 0.25);
}

.focus\:border-neutral-100\/30:focus{
  border-color: rgb(26 26 26 / 0.3);
}

.focus\:border-neutral-100\/35:focus{
  border-color: rgb(26 26 26 / 0.35);
}

.focus\:border-neutral-100\/40:focus{
  border-color: rgb(26 26 26 / 0.4);
}

.focus\:border-neutral-100\/45:focus{
  border-color: rgb(26 26 26 / 0.45);
}

.focus\:border-neutral-100\/5:focus{
  border-color: rgb(26 26 26 / 0.05);
}

.focus\:border-neutral-100\/50:focus{
  border-color: rgb(26 26 26 / 0.5);
}

.focus\:border-neutral-100\/55:focus{
  border-color: rgb(26 26 26 / 0.55);
}

.focus\:border-neutral-100\/60:focus{
  border-color: rgb(26 26 26 / 0.6);
}

.focus\:border-neutral-100\/65:focus{
  border-color: rgb(26 26 26 / 0.65);
}

.focus\:border-neutral-100\/70:focus{
  border-color: rgb(26 26 26 / 0.7);
}

.focus\:border-neutral-100\/75:focus{
  border-color: rgb(26 26 26 / 0.75);
}

.focus\:border-neutral-100\/80:focus{
  border-color: rgb(26 26 26 / 0.8);
}

.focus\:border-neutral-100\/85:focus{
  border-color: rgb(26 26 26 / 0.85);
}

.focus\:border-neutral-100\/90:focus{
  border-color: rgb(26 26 26 / 0.9);
}

.focus\:border-neutral-100\/95:focus{
  border-color: rgb(26 26 26 / 0.95);
}

.focus\:border-neutral-20:focus{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-20\/0:focus{
  border-color: rgb(227 227 227 / 0);
}

.focus\:border-neutral-20\/10:focus{
  border-color: rgb(227 227 227 / 0.1);
}

.focus\:border-neutral-20\/100:focus{
  border-color: rgb(227 227 227 / 1);
}

.focus\:border-neutral-20\/15:focus{
  border-color: rgb(227 227 227 / 0.15);
}

.focus\:border-neutral-20\/20:focus{
  border-color: rgb(227 227 227 / 0.2);
}

.focus\:border-neutral-20\/25:focus{
  border-color: rgb(227 227 227 / 0.25);
}

.focus\:border-neutral-20\/30:focus{
  border-color: rgb(227 227 227 / 0.3);
}

.focus\:border-neutral-20\/35:focus{
  border-color: rgb(227 227 227 / 0.35);
}

.focus\:border-neutral-20\/40:focus{
  border-color: rgb(227 227 227 / 0.4);
}

.focus\:border-neutral-20\/45:focus{
  border-color: rgb(227 227 227 / 0.45);
}

.focus\:border-neutral-20\/5:focus{
  border-color: rgb(227 227 227 / 0.05);
}

.focus\:border-neutral-20\/50:focus{
  border-color: rgb(227 227 227 / 0.5);
}

.focus\:border-neutral-20\/55:focus{
  border-color: rgb(227 227 227 / 0.55);
}

.focus\:border-neutral-20\/60:focus{
  border-color: rgb(227 227 227 / 0.6);
}

.focus\:border-neutral-20\/65:focus{
  border-color: rgb(227 227 227 / 0.65);
}

.focus\:border-neutral-20\/70:focus{
  border-color: rgb(227 227 227 / 0.7);
}

.focus\:border-neutral-20\/75:focus{
  border-color: rgb(227 227 227 / 0.75);
}

.focus\:border-neutral-20\/80:focus{
  border-color: rgb(227 227 227 / 0.8);
}

.focus\:border-neutral-20\/85:focus{
  border-color: rgb(227 227 227 / 0.85);
}

.focus\:border-neutral-20\/90:focus{
  border-color: rgb(227 227 227 / 0.9);
}

.focus\:border-neutral-20\/95:focus{
  border-color: rgb(227 227 227 / 0.95);
}

.focus\:border-neutral-30:focus{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-30\/0:focus{
  border-color: rgb(199 199 199 / 0);
}

.focus\:border-neutral-30\/10:focus{
  border-color: rgb(199 199 199 / 0.1);
}

.focus\:border-neutral-30\/100:focus{
  border-color: rgb(199 199 199 / 1);
}

.focus\:border-neutral-30\/15:focus{
  border-color: rgb(199 199 199 / 0.15);
}

.focus\:border-neutral-30\/20:focus{
  border-color: rgb(199 199 199 / 0.2);
}

.focus\:border-neutral-30\/25:focus{
  border-color: rgb(199 199 199 / 0.25);
}

.focus\:border-neutral-30\/30:focus{
  border-color: rgb(199 199 199 / 0.3);
}

.focus\:border-neutral-30\/35:focus{
  border-color: rgb(199 199 199 / 0.35);
}

.focus\:border-neutral-30\/40:focus{
  border-color: rgb(199 199 199 / 0.4);
}

.focus\:border-neutral-30\/45:focus{
  border-color: rgb(199 199 199 / 0.45);
}

.focus\:border-neutral-30\/5:focus{
  border-color: rgb(199 199 199 / 0.05);
}

.focus\:border-neutral-30\/50:focus{
  border-color: rgb(199 199 199 / 0.5);
}

.focus\:border-neutral-30\/55:focus{
  border-color: rgb(199 199 199 / 0.55);
}

.focus\:border-neutral-30\/60:focus{
  border-color: rgb(199 199 199 / 0.6);
}

.focus\:border-neutral-30\/65:focus{
  border-color: rgb(199 199 199 / 0.65);
}

.focus\:border-neutral-30\/70:focus{
  border-color: rgb(199 199 199 / 0.7);
}

.focus\:border-neutral-30\/75:focus{
  border-color: rgb(199 199 199 / 0.75);
}

.focus\:border-neutral-30\/80:focus{
  border-color: rgb(199 199 199 / 0.8);
}

.focus\:border-neutral-30\/85:focus{
  border-color: rgb(199 199 199 / 0.85);
}

.focus\:border-neutral-30\/90:focus{
  border-color: rgb(199 199 199 / 0.9);
}

.focus\:border-neutral-30\/95:focus{
  border-color: rgb(199 199 199 / 0.95);
}

.focus\:border-neutral-40:focus{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-40\/0:focus{
  border-color: rgb(172 172 172 / 0);
}

.focus\:border-neutral-40\/10:focus{
  border-color: rgb(172 172 172 / 0.1);
}

.focus\:border-neutral-40\/100:focus{
  border-color: rgb(172 172 172 / 1);
}

.focus\:border-neutral-40\/15:focus{
  border-color: rgb(172 172 172 / 0.15);
}

.focus\:border-neutral-40\/20:focus{
  border-color: rgb(172 172 172 / 0.2);
}

.focus\:border-neutral-40\/25:focus{
  border-color: rgb(172 172 172 / 0.25);
}

.focus\:border-neutral-40\/30:focus{
  border-color: rgb(172 172 172 / 0.3);
}

.focus\:border-neutral-40\/35:focus{
  border-color: rgb(172 172 172 / 0.35);
}

.focus\:border-neutral-40\/40:focus{
  border-color: rgb(172 172 172 / 0.4);
}

.focus\:border-neutral-40\/45:focus{
  border-color: rgb(172 172 172 / 0.45);
}

.focus\:border-neutral-40\/5:focus{
  border-color: rgb(172 172 172 / 0.05);
}

.focus\:border-neutral-40\/50:focus{
  border-color: rgb(172 172 172 / 0.5);
}

.focus\:border-neutral-40\/55:focus{
  border-color: rgb(172 172 172 / 0.55);
}

.focus\:border-neutral-40\/60:focus{
  border-color: rgb(172 172 172 / 0.6);
}

.focus\:border-neutral-40\/65:focus{
  border-color: rgb(172 172 172 / 0.65);
}

.focus\:border-neutral-40\/70:focus{
  border-color: rgb(172 172 172 / 0.7);
}

.focus\:border-neutral-40\/75:focus{
  border-color: rgb(172 172 172 / 0.75);
}

.focus\:border-neutral-40\/80:focus{
  border-color: rgb(172 172 172 / 0.8);
}

.focus\:border-neutral-40\/85:focus{
  border-color: rgb(172 172 172 / 0.85);
}

.focus\:border-neutral-40\/90:focus{
  border-color: rgb(172 172 172 / 0.9);
}

.focus\:border-neutral-40\/95:focus{
  border-color: rgb(172 172 172 / 0.95);
}

.focus\:border-neutral-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(142 145 146 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-50\/0:focus{
  border-color: rgb(142 145 146 / 0);
}

.focus\:border-neutral-50\/10:focus{
  border-color: rgb(142 145 146 / 0.1);
}

.focus\:border-neutral-50\/100:focus{
  border-color: rgb(142 145 146 / 1);
}

.focus\:border-neutral-50\/15:focus{
  border-color: rgb(142 145 146 / 0.15);
}

.focus\:border-neutral-50\/20:focus{
  border-color: rgb(142 145 146 / 0.2);
}

.focus\:border-neutral-50\/25:focus{
  border-color: rgb(142 145 146 / 0.25);
}

.focus\:border-neutral-50\/30:focus{
  border-color: rgb(142 145 146 / 0.3);
}

.focus\:border-neutral-50\/35:focus{
  border-color: rgb(142 145 146 / 0.35);
}

.focus\:border-neutral-50\/40:focus{
  border-color: rgb(142 145 146 / 0.4);
}

.focus\:border-neutral-50\/45:focus{
  border-color: rgb(142 145 146 / 0.45);
}

.focus\:border-neutral-50\/5:focus{
  border-color: rgb(142 145 146 / 0.05);
}

.focus\:border-neutral-50\/50:focus{
  border-color: rgb(142 145 146 / 0.5);
}

.focus\:border-neutral-50\/55:focus{
  border-color: rgb(142 145 146 / 0.55);
}

.focus\:border-neutral-50\/60:focus{
  border-color: rgb(142 145 146 / 0.6);
}

.focus\:border-neutral-50\/65:focus{
  border-color: rgb(142 145 146 / 0.65);
}

.focus\:border-neutral-50\/70:focus{
  border-color: rgb(142 145 146 / 0.7);
}

.focus\:border-neutral-50\/75:focus{
  border-color: rgb(142 145 146 / 0.75);
}

.focus\:border-neutral-50\/80:focus{
  border-color: rgb(142 145 146 / 0.8);
}

.focus\:border-neutral-50\/85:focus{
  border-color: rgb(142 145 146 / 0.85);
}

.focus\:border-neutral-50\/90:focus{
  border-color: rgb(142 145 146 / 0.9);
}

.focus\:border-neutral-50\/95:focus{
  border-color: rgb(142 145 146 / 0.95);
}

.focus\:border-neutral-60:focus{
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-60\/0:focus{
  border-color: rgb(118 118 118 / 0);
}

.focus\:border-neutral-60\/10:focus{
  border-color: rgb(118 118 118 / 0.1);
}

.focus\:border-neutral-60\/100:focus{
  border-color: rgb(118 118 118 / 1);
}

.focus\:border-neutral-60\/15:focus{
  border-color: rgb(118 118 118 / 0.15);
}

.focus\:border-neutral-60\/20:focus{
  border-color: rgb(118 118 118 / 0.2);
}

.focus\:border-neutral-60\/25:focus{
  border-color: rgb(118 118 118 / 0.25);
}

.focus\:border-neutral-60\/30:focus{
  border-color: rgb(118 118 118 / 0.3);
}

.focus\:border-neutral-60\/35:focus{
  border-color: rgb(118 118 118 / 0.35);
}

.focus\:border-neutral-60\/40:focus{
  border-color: rgb(118 118 118 / 0.4);
}

.focus\:border-neutral-60\/45:focus{
  border-color: rgb(118 118 118 / 0.45);
}

.focus\:border-neutral-60\/5:focus{
  border-color: rgb(118 118 118 / 0.05);
}

.focus\:border-neutral-60\/50:focus{
  border-color: rgb(118 118 118 / 0.5);
}

.focus\:border-neutral-60\/55:focus{
  border-color: rgb(118 118 118 / 0.55);
}

.focus\:border-neutral-60\/60:focus{
  border-color: rgb(118 118 118 / 0.6);
}

.focus\:border-neutral-60\/65:focus{
  border-color: rgb(118 118 118 / 0.65);
}

.focus\:border-neutral-60\/70:focus{
  border-color: rgb(118 118 118 / 0.7);
}

.focus\:border-neutral-60\/75:focus{
  border-color: rgb(118 118 118 / 0.75);
}

.focus\:border-neutral-60\/80:focus{
  border-color: rgb(118 118 118 / 0.8);
}

.focus\:border-neutral-60\/85:focus{
  border-color: rgb(118 118 118 / 0.85);
}

.focus\:border-neutral-60\/90:focus{
  border-color: rgb(118 118 118 / 0.9);
}

.focus\:border-neutral-60\/95:focus{
  border-color: rgb(118 118 118 / 0.95);
}

.focus\:border-neutral-70:focus{
  --tw-border-opacity: 1;
  border-color: rgb(92 95 96 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-70\/0:focus{
  border-color: rgb(92 95 96 / 0);
}

.focus\:border-neutral-70\/10:focus{
  border-color: rgb(92 95 96 / 0.1);
}

.focus\:border-neutral-70\/100:focus{
  border-color: rgb(92 95 96 / 1);
}

.focus\:border-neutral-70\/15:focus{
  border-color: rgb(92 95 96 / 0.15);
}

.focus\:border-neutral-70\/20:focus{
  border-color: rgb(92 95 96 / 0.2);
}

.focus\:border-neutral-70\/25:focus{
  border-color: rgb(92 95 96 / 0.25);
}

.focus\:border-neutral-70\/30:focus{
  border-color: rgb(92 95 96 / 0.3);
}

.focus\:border-neutral-70\/35:focus{
  border-color: rgb(92 95 96 / 0.35);
}

.focus\:border-neutral-70\/40:focus{
  border-color: rgb(92 95 96 / 0.4);
}

.focus\:border-neutral-70\/45:focus{
  border-color: rgb(92 95 96 / 0.45);
}

.focus\:border-neutral-70\/5:focus{
  border-color: rgb(92 95 96 / 0.05);
}

.focus\:border-neutral-70\/50:focus{
  border-color: rgb(92 95 96 / 0.5);
}

.focus\:border-neutral-70\/55:focus{
  border-color: rgb(92 95 96 / 0.55);
}

.focus\:border-neutral-70\/60:focus{
  border-color: rgb(92 95 96 / 0.6);
}

.focus\:border-neutral-70\/65:focus{
  border-color: rgb(92 95 96 / 0.65);
}

.focus\:border-neutral-70\/70:focus{
  border-color: rgb(92 95 96 / 0.7);
}

.focus\:border-neutral-70\/75:focus{
  border-color: rgb(92 95 96 / 0.75);
}

.focus\:border-neutral-70\/80:focus{
  border-color: rgb(92 95 96 / 0.8);
}

.focus\:border-neutral-70\/85:focus{
  border-color: rgb(92 95 96 / 0.85);
}

.focus\:border-neutral-70\/90:focus{
  border-color: rgb(92 95 96 / 0.9);
}

.focus\:border-neutral-70\/95:focus{
  border-color: rgb(92 95 96 / 0.95);
}

.focus\:border-neutral-80:focus{
  --tw-border-opacity: 1;
  border-color: rgb(68 71 72 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-80\/0:focus{
  border-color: rgb(68 71 72 / 0);
}

.focus\:border-neutral-80\/10:focus{
  border-color: rgb(68 71 72 / 0.1);
}

.focus\:border-neutral-80\/100:focus{
  border-color: rgb(68 71 72 / 1);
}

.focus\:border-neutral-80\/15:focus{
  border-color: rgb(68 71 72 / 0.15);
}

.focus\:border-neutral-80\/20:focus{
  border-color: rgb(68 71 72 / 0.2);
}

.focus\:border-neutral-80\/25:focus{
  border-color: rgb(68 71 72 / 0.25);
}

.focus\:border-neutral-80\/30:focus{
  border-color: rgb(68 71 72 / 0.3);
}

.focus\:border-neutral-80\/35:focus{
  border-color: rgb(68 71 72 / 0.35);
}

.focus\:border-neutral-80\/40:focus{
  border-color: rgb(68 71 72 / 0.4);
}

.focus\:border-neutral-80\/45:focus{
  border-color: rgb(68 71 72 / 0.45);
}

.focus\:border-neutral-80\/5:focus{
  border-color: rgb(68 71 72 / 0.05);
}

.focus\:border-neutral-80\/50:focus{
  border-color: rgb(68 71 72 / 0.5);
}

.focus\:border-neutral-80\/55:focus{
  border-color: rgb(68 71 72 / 0.55);
}

.focus\:border-neutral-80\/60:focus{
  border-color: rgb(68 71 72 / 0.6);
}

.focus\:border-neutral-80\/65:focus{
  border-color: rgb(68 71 72 / 0.65);
}

.focus\:border-neutral-80\/70:focus{
  border-color: rgb(68 71 72 / 0.7);
}

.focus\:border-neutral-80\/75:focus{
  border-color: rgb(68 71 72 / 0.75);
}

.focus\:border-neutral-80\/80:focus{
  border-color: rgb(68 71 72 / 0.8);
}

.focus\:border-neutral-80\/85:focus{
  border-color: rgb(68 71 72 / 0.85);
}

.focus\:border-neutral-80\/90:focus{
  border-color: rgb(68 71 72 / 0.9);
}

.focus\:border-neutral-80\/95:focus{
  border-color: rgb(68 71 72 / 0.95);
}

.focus\:border-neutral-90:focus{
  --tw-border-opacity: 1;
  border-color: rgb(45 49 50 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-90\/0:focus{
  border-color: rgb(45 49 50 / 0);
}

.focus\:border-neutral-90\/10:focus{
  border-color: rgb(45 49 50 / 0.1);
}

.focus\:border-neutral-90\/100:focus{
  border-color: rgb(45 49 50 / 1);
}

.focus\:border-neutral-90\/15:focus{
  border-color: rgb(45 49 50 / 0.15);
}

.focus\:border-neutral-90\/20:focus{
  border-color: rgb(45 49 50 / 0.2);
}

.focus\:border-neutral-90\/25:focus{
  border-color: rgb(45 49 50 / 0.25);
}

.focus\:border-neutral-90\/30:focus{
  border-color: rgb(45 49 50 / 0.3);
}

.focus\:border-neutral-90\/35:focus{
  border-color: rgb(45 49 50 / 0.35);
}

.focus\:border-neutral-90\/40:focus{
  border-color: rgb(45 49 50 / 0.4);
}

.focus\:border-neutral-90\/45:focus{
  border-color: rgb(45 49 50 / 0.45);
}

.focus\:border-neutral-90\/5:focus{
  border-color: rgb(45 49 50 / 0.05);
}

.focus\:border-neutral-90\/50:focus{
  border-color: rgb(45 49 50 / 0.5);
}

.focus\:border-neutral-90\/55:focus{
  border-color: rgb(45 49 50 / 0.55);
}

.focus\:border-neutral-90\/60:focus{
  border-color: rgb(45 49 50 / 0.6);
}

.focus\:border-neutral-90\/65:focus{
  border-color: rgb(45 49 50 / 0.65);
}

.focus\:border-neutral-90\/70:focus{
  border-color: rgb(45 49 50 / 0.7);
}

.focus\:border-neutral-90\/75:focus{
  border-color: rgb(45 49 50 / 0.75);
}

.focus\:border-neutral-90\/80:focus{
  border-color: rgb(45 49 50 / 0.8);
}

.focus\:border-neutral-90\/85:focus{
  border-color: rgb(45 49 50 / 0.85);
}

.focus\:border-neutral-90\/90:focus{
  border-color: rgb(45 49 50 / 0.9);
}

.focus\:border-neutral-90\/95:focus{
  border-color: rgb(45 49 50 / 0.95);
}

.focus\:border-primary-10:focus{
  --tw-border-opacity: 1;
  border-color: rgb(226 248 255 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-10\/0:focus{
  border-color: rgb(226 248 255 / 0);
}

.focus\:border-primary-10\/10:focus{
  border-color: rgb(226 248 255 / 0.1);
}

.focus\:border-primary-10\/100:focus{
  border-color: rgb(226 248 255 / 1);
}

.focus\:border-primary-10\/15:focus{
  border-color: rgb(226 248 255 / 0.15);
}

.focus\:border-primary-10\/20:focus{
  border-color: rgb(226 248 255 / 0.2);
}

.focus\:border-primary-10\/25:focus{
  border-color: rgb(226 248 255 / 0.25);
}

.focus\:border-primary-10\/30:focus{
  border-color: rgb(226 248 255 / 0.3);
}

.focus\:border-primary-10\/35:focus{
  border-color: rgb(226 248 255 / 0.35);
}

.focus\:border-primary-10\/40:focus{
  border-color: rgb(226 248 255 / 0.4);
}

.focus\:border-primary-10\/45:focus{
  border-color: rgb(226 248 255 / 0.45);
}

.focus\:border-primary-10\/5:focus{
  border-color: rgb(226 248 255 / 0.05);
}

.focus\:border-primary-10\/50:focus{
  border-color: rgb(226 248 255 / 0.5);
}

.focus\:border-primary-10\/55:focus{
  border-color: rgb(226 248 255 / 0.55);
}

.focus\:border-primary-10\/60:focus{
  border-color: rgb(226 248 255 / 0.6);
}

.focus\:border-primary-10\/65:focus{
  border-color: rgb(226 248 255 / 0.65);
}

.focus\:border-primary-10\/70:focus{
  border-color: rgb(226 248 255 / 0.7);
}

.focus\:border-primary-10\/75:focus{
  border-color: rgb(226 248 255 / 0.75);
}

.focus\:border-primary-10\/80:focus{
  border-color: rgb(226 248 255 / 0.8);
}

.focus\:border-primary-10\/85:focus{
  border-color: rgb(226 248 255 / 0.85);
}

.focus\:border-primary-10\/90:focus{
  border-color: rgb(226 248 255 / 0.9);
}

.focus\:border-primary-10\/95:focus{
  border-color: rgb(226 248 255 / 0.95);
}

.focus\:border-primary-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 30 43 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-100\/0:focus{
  border-color: rgb(0 30 43 / 0);
}

.focus\:border-primary-100\/10:focus{
  border-color: rgb(0 30 43 / 0.1);
}

.focus\:border-primary-100\/100:focus{
  border-color: rgb(0 30 43 / 1);
}

.focus\:border-primary-100\/15:focus{
  border-color: rgb(0 30 43 / 0.15);
}

.focus\:border-primary-100\/20:focus{
  border-color: rgb(0 30 43 / 0.2);
}

.focus\:border-primary-100\/25:focus{
  border-color: rgb(0 30 43 / 0.25);
}

.focus\:border-primary-100\/30:focus{
  border-color: rgb(0 30 43 / 0.3);
}

.focus\:border-primary-100\/35:focus{
  border-color: rgb(0 30 43 / 0.35);
}

.focus\:border-primary-100\/40:focus{
  border-color: rgb(0 30 43 / 0.4);
}

.focus\:border-primary-100\/45:focus{
  border-color: rgb(0 30 43 / 0.45);
}

.focus\:border-primary-100\/5:focus{
  border-color: rgb(0 30 43 / 0.05);
}

.focus\:border-primary-100\/50:focus{
  border-color: rgb(0 30 43 / 0.5);
}

.focus\:border-primary-100\/55:focus{
  border-color: rgb(0 30 43 / 0.55);
}

.focus\:border-primary-100\/60:focus{
  border-color: rgb(0 30 43 / 0.6);
}

.focus\:border-primary-100\/65:focus{
  border-color: rgb(0 30 43 / 0.65);
}

.focus\:border-primary-100\/70:focus{
  border-color: rgb(0 30 43 / 0.7);
}

.focus\:border-primary-100\/75:focus{
  border-color: rgb(0 30 43 / 0.75);
}

.focus\:border-primary-100\/80:focus{
  border-color: rgb(0 30 43 / 0.8);
}

.focus\:border-primary-100\/85:focus{
  border-color: rgb(0 30 43 / 0.85);
}

.focus\:border-primary-100\/90:focus{
  border-color: rgb(0 30 43 / 0.9);
}

.focus\:border-primary-100\/95:focus{
  border-color: rgb(0 30 43 / 0.95);
}

.focus\:border-primary-15:focus{
  --tw-border-opacity: 1;
  border-color: rgb(213 243 253 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-15\/0:focus{
  border-color: rgb(213 243 253 / 0);
}

.focus\:border-primary-15\/10:focus{
  border-color: rgb(213 243 253 / 0.1);
}

.focus\:border-primary-15\/100:focus{
  border-color: rgb(213 243 253 / 1);
}

.focus\:border-primary-15\/15:focus{
  border-color: rgb(213 243 253 / 0.15);
}

.focus\:border-primary-15\/20:focus{
  border-color: rgb(213 243 253 / 0.2);
}

.focus\:border-primary-15\/25:focus{
  border-color: rgb(213 243 253 / 0.25);
}

.focus\:border-primary-15\/30:focus{
  border-color: rgb(213 243 253 / 0.3);
}

.focus\:border-primary-15\/35:focus{
  border-color: rgb(213 243 253 / 0.35);
}

.focus\:border-primary-15\/40:focus{
  border-color: rgb(213 243 253 / 0.4);
}

.focus\:border-primary-15\/45:focus{
  border-color: rgb(213 243 253 / 0.45);
}

.focus\:border-primary-15\/5:focus{
  border-color: rgb(213 243 253 / 0.05);
}

.focus\:border-primary-15\/50:focus{
  border-color: rgb(213 243 253 / 0.5);
}

.focus\:border-primary-15\/55:focus{
  border-color: rgb(213 243 253 / 0.55);
}

.focus\:border-primary-15\/60:focus{
  border-color: rgb(213 243 253 / 0.6);
}

.focus\:border-primary-15\/65:focus{
  border-color: rgb(213 243 253 / 0.65);
}

.focus\:border-primary-15\/70:focus{
  border-color: rgb(213 243 253 / 0.7);
}

.focus\:border-primary-15\/75:focus{
  border-color: rgb(213 243 253 / 0.75);
}

.focus\:border-primary-15\/80:focus{
  border-color: rgb(213 243 253 / 0.8);
}

.focus\:border-primary-15\/85:focus{
  border-color: rgb(213 243 253 / 0.85);
}

.focus\:border-primary-15\/90:focus{
  border-color: rgb(213 243 253 / 0.9);
}

.focus\:border-primary-15\/95:focus{
  border-color: rgb(213 243 253 / 0.95);
}

.focus\:border-primary-20:focus{
  --tw-border-opacity: 1;
  border-color: rgb(188 235 255 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-20\/0:focus{
  border-color: rgb(188 235 255 / 0);
}

.focus\:border-primary-20\/10:focus{
  border-color: rgb(188 235 255 / 0.1);
}

.focus\:border-primary-20\/100:focus{
  border-color: rgb(188 235 255 / 1);
}

.focus\:border-primary-20\/15:focus{
  border-color: rgb(188 235 255 / 0.15);
}

.focus\:border-primary-20\/20:focus{
  border-color: rgb(188 235 255 / 0.2);
}

.focus\:border-primary-20\/25:focus{
  border-color: rgb(188 235 255 / 0.25);
}

.focus\:border-primary-20\/30:focus{
  border-color: rgb(188 235 255 / 0.3);
}

.focus\:border-primary-20\/35:focus{
  border-color: rgb(188 235 255 / 0.35);
}

.focus\:border-primary-20\/40:focus{
  border-color: rgb(188 235 255 / 0.4);
}

.focus\:border-primary-20\/45:focus{
  border-color: rgb(188 235 255 / 0.45);
}

.focus\:border-primary-20\/5:focus{
  border-color: rgb(188 235 255 / 0.05);
}

.focus\:border-primary-20\/50:focus{
  border-color: rgb(188 235 255 / 0.5);
}

.focus\:border-primary-20\/55:focus{
  border-color: rgb(188 235 255 / 0.55);
}

.focus\:border-primary-20\/60:focus{
  border-color: rgb(188 235 255 / 0.6);
}

.focus\:border-primary-20\/65:focus{
  border-color: rgb(188 235 255 / 0.65);
}

.focus\:border-primary-20\/70:focus{
  border-color: rgb(188 235 255 / 0.7);
}

.focus\:border-primary-20\/75:focus{
  border-color: rgb(188 235 255 / 0.75);
}

.focus\:border-primary-20\/80:focus{
  border-color: rgb(188 235 255 / 0.8);
}

.focus\:border-primary-20\/85:focus{
  border-color: rgb(188 235 255 / 0.85);
}

.focus\:border-primary-20\/90:focus{
  border-color: rgb(188 235 255 / 0.9);
}

.focus\:border-primary-20\/95:focus{
  border-color: rgb(188 235 255 / 0.95);
}

.focus\:border-primary-30:focus{
  --tw-border-opacity: 1;
  border-color: rgb(126 211 247 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-30\/0:focus{
  border-color: rgb(126 211 247 / 0);
}

.focus\:border-primary-30\/10:focus{
  border-color: rgb(126 211 247 / 0.1);
}

.focus\:border-primary-30\/100:focus{
  border-color: rgb(126 211 247 / 1);
}

.focus\:border-primary-30\/15:focus{
  border-color: rgb(126 211 247 / 0.15);
}

.focus\:border-primary-30\/20:focus{
  border-color: rgb(126 211 247 / 0.2);
}

.focus\:border-primary-30\/25:focus{
  border-color: rgb(126 211 247 / 0.25);
}

.focus\:border-primary-30\/30:focus{
  border-color: rgb(126 211 247 / 0.3);
}

.focus\:border-primary-30\/35:focus{
  border-color: rgb(126 211 247 / 0.35);
}

.focus\:border-primary-30\/40:focus{
  border-color: rgb(126 211 247 / 0.4);
}

.focus\:border-primary-30\/45:focus{
  border-color: rgb(126 211 247 / 0.45);
}

.focus\:border-primary-30\/5:focus{
  border-color: rgb(126 211 247 / 0.05);
}

.focus\:border-primary-30\/50:focus{
  border-color: rgb(126 211 247 / 0.5);
}

.focus\:border-primary-30\/55:focus{
  border-color: rgb(126 211 247 / 0.55);
}

.focus\:border-primary-30\/60:focus{
  border-color: rgb(126 211 247 / 0.6);
}

.focus\:border-primary-30\/65:focus{
  border-color: rgb(126 211 247 / 0.65);
}

.focus\:border-primary-30\/70:focus{
  border-color: rgb(126 211 247 / 0.7);
}

.focus\:border-primary-30\/75:focus{
  border-color: rgb(126 211 247 / 0.75);
}

.focus\:border-primary-30\/80:focus{
  border-color: rgb(126 211 247 / 0.8);
}

.focus\:border-primary-30\/85:focus{
  border-color: rgb(126 211 247 / 0.85);
}

.focus\:border-primary-30\/90:focus{
  border-color: rgb(126 211 247 / 0.9);
}

.focus\:border-primary-30\/95:focus{
  border-color: rgb(126 211 247 / 0.95);
}

.focus\:border-primary-40:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-40\/0:focus{
  border-color: rgb(61 181 230 / 0);
}

.focus\:border-primary-40\/10:focus{
  border-color: rgb(61 181 230 / 0.1);
}

.focus\:border-primary-40\/100:focus{
  border-color: rgb(61 181 230 / 1);
}

.focus\:border-primary-40\/15:focus{
  border-color: rgb(61 181 230 / 0.15);
}

.focus\:border-primary-40\/20:focus{
  border-color: rgb(61 181 230 / 0.2);
}

.focus\:border-primary-40\/25:focus{
  border-color: rgb(61 181 230 / 0.25);
}

.focus\:border-primary-40\/30:focus{
  border-color: rgb(61 181 230 / 0.3);
}

.focus\:border-primary-40\/35:focus{
  border-color: rgb(61 181 230 / 0.35);
}

.focus\:border-primary-40\/40:focus{
  border-color: rgb(61 181 230 / 0.4);
}

.focus\:border-primary-40\/45:focus{
  border-color: rgb(61 181 230 / 0.45);
}

.focus\:border-primary-40\/5:focus{
  border-color: rgb(61 181 230 / 0.05);
}

.focus\:border-primary-40\/50:focus{
  border-color: rgb(61 181 230 / 0.5);
}

.focus\:border-primary-40\/55:focus{
  border-color: rgb(61 181 230 / 0.55);
}

.focus\:border-primary-40\/60:focus{
  border-color: rgb(61 181 230 / 0.6);
}

.focus\:border-primary-40\/65:focus{
  border-color: rgb(61 181 230 / 0.65);
}

.focus\:border-primary-40\/70:focus{
  border-color: rgb(61 181 230 / 0.7);
}

.focus\:border-primary-40\/75:focus{
  border-color: rgb(61 181 230 / 0.75);
}

.focus\:border-primary-40\/80:focus{
  border-color: rgb(61 181 230 / 0.8);
}

.focus\:border-primary-40\/85:focus{
  border-color: rgb(61 181 230 / 0.85);
}

.focus\:border-primary-40\/90:focus{
  border-color: rgb(61 181 230 / 0.9);
}

.focus\:border-primary-40\/95:focus{
  border-color: rgb(61 181 230 / 0.95);
}

.focus\:border-primary-5:focus{
  --tw-border-opacity: 1;
  border-color: rgb(240 252 255 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-5\/0:focus{
  border-color: rgb(240 252 255 / 0);
}

.focus\:border-primary-5\/10:focus{
  border-color: rgb(240 252 255 / 0.1);
}

.focus\:border-primary-5\/100:focus{
  border-color: rgb(240 252 255 / 1);
}

.focus\:border-primary-5\/15:focus{
  border-color: rgb(240 252 255 / 0.15);
}

.focus\:border-primary-5\/20:focus{
  border-color: rgb(240 252 255 / 0.2);
}

.focus\:border-primary-5\/25:focus{
  border-color: rgb(240 252 255 / 0.25);
}

.focus\:border-primary-5\/30:focus{
  border-color: rgb(240 252 255 / 0.3);
}

.focus\:border-primary-5\/35:focus{
  border-color: rgb(240 252 255 / 0.35);
}

.focus\:border-primary-5\/40:focus{
  border-color: rgb(240 252 255 / 0.4);
}

.focus\:border-primary-5\/45:focus{
  border-color: rgb(240 252 255 / 0.45);
}

.focus\:border-primary-5\/5:focus{
  border-color: rgb(240 252 255 / 0.05);
}

.focus\:border-primary-5\/50:focus{
  border-color: rgb(240 252 255 / 0.5);
}

.focus\:border-primary-5\/55:focus{
  border-color: rgb(240 252 255 / 0.55);
}

.focus\:border-primary-5\/60:focus{
  border-color: rgb(240 252 255 / 0.6);
}

.focus\:border-primary-5\/65:focus{
  border-color: rgb(240 252 255 / 0.65);
}

.focus\:border-primary-5\/70:focus{
  border-color: rgb(240 252 255 / 0.7);
}

.focus\:border-primary-5\/75:focus{
  border-color: rgb(240 252 255 / 0.75);
}

.focus\:border-primary-5\/80:focus{
  border-color: rgb(240 252 255 / 0.8);
}

.focus\:border-primary-5\/85:focus{
  border-color: rgb(240 252 255 / 0.85);
}

.focus\:border-primary-5\/90:focus{
  border-color: rgb(240 252 255 / 0.9);
}

.focus\:border-primary-5\/95:focus{
  border-color: rgb(240 252 255 / 0.95);
}

.focus\:border-primary-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(4 156 204 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-50\/0:focus{
  border-color: rgb(4 156 204 / 0);
}

.focus\:border-primary-50\/10:focus{
  border-color: rgb(4 156 204 / 0.1);
}

.focus\:border-primary-50\/100:focus{
  border-color: rgb(4 156 204 / 1);
}

.focus\:border-primary-50\/15:focus{
  border-color: rgb(4 156 204 / 0.15);
}

.focus\:border-primary-50\/20:focus{
  border-color: rgb(4 156 204 / 0.2);
}

.focus\:border-primary-50\/25:focus{
  border-color: rgb(4 156 204 / 0.25);
}

.focus\:border-primary-50\/30:focus{
  border-color: rgb(4 156 204 / 0.3);
}

.focus\:border-primary-50\/35:focus{
  border-color: rgb(4 156 204 / 0.35);
}

.focus\:border-primary-50\/40:focus{
  border-color: rgb(4 156 204 / 0.4);
}

.focus\:border-primary-50\/45:focus{
  border-color: rgb(4 156 204 / 0.45);
}

.focus\:border-primary-50\/5:focus{
  border-color: rgb(4 156 204 / 0.05);
}

.focus\:border-primary-50\/50:focus{
  border-color: rgb(4 156 204 / 0.5);
}

.focus\:border-primary-50\/55:focus{
  border-color: rgb(4 156 204 / 0.55);
}

.focus\:border-primary-50\/60:focus{
  border-color: rgb(4 156 204 / 0.6);
}

.focus\:border-primary-50\/65:focus{
  border-color: rgb(4 156 204 / 0.65);
}

.focus\:border-primary-50\/70:focus{
  border-color: rgb(4 156 204 / 0.7);
}

.focus\:border-primary-50\/75:focus{
  border-color: rgb(4 156 204 / 0.75);
}

.focus\:border-primary-50\/80:focus{
  border-color: rgb(4 156 204 / 0.8);
}

.focus\:border-primary-50\/85:focus{
  border-color: rgb(4 156 204 / 0.85);
}

.focus\:border-primary-50\/90:focus{
  border-color: rgb(4 156 204 / 0.9);
}

.focus\:border-primary-50\/95:focus{
  border-color: rgb(4 156 204 / 0.95);
}

.focus\:border-primary-60:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 127 176 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-60\/0:focus{
  border-color: rgb(0 127 176 / 0);
}

.focus\:border-primary-60\/10:focus{
  border-color: rgb(0 127 176 / 0.1);
}

.focus\:border-primary-60\/100:focus{
  border-color: rgb(0 127 176 / 1);
}

.focus\:border-primary-60\/15:focus{
  border-color: rgb(0 127 176 / 0.15);
}

.focus\:border-primary-60\/20:focus{
  border-color: rgb(0 127 176 / 0.2);
}

.focus\:border-primary-60\/25:focus{
  border-color: rgb(0 127 176 / 0.25);
}

.focus\:border-primary-60\/30:focus{
  border-color: rgb(0 127 176 / 0.3);
}

.focus\:border-primary-60\/35:focus{
  border-color: rgb(0 127 176 / 0.35);
}

.focus\:border-primary-60\/40:focus{
  border-color: rgb(0 127 176 / 0.4);
}

.focus\:border-primary-60\/45:focus{
  border-color: rgb(0 127 176 / 0.45);
}

.focus\:border-primary-60\/5:focus{
  border-color: rgb(0 127 176 / 0.05);
}

.focus\:border-primary-60\/50:focus{
  border-color: rgb(0 127 176 / 0.5);
}

.focus\:border-primary-60\/55:focus{
  border-color: rgb(0 127 176 / 0.55);
}

.focus\:border-primary-60\/60:focus{
  border-color: rgb(0 127 176 / 0.6);
}

.focus\:border-primary-60\/65:focus{
  border-color: rgb(0 127 176 / 0.65);
}

.focus\:border-primary-60\/70:focus{
  border-color: rgb(0 127 176 / 0.7);
}

.focus\:border-primary-60\/75:focus{
  border-color: rgb(0 127 176 / 0.75);
}

.focus\:border-primary-60\/80:focus{
  border-color: rgb(0 127 176 / 0.8);
}

.focus\:border-primary-60\/85:focus{
  border-color: rgb(0 127 176 / 0.85);
}

.focus\:border-primary-60\/90:focus{
  border-color: rgb(0 127 176 / 0.9);
}

.focus\:border-primary-60\/95:focus{
  border-color: rgb(0 127 176 / 0.95);
}

.focus\:border-primary-70:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 136 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-70\/0:focus{
  border-color: rgb(0 102 136 / 0);
}

.focus\:border-primary-70\/10:focus{
  border-color: rgb(0 102 136 / 0.1);
}

.focus\:border-primary-70\/100:focus{
  border-color: rgb(0 102 136 / 1);
}

.focus\:border-primary-70\/15:focus{
  border-color: rgb(0 102 136 / 0.15);
}

.focus\:border-primary-70\/20:focus{
  border-color: rgb(0 102 136 / 0.2);
}

.focus\:border-primary-70\/25:focus{
  border-color: rgb(0 102 136 / 0.25);
}

.focus\:border-primary-70\/30:focus{
  border-color: rgb(0 102 136 / 0.3);
}

.focus\:border-primary-70\/35:focus{
  border-color: rgb(0 102 136 / 0.35);
}

.focus\:border-primary-70\/40:focus{
  border-color: rgb(0 102 136 / 0.4);
}

.focus\:border-primary-70\/45:focus{
  border-color: rgb(0 102 136 / 0.45);
}

.focus\:border-primary-70\/5:focus{
  border-color: rgb(0 102 136 / 0.05);
}

.focus\:border-primary-70\/50:focus{
  border-color: rgb(0 102 136 / 0.5);
}

.focus\:border-primary-70\/55:focus{
  border-color: rgb(0 102 136 / 0.55);
}

.focus\:border-primary-70\/60:focus{
  border-color: rgb(0 102 136 / 0.6);
}

.focus\:border-primary-70\/65:focus{
  border-color: rgb(0 102 136 / 0.65);
}

.focus\:border-primary-70\/70:focus{
  border-color: rgb(0 102 136 / 0.7);
}

.focus\:border-primary-70\/75:focus{
  border-color: rgb(0 102 136 / 0.75);
}

.focus\:border-primary-70\/80:focus{
  border-color: rgb(0 102 136 / 0.8);
}

.focus\:border-primary-70\/85:focus{
  border-color: rgb(0 102 136 / 0.85);
}

.focus\:border-primary-70\/90:focus{
  border-color: rgb(0 102 136 / 0.9);
}

.focus\:border-primary-70\/95:focus{
  border-color: rgb(0 102 136 / 0.95);
}

.focus\:border-primary-80:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 77 104 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-80\/0:focus{
  border-color: rgb(0 77 104 / 0);
}

.focus\:border-primary-80\/10:focus{
  border-color: rgb(0 77 104 / 0.1);
}

.focus\:border-primary-80\/100:focus{
  border-color: rgb(0 77 104 / 1);
}

.focus\:border-primary-80\/15:focus{
  border-color: rgb(0 77 104 / 0.15);
}

.focus\:border-primary-80\/20:focus{
  border-color: rgb(0 77 104 / 0.2);
}

.focus\:border-primary-80\/25:focus{
  border-color: rgb(0 77 104 / 0.25);
}

.focus\:border-primary-80\/30:focus{
  border-color: rgb(0 77 104 / 0.3);
}

.focus\:border-primary-80\/35:focus{
  border-color: rgb(0 77 104 / 0.35);
}

.focus\:border-primary-80\/40:focus{
  border-color: rgb(0 77 104 / 0.4);
}

.focus\:border-primary-80\/45:focus{
  border-color: rgb(0 77 104 / 0.45);
}

.focus\:border-primary-80\/5:focus{
  border-color: rgb(0 77 104 / 0.05);
}

.focus\:border-primary-80\/50:focus{
  border-color: rgb(0 77 104 / 0.5);
}

.focus\:border-primary-80\/55:focus{
  border-color: rgb(0 77 104 / 0.55);
}

.focus\:border-primary-80\/60:focus{
  border-color: rgb(0 77 104 / 0.6);
}

.focus\:border-primary-80\/65:focus{
  border-color: rgb(0 77 104 / 0.65);
}

.focus\:border-primary-80\/70:focus{
  border-color: rgb(0 77 104 / 0.7);
}

.focus\:border-primary-80\/75:focus{
  border-color: rgb(0 77 104 / 0.75);
}

.focus\:border-primary-80\/80:focus{
  border-color: rgb(0 77 104 / 0.8);
}

.focus\:border-primary-80\/85:focus{
  border-color: rgb(0 77 104 / 0.85);
}

.focus\:border-primary-80\/90:focus{
  border-color: rgb(0 77 104 / 0.9);
}

.focus\:border-primary-80\/95:focus{
  border-color: rgb(0 77 104 / 0.95);
}

.focus\:border-primary-90:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 73 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-90\/0:focus{
  border-color: rgb(0 53 73 / 0);
}

.focus\:border-primary-90\/10:focus{
  border-color: rgb(0 53 73 / 0.1);
}

.focus\:border-primary-90\/100:focus{
  border-color: rgb(0 53 73 / 1);
}

.focus\:border-primary-90\/15:focus{
  border-color: rgb(0 53 73 / 0.15);
}

.focus\:border-primary-90\/20:focus{
  border-color: rgb(0 53 73 / 0.2);
}

.focus\:border-primary-90\/25:focus{
  border-color: rgb(0 53 73 / 0.25);
}

.focus\:border-primary-90\/30:focus{
  border-color: rgb(0 53 73 / 0.3);
}

.focus\:border-primary-90\/35:focus{
  border-color: rgb(0 53 73 / 0.35);
}

.focus\:border-primary-90\/40:focus{
  border-color: rgb(0 53 73 / 0.4);
}

.focus\:border-primary-90\/45:focus{
  border-color: rgb(0 53 73 / 0.45);
}

.focus\:border-primary-90\/5:focus{
  border-color: rgb(0 53 73 / 0.05);
}

.focus\:border-primary-90\/50:focus{
  border-color: rgb(0 53 73 / 0.5);
}

.focus\:border-primary-90\/55:focus{
  border-color: rgb(0 53 73 / 0.55);
}

.focus\:border-primary-90\/60:focus{
  border-color: rgb(0 53 73 / 0.6);
}

.focus\:border-primary-90\/65:focus{
  border-color: rgb(0 53 73 / 0.65);
}

.focus\:border-primary-90\/70:focus{
  border-color: rgb(0 53 73 / 0.7);
}

.focus\:border-primary-90\/75:focus{
  border-color: rgb(0 53 73 / 0.75);
}

.focus\:border-primary-90\/80:focus{
  border-color: rgb(0 53 73 / 0.8);
}

.focus\:border-primary-90\/85:focus{
  border-color: rgb(0 53 73 / 0.85);
}

.focus\:border-primary-90\/90:focus{
  border-color: rgb(0 53 73 / 0.9);
}

.focus\:border-primary-90\/95:focus{
  border-color: rgb(0 53 73 / 0.95);
}

.focus\:border-secondary-10:focus{
  --tw-border-opacity: 1;
  border-color: rgb(253 232 241 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-10\/0:focus{
  border-color: rgb(253 232 241 / 0);
}

.focus\:border-secondary-10\/10:focus{
  border-color: rgb(253 232 241 / 0.1);
}

.focus\:border-secondary-10\/100:focus{
  border-color: rgb(253 232 241 / 1);
}

.focus\:border-secondary-10\/15:focus{
  border-color: rgb(253 232 241 / 0.15);
}

.focus\:border-secondary-10\/20:focus{
  border-color: rgb(253 232 241 / 0.2);
}

.focus\:border-secondary-10\/25:focus{
  border-color: rgb(253 232 241 / 0.25);
}

.focus\:border-secondary-10\/30:focus{
  border-color: rgb(253 232 241 / 0.3);
}

.focus\:border-secondary-10\/35:focus{
  border-color: rgb(253 232 241 / 0.35);
}

.focus\:border-secondary-10\/40:focus{
  border-color: rgb(253 232 241 / 0.4);
}

.focus\:border-secondary-10\/45:focus{
  border-color: rgb(253 232 241 / 0.45);
}

.focus\:border-secondary-10\/5:focus{
  border-color: rgb(253 232 241 / 0.05);
}

.focus\:border-secondary-10\/50:focus{
  border-color: rgb(253 232 241 / 0.5);
}

.focus\:border-secondary-10\/55:focus{
  border-color: rgb(253 232 241 / 0.55);
}

.focus\:border-secondary-10\/60:focus{
  border-color: rgb(253 232 241 / 0.6);
}

.focus\:border-secondary-10\/65:focus{
  border-color: rgb(253 232 241 / 0.65);
}

.focus\:border-secondary-10\/70:focus{
  border-color: rgb(253 232 241 / 0.7);
}

.focus\:border-secondary-10\/75:focus{
  border-color: rgb(253 232 241 / 0.75);
}

.focus\:border-secondary-10\/80:focus{
  border-color: rgb(253 232 241 / 0.8);
}

.focus\:border-secondary-10\/85:focus{
  border-color: rgb(253 232 241 / 0.85);
}

.focus\:border-secondary-10\/90:focus{
  border-color: rgb(253 232 241 / 0.9);
}

.focus\:border-secondary-10\/95:focus{
  border-color: rgb(253 232 241 / 0.95);
}

.focus\:border-secondary-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(62 0 32 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-100\/0:focus{
  border-color: rgb(62 0 32 / 0);
}

.focus\:border-secondary-100\/10:focus{
  border-color: rgb(62 0 32 / 0.1);
}

.focus\:border-secondary-100\/100:focus{
  border-color: rgb(62 0 32 / 1);
}

.focus\:border-secondary-100\/15:focus{
  border-color: rgb(62 0 32 / 0.15);
}

.focus\:border-secondary-100\/20:focus{
  border-color: rgb(62 0 32 / 0.2);
}

.focus\:border-secondary-100\/25:focus{
  border-color: rgb(62 0 32 / 0.25);
}

.focus\:border-secondary-100\/30:focus{
  border-color: rgb(62 0 32 / 0.3);
}

.focus\:border-secondary-100\/35:focus{
  border-color: rgb(62 0 32 / 0.35);
}

.focus\:border-secondary-100\/40:focus{
  border-color: rgb(62 0 32 / 0.4);
}

.focus\:border-secondary-100\/45:focus{
  border-color: rgb(62 0 32 / 0.45);
}

.focus\:border-secondary-100\/5:focus{
  border-color: rgb(62 0 32 / 0.05);
}

.focus\:border-secondary-100\/50:focus{
  border-color: rgb(62 0 32 / 0.5);
}

.focus\:border-secondary-100\/55:focus{
  border-color: rgb(62 0 32 / 0.55);
}

.focus\:border-secondary-100\/60:focus{
  border-color: rgb(62 0 32 / 0.6);
}

.focus\:border-secondary-100\/65:focus{
  border-color: rgb(62 0 32 / 0.65);
}

.focus\:border-secondary-100\/70:focus{
  border-color: rgb(62 0 32 / 0.7);
}

.focus\:border-secondary-100\/75:focus{
  border-color: rgb(62 0 32 / 0.75);
}

.focus\:border-secondary-100\/80:focus{
  border-color: rgb(62 0 32 / 0.8);
}

.focus\:border-secondary-100\/85:focus{
  border-color: rgb(62 0 32 / 0.85);
}

.focus\:border-secondary-100\/90:focus{
  border-color: rgb(62 0 32 / 0.9);
}

.focus\:border-secondary-100\/95:focus{
  border-color: rgb(62 0 32 / 0.95);
}

.focus\:border-secondary-20:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 175 209 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-20\/0:focus{
  border-color: rgb(255 175 209 / 0);
}

.focus\:border-secondary-20\/10:focus{
  border-color: rgb(255 175 209 / 0.1);
}

.focus\:border-secondary-20\/100:focus{
  border-color: rgb(255 175 209 / 1);
}

.focus\:border-secondary-20\/15:focus{
  border-color: rgb(255 175 209 / 0.15);
}

.focus\:border-secondary-20\/20:focus{
  border-color: rgb(255 175 209 / 0.2);
}

.focus\:border-secondary-20\/25:focus{
  border-color: rgb(255 175 209 / 0.25);
}

.focus\:border-secondary-20\/30:focus{
  border-color: rgb(255 175 209 / 0.3);
}

.focus\:border-secondary-20\/35:focus{
  border-color: rgb(255 175 209 / 0.35);
}

.focus\:border-secondary-20\/40:focus{
  border-color: rgb(255 175 209 / 0.4);
}

.focus\:border-secondary-20\/45:focus{
  border-color: rgb(255 175 209 / 0.45);
}

.focus\:border-secondary-20\/5:focus{
  border-color: rgb(255 175 209 / 0.05);
}

.focus\:border-secondary-20\/50:focus{
  border-color: rgb(255 175 209 / 0.5);
}

.focus\:border-secondary-20\/55:focus{
  border-color: rgb(255 175 209 / 0.55);
}

.focus\:border-secondary-20\/60:focus{
  border-color: rgb(255 175 209 / 0.6);
}

.focus\:border-secondary-20\/65:focus{
  border-color: rgb(255 175 209 / 0.65);
}

.focus\:border-secondary-20\/70:focus{
  border-color: rgb(255 175 209 / 0.7);
}

.focus\:border-secondary-20\/75:focus{
  border-color: rgb(255 175 209 / 0.75);
}

.focus\:border-secondary-20\/80:focus{
  border-color: rgb(255 175 209 / 0.8);
}

.focus\:border-secondary-20\/85:focus{
  border-color: rgb(255 175 209 / 0.85);
}

.focus\:border-secondary-20\/90:focus{
  border-color: rgb(255 175 209 / 0.9);
}

.focus\:border-secondary-20\/95:focus{
  border-color: rgb(255 175 209 / 0.95);
}

.focus\:border-secondary-30:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 183 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-30\/0:focus{
  border-color: rgb(255 130 183 / 0);
}

.focus\:border-secondary-30\/10:focus{
  border-color: rgb(255 130 183 / 0.1);
}

.focus\:border-secondary-30\/100:focus{
  border-color: rgb(255 130 183 / 1);
}

.focus\:border-secondary-30\/15:focus{
  border-color: rgb(255 130 183 / 0.15);
}

.focus\:border-secondary-30\/20:focus{
  border-color: rgb(255 130 183 / 0.2);
}

.focus\:border-secondary-30\/25:focus{
  border-color: rgb(255 130 183 / 0.25);
}

.focus\:border-secondary-30\/30:focus{
  border-color: rgb(255 130 183 / 0.3);
}

.focus\:border-secondary-30\/35:focus{
  border-color: rgb(255 130 183 / 0.35);
}

.focus\:border-secondary-30\/40:focus{
  border-color: rgb(255 130 183 / 0.4);
}

.focus\:border-secondary-30\/45:focus{
  border-color: rgb(255 130 183 / 0.45);
}

.focus\:border-secondary-30\/5:focus{
  border-color: rgb(255 130 183 / 0.05);
}

.focus\:border-secondary-30\/50:focus{
  border-color: rgb(255 130 183 / 0.5);
}

.focus\:border-secondary-30\/55:focus{
  border-color: rgb(255 130 183 / 0.55);
}

.focus\:border-secondary-30\/60:focus{
  border-color: rgb(255 130 183 / 0.6);
}

.focus\:border-secondary-30\/65:focus{
  border-color: rgb(255 130 183 / 0.65);
}

.focus\:border-secondary-30\/70:focus{
  border-color: rgb(255 130 183 / 0.7);
}

.focus\:border-secondary-30\/75:focus{
  border-color: rgb(255 130 183 / 0.75);
}

.focus\:border-secondary-30\/80:focus{
  border-color: rgb(255 130 183 / 0.8);
}

.focus\:border-secondary-30\/85:focus{
  border-color: rgb(255 130 183 / 0.85);
}

.focus\:border-secondary-30\/90:focus{
  border-color: rgb(255 130 183 / 0.9);
}

.focus\:border-secondary-30\/95:focus{
  border-color: rgb(255 130 183 / 0.95);
}

.focus\:border-secondary-40:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 97 195 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-40\/0:focus{
  border-color: rgb(255 97 195 / 0);
}

.focus\:border-secondary-40\/10:focus{
  border-color: rgb(255 97 195 / 0.1);
}

.focus\:border-secondary-40\/100:focus{
  border-color: rgb(255 97 195 / 1);
}

.focus\:border-secondary-40\/15:focus{
  border-color: rgb(255 97 195 / 0.15);
}

.focus\:border-secondary-40\/20:focus{
  border-color: rgb(255 97 195 / 0.2);
}

.focus\:border-secondary-40\/25:focus{
  border-color: rgb(255 97 195 / 0.25);
}

.focus\:border-secondary-40\/30:focus{
  border-color: rgb(255 97 195 / 0.3);
}

.focus\:border-secondary-40\/35:focus{
  border-color: rgb(255 97 195 / 0.35);
}

.focus\:border-secondary-40\/40:focus{
  border-color: rgb(255 97 195 / 0.4);
}

.focus\:border-secondary-40\/45:focus{
  border-color: rgb(255 97 195 / 0.45);
}

.focus\:border-secondary-40\/5:focus{
  border-color: rgb(255 97 195 / 0.05);
}

.focus\:border-secondary-40\/50:focus{
  border-color: rgb(255 97 195 / 0.5);
}

.focus\:border-secondary-40\/55:focus{
  border-color: rgb(255 97 195 / 0.55);
}

.focus\:border-secondary-40\/60:focus{
  border-color: rgb(255 97 195 / 0.6);
}

.focus\:border-secondary-40\/65:focus{
  border-color: rgb(255 97 195 / 0.65);
}

.focus\:border-secondary-40\/70:focus{
  border-color: rgb(255 97 195 / 0.7);
}

.focus\:border-secondary-40\/75:focus{
  border-color: rgb(255 97 195 / 0.75);
}

.focus\:border-secondary-40\/80:focus{
  border-color: rgb(255 97 195 / 0.8);
}

.focus\:border-secondary-40\/85:focus{
  border-color: rgb(255 97 195 / 0.85);
}

.focus\:border-secondary-40\/90:focus{
  border-color: rgb(255 97 195 / 0.9);
}

.focus\:border-secondary-40\/95:focus{
  border-color: rgb(255 97 195 / 0.95);
}

.focus\:border-secondary-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 69 163 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-50\/0:focus{
  border-color: rgb(255 69 163 / 0);
}

.focus\:border-secondary-50\/10:focus{
  border-color: rgb(255 69 163 / 0.1);
}

.focus\:border-secondary-50\/100:focus{
  border-color: rgb(255 69 163 / 1);
}

.focus\:border-secondary-50\/15:focus{
  border-color: rgb(255 69 163 / 0.15);
}

.focus\:border-secondary-50\/20:focus{
  border-color: rgb(255 69 163 / 0.2);
}

.focus\:border-secondary-50\/25:focus{
  border-color: rgb(255 69 163 / 0.25);
}

.focus\:border-secondary-50\/30:focus{
  border-color: rgb(255 69 163 / 0.3);
}

.focus\:border-secondary-50\/35:focus{
  border-color: rgb(255 69 163 / 0.35);
}

.focus\:border-secondary-50\/40:focus{
  border-color: rgb(255 69 163 / 0.4);
}

.focus\:border-secondary-50\/45:focus{
  border-color: rgb(255 69 163 / 0.45);
}

.focus\:border-secondary-50\/5:focus{
  border-color: rgb(255 69 163 / 0.05);
}

.focus\:border-secondary-50\/50:focus{
  border-color: rgb(255 69 163 / 0.5);
}

.focus\:border-secondary-50\/55:focus{
  border-color: rgb(255 69 163 / 0.55);
}

.focus\:border-secondary-50\/60:focus{
  border-color: rgb(255 69 163 / 0.6);
}

.focus\:border-secondary-50\/65:focus{
  border-color: rgb(255 69 163 / 0.65);
}

.focus\:border-secondary-50\/70:focus{
  border-color: rgb(255 69 163 / 0.7);
}

.focus\:border-secondary-50\/75:focus{
  border-color: rgb(255 69 163 / 0.75);
}

.focus\:border-secondary-50\/80:focus{
  border-color: rgb(255 69 163 / 0.8);
}

.focus\:border-secondary-50\/85:focus{
  border-color: rgb(255 69 163 / 0.85);
}

.focus\:border-secondary-50\/90:focus{
  border-color: rgb(255 69 163 / 0.9);
}

.focus\:border-secondary-50\/95:focus{
  border-color: rgb(255 69 163 / 0.95);
}

.focus\:border-secondary-60:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-60\/0:focus{
  border-color: rgb(236 0 140 / 0);
}

.focus\:border-secondary-60\/10:focus{
  border-color: rgb(236 0 140 / 0.1);
}

.focus\:border-secondary-60\/100:focus{
  border-color: rgb(236 0 140 / 1);
}

.focus\:border-secondary-60\/15:focus{
  border-color: rgb(236 0 140 / 0.15);
}

.focus\:border-secondary-60\/20:focus{
  border-color: rgb(236 0 140 / 0.2);
}

.focus\:border-secondary-60\/25:focus{
  border-color: rgb(236 0 140 / 0.25);
}

.focus\:border-secondary-60\/30:focus{
  border-color: rgb(236 0 140 / 0.3);
}

.focus\:border-secondary-60\/35:focus{
  border-color: rgb(236 0 140 / 0.35);
}

.focus\:border-secondary-60\/40:focus{
  border-color: rgb(236 0 140 / 0.4);
}

.focus\:border-secondary-60\/45:focus{
  border-color: rgb(236 0 140 / 0.45);
}

.focus\:border-secondary-60\/5:focus{
  border-color: rgb(236 0 140 / 0.05);
}

.focus\:border-secondary-60\/50:focus{
  border-color: rgb(236 0 140 / 0.5);
}

.focus\:border-secondary-60\/55:focus{
  border-color: rgb(236 0 140 / 0.55);
}

.focus\:border-secondary-60\/60:focus{
  border-color: rgb(236 0 140 / 0.6);
}

.focus\:border-secondary-60\/65:focus{
  border-color: rgb(236 0 140 / 0.65);
}

.focus\:border-secondary-60\/70:focus{
  border-color: rgb(236 0 140 / 0.7);
}

.focus\:border-secondary-60\/75:focus{
  border-color: rgb(236 0 140 / 0.75);
}

.focus\:border-secondary-60\/80:focus{
  border-color: rgb(236 0 140 / 0.8);
}

.focus\:border-secondary-60\/85:focus{
  border-color: rgb(236 0 140 / 0.85);
}

.focus\:border-secondary-60\/90:focus{
  border-color: rgb(236 0 140 / 0.9);
}

.focus\:border-secondary-60\/95:focus{
  border-color: rgb(236 0 140 / 0.95);
}

.focus\:border-secondary-70:focus{
  --tw-border-opacity: 1;
  border-color: rgb(182 0 113 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-70\/0:focus{
  border-color: rgb(182 0 113 / 0);
}

.focus\:border-secondary-70\/10:focus{
  border-color: rgb(182 0 113 / 0.1);
}

.focus\:border-secondary-70\/100:focus{
  border-color: rgb(182 0 113 / 1);
}

.focus\:border-secondary-70\/15:focus{
  border-color: rgb(182 0 113 / 0.15);
}

.focus\:border-secondary-70\/20:focus{
  border-color: rgb(182 0 113 / 0.2);
}

.focus\:border-secondary-70\/25:focus{
  border-color: rgb(182 0 113 / 0.25);
}

.focus\:border-secondary-70\/30:focus{
  border-color: rgb(182 0 113 / 0.3);
}

.focus\:border-secondary-70\/35:focus{
  border-color: rgb(182 0 113 / 0.35);
}

.focus\:border-secondary-70\/40:focus{
  border-color: rgb(182 0 113 / 0.4);
}

.focus\:border-secondary-70\/45:focus{
  border-color: rgb(182 0 113 / 0.45);
}

.focus\:border-secondary-70\/5:focus{
  border-color: rgb(182 0 113 / 0.05);
}

.focus\:border-secondary-70\/50:focus{
  border-color: rgb(182 0 113 / 0.5);
}

.focus\:border-secondary-70\/55:focus{
  border-color: rgb(182 0 113 / 0.55);
}

.focus\:border-secondary-70\/60:focus{
  border-color: rgb(182 0 113 / 0.6);
}

.focus\:border-secondary-70\/65:focus{
  border-color: rgb(182 0 113 / 0.65);
}

.focus\:border-secondary-70\/70:focus{
  border-color: rgb(182 0 113 / 0.7);
}

.focus\:border-secondary-70\/75:focus{
  border-color: rgb(182 0 113 / 0.75);
}

.focus\:border-secondary-70\/80:focus{
  border-color: rgb(182 0 113 / 0.8);
}

.focus\:border-secondary-70\/85:focus{
  border-color: rgb(182 0 113 / 0.85);
}

.focus\:border-secondary-70\/90:focus{
  border-color: rgb(182 0 113 / 0.9);
}

.focus\:border-secondary-70\/95:focus{
  border-color: rgb(182 0 113 / 0.95);
}

.focus\:border-secondary-80:focus{
  --tw-border-opacity: 1;
  border-color: rgb(140 0 86 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-80\/0:focus{
  border-color: rgb(140 0 86 / 0);
}

.focus\:border-secondary-80\/10:focus{
  border-color: rgb(140 0 86 / 0.1);
}

.focus\:border-secondary-80\/100:focus{
  border-color: rgb(140 0 86 / 1);
}

.focus\:border-secondary-80\/15:focus{
  border-color: rgb(140 0 86 / 0.15);
}

.focus\:border-secondary-80\/20:focus{
  border-color: rgb(140 0 86 / 0.2);
}

.focus\:border-secondary-80\/25:focus{
  border-color: rgb(140 0 86 / 0.25);
}

.focus\:border-secondary-80\/30:focus{
  border-color: rgb(140 0 86 / 0.3);
}

.focus\:border-secondary-80\/35:focus{
  border-color: rgb(140 0 86 / 0.35);
}

.focus\:border-secondary-80\/40:focus{
  border-color: rgb(140 0 86 / 0.4);
}

.focus\:border-secondary-80\/45:focus{
  border-color: rgb(140 0 86 / 0.45);
}

.focus\:border-secondary-80\/5:focus{
  border-color: rgb(140 0 86 / 0.05);
}

.focus\:border-secondary-80\/50:focus{
  border-color: rgb(140 0 86 / 0.5);
}

.focus\:border-secondary-80\/55:focus{
  border-color: rgb(140 0 86 / 0.55);
}

.focus\:border-secondary-80\/60:focus{
  border-color: rgb(140 0 86 / 0.6);
}

.focus\:border-secondary-80\/65:focus{
  border-color: rgb(140 0 86 / 0.65);
}

.focus\:border-secondary-80\/70:focus{
  border-color: rgb(140 0 86 / 0.7);
}

.focus\:border-secondary-80\/75:focus{
  border-color: rgb(140 0 86 / 0.75);
}

.focus\:border-secondary-80\/80:focus{
  border-color: rgb(140 0 86 / 0.8);
}

.focus\:border-secondary-80\/85:focus{
  border-color: rgb(140 0 86 / 0.85);
}

.focus\:border-secondary-80\/90:focus{
  border-color: rgb(140 0 86 / 0.9);
}

.focus\:border-secondary-80\/95:focus{
  border-color: rgb(140 0 86 / 0.95);
}

.focus\:border-secondary-90:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 0 59 / var(--tw-border-opacity, 1));
}

.focus\:border-secondary-90\/0:focus{
  border-color: rgb(99 0 59 / 0);
}

.focus\:border-secondary-90\/10:focus{
  border-color: rgb(99 0 59 / 0.1);
}

.focus\:border-secondary-90\/100:focus{
  border-color: rgb(99 0 59 / 1);
}

.focus\:border-secondary-90\/15:focus{
  border-color: rgb(99 0 59 / 0.15);
}

.focus\:border-secondary-90\/20:focus{
  border-color: rgb(99 0 59 / 0.2);
}

.focus\:border-secondary-90\/25:focus{
  border-color: rgb(99 0 59 / 0.25);
}

.focus\:border-secondary-90\/30:focus{
  border-color: rgb(99 0 59 / 0.3);
}

.focus\:border-secondary-90\/35:focus{
  border-color: rgb(99 0 59 / 0.35);
}

.focus\:border-secondary-90\/40:focus{
  border-color: rgb(99 0 59 / 0.4);
}

.focus\:border-secondary-90\/45:focus{
  border-color: rgb(99 0 59 / 0.45);
}

.focus\:border-secondary-90\/5:focus{
  border-color: rgb(99 0 59 / 0.05);
}

.focus\:border-secondary-90\/50:focus{
  border-color: rgb(99 0 59 / 0.5);
}

.focus\:border-secondary-90\/55:focus{
  border-color: rgb(99 0 59 / 0.55);
}

.focus\:border-secondary-90\/60:focus{
  border-color: rgb(99 0 59 / 0.6);
}

.focus\:border-secondary-90\/65:focus{
  border-color: rgb(99 0 59 / 0.65);
}

.focus\:border-secondary-90\/70:focus{
  border-color: rgb(99 0 59 / 0.7);
}

.focus\:border-secondary-90\/75:focus{
  border-color: rgb(99 0 59 / 0.75);
}

.focus\:border-secondary-90\/80:focus{
  border-color: rgb(99 0 59 / 0.8);
}

.focus\:border-secondary-90\/85:focus{
  border-color: rgb(99 0 59 / 0.85);
}

.focus\:border-secondary-90\/90:focus{
  border-color: rgb(99 0 59 / 0.9);
}

.focus\:border-secondary-90\/95:focus{
  border-color: rgb(99 0 59 / 0.95);
}

.focus\:border-shade-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:border-shade-black\/0:focus{
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-shade-black\/10:focus{
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-shade-black\/100:focus{
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-shade-black\/15:focus{
  border-color: rgb(0 0 0 / 0.15);
}

.focus\:border-shade-black\/20:focus{
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-shade-black\/25:focus{
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-shade-black\/30:focus{
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-shade-black\/35:focus{
  border-color: rgb(0 0 0 / 0.35);
}

.focus\:border-shade-black\/40:focus{
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-shade-black\/45:focus{
  border-color: rgb(0 0 0 / 0.45);
}

.focus\:border-shade-black\/5:focus{
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-shade-black\/50:focus{
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-shade-black\/55:focus{
  border-color: rgb(0 0 0 / 0.55);
}

.focus\:border-shade-black\/60:focus{
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-shade-black\/65:focus{
  border-color: rgb(0 0 0 / 0.65);
}

.focus\:border-shade-black\/70:focus{
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-shade-black\/75:focus{
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-shade-black\/80:focus{
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-shade-black\/85:focus{
  border-color: rgb(0 0 0 / 0.85);
}

.focus\:border-shade-black\/90:focus{
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-shade-black\/95:focus{
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-shade-white:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.focus\:border-shade-white\/0:focus{
  border-color: rgb(255 255 255 / 0);
}

.focus\:border-shade-white\/10:focus{
  border-color: rgb(255 255 255 / 0.1);
}

.focus\:border-shade-white\/100:focus{
  border-color: rgb(255 255 255 / 1);
}

.focus\:border-shade-white\/15:focus{
  border-color: rgb(255 255 255 / 0.15);
}

.focus\:border-shade-white\/20:focus{
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:border-shade-white\/25:focus{
  border-color: rgb(255 255 255 / 0.25);
}

.focus\:border-shade-white\/30:focus{
  border-color: rgb(255 255 255 / 0.3);
}

.focus\:border-shade-white\/35:focus{
  border-color: rgb(255 255 255 / 0.35);
}

.focus\:border-shade-white\/40:focus{
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:border-shade-white\/45:focus{
  border-color: rgb(255 255 255 / 0.45);
}

.focus\:border-shade-white\/5:focus{
  border-color: rgb(255 255 255 / 0.05);
}

.focus\:border-shade-white\/50:focus{
  border-color: rgb(255 255 255 / 0.5);
}

.focus\:border-shade-white\/55:focus{
  border-color: rgb(255 255 255 / 0.55);
}

.focus\:border-shade-white\/60:focus{
  border-color: rgb(255 255 255 / 0.6);
}

.focus\:border-shade-white\/65:focus{
  border-color: rgb(255 255 255 / 0.65);
}

.focus\:border-shade-white\/70:focus{
  border-color: rgb(255 255 255 / 0.7);
}

.focus\:border-shade-white\/75:focus{
  border-color: rgb(255 255 255 / 0.75);
}

.focus\:border-shade-white\/80:focus{
  border-color: rgb(255 255 255 / 0.8);
}

.focus\:border-shade-white\/85:focus{
  border-color: rgb(255 255 255 / 0.85);
}

.focus\:border-shade-white\/90:focus{
  border-color: rgb(255 255 255 / 0.9);
}

.focus\:border-shade-white\/95:focus{
  border-color: rgb(255 255 255 / 0.95);
}

.focus\:border-skynamo-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-blue\/0:focus{
  border-color: rgb(61 181 230 / 0);
}

.focus\:border-skynamo-blue\/10:focus{
  border-color: rgb(61 181 230 / 0.1);
}

.focus\:border-skynamo-blue\/100:focus{
  border-color: rgb(61 181 230 / 1);
}

.focus\:border-skynamo-blue\/15:focus{
  border-color: rgb(61 181 230 / 0.15);
}

.focus\:border-skynamo-blue\/20:focus{
  border-color: rgb(61 181 230 / 0.2);
}

.focus\:border-skynamo-blue\/25:focus{
  border-color: rgb(61 181 230 / 0.25);
}

.focus\:border-skynamo-blue\/30:focus{
  border-color: rgb(61 181 230 / 0.3);
}

.focus\:border-skynamo-blue\/35:focus{
  border-color: rgb(61 181 230 / 0.35);
}

.focus\:border-skynamo-blue\/40:focus{
  border-color: rgb(61 181 230 / 0.4);
}

.focus\:border-skynamo-blue\/45:focus{
  border-color: rgb(61 181 230 / 0.45);
}

.focus\:border-skynamo-blue\/5:focus{
  border-color: rgb(61 181 230 / 0.05);
}

.focus\:border-skynamo-blue\/50:focus{
  border-color: rgb(61 181 230 / 0.5);
}

.focus\:border-skynamo-blue\/55:focus{
  border-color: rgb(61 181 230 / 0.55);
}

.focus\:border-skynamo-blue\/60:focus{
  border-color: rgb(61 181 230 / 0.6);
}

.focus\:border-skynamo-blue\/65:focus{
  border-color: rgb(61 181 230 / 0.65);
}

.focus\:border-skynamo-blue\/70:focus{
  border-color: rgb(61 181 230 / 0.7);
}

.focus\:border-skynamo-blue\/75:focus{
  border-color: rgb(61 181 230 / 0.75);
}

.focus\:border-skynamo-blue\/80:focus{
  border-color: rgb(61 181 230 / 0.8);
}

.focus\:border-skynamo-blue\/85:focus{
  border-color: rgb(61 181 230 / 0.85);
}

.focus\:border-skynamo-blue\/90:focus{
  border-color: rgb(61 181 230 / 0.9);
}

.focus\:border-skynamo-blue\/95:focus{
  border-color: rgb(61 181 230 / 0.95);
}

.focus\:border-skynamo-bright-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-bright-pink\/0:focus{
  border-color: rgb(236 0 140 / 0);
}

.focus\:border-skynamo-bright-pink\/10:focus{
  border-color: rgb(236 0 140 / 0.1);
}

.focus\:border-skynamo-bright-pink\/100:focus{
  border-color: rgb(236 0 140 / 1);
}

.focus\:border-skynamo-bright-pink\/15:focus{
  border-color: rgb(236 0 140 / 0.15);
}

.focus\:border-skynamo-bright-pink\/20:focus{
  border-color: rgb(236 0 140 / 0.2);
}

.focus\:border-skynamo-bright-pink\/25:focus{
  border-color: rgb(236 0 140 / 0.25);
}

.focus\:border-skynamo-bright-pink\/30:focus{
  border-color: rgb(236 0 140 / 0.3);
}

.focus\:border-skynamo-bright-pink\/35:focus{
  border-color: rgb(236 0 140 / 0.35);
}

.focus\:border-skynamo-bright-pink\/40:focus{
  border-color: rgb(236 0 140 / 0.4);
}

.focus\:border-skynamo-bright-pink\/45:focus{
  border-color: rgb(236 0 140 / 0.45);
}

.focus\:border-skynamo-bright-pink\/5:focus{
  border-color: rgb(236 0 140 / 0.05);
}

.focus\:border-skynamo-bright-pink\/50:focus{
  border-color: rgb(236 0 140 / 0.5);
}

.focus\:border-skynamo-bright-pink\/55:focus{
  border-color: rgb(236 0 140 / 0.55);
}

.focus\:border-skynamo-bright-pink\/60:focus{
  border-color: rgb(236 0 140 / 0.6);
}

.focus\:border-skynamo-bright-pink\/65:focus{
  border-color: rgb(236 0 140 / 0.65);
}

.focus\:border-skynamo-bright-pink\/70:focus{
  border-color: rgb(236 0 140 / 0.7);
}

.focus\:border-skynamo-bright-pink\/75:focus{
  border-color: rgb(236 0 140 / 0.75);
}

.focus\:border-skynamo-bright-pink\/80:focus{
  border-color: rgb(236 0 140 / 0.8);
}

.focus\:border-skynamo-bright-pink\/85:focus{
  border-color: rgb(236 0 140 / 0.85);
}

.focus\:border-skynamo-bright-pink\/90:focus{
  border-color: rgb(236 0 140 / 0.9);
}

.focus\:border-skynamo-bright-pink\/95:focus{
  border-color: rgb(236 0 140 / 0.95);
}

.focus\:border-skynamo-bright-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-bright-purple\/0:focus{
  border-color: rgb(127 50 190 / 0);
}

.focus\:border-skynamo-bright-purple\/10:focus{
  border-color: rgb(127 50 190 / 0.1);
}

.focus\:border-skynamo-bright-purple\/100:focus{
  border-color: rgb(127 50 190 / 1);
}

.focus\:border-skynamo-bright-purple\/15:focus{
  border-color: rgb(127 50 190 / 0.15);
}

.focus\:border-skynamo-bright-purple\/20:focus{
  border-color: rgb(127 50 190 / 0.2);
}

.focus\:border-skynamo-bright-purple\/25:focus{
  border-color: rgb(127 50 190 / 0.25);
}

.focus\:border-skynamo-bright-purple\/30:focus{
  border-color: rgb(127 50 190 / 0.3);
}

.focus\:border-skynamo-bright-purple\/35:focus{
  border-color: rgb(127 50 190 / 0.35);
}

.focus\:border-skynamo-bright-purple\/40:focus{
  border-color: rgb(127 50 190 / 0.4);
}

.focus\:border-skynamo-bright-purple\/45:focus{
  border-color: rgb(127 50 190 / 0.45);
}

.focus\:border-skynamo-bright-purple\/5:focus{
  border-color: rgb(127 50 190 / 0.05);
}

.focus\:border-skynamo-bright-purple\/50:focus{
  border-color: rgb(127 50 190 / 0.5);
}

.focus\:border-skynamo-bright-purple\/55:focus{
  border-color: rgb(127 50 190 / 0.55);
}

.focus\:border-skynamo-bright-purple\/60:focus{
  border-color: rgb(127 50 190 / 0.6);
}

.focus\:border-skynamo-bright-purple\/65:focus{
  border-color: rgb(127 50 190 / 0.65);
}

.focus\:border-skynamo-bright-purple\/70:focus{
  border-color: rgb(127 50 190 / 0.7);
}

.focus\:border-skynamo-bright-purple\/75:focus{
  border-color: rgb(127 50 190 / 0.75);
}

.focus\:border-skynamo-bright-purple\/80:focus{
  border-color: rgb(127 50 190 / 0.8);
}

.focus\:border-skynamo-bright-purple\/85:focus{
  border-color: rgb(127 50 190 / 0.85);
}

.focus\:border-skynamo-bright-purple\/90:focus{
  border-color: rgb(127 50 190 / 0.9);
}

.focus\:border-skynamo-bright-purple\/95:focus{
  border-color: rgb(127 50 190 / 0.95);
}

.focus\:border-skynamo-dark-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgb(29 0 52 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-dark-purple\/0:focus{
  border-color: rgb(29 0 52 / 0);
}

.focus\:border-skynamo-dark-purple\/10:focus{
  border-color: rgb(29 0 52 / 0.1);
}

.focus\:border-skynamo-dark-purple\/100:focus{
  border-color: rgb(29 0 52 / 1);
}

.focus\:border-skynamo-dark-purple\/15:focus{
  border-color: rgb(29 0 52 / 0.15);
}

.focus\:border-skynamo-dark-purple\/20:focus{
  border-color: rgb(29 0 52 / 0.2);
}

.focus\:border-skynamo-dark-purple\/25:focus{
  border-color: rgb(29 0 52 / 0.25);
}

.focus\:border-skynamo-dark-purple\/30:focus{
  border-color: rgb(29 0 52 / 0.3);
}

.focus\:border-skynamo-dark-purple\/35:focus{
  border-color: rgb(29 0 52 / 0.35);
}

.focus\:border-skynamo-dark-purple\/40:focus{
  border-color: rgb(29 0 52 / 0.4);
}

.focus\:border-skynamo-dark-purple\/45:focus{
  border-color: rgb(29 0 52 / 0.45);
}

.focus\:border-skynamo-dark-purple\/5:focus{
  border-color: rgb(29 0 52 / 0.05);
}

.focus\:border-skynamo-dark-purple\/50:focus{
  border-color: rgb(29 0 52 / 0.5);
}

.focus\:border-skynamo-dark-purple\/55:focus{
  border-color: rgb(29 0 52 / 0.55);
}

.focus\:border-skynamo-dark-purple\/60:focus{
  border-color: rgb(29 0 52 / 0.6);
}

.focus\:border-skynamo-dark-purple\/65:focus{
  border-color: rgb(29 0 52 / 0.65);
}

.focus\:border-skynamo-dark-purple\/70:focus{
  border-color: rgb(29 0 52 / 0.7);
}

.focus\:border-skynamo-dark-purple\/75:focus{
  border-color: rgb(29 0 52 / 0.75);
}

.focus\:border-skynamo-dark-purple\/80:focus{
  border-color: rgb(29 0 52 / 0.8);
}

.focus\:border-skynamo-dark-purple\/85:focus{
  border-color: rgb(29 0 52 / 0.85);
}

.focus\:border-skynamo-dark-purple\/90:focus{
  border-color: rgb(29 0 52 / 0.9);
}

.focus\:border-skynamo-dark-purple\/95:focus{
  border-color: rgb(29 0 52 / 0.95);
}

.focus\:border-skynamo-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-gray\/0:focus{
  border-color: rgb(189 189 189 / 0);
}

.focus\:border-skynamo-gray\/10:focus{
  border-color: rgb(189 189 189 / 0.1);
}

.focus\:border-skynamo-gray\/100:focus{
  border-color: rgb(189 189 189 / 1);
}

.focus\:border-skynamo-gray\/15:focus{
  border-color: rgb(189 189 189 / 0.15);
}

.focus\:border-skynamo-gray\/20:focus{
  border-color: rgb(189 189 189 / 0.2);
}

.focus\:border-skynamo-gray\/25:focus{
  border-color: rgb(189 189 189 / 0.25);
}

.focus\:border-skynamo-gray\/30:focus{
  border-color: rgb(189 189 189 / 0.3);
}

.focus\:border-skynamo-gray\/35:focus{
  border-color: rgb(189 189 189 / 0.35);
}

.focus\:border-skynamo-gray\/40:focus{
  border-color: rgb(189 189 189 / 0.4);
}

.focus\:border-skynamo-gray\/45:focus{
  border-color: rgb(189 189 189 / 0.45);
}

.focus\:border-skynamo-gray\/5:focus{
  border-color: rgb(189 189 189 / 0.05);
}

.focus\:border-skynamo-gray\/50:focus{
  border-color: rgb(189 189 189 / 0.5);
}

.focus\:border-skynamo-gray\/55:focus{
  border-color: rgb(189 189 189 / 0.55);
}

.focus\:border-skynamo-gray\/60:focus{
  border-color: rgb(189 189 189 / 0.6);
}

.focus\:border-skynamo-gray\/65:focus{
  border-color: rgb(189 189 189 / 0.65);
}

.focus\:border-skynamo-gray\/70:focus{
  border-color: rgb(189 189 189 / 0.7);
}

.focus\:border-skynamo-gray\/75:focus{
  border-color: rgb(189 189 189 / 0.75);
}

.focus\:border-skynamo-gray\/80:focus{
  border-color: rgb(189 189 189 / 0.8);
}

.focus\:border-skynamo-gray\/85:focus{
  border-color: rgb(189 189 189 / 0.85);
}

.focus\:border-skynamo-gray\/90:focus{
  border-color: rgb(189 189 189 / 0.9);
}

.focus\:border-skynamo-gray\/95:focus{
  border-color: rgb(189 189 189 / 0.95);
}

.focus\:border-skynamo-light-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgb(226 225 221 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-light-gray\/0:focus{
  border-color: rgb(226 225 221 / 0);
}

.focus\:border-skynamo-light-gray\/10:focus{
  border-color: rgb(226 225 221 / 0.1);
}

.focus\:border-skynamo-light-gray\/100:focus{
  border-color: rgb(226 225 221 / 1);
}

.focus\:border-skynamo-light-gray\/15:focus{
  border-color: rgb(226 225 221 / 0.15);
}

.focus\:border-skynamo-light-gray\/20:focus{
  border-color: rgb(226 225 221 / 0.2);
}

.focus\:border-skynamo-light-gray\/25:focus{
  border-color: rgb(226 225 221 / 0.25);
}

.focus\:border-skynamo-light-gray\/30:focus{
  border-color: rgb(226 225 221 / 0.3);
}

.focus\:border-skynamo-light-gray\/35:focus{
  border-color: rgb(226 225 221 / 0.35);
}

.focus\:border-skynamo-light-gray\/40:focus{
  border-color: rgb(226 225 221 / 0.4);
}

.focus\:border-skynamo-light-gray\/45:focus{
  border-color: rgb(226 225 221 / 0.45);
}

.focus\:border-skynamo-light-gray\/5:focus{
  border-color: rgb(226 225 221 / 0.05);
}

.focus\:border-skynamo-light-gray\/50:focus{
  border-color: rgb(226 225 221 / 0.5);
}

.focus\:border-skynamo-light-gray\/55:focus{
  border-color: rgb(226 225 221 / 0.55);
}

.focus\:border-skynamo-light-gray\/60:focus{
  border-color: rgb(226 225 221 / 0.6);
}

.focus\:border-skynamo-light-gray\/65:focus{
  border-color: rgb(226 225 221 / 0.65);
}

.focus\:border-skynamo-light-gray\/70:focus{
  border-color: rgb(226 225 221 / 0.7);
}

.focus\:border-skynamo-light-gray\/75:focus{
  border-color: rgb(226 225 221 / 0.75);
}

.focus\:border-skynamo-light-gray\/80:focus{
  border-color: rgb(226 225 221 / 0.8);
}

.focus\:border-skynamo-light-gray\/85:focus{
  border-color: rgb(226 225 221 / 0.85);
}

.focus\:border-skynamo-light-gray\/90:focus{
  border-color: rgb(226 225 221 / 0.9);
}

.focus\:border-skynamo-light-gray\/95:focus{
  border-color: rgb(226 225 221 / 0.95);
}

.focus\:border-skynamo-mint:focus{
  --tw-border-opacity: 1;
  border-color: rgb(3 219 157 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-mint\/0:focus{
  border-color: rgb(3 219 157 / 0);
}

.focus\:border-skynamo-mint\/10:focus{
  border-color: rgb(3 219 157 / 0.1);
}

.focus\:border-skynamo-mint\/100:focus{
  border-color: rgb(3 219 157 / 1);
}

.focus\:border-skynamo-mint\/15:focus{
  border-color: rgb(3 219 157 / 0.15);
}

.focus\:border-skynamo-mint\/20:focus{
  border-color: rgb(3 219 157 / 0.2);
}

.focus\:border-skynamo-mint\/25:focus{
  border-color: rgb(3 219 157 / 0.25);
}

.focus\:border-skynamo-mint\/30:focus{
  border-color: rgb(3 219 157 / 0.3);
}

.focus\:border-skynamo-mint\/35:focus{
  border-color: rgb(3 219 157 / 0.35);
}

.focus\:border-skynamo-mint\/40:focus{
  border-color: rgb(3 219 157 / 0.4);
}

.focus\:border-skynamo-mint\/45:focus{
  border-color: rgb(3 219 157 / 0.45);
}

.focus\:border-skynamo-mint\/5:focus{
  border-color: rgb(3 219 157 / 0.05);
}

.focus\:border-skynamo-mint\/50:focus{
  border-color: rgb(3 219 157 / 0.5);
}

.focus\:border-skynamo-mint\/55:focus{
  border-color: rgb(3 219 157 / 0.55);
}

.focus\:border-skynamo-mint\/60:focus{
  border-color: rgb(3 219 157 / 0.6);
}

.focus\:border-skynamo-mint\/65:focus{
  border-color: rgb(3 219 157 / 0.65);
}

.focus\:border-skynamo-mint\/70:focus{
  border-color: rgb(3 219 157 / 0.7);
}

.focus\:border-skynamo-mint\/75:focus{
  border-color: rgb(3 219 157 / 0.75);
}

.focus\:border-skynamo-mint\/80:focus{
  border-color: rgb(3 219 157 / 0.8);
}

.focus\:border-skynamo-mint\/85:focus{
  border-color: rgb(3 219 157 / 0.85);
}

.focus\:border-skynamo-mint\/90:focus{
  border-color: rgb(3 219 157 / 0.9);
}

.focus\:border-skynamo-mint\/95:focus{
  border-color: rgb(3 219 157 / 0.95);
}

.focus\:border-skynamo-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgb(241 116 32 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-orange\/0:focus{
  border-color: rgb(241 116 32 / 0);
}

.focus\:border-skynamo-orange\/10:focus{
  border-color: rgb(241 116 32 / 0.1);
}

.focus\:border-skynamo-orange\/100:focus{
  border-color: rgb(241 116 32 / 1);
}

.focus\:border-skynamo-orange\/15:focus{
  border-color: rgb(241 116 32 / 0.15);
}

.focus\:border-skynamo-orange\/20:focus{
  border-color: rgb(241 116 32 / 0.2);
}

.focus\:border-skynamo-orange\/25:focus{
  border-color: rgb(241 116 32 / 0.25);
}

.focus\:border-skynamo-orange\/30:focus{
  border-color: rgb(241 116 32 / 0.3);
}

.focus\:border-skynamo-orange\/35:focus{
  border-color: rgb(241 116 32 / 0.35);
}

.focus\:border-skynamo-orange\/40:focus{
  border-color: rgb(241 116 32 / 0.4);
}

.focus\:border-skynamo-orange\/45:focus{
  border-color: rgb(241 116 32 / 0.45);
}

.focus\:border-skynamo-orange\/5:focus{
  border-color: rgb(241 116 32 / 0.05);
}

.focus\:border-skynamo-orange\/50:focus{
  border-color: rgb(241 116 32 / 0.5);
}

.focus\:border-skynamo-orange\/55:focus{
  border-color: rgb(241 116 32 / 0.55);
}

.focus\:border-skynamo-orange\/60:focus{
  border-color: rgb(241 116 32 / 0.6);
}

.focus\:border-skynamo-orange\/65:focus{
  border-color: rgb(241 116 32 / 0.65);
}

.focus\:border-skynamo-orange\/70:focus{
  border-color: rgb(241 116 32 / 0.7);
}

.focus\:border-skynamo-orange\/75:focus{
  border-color: rgb(241 116 32 / 0.75);
}

.focus\:border-skynamo-orange\/80:focus{
  border-color: rgb(241 116 32 / 0.8);
}

.focus\:border-skynamo-orange\/85:focus{
  border-color: rgb(241 116 32 / 0.85);
}

.focus\:border-skynamo-orange\/90:focus{
  border-color: rgb(241 116 32 / 0.9);
}

.focus\:border-skynamo-orange\/95:focus{
  border-color: rgb(241 116 32 / 0.95);
}

.focus\:border-skynamo-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-purple\/0:focus{
  border-color: rgb(61 17 82 / 0);
}

.focus\:border-skynamo-purple\/10:focus{
  border-color: rgb(61 17 82 / 0.1);
}

.focus\:border-skynamo-purple\/100:focus{
  border-color: rgb(61 17 82 / 1);
}

.focus\:border-skynamo-purple\/15:focus{
  border-color: rgb(61 17 82 / 0.15);
}

.focus\:border-skynamo-purple\/20:focus{
  border-color: rgb(61 17 82 / 0.2);
}

.focus\:border-skynamo-purple\/25:focus{
  border-color: rgb(61 17 82 / 0.25);
}

.focus\:border-skynamo-purple\/30:focus{
  border-color: rgb(61 17 82 / 0.3);
}

.focus\:border-skynamo-purple\/35:focus{
  border-color: rgb(61 17 82 / 0.35);
}

.focus\:border-skynamo-purple\/40:focus{
  border-color: rgb(61 17 82 / 0.4);
}

.focus\:border-skynamo-purple\/45:focus{
  border-color: rgb(61 17 82 / 0.45);
}

.focus\:border-skynamo-purple\/5:focus{
  border-color: rgb(61 17 82 / 0.05);
}

.focus\:border-skynamo-purple\/50:focus{
  border-color: rgb(61 17 82 / 0.5);
}

.focus\:border-skynamo-purple\/55:focus{
  border-color: rgb(61 17 82 / 0.55);
}

.focus\:border-skynamo-purple\/60:focus{
  border-color: rgb(61 17 82 / 0.6);
}

.focus\:border-skynamo-purple\/65:focus{
  border-color: rgb(61 17 82 / 0.65);
}

.focus\:border-skynamo-purple\/70:focus{
  border-color: rgb(61 17 82 / 0.7);
}

.focus\:border-skynamo-purple\/75:focus{
  border-color: rgb(61 17 82 / 0.75);
}

.focus\:border-skynamo-purple\/80:focus{
  border-color: rgb(61 17 82 / 0.8);
}

.focus\:border-skynamo-purple\/85:focus{
  border-color: rgb(61 17 82 / 0.85);
}

.focus\:border-skynamo-purple\/90:focus{
  border-color: rgb(61 17 82 / 0.9);
}

.focus\:border-skynamo-purple\/95:focus{
  border-color: rgb(61 17 82 / 0.95);
}

.focus\:border-skynamo-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.focus\:border-skynamo-yellow\/0:focus{
  border-color: rgb(255 186 0 / 0);
}

.focus\:border-skynamo-yellow\/10:focus{
  border-color: rgb(255 186 0 / 0.1);
}

.focus\:border-skynamo-yellow\/100:focus{
  border-color: rgb(255 186 0 / 1);
}

.focus\:border-skynamo-yellow\/15:focus{
  border-color: rgb(255 186 0 / 0.15);
}

.focus\:border-skynamo-yellow\/20:focus{
  border-color: rgb(255 186 0 / 0.2);
}

.focus\:border-skynamo-yellow\/25:focus{
  border-color: rgb(255 186 0 / 0.25);
}

.focus\:border-skynamo-yellow\/30:focus{
  border-color: rgb(255 186 0 / 0.3);
}

.focus\:border-skynamo-yellow\/35:focus{
  border-color: rgb(255 186 0 / 0.35);
}

.focus\:border-skynamo-yellow\/40:focus{
  border-color: rgb(255 186 0 / 0.4);
}

.focus\:border-skynamo-yellow\/45:focus{
  border-color: rgb(255 186 0 / 0.45);
}

.focus\:border-skynamo-yellow\/5:focus{
  border-color: rgb(255 186 0 / 0.05);
}

.focus\:border-skynamo-yellow\/50:focus{
  border-color: rgb(255 186 0 / 0.5);
}

.focus\:border-skynamo-yellow\/55:focus{
  border-color: rgb(255 186 0 / 0.55);
}

.focus\:border-skynamo-yellow\/60:focus{
  border-color: rgb(255 186 0 / 0.6);
}

.focus\:border-skynamo-yellow\/65:focus{
  border-color: rgb(255 186 0 / 0.65);
}

.focus\:border-skynamo-yellow\/70:focus{
  border-color: rgb(255 186 0 / 0.7);
}

.focus\:border-skynamo-yellow\/75:focus{
  border-color: rgb(255 186 0 / 0.75);
}

.focus\:border-skynamo-yellow\/80:focus{
  border-color: rgb(255 186 0 / 0.8);
}

.focus\:border-skynamo-yellow\/85:focus{
  border-color: rgb(255 186 0 / 0.85);
}

.focus\:border-skynamo-yellow\/90:focus{
  border-color: rgb(255 186 0 / 0.9);
}

.focus\:border-skynamo-yellow\/95:focus{
  border-color: rgb(255 186 0 / 0.95);
}

.focus\:border-success-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.focus\:border-success-100\/0:focus{
  border-color: rgb(21 128 61 / 0);
}

.focus\:border-success-100\/10:focus{
  border-color: rgb(21 128 61 / 0.1);
}

.focus\:border-success-100\/100:focus{
  border-color: rgb(21 128 61 / 1);
}

.focus\:border-success-100\/15:focus{
  border-color: rgb(21 128 61 / 0.15);
}

.focus\:border-success-100\/20:focus{
  border-color: rgb(21 128 61 / 0.2);
}

.focus\:border-success-100\/25:focus{
  border-color: rgb(21 128 61 / 0.25);
}

.focus\:border-success-100\/30:focus{
  border-color: rgb(21 128 61 / 0.3);
}

.focus\:border-success-100\/35:focus{
  border-color: rgb(21 128 61 / 0.35);
}

.focus\:border-success-100\/40:focus{
  border-color: rgb(21 128 61 / 0.4);
}

.focus\:border-success-100\/45:focus{
  border-color: rgb(21 128 61 / 0.45);
}

.focus\:border-success-100\/5:focus{
  border-color: rgb(21 128 61 / 0.05);
}

.focus\:border-success-100\/50:focus{
  border-color: rgb(21 128 61 / 0.5);
}

.focus\:border-success-100\/55:focus{
  border-color: rgb(21 128 61 / 0.55);
}

.focus\:border-success-100\/60:focus{
  border-color: rgb(21 128 61 / 0.6);
}

.focus\:border-success-100\/65:focus{
  border-color: rgb(21 128 61 / 0.65);
}

.focus\:border-success-100\/70:focus{
  border-color: rgb(21 128 61 / 0.7);
}

.focus\:border-success-100\/75:focus{
  border-color: rgb(21 128 61 / 0.75);
}

.focus\:border-success-100\/80:focus{
  border-color: rgb(21 128 61 / 0.8);
}

.focus\:border-success-100\/85:focus{
  border-color: rgb(21 128 61 / 0.85);
}

.focus\:border-success-100\/90:focus{
  border-color: rgb(21 128 61 / 0.9);
}

.focus\:border-success-100\/95:focus{
  border-color: rgb(21 128 61 / 0.95);
}

.focus\:border-success-background:focus{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.focus\:border-success-background\/0:focus{
  border-color: rgb(220 252 231 / 0);
}

.focus\:border-success-background\/10:focus{
  border-color: rgb(220 252 231 / 0.1);
}

.focus\:border-success-background\/100:focus{
  border-color: rgb(220 252 231 / 1);
}

.focus\:border-success-background\/15:focus{
  border-color: rgb(220 252 231 / 0.15);
}

.focus\:border-success-background\/20:focus{
  border-color: rgb(220 252 231 / 0.2);
}

.focus\:border-success-background\/25:focus{
  border-color: rgb(220 252 231 / 0.25);
}

.focus\:border-success-background\/30:focus{
  border-color: rgb(220 252 231 / 0.3);
}

.focus\:border-success-background\/35:focus{
  border-color: rgb(220 252 231 / 0.35);
}

.focus\:border-success-background\/40:focus{
  border-color: rgb(220 252 231 / 0.4);
}

.focus\:border-success-background\/45:focus{
  border-color: rgb(220 252 231 / 0.45);
}

.focus\:border-success-background\/5:focus{
  border-color: rgb(220 252 231 / 0.05);
}

.focus\:border-success-background\/50:focus{
  border-color: rgb(220 252 231 / 0.5);
}

.focus\:border-success-background\/55:focus{
  border-color: rgb(220 252 231 / 0.55);
}

.focus\:border-success-background\/60:focus{
  border-color: rgb(220 252 231 / 0.6);
}

.focus\:border-success-background\/65:focus{
  border-color: rgb(220 252 231 / 0.65);
}

.focus\:border-success-background\/70:focus{
  border-color: rgb(220 252 231 / 0.7);
}

.focus\:border-success-background\/75:focus{
  border-color: rgb(220 252 231 / 0.75);
}

.focus\:border-success-background\/80:focus{
  border-color: rgb(220 252 231 / 0.8);
}

.focus\:border-success-background\/85:focus{
  border-color: rgb(220 252 231 / 0.85);
}

.focus\:border-success-background\/90:focus{
  border-color: rgb(220 252 231 / 0.9);
}

.focus\:border-success-background\/95:focus{
  border-color: rgb(220 252 231 / 0.95);
}

.focus\:border-tertiary-10:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 255 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-10\/0:focus{
  border-color: rgb(255 235 255 / 0);
}

.focus\:border-tertiary-10\/10:focus{
  border-color: rgb(255 235 255 / 0.1);
}

.focus\:border-tertiary-10\/100:focus{
  border-color: rgb(255 235 255 / 1);
}

.focus\:border-tertiary-10\/15:focus{
  border-color: rgb(255 235 255 / 0.15);
}

.focus\:border-tertiary-10\/20:focus{
  border-color: rgb(255 235 255 / 0.2);
}

.focus\:border-tertiary-10\/25:focus{
  border-color: rgb(255 235 255 / 0.25);
}

.focus\:border-tertiary-10\/30:focus{
  border-color: rgb(255 235 255 / 0.3);
}

.focus\:border-tertiary-10\/35:focus{
  border-color: rgb(255 235 255 / 0.35);
}

.focus\:border-tertiary-10\/40:focus{
  border-color: rgb(255 235 255 / 0.4);
}

.focus\:border-tertiary-10\/45:focus{
  border-color: rgb(255 235 255 / 0.45);
}

.focus\:border-tertiary-10\/5:focus{
  border-color: rgb(255 235 255 / 0.05);
}

.focus\:border-tertiary-10\/50:focus{
  border-color: rgb(255 235 255 / 0.5);
}

.focus\:border-tertiary-10\/55:focus{
  border-color: rgb(255 235 255 / 0.55);
}

.focus\:border-tertiary-10\/60:focus{
  border-color: rgb(255 235 255 / 0.6);
}

.focus\:border-tertiary-10\/65:focus{
  border-color: rgb(255 235 255 / 0.65);
}

.focus\:border-tertiary-10\/70:focus{
  border-color: rgb(255 235 255 / 0.7);
}

.focus\:border-tertiary-10\/75:focus{
  border-color: rgb(255 235 255 / 0.75);
}

.focus\:border-tertiary-10\/80:focus{
  border-color: rgb(255 235 255 / 0.8);
}

.focus\:border-tertiary-10\/85:focus{
  border-color: rgb(255 235 255 / 0.85);
}

.focus\:border-tertiary-10\/90:focus{
  border-color: rgb(255 235 255 / 0.9);
}

.focus\:border-tertiary-10\/95:focus{
  border-color: rgb(255 235 255 / 0.95);
}

.focus\:border-tertiary-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(28 0 42 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-100\/0:focus{
  border-color: rgb(28 0 42 / 0);
}

.focus\:border-tertiary-100\/10:focus{
  border-color: rgb(28 0 42 / 0.1);
}

.focus\:border-tertiary-100\/100:focus{
  border-color: rgb(28 0 42 / 1);
}

.focus\:border-tertiary-100\/15:focus{
  border-color: rgb(28 0 42 / 0.15);
}

.focus\:border-tertiary-100\/20:focus{
  border-color: rgb(28 0 42 / 0.2);
}

.focus\:border-tertiary-100\/25:focus{
  border-color: rgb(28 0 42 / 0.25);
}

.focus\:border-tertiary-100\/30:focus{
  border-color: rgb(28 0 42 / 0.3);
}

.focus\:border-tertiary-100\/35:focus{
  border-color: rgb(28 0 42 / 0.35);
}

.focus\:border-tertiary-100\/40:focus{
  border-color: rgb(28 0 42 / 0.4);
}

.focus\:border-tertiary-100\/45:focus{
  border-color: rgb(28 0 42 / 0.45);
}

.focus\:border-tertiary-100\/5:focus{
  border-color: rgb(28 0 42 / 0.05);
}

.focus\:border-tertiary-100\/50:focus{
  border-color: rgb(28 0 42 / 0.5);
}

.focus\:border-tertiary-100\/55:focus{
  border-color: rgb(28 0 42 / 0.55);
}

.focus\:border-tertiary-100\/60:focus{
  border-color: rgb(28 0 42 / 0.6);
}

.focus\:border-tertiary-100\/65:focus{
  border-color: rgb(28 0 42 / 0.65);
}

.focus\:border-tertiary-100\/70:focus{
  border-color: rgb(28 0 42 / 0.7);
}

.focus\:border-tertiary-100\/75:focus{
  border-color: rgb(28 0 42 / 0.75);
}

.focus\:border-tertiary-100\/80:focus{
  border-color: rgb(28 0 42 / 0.8);
}

.focus\:border-tertiary-100\/85:focus{
  border-color: rgb(28 0 42 / 0.85);
}

.focus\:border-tertiary-100\/90:focus{
  border-color: rgb(28 0 42 / 0.9);
}

.focus\:border-tertiary-100\/95:focus{
  border-color: rgb(28 0 42 / 0.95);
}

.focus\:border-tertiary-20:focus{
  --tw-border-opacity: 1;
  border-color: rgb(248 216 255 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-20\/0:focus{
  border-color: rgb(248 216 255 / 0);
}

.focus\:border-tertiary-20\/10:focus{
  border-color: rgb(248 216 255 / 0.1);
}

.focus\:border-tertiary-20\/100:focus{
  border-color: rgb(248 216 255 / 1);
}

.focus\:border-tertiary-20\/15:focus{
  border-color: rgb(248 216 255 / 0.15);
}

.focus\:border-tertiary-20\/20:focus{
  border-color: rgb(248 216 255 / 0.2);
}

.focus\:border-tertiary-20\/25:focus{
  border-color: rgb(248 216 255 / 0.25);
}

.focus\:border-tertiary-20\/30:focus{
  border-color: rgb(248 216 255 / 0.3);
}

.focus\:border-tertiary-20\/35:focus{
  border-color: rgb(248 216 255 / 0.35);
}

.focus\:border-tertiary-20\/40:focus{
  border-color: rgb(248 216 255 / 0.4);
}

.focus\:border-tertiary-20\/45:focus{
  border-color: rgb(248 216 255 / 0.45);
}

.focus\:border-tertiary-20\/5:focus{
  border-color: rgb(248 216 255 / 0.05);
}

.focus\:border-tertiary-20\/50:focus{
  border-color: rgb(248 216 255 / 0.5);
}

.focus\:border-tertiary-20\/55:focus{
  border-color: rgb(248 216 255 / 0.55);
}

.focus\:border-tertiary-20\/60:focus{
  border-color: rgb(248 216 255 / 0.6);
}

.focus\:border-tertiary-20\/65:focus{
  border-color: rgb(248 216 255 / 0.65);
}

.focus\:border-tertiary-20\/70:focus{
  border-color: rgb(248 216 255 / 0.7);
}

.focus\:border-tertiary-20\/75:focus{
  border-color: rgb(248 216 255 / 0.75);
}

.focus\:border-tertiary-20\/80:focus{
  border-color: rgb(248 216 255 / 0.8);
}

.focus\:border-tertiary-20\/85:focus{
  border-color: rgb(248 216 255 / 0.85);
}

.focus\:border-tertiary-20\/90:focus{
  border-color: rgb(248 216 255 / 0.9);
}

.focus\:border-tertiary-20\/95:focus{
  border-color: rgb(248 216 255 / 0.95);
}

.focus\:border-tertiary-30:focus{
  --tw-border-opacity: 1;
  border-color: rgb(235 178 255 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-30\/0:focus{
  border-color: rgb(235 178 255 / 0);
}

.focus\:border-tertiary-30\/10:focus{
  border-color: rgb(235 178 255 / 0.1);
}

.focus\:border-tertiary-30\/100:focus{
  border-color: rgb(235 178 255 / 1);
}

.focus\:border-tertiary-30\/15:focus{
  border-color: rgb(235 178 255 / 0.15);
}

.focus\:border-tertiary-30\/20:focus{
  border-color: rgb(235 178 255 / 0.2);
}

.focus\:border-tertiary-30\/25:focus{
  border-color: rgb(235 178 255 / 0.25);
}

.focus\:border-tertiary-30\/30:focus{
  border-color: rgb(235 178 255 / 0.3);
}

.focus\:border-tertiary-30\/35:focus{
  border-color: rgb(235 178 255 / 0.35);
}

.focus\:border-tertiary-30\/40:focus{
  border-color: rgb(235 178 255 / 0.4);
}

.focus\:border-tertiary-30\/45:focus{
  border-color: rgb(235 178 255 / 0.45);
}

.focus\:border-tertiary-30\/5:focus{
  border-color: rgb(235 178 255 / 0.05);
}

.focus\:border-tertiary-30\/50:focus{
  border-color: rgb(235 178 255 / 0.5);
}

.focus\:border-tertiary-30\/55:focus{
  border-color: rgb(235 178 255 / 0.55);
}

.focus\:border-tertiary-30\/60:focus{
  border-color: rgb(235 178 255 / 0.6);
}

.focus\:border-tertiary-30\/65:focus{
  border-color: rgb(235 178 255 / 0.65);
}

.focus\:border-tertiary-30\/70:focus{
  border-color: rgb(235 178 255 / 0.7);
}

.focus\:border-tertiary-30\/75:focus{
  border-color: rgb(235 178 255 / 0.75);
}

.focus\:border-tertiary-30\/80:focus{
  border-color: rgb(235 178 255 / 0.8);
}

.focus\:border-tertiary-30\/85:focus{
  border-color: rgb(235 178 255 / 0.85);
}

.focus\:border-tertiary-30\/90:focus{
  border-color: rgb(235 178 255 / 0.9);
}

.focus\:border-tertiary-30\/95:focus{
  border-color: rgb(235 178 255 / 0.95);
}

.focus\:border-tertiary-40:focus{
  --tw-border-opacity: 1;
  border-color: rgb(208 149 233 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-40\/0:focus{
  border-color: rgb(208 149 233 / 0);
}

.focus\:border-tertiary-40\/10:focus{
  border-color: rgb(208 149 233 / 0.1);
}

.focus\:border-tertiary-40\/100:focus{
  border-color: rgb(208 149 233 / 1);
}

.focus\:border-tertiary-40\/15:focus{
  border-color: rgb(208 149 233 / 0.15);
}

.focus\:border-tertiary-40\/20:focus{
  border-color: rgb(208 149 233 / 0.2);
}

.focus\:border-tertiary-40\/25:focus{
  border-color: rgb(208 149 233 / 0.25);
}

.focus\:border-tertiary-40\/30:focus{
  border-color: rgb(208 149 233 / 0.3);
}

.focus\:border-tertiary-40\/35:focus{
  border-color: rgb(208 149 233 / 0.35);
}

.focus\:border-tertiary-40\/40:focus{
  border-color: rgb(208 149 233 / 0.4);
}

.focus\:border-tertiary-40\/45:focus{
  border-color: rgb(208 149 233 / 0.45);
}

.focus\:border-tertiary-40\/5:focus{
  border-color: rgb(208 149 233 / 0.05);
}

.focus\:border-tertiary-40\/50:focus{
  border-color: rgb(208 149 233 / 0.5);
}

.focus\:border-tertiary-40\/55:focus{
  border-color: rgb(208 149 233 / 0.55);
}

.focus\:border-tertiary-40\/60:focus{
  border-color: rgb(208 149 233 / 0.6);
}

.focus\:border-tertiary-40\/65:focus{
  border-color: rgb(208 149 233 / 0.65);
}

.focus\:border-tertiary-40\/70:focus{
  border-color: rgb(208 149 233 / 0.7);
}

.focus\:border-tertiary-40\/75:focus{
  border-color: rgb(208 149 233 / 0.75);
}

.focus\:border-tertiary-40\/80:focus{
  border-color: rgb(208 149 233 / 0.8);
}

.focus\:border-tertiary-40\/85:focus{
  border-color: rgb(208 149 233 / 0.85);
}

.focus\:border-tertiary-40\/90:focus{
  border-color: rgb(208 149 233 / 0.9);
}

.focus\:border-tertiary-40\/95:focus{
  border-color: rgb(208 149 233 / 0.95);
}

.focus\:border-tertiary-5:focus{
  --tw-border-opacity: 1;
  border-color: rgb(253 246 255 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-5\/0:focus{
  border-color: rgb(253 246 255 / 0);
}

.focus\:border-tertiary-5\/10:focus{
  border-color: rgb(253 246 255 / 0.1);
}

.focus\:border-tertiary-5\/100:focus{
  border-color: rgb(253 246 255 / 1);
}

.focus\:border-tertiary-5\/15:focus{
  border-color: rgb(253 246 255 / 0.15);
}

.focus\:border-tertiary-5\/20:focus{
  border-color: rgb(253 246 255 / 0.2);
}

.focus\:border-tertiary-5\/25:focus{
  border-color: rgb(253 246 255 / 0.25);
}

.focus\:border-tertiary-5\/30:focus{
  border-color: rgb(253 246 255 / 0.3);
}

.focus\:border-tertiary-5\/35:focus{
  border-color: rgb(253 246 255 / 0.35);
}

.focus\:border-tertiary-5\/40:focus{
  border-color: rgb(253 246 255 / 0.4);
}

.focus\:border-tertiary-5\/45:focus{
  border-color: rgb(253 246 255 / 0.45);
}

.focus\:border-tertiary-5\/5:focus{
  border-color: rgb(253 246 255 / 0.05);
}

.focus\:border-tertiary-5\/50:focus{
  border-color: rgb(253 246 255 / 0.5);
}

.focus\:border-tertiary-5\/55:focus{
  border-color: rgb(253 246 255 / 0.55);
}

.focus\:border-tertiary-5\/60:focus{
  border-color: rgb(253 246 255 / 0.6);
}

.focus\:border-tertiary-5\/65:focus{
  border-color: rgb(253 246 255 / 0.65);
}

.focus\:border-tertiary-5\/70:focus{
  border-color: rgb(253 246 255 / 0.7);
}

.focus\:border-tertiary-5\/75:focus{
  border-color: rgb(253 246 255 / 0.75);
}

.focus\:border-tertiary-5\/80:focus{
  border-color: rgb(253 246 255 / 0.8);
}

.focus\:border-tertiary-5\/85:focus{
  border-color: rgb(253 246 255 / 0.85);
}

.focus\:border-tertiary-5\/90:focus{
  border-color: rgb(253 246 255 / 0.9);
}

.focus\:border-tertiary-5\/95:focus{
  border-color: rgb(253 246 255 / 0.95);
}

.focus\:border-tertiary-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(152 97 177 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-50\/0:focus{
  border-color: rgb(152 97 177 / 0);
}

.focus\:border-tertiary-50\/10:focus{
  border-color: rgb(152 97 177 / 0.1);
}

.focus\:border-tertiary-50\/100:focus{
  border-color: rgb(152 97 177 / 1);
}

.focus\:border-tertiary-50\/15:focus{
  border-color: rgb(152 97 177 / 0.15);
}

.focus\:border-tertiary-50\/20:focus{
  border-color: rgb(152 97 177 / 0.2);
}

.focus\:border-tertiary-50\/25:focus{
  border-color: rgb(152 97 177 / 0.25);
}

.focus\:border-tertiary-50\/30:focus{
  border-color: rgb(152 97 177 / 0.3);
}

.focus\:border-tertiary-50\/35:focus{
  border-color: rgb(152 97 177 / 0.35);
}

.focus\:border-tertiary-50\/40:focus{
  border-color: rgb(152 97 177 / 0.4);
}

.focus\:border-tertiary-50\/45:focus{
  border-color: rgb(152 97 177 / 0.45);
}

.focus\:border-tertiary-50\/5:focus{
  border-color: rgb(152 97 177 / 0.05);
}

.focus\:border-tertiary-50\/50:focus{
  border-color: rgb(152 97 177 / 0.5);
}

.focus\:border-tertiary-50\/55:focus{
  border-color: rgb(152 97 177 / 0.55);
}

.focus\:border-tertiary-50\/60:focus{
  border-color: rgb(152 97 177 / 0.6);
}

.focus\:border-tertiary-50\/65:focus{
  border-color: rgb(152 97 177 / 0.65);
}

.focus\:border-tertiary-50\/70:focus{
  border-color: rgb(152 97 177 / 0.7);
}

.focus\:border-tertiary-50\/75:focus{
  border-color: rgb(152 97 177 / 0.75);
}

.focus\:border-tertiary-50\/80:focus{
  border-color: rgb(152 97 177 / 0.8);
}

.focus\:border-tertiary-50\/85:focus{
  border-color: rgb(152 97 177 / 0.85);
}

.focus\:border-tertiary-50\/90:focus{
  border-color: rgb(152 97 177 / 0.9);
}

.focus\:border-tertiary-50\/95:focus{
  border-color: rgb(152 97 177 / 0.95);
}

.focus\:border-tertiary-60:focus{
  --tw-border-opacity: 1;
  border-color: rgb(125 72 150 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-60\/0:focus{
  border-color: rgb(125 72 150 / 0);
}

.focus\:border-tertiary-60\/10:focus{
  border-color: rgb(125 72 150 / 0.1);
}

.focus\:border-tertiary-60\/100:focus{
  border-color: rgb(125 72 150 / 1);
}

.focus\:border-tertiary-60\/15:focus{
  border-color: rgb(125 72 150 / 0.15);
}

.focus\:border-tertiary-60\/20:focus{
  border-color: rgb(125 72 150 / 0.2);
}

.focus\:border-tertiary-60\/25:focus{
  border-color: rgb(125 72 150 / 0.25);
}

.focus\:border-tertiary-60\/30:focus{
  border-color: rgb(125 72 150 / 0.3);
}

.focus\:border-tertiary-60\/35:focus{
  border-color: rgb(125 72 150 / 0.35);
}

.focus\:border-tertiary-60\/40:focus{
  border-color: rgb(125 72 150 / 0.4);
}

.focus\:border-tertiary-60\/45:focus{
  border-color: rgb(125 72 150 / 0.45);
}

.focus\:border-tertiary-60\/5:focus{
  border-color: rgb(125 72 150 / 0.05);
}

.focus\:border-tertiary-60\/50:focus{
  border-color: rgb(125 72 150 / 0.5);
}

.focus\:border-tertiary-60\/55:focus{
  border-color: rgb(125 72 150 / 0.55);
}

.focus\:border-tertiary-60\/60:focus{
  border-color: rgb(125 72 150 / 0.6);
}

.focus\:border-tertiary-60\/65:focus{
  border-color: rgb(125 72 150 / 0.65);
}

.focus\:border-tertiary-60\/70:focus{
  border-color: rgb(125 72 150 / 0.7);
}

.focus\:border-tertiary-60\/75:focus{
  border-color: rgb(125 72 150 / 0.75);
}

.focus\:border-tertiary-60\/80:focus{
  border-color: rgb(125 72 150 / 0.8);
}

.focus\:border-tertiary-60\/85:focus{
  border-color: rgb(125 72 150 / 0.85);
}

.focus\:border-tertiary-60\/90:focus{
  border-color: rgb(125 72 150 / 0.9);
}

.focus\:border-tertiary-60\/95:focus{
  border-color: rgb(125 72 150 / 0.95);
}

.focus\:border-tertiary-70:focus{
  --tw-border-opacity: 1;
  border-color: rgb(106 59 127 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-70\/0:focus{
  border-color: rgb(106 59 127 / 0);
}

.focus\:border-tertiary-70\/10:focus{
  border-color: rgb(106 59 127 / 0.1);
}

.focus\:border-tertiary-70\/100:focus{
  border-color: rgb(106 59 127 / 1);
}

.focus\:border-tertiary-70\/15:focus{
  border-color: rgb(106 59 127 / 0.15);
}

.focus\:border-tertiary-70\/20:focus{
  border-color: rgb(106 59 127 / 0.2);
}

.focus\:border-tertiary-70\/25:focus{
  border-color: rgb(106 59 127 / 0.25);
}

.focus\:border-tertiary-70\/30:focus{
  border-color: rgb(106 59 127 / 0.3);
}

.focus\:border-tertiary-70\/35:focus{
  border-color: rgb(106 59 127 / 0.35);
}

.focus\:border-tertiary-70\/40:focus{
  border-color: rgb(106 59 127 / 0.4);
}

.focus\:border-tertiary-70\/45:focus{
  border-color: rgb(106 59 127 / 0.45);
}

.focus\:border-tertiary-70\/5:focus{
  border-color: rgb(106 59 127 / 0.05);
}

.focus\:border-tertiary-70\/50:focus{
  border-color: rgb(106 59 127 / 0.5);
}

.focus\:border-tertiary-70\/55:focus{
  border-color: rgb(106 59 127 / 0.55);
}

.focus\:border-tertiary-70\/60:focus{
  border-color: rgb(106 59 127 / 0.6);
}

.focus\:border-tertiary-70\/65:focus{
  border-color: rgb(106 59 127 / 0.65);
}

.focus\:border-tertiary-70\/70:focus{
  border-color: rgb(106 59 127 / 0.7);
}

.focus\:border-tertiary-70\/75:focus{
  border-color: rgb(106 59 127 / 0.75);
}

.focus\:border-tertiary-70\/80:focus{
  border-color: rgb(106 59 127 / 0.8);
}

.focus\:border-tertiary-70\/85:focus{
  border-color: rgb(106 59 127 / 0.85);
}

.focus\:border-tertiary-70\/90:focus{
  border-color: rgb(106 59 127 / 0.9);
}

.focus\:border-tertiary-70\/95:focus{
  border-color: rgb(106 59 127 / 0.95);
}

.focus\:border-tertiary-80:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 23 100 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-80\/0:focus{
  border-color: rgb(75 23 100 / 0);
}

.focus\:border-tertiary-80\/10:focus{
  border-color: rgb(75 23 100 / 0.1);
}

.focus\:border-tertiary-80\/100:focus{
  border-color: rgb(75 23 100 / 1);
}

.focus\:border-tertiary-80\/15:focus{
  border-color: rgb(75 23 100 / 0.15);
}

.focus\:border-tertiary-80\/20:focus{
  border-color: rgb(75 23 100 / 0.2);
}

.focus\:border-tertiary-80\/25:focus{
  border-color: rgb(75 23 100 / 0.25);
}

.focus\:border-tertiary-80\/30:focus{
  border-color: rgb(75 23 100 / 0.3);
}

.focus\:border-tertiary-80\/35:focus{
  border-color: rgb(75 23 100 / 0.35);
}

.focus\:border-tertiary-80\/40:focus{
  border-color: rgb(75 23 100 / 0.4);
}

.focus\:border-tertiary-80\/45:focus{
  border-color: rgb(75 23 100 / 0.45);
}

.focus\:border-tertiary-80\/5:focus{
  border-color: rgb(75 23 100 / 0.05);
}

.focus\:border-tertiary-80\/50:focus{
  border-color: rgb(75 23 100 / 0.5);
}

.focus\:border-tertiary-80\/55:focus{
  border-color: rgb(75 23 100 / 0.55);
}

.focus\:border-tertiary-80\/60:focus{
  border-color: rgb(75 23 100 / 0.6);
}

.focus\:border-tertiary-80\/65:focus{
  border-color: rgb(75 23 100 / 0.65);
}

.focus\:border-tertiary-80\/70:focus{
  border-color: rgb(75 23 100 / 0.7);
}

.focus\:border-tertiary-80\/75:focus{
  border-color: rgb(75 23 100 / 0.75);
}

.focus\:border-tertiary-80\/80:focus{
  border-color: rgb(75 23 100 / 0.8);
}

.focus\:border-tertiary-80\/85:focus{
  border-color: rgb(75 23 100 / 0.85);
}

.focus\:border-tertiary-80\/90:focus{
  border-color: rgb(75 23 100 / 0.9);
}

.focus\:border-tertiary-80\/95:focus{
  border-color: rgb(75 23 100 / 0.95);
}

.focus\:border-tertiary-90:focus{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.focus\:border-tertiary-90\/0:focus{
  border-color: rgb(61 17 82 / 0);
}

.focus\:border-tertiary-90\/10:focus{
  border-color: rgb(61 17 82 / 0.1);
}

.focus\:border-tertiary-90\/100:focus{
  border-color: rgb(61 17 82 / 1);
}

.focus\:border-tertiary-90\/15:focus{
  border-color: rgb(61 17 82 / 0.15);
}

.focus\:border-tertiary-90\/20:focus{
  border-color: rgb(61 17 82 / 0.2);
}

.focus\:border-tertiary-90\/25:focus{
  border-color: rgb(61 17 82 / 0.25);
}

.focus\:border-tertiary-90\/30:focus{
  border-color: rgb(61 17 82 / 0.3);
}

.focus\:border-tertiary-90\/35:focus{
  border-color: rgb(61 17 82 / 0.35);
}

.focus\:border-tertiary-90\/40:focus{
  border-color: rgb(61 17 82 / 0.4);
}

.focus\:border-tertiary-90\/45:focus{
  border-color: rgb(61 17 82 / 0.45);
}

.focus\:border-tertiary-90\/5:focus{
  border-color: rgb(61 17 82 / 0.05);
}

.focus\:border-tertiary-90\/50:focus{
  border-color: rgb(61 17 82 / 0.5);
}

.focus\:border-tertiary-90\/55:focus{
  border-color: rgb(61 17 82 / 0.55);
}

.focus\:border-tertiary-90\/60:focus{
  border-color: rgb(61 17 82 / 0.6);
}

.focus\:border-tertiary-90\/65:focus{
  border-color: rgb(61 17 82 / 0.65);
}

.focus\:border-tertiary-90\/70:focus{
  border-color: rgb(61 17 82 / 0.7);
}

.focus\:border-tertiary-90\/75:focus{
  border-color: rgb(61 17 82 / 0.75);
}

.focus\:border-tertiary-90\/80:focus{
  border-color: rgb(61 17 82 / 0.8);
}

.focus\:border-tertiary-90\/85:focus{
  border-color: rgb(61 17 82 / 0.85);
}

.focus\:border-tertiary-90\/90:focus{
  border-color: rgb(61 17 82 / 0.9);
}

.focus\:border-tertiary-90\/95:focus{
  border-color: rgb(61 17 82 / 0.95);
}

.focus\:border-warning-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 102 0 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-100\/0:focus{
  border-color: rgb(245 102 0 / 0);
}

.focus\:border-warning-100\/10:focus{
  border-color: rgb(245 102 0 / 0.1);
}

.focus\:border-warning-100\/100:focus{
  border-color: rgb(245 102 0 / 1);
}

.focus\:border-warning-100\/15:focus{
  border-color: rgb(245 102 0 / 0.15);
}

.focus\:border-warning-100\/20:focus{
  border-color: rgb(245 102 0 / 0.2);
}

.focus\:border-warning-100\/25:focus{
  border-color: rgb(245 102 0 / 0.25);
}

.focus\:border-warning-100\/30:focus{
  border-color: rgb(245 102 0 / 0.3);
}

.focus\:border-warning-100\/35:focus{
  border-color: rgb(245 102 0 / 0.35);
}

.focus\:border-warning-100\/40:focus{
  border-color: rgb(245 102 0 / 0.4);
}

.focus\:border-warning-100\/45:focus{
  border-color: rgb(245 102 0 / 0.45);
}

.focus\:border-warning-100\/5:focus{
  border-color: rgb(245 102 0 / 0.05);
}

.focus\:border-warning-100\/50:focus{
  border-color: rgb(245 102 0 / 0.5);
}

.focus\:border-warning-100\/55:focus{
  border-color: rgb(245 102 0 / 0.55);
}

.focus\:border-warning-100\/60:focus{
  border-color: rgb(245 102 0 / 0.6);
}

.focus\:border-warning-100\/65:focus{
  border-color: rgb(245 102 0 / 0.65);
}

.focus\:border-warning-100\/70:focus{
  border-color: rgb(245 102 0 / 0.7);
}

.focus\:border-warning-100\/75:focus{
  border-color: rgb(245 102 0 / 0.75);
}

.focus\:border-warning-100\/80:focus{
  border-color: rgb(245 102 0 / 0.8);
}

.focus\:border-warning-100\/85:focus{
  border-color: rgb(245 102 0 / 0.85);
}

.focus\:border-warning-100\/90:focus{
  border-color: rgb(245 102 0 / 0.9);
}

.focus\:border-warning-100\/95:focus{
  border-color: rgb(245 102 0 / 0.95);
}

.focus\:border-warning-background:focus{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 204 / var(--tw-border-opacity, 1));
}

.focus\:border-warning-background\/0:focus{
  border-color: rgb(253 224 204 / 0);
}

.focus\:border-warning-background\/10:focus{
  border-color: rgb(253 224 204 / 0.1);
}

.focus\:border-warning-background\/100:focus{
  border-color: rgb(253 224 204 / 1);
}

.focus\:border-warning-background\/15:focus{
  border-color: rgb(253 224 204 / 0.15);
}

.focus\:border-warning-background\/20:focus{
  border-color: rgb(253 224 204 / 0.2);
}

.focus\:border-warning-background\/25:focus{
  border-color: rgb(253 224 204 / 0.25);
}

.focus\:border-warning-background\/30:focus{
  border-color: rgb(253 224 204 / 0.3);
}

.focus\:border-warning-background\/35:focus{
  border-color: rgb(253 224 204 / 0.35);
}

.focus\:border-warning-background\/40:focus{
  border-color: rgb(253 224 204 / 0.4);
}

.focus\:border-warning-background\/45:focus{
  border-color: rgb(253 224 204 / 0.45);
}

.focus\:border-warning-background\/5:focus{
  border-color: rgb(253 224 204 / 0.05);
}

.focus\:border-warning-background\/50:focus{
  border-color: rgb(253 224 204 / 0.5);
}

.focus\:border-warning-background\/55:focus{
  border-color: rgb(253 224 204 / 0.55);
}

.focus\:border-warning-background\/60:focus{
  border-color: rgb(253 224 204 / 0.6);
}

.focus\:border-warning-background\/65:focus{
  border-color: rgb(253 224 204 / 0.65);
}

.focus\:border-warning-background\/70:focus{
  border-color: rgb(253 224 204 / 0.7);
}

.focus\:border-warning-background\/75:focus{
  border-color: rgb(253 224 204 / 0.75);
}

.focus\:border-warning-background\/80:focus{
  border-color: rgb(253 224 204 / 0.8);
}

.focus\:border-warning-background\/85:focus{
  border-color: rgb(253 224 204 / 0.85);
}

.focus\:border-warning-background\/90:focus{
  border-color: rgb(253 224 204 / 0.9);
}

.focus\:border-warning-background\/95:focus{
  border-color: rgb(253 224 204 / 0.95);
}

.focus\:bg-charts-1:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 107 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-1\/0:focus{
  background-color: rgb(0 57 107 / 0);
}

.focus\:bg-charts-1\/10:focus{
  background-color: rgb(0 57 107 / 0.1);
}

.focus\:bg-charts-1\/100:focus{
  background-color: rgb(0 57 107 / 1);
}

.focus\:bg-charts-1\/15:focus{
  background-color: rgb(0 57 107 / 0.15);
}

.focus\:bg-charts-1\/20:focus{
  background-color: rgb(0 57 107 / 0.2);
}

.focus\:bg-charts-1\/25:focus{
  background-color: rgb(0 57 107 / 0.25);
}

.focus\:bg-charts-1\/30:focus{
  background-color: rgb(0 57 107 / 0.3);
}

.focus\:bg-charts-1\/35:focus{
  background-color: rgb(0 57 107 / 0.35);
}

.focus\:bg-charts-1\/40:focus{
  background-color: rgb(0 57 107 / 0.4);
}

.focus\:bg-charts-1\/45:focus{
  background-color: rgb(0 57 107 / 0.45);
}

.focus\:bg-charts-1\/5:focus{
  background-color: rgb(0 57 107 / 0.05);
}

.focus\:bg-charts-1\/50:focus{
  background-color: rgb(0 57 107 / 0.5);
}

.focus\:bg-charts-1\/55:focus{
  background-color: rgb(0 57 107 / 0.55);
}

.focus\:bg-charts-1\/60:focus{
  background-color: rgb(0 57 107 / 0.6);
}

.focus\:bg-charts-1\/65:focus{
  background-color: rgb(0 57 107 / 0.65);
}

.focus\:bg-charts-1\/70:focus{
  background-color: rgb(0 57 107 / 0.7);
}

.focus\:bg-charts-1\/75:focus{
  background-color: rgb(0 57 107 / 0.75);
}

.focus\:bg-charts-1\/80:focus{
  background-color: rgb(0 57 107 / 0.8);
}

.focus\:bg-charts-1\/85:focus{
  background-color: rgb(0 57 107 / 0.85);
}

.focus\:bg-charts-1\/90:focus{
  background-color: rgb(0 57 107 / 0.9);
}

.focus\:bg-charts-1\/95:focus{
  background-color: rgb(0 57 107 / 0.95);
}

.focus\:bg-charts-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(250 77 86 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-10\/0:focus{
  background-color: rgb(250 77 86 / 0);
}

.focus\:bg-charts-10\/10:focus{
  background-color: rgb(250 77 86 / 0.1);
}

.focus\:bg-charts-10\/100:focus{
  background-color: rgb(250 77 86 / 1);
}

.focus\:bg-charts-10\/15:focus{
  background-color: rgb(250 77 86 / 0.15);
}

.focus\:bg-charts-10\/20:focus{
  background-color: rgb(250 77 86 / 0.2);
}

.focus\:bg-charts-10\/25:focus{
  background-color: rgb(250 77 86 / 0.25);
}

.focus\:bg-charts-10\/30:focus{
  background-color: rgb(250 77 86 / 0.3);
}

.focus\:bg-charts-10\/35:focus{
  background-color: rgb(250 77 86 / 0.35);
}

.focus\:bg-charts-10\/40:focus{
  background-color: rgb(250 77 86 / 0.4);
}

.focus\:bg-charts-10\/45:focus{
  background-color: rgb(250 77 86 / 0.45);
}

.focus\:bg-charts-10\/5:focus{
  background-color: rgb(250 77 86 / 0.05);
}

.focus\:bg-charts-10\/50:focus{
  background-color: rgb(250 77 86 / 0.5);
}

.focus\:bg-charts-10\/55:focus{
  background-color: rgb(250 77 86 / 0.55);
}

.focus\:bg-charts-10\/60:focus{
  background-color: rgb(250 77 86 / 0.6);
}

.focus\:bg-charts-10\/65:focus{
  background-color: rgb(250 77 86 / 0.65);
}

.focus\:bg-charts-10\/70:focus{
  background-color: rgb(250 77 86 / 0.7);
}

.focus\:bg-charts-10\/75:focus{
  background-color: rgb(250 77 86 / 0.75);
}

.focus\:bg-charts-10\/80:focus{
  background-color: rgb(250 77 86 / 0.8);
}

.focus\:bg-charts-10\/85:focus{
  background-color: rgb(250 77 86 / 0.85);
}

.focus\:bg-charts-10\/90:focus{
  background-color: rgb(250 77 86 / 0.9);
}

.focus\:bg-charts-10\/95:focus{
  background-color: rgb(250 77 86 / 0.95);
}

.focus\:bg-charts-11:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(165 110 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-11\/0:focus{
  background-color: rgb(165 110 255 / 0);
}

.focus\:bg-charts-11\/10:focus{
  background-color: rgb(165 110 255 / 0.1);
}

.focus\:bg-charts-11\/100:focus{
  background-color: rgb(165 110 255 / 1);
}

.focus\:bg-charts-11\/15:focus{
  background-color: rgb(165 110 255 / 0.15);
}

.focus\:bg-charts-11\/20:focus{
  background-color: rgb(165 110 255 / 0.2);
}

.focus\:bg-charts-11\/25:focus{
  background-color: rgb(165 110 255 / 0.25);
}

.focus\:bg-charts-11\/30:focus{
  background-color: rgb(165 110 255 / 0.3);
}

.focus\:bg-charts-11\/35:focus{
  background-color: rgb(165 110 255 / 0.35);
}

.focus\:bg-charts-11\/40:focus{
  background-color: rgb(165 110 255 / 0.4);
}

.focus\:bg-charts-11\/45:focus{
  background-color: rgb(165 110 255 / 0.45);
}

.focus\:bg-charts-11\/5:focus{
  background-color: rgb(165 110 255 / 0.05);
}

.focus\:bg-charts-11\/50:focus{
  background-color: rgb(165 110 255 / 0.5);
}

.focus\:bg-charts-11\/55:focus{
  background-color: rgb(165 110 255 / 0.55);
}

.focus\:bg-charts-11\/60:focus{
  background-color: rgb(165 110 255 / 0.6);
}

.focus\:bg-charts-11\/65:focus{
  background-color: rgb(165 110 255 / 0.65);
}

.focus\:bg-charts-11\/70:focus{
  background-color: rgb(165 110 255 / 0.7);
}

.focus\:bg-charts-11\/75:focus{
  background-color: rgb(165 110 255 / 0.75);
}

.focus\:bg-charts-11\/80:focus{
  background-color: rgb(165 110 255 / 0.8);
}

.focus\:bg-charts-11\/85:focus{
  background-color: rgb(165 110 255 / 0.85);
}

.focus\:bg-charts-11\/90:focus{
  background-color: rgb(165 110 255 / 0.9);
}

.focus\:bg-charts-11\/95:focus{
  background-color: rgb(165 110 255 / 0.95);
}

.focus\:bg-charts-12:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 93 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-12\/0:focus{
  background-color: rgb(0 93 93 / 0);
}

.focus\:bg-charts-12\/10:focus{
  background-color: rgb(0 93 93 / 0.1);
}

.focus\:bg-charts-12\/100:focus{
  background-color: rgb(0 93 93 / 1);
}

.focus\:bg-charts-12\/15:focus{
  background-color: rgb(0 93 93 / 0.15);
}

.focus\:bg-charts-12\/20:focus{
  background-color: rgb(0 93 93 / 0.2);
}

.focus\:bg-charts-12\/25:focus{
  background-color: rgb(0 93 93 / 0.25);
}

.focus\:bg-charts-12\/30:focus{
  background-color: rgb(0 93 93 / 0.3);
}

.focus\:bg-charts-12\/35:focus{
  background-color: rgb(0 93 93 / 0.35);
}

.focus\:bg-charts-12\/40:focus{
  background-color: rgb(0 93 93 / 0.4);
}

.focus\:bg-charts-12\/45:focus{
  background-color: rgb(0 93 93 / 0.45);
}

.focus\:bg-charts-12\/5:focus{
  background-color: rgb(0 93 93 / 0.05);
}

.focus\:bg-charts-12\/50:focus{
  background-color: rgb(0 93 93 / 0.5);
}

.focus\:bg-charts-12\/55:focus{
  background-color: rgb(0 93 93 / 0.55);
}

.focus\:bg-charts-12\/60:focus{
  background-color: rgb(0 93 93 / 0.6);
}

.focus\:bg-charts-12\/65:focus{
  background-color: rgb(0 93 93 / 0.65);
}

.focus\:bg-charts-12\/70:focus{
  background-color: rgb(0 93 93 / 0.7);
}

.focus\:bg-charts-12\/75:focus{
  background-color: rgb(0 93 93 / 0.75);
}

.focus\:bg-charts-12\/80:focus{
  background-color: rgb(0 93 93 / 0.8);
}

.focus\:bg-charts-12\/85:focus{
  background-color: rgb(0 93 93 / 0.85);
}

.focus\:bg-charts-12\/90:focus{
  background-color: rgb(0 93 93 / 0.9);
}

.focus\:bg-charts-12\/95:focus{
  background-color: rgb(0 93 93 / 0.95);
}

.focus\:bg-charts-13:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(94 165 49 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-13\/0:focus{
  background-color: rgb(94 165 49 / 0);
}

.focus\:bg-charts-13\/10:focus{
  background-color: rgb(94 165 49 / 0.1);
}

.focus\:bg-charts-13\/100:focus{
  background-color: rgb(94 165 49 / 1);
}

.focus\:bg-charts-13\/15:focus{
  background-color: rgb(94 165 49 / 0.15);
}

.focus\:bg-charts-13\/20:focus{
  background-color: rgb(94 165 49 / 0.2);
}

.focus\:bg-charts-13\/25:focus{
  background-color: rgb(94 165 49 / 0.25);
}

.focus\:bg-charts-13\/30:focus{
  background-color: rgb(94 165 49 / 0.3);
}

.focus\:bg-charts-13\/35:focus{
  background-color: rgb(94 165 49 / 0.35);
}

.focus\:bg-charts-13\/40:focus{
  background-color: rgb(94 165 49 / 0.4);
}

.focus\:bg-charts-13\/45:focus{
  background-color: rgb(94 165 49 / 0.45);
}

.focus\:bg-charts-13\/5:focus{
  background-color: rgb(94 165 49 / 0.05);
}

.focus\:bg-charts-13\/50:focus{
  background-color: rgb(94 165 49 / 0.5);
}

.focus\:bg-charts-13\/55:focus{
  background-color: rgb(94 165 49 / 0.55);
}

.focus\:bg-charts-13\/60:focus{
  background-color: rgb(94 165 49 / 0.6);
}

.focus\:bg-charts-13\/65:focus{
  background-color: rgb(94 165 49 / 0.65);
}

.focus\:bg-charts-13\/70:focus{
  background-color: rgb(94 165 49 / 0.7);
}

.focus\:bg-charts-13\/75:focus{
  background-color: rgb(94 165 49 / 0.75);
}

.focus\:bg-charts-13\/80:focus{
  background-color: rgb(94 165 49 / 0.8);
}

.focus\:bg-charts-13\/85:focus{
  background-color: rgb(94 165 49 / 0.85);
}

.focus\:bg-charts-13\/90:focus{
  background-color: rgb(94 165 49 / 0.9);
}

.focus\:bg-charts-13\/95:focus{
  background-color: rgb(94 165 49 / 0.95);
}

.focus\:bg-charts-2:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(38 124 215 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-2\/0:focus{
  background-color: rgb(38 124 215 / 0);
}

.focus\:bg-charts-2\/10:focus{
  background-color: rgb(38 124 215 / 0.1);
}

.focus\:bg-charts-2\/100:focus{
  background-color: rgb(38 124 215 / 1);
}

.focus\:bg-charts-2\/15:focus{
  background-color: rgb(38 124 215 / 0.15);
}

.focus\:bg-charts-2\/20:focus{
  background-color: rgb(38 124 215 / 0.2);
}

.focus\:bg-charts-2\/25:focus{
  background-color: rgb(38 124 215 / 0.25);
}

.focus\:bg-charts-2\/30:focus{
  background-color: rgb(38 124 215 / 0.3);
}

.focus\:bg-charts-2\/35:focus{
  background-color: rgb(38 124 215 / 0.35);
}

.focus\:bg-charts-2\/40:focus{
  background-color: rgb(38 124 215 / 0.4);
}

.focus\:bg-charts-2\/45:focus{
  background-color: rgb(38 124 215 / 0.45);
}

.focus\:bg-charts-2\/5:focus{
  background-color: rgb(38 124 215 / 0.05);
}

.focus\:bg-charts-2\/50:focus{
  background-color: rgb(38 124 215 / 0.5);
}

.focus\:bg-charts-2\/55:focus{
  background-color: rgb(38 124 215 / 0.55);
}

.focus\:bg-charts-2\/60:focus{
  background-color: rgb(38 124 215 / 0.6);
}

.focus\:bg-charts-2\/65:focus{
  background-color: rgb(38 124 215 / 0.65);
}

.focus\:bg-charts-2\/70:focus{
  background-color: rgb(38 124 215 / 0.7);
}

.focus\:bg-charts-2\/75:focus{
  background-color: rgb(38 124 215 / 0.75);
}

.focus\:bg-charts-2\/80:focus{
  background-color: rgb(38 124 215 / 0.8);
}

.focus\:bg-charts-2\/85:focus{
  background-color: rgb(38 124 215 / 0.85);
}

.focus\:bg-charts-2\/90:focus{
  background-color: rgb(38 124 215 / 0.9);
}

.focus\:bg-charts-2\/95:focus{
  background-color: rgb(38 124 215 / 0.95);
}

.focus\:bg-charts-3:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-3\/0:focus{
  background-color: rgb(127 50 190 / 0);
}

.focus\:bg-charts-3\/10:focus{
  background-color: rgb(127 50 190 / 0.1);
}

.focus\:bg-charts-3\/100:focus{
  background-color: rgb(127 50 190 / 1);
}

.focus\:bg-charts-3\/15:focus{
  background-color: rgb(127 50 190 / 0.15);
}

.focus\:bg-charts-3\/20:focus{
  background-color: rgb(127 50 190 / 0.2);
}

.focus\:bg-charts-3\/25:focus{
  background-color: rgb(127 50 190 / 0.25);
}

.focus\:bg-charts-3\/30:focus{
  background-color: rgb(127 50 190 / 0.3);
}

.focus\:bg-charts-3\/35:focus{
  background-color: rgb(127 50 190 / 0.35);
}

.focus\:bg-charts-3\/40:focus{
  background-color: rgb(127 50 190 / 0.4);
}

.focus\:bg-charts-3\/45:focus{
  background-color: rgb(127 50 190 / 0.45);
}

.focus\:bg-charts-3\/5:focus{
  background-color: rgb(127 50 190 / 0.05);
}

.focus\:bg-charts-3\/50:focus{
  background-color: rgb(127 50 190 / 0.5);
}

.focus\:bg-charts-3\/55:focus{
  background-color: rgb(127 50 190 / 0.55);
}

.focus\:bg-charts-3\/60:focus{
  background-color: rgb(127 50 190 / 0.6);
}

.focus\:bg-charts-3\/65:focus{
  background-color: rgb(127 50 190 / 0.65);
}

.focus\:bg-charts-3\/70:focus{
  background-color: rgb(127 50 190 / 0.7);
}

.focus\:bg-charts-3\/75:focus{
  background-color: rgb(127 50 190 / 0.75);
}

.focus\:bg-charts-3\/80:focus{
  background-color: rgb(127 50 190 / 0.8);
}

.focus\:bg-charts-3\/85:focus{
  background-color: rgb(127 50 190 / 0.85);
}

.focus\:bg-charts-3\/90:focus{
  background-color: rgb(127 50 190 / 0.9);
}

.focus\:bg-charts-3\/95:focus{
  background-color: rgb(127 50 190 / 0.95);
}

.focus\:bg-charts-4:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 154 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-4\/0:focus{
  background-color: rgb(0 157 154 / 0);
}

.focus\:bg-charts-4\/10:focus{
  background-color: rgb(0 157 154 / 0.1);
}

.focus\:bg-charts-4\/100:focus{
  background-color: rgb(0 157 154 / 1);
}

.focus\:bg-charts-4\/15:focus{
  background-color: rgb(0 157 154 / 0.15);
}

.focus\:bg-charts-4\/20:focus{
  background-color: rgb(0 157 154 / 0.2);
}

.focus\:bg-charts-4\/25:focus{
  background-color: rgb(0 157 154 / 0.25);
}

.focus\:bg-charts-4\/30:focus{
  background-color: rgb(0 157 154 / 0.3);
}

.focus\:bg-charts-4\/35:focus{
  background-color: rgb(0 157 154 / 0.35);
}

.focus\:bg-charts-4\/40:focus{
  background-color: rgb(0 157 154 / 0.4);
}

.focus\:bg-charts-4\/45:focus{
  background-color: rgb(0 157 154 / 0.45);
}

.focus\:bg-charts-4\/5:focus{
  background-color: rgb(0 157 154 / 0.05);
}

.focus\:bg-charts-4\/50:focus{
  background-color: rgb(0 157 154 / 0.5);
}

.focus\:bg-charts-4\/55:focus{
  background-color: rgb(0 157 154 / 0.55);
}

.focus\:bg-charts-4\/60:focus{
  background-color: rgb(0 157 154 / 0.6);
}

.focus\:bg-charts-4\/65:focus{
  background-color: rgb(0 157 154 / 0.65);
}

.focus\:bg-charts-4\/70:focus{
  background-color: rgb(0 157 154 / 0.7);
}

.focus\:bg-charts-4\/75:focus{
  background-color: rgb(0 157 154 / 0.75);
}

.focus\:bg-charts-4\/80:focus{
  background-color: rgb(0 157 154 / 0.8);
}

.focus\:bg-charts-4\/85:focus{
  background-color: rgb(0 157 154 / 0.85);
}

.focus\:bg-charts-4\/90:focus{
  background-color: rgb(0 157 154 / 0.9);
}

.focus\:bg-charts-4\/95:focus{
  background-color: rgb(0 157 154 / 0.95);
}

.focus\:bg-charts-5:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(240 111 25 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-5\/0:focus{
  background-color: rgb(240 111 25 / 0);
}

.focus\:bg-charts-5\/10:focus{
  background-color: rgb(240 111 25 / 0.1);
}

.focus\:bg-charts-5\/100:focus{
  background-color: rgb(240 111 25 / 1);
}

.focus\:bg-charts-5\/15:focus{
  background-color: rgb(240 111 25 / 0.15);
}

.focus\:bg-charts-5\/20:focus{
  background-color: rgb(240 111 25 / 0.2);
}

.focus\:bg-charts-5\/25:focus{
  background-color: rgb(240 111 25 / 0.25);
}

.focus\:bg-charts-5\/30:focus{
  background-color: rgb(240 111 25 / 0.3);
}

.focus\:bg-charts-5\/35:focus{
  background-color: rgb(240 111 25 / 0.35);
}

.focus\:bg-charts-5\/40:focus{
  background-color: rgb(240 111 25 / 0.4);
}

.focus\:bg-charts-5\/45:focus{
  background-color: rgb(240 111 25 / 0.45);
}

.focus\:bg-charts-5\/5:focus{
  background-color: rgb(240 111 25 / 0.05);
}

.focus\:bg-charts-5\/50:focus{
  background-color: rgb(240 111 25 / 0.5);
}

.focus\:bg-charts-5\/55:focus{
  background-color: rgb(240 111 25 / 0.55);
}

.focus\:bg-charts-5\/60:focus{
  background-color: rgb(240 111 25 / 0.6);
}

.focus\:bg-charts-5\/65:focus{
  background-color: rgb(240 111 25 / 0.65);
}

.focus\:bg-charts-5\/70:focus{
  background-color: rgb(240 111 25 / 0.7);
}

.focus\:bg-charts-5\/75:focus{
  background-color: rgb(240 111 25 / 0.75);
}

.focus\:bg-charts-5\/80:focus{
  background-color: rgb(240 111 25 / 0.8);
}

.focus\:bg-charts-5\/85:focus{
  background-color: rgb(240 111 25 / 0.85);
}

.focus\:bg-charts-5\/90:focus{
  background-color: rgb(240 111 25 / 0.9);
}

.focus\:bg-charts-5\/95:focus{
  background-color: rgb(240 111 25 / 0.95);
}

.focus\:bg-charts-6:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 83 139 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-6\/0:focus{
  background-color: rgb(238 83 139 / 0);
}

.focus\:bg-charts-6\/10:focus{
  background-color: rgb(238 83 139 / 0.1);
}

.focus\:bg-charts-6\/100:focus{
  background-color: rgb(238 83 139 / 1);
}

.focus\:bg-charts-6\/15:focus{
  background-color: rgb(238 83 139 / 0.15);
}

.focus\:bg-charts-6\/20:focus{
  background-color: rgb(238 83 139 / 0.2);
}

.focus\:bg-charts-6\/25:focus{
  background-color: rgb(238 83 139 / 0.25);
}

.focus\:bg-charts-6\/30:focus{
  background-color: rgb(238 83 139 / 0.3);
}

.focus\:bg-charts-6\/35:focus{
  background-color: rgb(238 83 139 / 0.35);
}

.focus\:bg-charts-6\/40:focus{
  background-color: rgb(238 83 139 / 0.4);
}

.focus\:bg-charts-6\/45:focus{
  background-color: rgb(238 83 139 / 0.45);
}

.focus\:bg-charts-6\/5:focus{
  background-color: rgb(238 83 139 / 0.05);
}

.focus\:bg-charts-6\/50:focus{
  background-color: rgb(238 83 139 / 0.5);
}

.focus\:bg-charts-6\/55:focus{
  background-color: rgb(238 83 139 / 0.55);
}

.focus\:bg-charts-6\/60:focus{
  background-color: rgb(238 83 139 / 0.6);
}

.focus\:bg-charts-6\/65:focus{
  background-color: rgb(238 83 139 / 0.65);
}

.focus\:bg-charts-6\/70:focus{
  background-color: rgb(238 83 139 / 0.7);
}

.focus\:bg-charts-6\/75:focus{
  background-color: rgb(238 83 139 / 0.75);
}

.focus\:bg-charts-6\/80:focus{
  background-color: rgb(238 83 139 / 0.8);
}

.focus\:bg-charts-6\/85:focus{
  background-color: rgb(238 83 139 / 0.85);
}

.focus\:bg-charts-6\/90:focus{
  background-color: rgb(238 83 139 / 0.9);
}

.focus\:bg-charts-6\/95:focus{
  background-color: rgb(238 83 139 / 0.95);
}

.focus\:bg-charts-7:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(13 126 160 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-7\/0:focus{
  background-color: rgb(13 126 160 / 0);
}

.focus\:bg-charts-7\/10:focus{
  background-color: rgb(13 126 160 / 0.1);
}

.focus\:bg-charts-7\/100:focus{
  background-color: rgb(13 126 160 / 1);
}

.focus\:bg-charts-7\/15:focus{
  background-color: rgb(13 126 160 / 0.15);
}

.focus\:bg-charts-7\/20:focus{
  background-color: rgb(13 126 160 / 0.2);
}

.focus\:bg-charts-7\/25:focus{
  background-color: rgb(13 126 160 / 0.25);
}

.focus\:bg-charts-7\/30:focus{
  background-color: rgb(13 126 160 / 0.3);
}

.focus\:bg-charts-7\/35:focus{
  background-color: rgb(13 126 160 / 0.35);
}

.focus\:bg-charts-7\/40:focus{
  background-color: rgb(13 126 160 / 0.4);
}

.focus\:bg-charts-7\/45:focus{
  background-color: rgb(13 126 160 / 0.45);
}

.focus\:bg-charts-7\/5:focus{
  background-color: rgb(13 126 160 / 0.05);
}

.focus\:bg-charts-7\/50:focus{
  background-color: rgb(13 126 160 / 0.5);
}

.focus\:bg-charts-7\/55:focus{
  background-color: rgb(13 126 160 / 0.55);
}

.focus\:bg-charts-7\/60:focus{
  background-color: rgb(13 126 160 / 0.6);
}

.focus\:bg-charts-7\/65:focus{
  background-color: rgb(13 126 160 / 0.65);
}

.focus\:bg-charts-7\/70:focus{
  background-color: rgb(13 126 160 / 0.7);
}

.focus\:bg-charts-7\/75:focus{
  background-color: rgb(13 126 160 / 0.75);
}

.focus\:bg-charts-7\/80:focus{
  background-color: rgb(13 126 160 / 0.8);
}

.focus\:bg-charts-7\/85:focus{
  background-color: rgb(13 126 160 / 0.85);
}

.focus\:bg-charts-7\/90:focus{
  background-color: rgb(13 126 160 / 0.9);
}

.focus\:bg-charts-7\/95:focus{
  background-color: rgb(13 126 160 / 0.95);
}

.focus\:bg-charts-8:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(159 24 83 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-8\/0:focus{
  background-color: rgb(159 24 83 / 0);
}

.focus\:bg-charts-8\/10:focus{
  background-color: rgb(159 24 83 / 0.1);
}

.focus\:bg-charts-8\/100:focus{
  background-color: rgb(159 24 83 / 1);
}

.focus\:bg-charts-8\/15:focus{
  background-color: rgb(159 24 83 / 0.15);
}

.focus\:bg-charts-8\/20:focus{
  background-color: rgb(159 24 83 / 0.2);
}

.focus\:bg-charts-8\/25:focus{
  background-color: rgb(159 24 83 / 0.25);
}

.focus\:bg-charts-8\/30:focus{
  background-color: rgb(159 24 83 / 0.3);
}

.focus\:bg-charts-8\/35:focus{
  background-color: rgb(159 24 83 / 0.35);
}

.focus\:bg-charts-8\/40:focus{
  background-color: rgb(159 24 83 / 0.4);
}

.focus\:bg-charts-8\/45:focus{
  background-color: rgb(159 24 83 / 0.45);
}

.focus\:bg-charts-8\/5:focus{
  background-color: rgb(159 24 83 / 0.05);
}

.focus\:bg-charts-8\/50:focus{
  background-color: rgb(159 24 83 / 0.5);
}

.focus\:bg-charts-8\/55:focus{
  background-color: rgb(159 24 83 / 0.55);
}

.focus\:bg-charts-8\/60:focus{
  background-color: rgb(159 24 83 / 0.6);
}

.focus\:bg-charts-8\/65:focus{
  background-color: rgb(159 24 83 / 0.65);
}

.focus\:bg-charts-8\/70:focus{
  background-color: rgb(159 24 83 / 0.7);
}

.focus\:bg-charts-8\/75:focus{
  background-color: rgb(159 24 83 / 0.75);
}

.focus\:bg-charts-8\/80:focus{
  background-color: rgb(159 24 83 / 0.8);
}

.focus\:bg-charts-8\/85:focus{
  background-color: rgb(159 24 83 / 0.85);
}

.focus\:bg-charts-8\/90:focus{
  background-color: rgb(159 24 83 / 0.9);
}

.focus\:bg-charts-8\/95:focus{
  background-color: rgb(159 24 83 / 0.95);
}

.focus\:bg-charts-9:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-charts-9\/0:focus{
  background-color: rgb(255 186 0 / 0);
}

.focus\:bg-charts-9\/10:focus{
  background-color: rgb(255 186 0 / 0.1);
}

.focus\:bg-charts-9\/100:focus{
  background-color: rgb(255 186 0 / 1);
}

.focus\:bg-charts-9\/15:focus{
  background-color: rgb(255 186 0 / 0.15);
}

.focus\:bg-charts-9\/20:focus{
  background-color: rgb(255 186 0 / 0.2);
}

.focus\:bg-charts-9\/25:focus{
  background-color: rgb(255 186 0 / 0.25);
}

.focus\:bg-charts-9\/30:focus{
  background-color: rgb(255 186 0 / 0.3);
}

.focus\:bg-charts-9\/35:focus{
  background-color: rgb(255 186 0 / 0.35);
}

.focus\:bg-charts-9\/40:focus{
  background-color: rgb(255 186 0 / 0.4);
}

.focus\:bg-charts-9\/45:focus{
  background-color: rgb(255 186 0 / 0.45);
}

.focus\:bg-charts-9\/5:focus{
  background-color: rgb(255 186 0 / 0.05);
}

.focus\:bg-charts-9\/50:focus{
  background-color: rgb(255 186 0 / 0.5);
}

.focus\:bg-charts-9\/55:focus{
  background-color: rgb(255 186 0 / 0.55);
}

.focus\:bg-charts-9\/60:focus{
  background-color: rgb(255 186 0 / 0.6);
}

.focus\:bg-charts-9\/65:focus{
  background-color: rgb(255 186 0 / 0.65);
}

.focus\:bg-charts-9\/70:focus{
  background-color: rgb(255 186 0 / 0.7);
}

.focus\:bg-charts-9\/75:focus{
  background-color: rgb(255 186 0 / 0.75);
}

.focus\:bg-charts-9\/80:focus{
  background-color: rgb(255 186 0 / 0.8);
}

.focus\:bg-charts-9\/85:focus{
  background-color: rgb(255 186 0 / 0.85);
}

.focus\:bg-charts-9\/90:focus{
  background-color: rgb(255 186 0 / 0.9);
}

.focus\:bg-charts-9\/95:focus{
  background-color: rgb(255 186 0 / 0.95);
}

.focus\:bg-error-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 7 / var(--tw-bg-opacity, 1));
}

.focus\:bg-error-100\/0:focus{
  background-color: rgb(217 0 7 / 0);
}

.focus\:bg-error-100\/10:focus{
  background-color: rgb(217 0 7 / 0.1);
}

.focus\:bg-error-100\/100:focus{
  background-color: rgb(217 0 7 / 1);
}

.focus\:bg-error-100\/15:focus{
  background-color: rgb(217 0 7 / 0.15);
}

.focus\:bg-error-100\/20:focus{
  background-color: rgb(217 0 7 / 0.2);
}

.focus\:bg-error-100\/25:focus{
  background-color: rgb(217 0 7 / 0.25);
}

.focus\:bg-error-100\/30:focus{
  background-color: rgb(217 0 7 / 0.3);
}

.focus\:bg-error-100\/35:focus{
  background-color: rgb(217 0 7 / 0.35);
}

.focus\:bg-error-100\/40:focus{
  background-color: rgb(217 0 7 / 0.4);
}

.focus\:bg-error-100\/45:focus{
  background-color: rgb(217 0 7 / 0.45);
}

.focus\:bg-error-100\/5:focus{
  background-color: rgb(217 0 7 / 0.05);
}

.focus\:bg-error-100\/50:focus{
  background-color: rgb(217 0 7 / 0.5);
}

.focus\:bg-error-100\/55:focus{
  background-color: rgb(217 0 7 / 0.55);
}

.focus\:bg-error-100\/60:focus{
  background-color: rgb(217 0 7 / 0.6);
}

.focus\:bg-error-100\/65:focus{
  background-color: rgb(217 0 7 / 0.65);
}

.focus\:bg-error-100\/70:focus{
  background-color: rgb(217 0 7 / 0.7);
}

.focus\:bg-error-100\/75:focus{
  background-color: rgb(217 0 7 / 0.75);
}

.focus\:bg-error-100\/80:focus{
  background-color: rgb(217 0 7 / 0.8);
}

.focus\:bg-error-100\/85:focus{
  background-color: rgb(217 0 7 / 0.85);
}

.focus\:bg-error-100\/90:focus{
  background-color: rgb(217 0 7 / 0.9);
}

.focus\:bg-error-100\/95:focus{
  background-color: rgb(217 0 7 / 0.95);
}

.focus\:bg-error-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.focus\:bg-error-background\/0:focus{
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-error-background\/10:focus{
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-error-background\/100:focus{
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-error-background\/15:focus{
  background-color: rgb(254 226 226 / 0.15);
}

.focus\:bg-error-background\/20:focus{
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-error-background\/25:focus{
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-error-background\/30:focus{
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-error-background\/35:focus{
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-error-background\/40:focus{
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-error-background\/45:focus{
  background-color: rgb(254 226 226 / 0.45);
}

.focus\:bg-error-background\/5:focus{
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-error-background\/50:focus{
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-error-background\/55:focus{
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-error-background\/60:focus{
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-error-background\/65:focus{
  background-color: rgb(254 226 226 / 0.65);
}

.focus\:bg-error-background\/70:focus{
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-error-background\/75:focus{
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-error-background\/80:focus{
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-error-background\/85:focus{
  background-color: rgb(254 226 226 / 0.85);
}

.focus\:bg-error-background\/90:focus{
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-error-background\/95:focus{
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-informational-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(35 87 137 / var(--tw-bg-opacity, 1));
}

.focus\:bg-informational-100\/0:focus{
  background-color: rgb(35 87 137 / 0);
}

.focus\:bg-informational-100\/10:focus{
  background-color: rgb(35 87 137 / 0.1);
}

.focus\:bg-informational-100\/100:focus{
  background-color: rgb(35 87 137 / 1);
}

.focus\:bg-informational-100\/15:focus{
  background-color: rgb(35 87 137 / 0.15);
}

.focus\:bg-informational-100\/20:focus{
  background-color: rgb(35 87 137 / 0.2);
}

.focus\:bg-informational-100\/25:focus{
  background-color: rgb(35 87 137 / 0.25);
}

.focus\:bg-informational-100\/30:focus{
  background-color: rgb(35 87 137 / 0.3);
}

.focus\:bg-informational-100\/35:focus{
  background-color: rgb(35 87 137 / 0.35);
}

.focus\:bg-informational-100\/40:focus{
  background-color: rgb(35 87 137 / 0.4);
}

.focus\:bg-informational-100\/45:focus{
  background-color: rgb(35 87 137 / 0.45);
}

.focus\:bg-informational-100\/5:focus{
  background-color: rgb(35 87 137 / 0.05);
}

.focus\:bg-informational-100\/50:focus{
  background-color: rgb(35 87 137 / 0.5);
}

.focus\:bg-informational-100\/55:focus{
  background-color: rgb(35 87 137 / 0.55);
}

.focus\:bg-informational-100\/60:focus{
  background-color: rgb(35 87 137 / 0.6);
}

.focus\:bg-informational-100\/65:focus{
  background-color: rgb(35 87 137 / 0.65);
}

.focus\:bg-informational-100\/70:focus{
  background-color: rgb(35 87 137 / 0.7);
}

.focus\:bg-informational-100\/75:focus{
  background-color: rgb(35 87 137 / 0.75);
}

.focus\:bg-informational-100\/80:focus{
  background-color: rgb(35 87 137 / 0.8);
}

.focus\:bg-informational-100\/85:focus{
  background-color: rgb(35 87 137 / 0.85);
}

.focus\:bg-informational-100\/90:focus{
  background-color: rgb(35 87 137 / 0.9);
}

.focus\:bg-informational-100\/95:focus{
  background-color: rgb(35 87 137 / 0.95);
}

.focus\:bg-informational-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-informational-background\/0:focus{
  background-color: rgb(226 241 254 / 0);
}

.focus\:bg-informational-background\/10:focus{
  background-color: rgb(226 241 254 / 0.1);
}

.focus\:bg-informational-background\/100:focus{
  background-color: rgb(226 241 254 / 1);
}

.focus\:bg-informational-background\/15:focus{
  background-color: rgb(226 241 254 / 0.15);
}

.focus\:bg-informational-background\/20:focus{
  background-color: rgb(226 241 254 / 0.2);
}

.focus\:bg-informational-background\/25:focus{
  background-color: rgb(226 241 254 / 0.25);
}

.focus\:bg-informational-background\/30:focus{
  background-color: rgb(226 241 254 / 0.3);
}

.focus\:bg-informational-background\/35:focus{
  background-color: rgb(226 241 254 / 0.35);
}

.focus\:bg-informational-background\/40:focus{
  background-color: rgb(226 241 254 / 0.4);
}

.focus\:bg-informational-background\/45:focus{
  background-color: rgb(226 241 254 / 0.45);
}

.focus\:bg-informational-background\/5:focus{
  background-color: rgb(226 241 254 / 0.05);
}

.focus\:bg-informational-background\/50:focus{
  background-color: rgb(226 241 254 / 0.5);
}

.focus\:bg-informational-background\/55:focus{
  background-color: rgb(226 241 254 / 0.55);
}

.focus\:bg-informational-background\/60:focus{
  background-color: rgb(226 241 254 / 0.6);
}

.focus\:bg-informational-background\/65:focus{
  background-color: rgb(226 241 254 / 0.65);
}

.focus\:bg-informational-background\/70:focus{
  background-color: rgb(226 241 254 / 0.7);
}

.focus\:bg-informational-background\/75:focus{
  background-color: rgb(226 241 254 / 0.75);
}

.focus\:bg-informational-background\/80:focus{
  background-color: rgb(226 241 254 / 0.8);
}

.focus\:bg-informational-background\/85:focus{
  background-color: rgb(226 241 254 / 0.85);
}

.focus\:bg-informational-background\/90:focus{
  background-color: rgb(226 241 254 / 0.9);
}

.focus\:bg-informational-background\/95:focus{
  background-color: rgb(226 241 254 / 0.95);
}

.focus\:bg-neutral-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-10\/0:focus{
  background-color: rgb(245 247 250 / 0);
}

.focus\:bg-neutral-10\/10:focus{
  background-color: rgb(245 247 250 / 0.1);
}

.focus\:bg-neutral-10\/100:focus{
  background-color: rgb(245 247 250 / 1);
}

.focus\:bg-neutral-10\/15:focus{
  background-color: rgb(245 247 250 / 0.15);
}

.focus\:bg-neutral-10\/20:focus{
  background-color: rgb(245 247 250 / 0.2);
}

.focus\:bg-neutral-10\/25:focus{
  background-color: rgb(245 247 250 / 0.25);
}

.focus\:bg-neutral-10\/30:focus{
  background-color: rgb(245 247 250 / 0.3);
}

.focus\:bg-neutral-10\/35:focus{
  background-color: rgb(245 247 250 / 0.35);
}

.focus\:bg-neutral-10\/40:focus{
  background-color: rgb(245 247 250 / 0.4);
}

.focus\:bg-neutral-10\/45:focus{
  background-color: rgb(245 247 250 / 0.45);
}

.focus\:bg-neutral-10\/5:focus{
  background-color: rgb(245 247 250 / 0.05);
}

.focus\:bg-neutral-10\/50:focus{
  background-color: rgb(245 247 250 / 0.5);
}

.focus\:bg-neutral-10\/55:focus{
  background-color: rgb(245 247 250 / 0.55);
}

.focus\:bg-neutral-10\/60:focus{
  background-color: rgb(245 247 250 / 0.6);
}

.focus\:bg-neutral-10\/65:focus{
  background-color: rgb(245 247 250 / 0.65);
}

.focus\:bg-neutral-10\/70:focus{
  background-color: rgb(245 247 250 / 0.7);
}

.focus\:bg-neutral-10\/75:focus{
  background-color: rgb(245 247 250 / 0.75);
}

.focus\:bg-neutral-10\/80:focus{
  background-color: rgb(245 247 250 / 0.8);
}

.focus\:bg-neutral-10\/85:focus{
  background-color: rgb(245 247 250 / 0.85);
}

.focus\:bg-neutral-10\/90:focus{
  background-color: rgb(245 247 250 / 0.9);
}

.focus\:bg-neutral-10\/95:focus{
  background-color: rgb(245 247 250 / 0.95);
}

.focus\:bg-neutral-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-100\/0:focus{
  background-color: rgb(26 26 26 / 0);
}

.focus\:bg-neutral-100\/10:focus{
  background-color: rgb(26 26 26 / 0.1);
}

.focus\:bg-neutral-100\/100:focus{
  background-color: rgb(26 26 26 / 1);
}

.focus\:bg-neutral-100\/15:focus{
  background-color: rgb(26 26 26 / 0.15);
}

.focus\:bg-neutral-100\/20:focus{
  background-color: rgb(26 26 26 / 0.2);
}

.focus\:bg-neutral-100\/25:focus{
  background-color: rgb(26 26 26 / 0.25);
}

.focus\:bg-neutral-100\/30:focus{
  background-color: rgb(26 26 26 / 0.3);
}

.focus\:bg-neutral-100\/35:focus{
  background-color: rgb(26 26 26 / 0.35);
}

.focus\:bg-neutral-100\/40:focus{
  background-color: rgb(26 26 26 / 0.4);
}

.focus\:bg-neutral-100\/45:focus{
  background-color: rgb(26 26 26 / 0.45);
}

.focus\:bg-neutral-100\/5:focus{
  background-color: rgb(26 26 26 / 0.05);
}

.focus\:bg-neutral-100\/50:focus{
  background-color: rgb(26 26 26 / 0.5);
}

.focus\:bg-neutral-100\/55:focus{
  background-color: rgb(26 26 26 / 0.55);
}

.focus\:bg-neutral-100\/60:focus{
  background-color: rgb(26 26 26 / 0.6);
}

.focus\:bg-neutral-100\/65:focus{
  background-color: rgb(26 26 26 / 0.65);
}

.focus\:bg-neutral-100\/70:focus{
  background-color: rgb(26 26 26 / 0.7);
}

.focus\:bg-neutral-100\/75:focus{
  background-color: rgb(26 26 26 / 0.75);
}

.focus\:bg-neutral-100\/80:focus{
  background-color: rgb(26 26 26 / 0.8);
}

.focus\:bg-neutral-100\/85:focus{
  background-color: rgb(26 26 26 / 0.85);
}

.focus\:bg-neutral-100\/90:focus{
  background-color: rgb(26 26 26 / 0.9);
}

.focus\:bg-neutral-100\/95:focus{
  background-color: rgb(26 26 26 / 0.95);
}

.focus\:bg-neutral-20:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-20\/0:focus{
  background-color: rgb(227 227 227 / 0);
}

.focus\:bg-neutral-20\/10:focus{
  background-color: rgb(227 227 227 / 0.1);
}

.focus\:bg-neutral-20\/100:focus{
  background-color: rgb(227 227 227 / 1);
}

.focus\:bg-neutral-20\/15:focus{
  background-color: rgb(227 227 227 / 0.15);
}

.focus\:bg-neutral-20\/20:focus{
  background-color: rgb(227 227 227 / 0.2);
}

.focus\:bg-neutral-20\/25:focus{
  background-color: rgb(227 227 227 / 0.25);
}

.focus\:bg-neutral-20\/30:focus{
  background-color: rgb(227 227 227 / 0.3);
}

.focus\:bg-neutral-20\/35:focus{
  background-color: rgb(227 227 227 / 0.35);
}

.focus\:bg-neutral-20\/40:focus{
  background-color: rgb(227 227 227 / 0.4);
}

.focus\:bg-neutral-20\/45:focus{
  background-color: rgb(227 227 227 / 0.45);
}

.focus\:bg-neutral-20\/5:focus{
  background-color: rgb(227 227 227 / 0.05);
}

.focus\:bg-neutral-20\/50:focus{
  background-color: rgb(227 227 227 / 0.5);
}

.focus\:bg-neutral-20\/55:focus{
  background-color: rgb(227 227 227 / 0.55);
}

.focus\:bg-neutral-20\/60:focus{
  background-color: rgb(227 227 227 / 0.6);
}

.focus\:bg-neutral-20\/65:focus{
  background-color: rgb(227 227 227 / 0.65);
}

.focus\:bg-neutral-20\/70:focus{
  background-color: rgb(227 227 227 / 0.7);
}

.focus\:bg-neutral-20\/75:focus{
  background-color: rgb(227 227 227 / 0.75);
}

.focus\:bg-neutral-20\/80:focus{
  background-color: rgb(227 227 227 / 0.8);
}

.focus\:bg-neutral-20\/85:focus{
  background-color: rgb(227 227 227 / 0.85);
}

.focus\:bg-neutral-20\/90:focus{
  background-color: rgb(227 227 227 / 0.9);
}

.focus\:bg-neutral-20\/95:focus{
  background-color: rgb(227 227 227 / 0.95);
}

.focus\:bg-neutral-30:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-30\/0:focus{
  background-color: rgb(199 199 199 / 0);
}

.focus\:bg-neutral-30\/10:focus{
  background-color: rgb(199 199 199 / 0.1);
}

.focus\:bg-neutral-30\/100:focus{
  background-color: rgb(199 199 199 / 1);
}

.focus\:bg-neutral-30\/15:focus{
  background-color: rgb(199 199 199 / 0.15);
}

.focus\:bg-neutral-30\/20:focus{
  background-color: rgb(199 199 199 / 0.2);
}

.focus\:bg-neutral-30\/25:focus{
  background-color: rgb(199 199 199 / 0.25);
}

.focus\:bg-neutral-30\/30:focus{
  background-color: rgb(199 199 199 / 0.3);
}

.focus\:bg-neutral-30\/35:focus{
  background-color: rgb(199 199 199 / 0.35);
}

.focus\:bg-neutral-30\/40:focus{
  background-color: rgb(199 199 199 / 0.4);
}

.focus\:bg-neutral-30\/45:focus{
  background-color: rgb(199 199 199 / 0.45);
}

.focus\:bg-neutral-30\/5:focus{
  background-color: rgb(199 199 199 / 0.05);
}

.focus\:bg-neutral-30\/50:focus{
  background-color: rgb(199 199 199 / 0.5);
}

.focus\:bg-neutral-30\/55:focus{
  background-color: rgb(199 199 199 / 0.55);
}

.focus\:bg-neutral-30\/60:focus{
  background-color: rgb(199 199 199 / 0.6);
}

.focus\:bg-neutral-30\/65:focus{
  background-color: rgb(199 199 199 / 0.65);
}

.focus\:bg-neutral-30\/70:focus{
  background-color: rgb(199 199 199 / 0.7);
}

.focus\:bg-neutral-30\/75:focus{
  background-color: rgb(199 199 199 / 0.75);
}

.focus\:bg-neutral-30\/80:focus{
  background-color: rgb(199 199 199 / 0.8);
}

.focus\:bg-neutral-30\/85:focus{
  background-color: rgb(199 199 199 / 0.85);
}

.focus\:bg-neutral-30\/90:focus{
  background-color: rgb(199 199 199 / 0.9);
}

.focus\:bg-neutral-30\/95:focus{
  background-color: rgb(199 199 199 / 0.95);
}

.focus\:bg-neutral-40:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-40\/0:focus{
  background-color: rgb(172 172 172 / 0);
}

.focus\:bg-neutral-40\/10:focus{
  background-color: rgb(172 172 172 / 0.1);
}

.focus\:bg-neutral-40\/100:focus{
  background-color: rgb(172 172 172 / 1);
}

.focus\:bg-neutral-40\/15:focus{
  background-color: rgb(172 172 172 / 0.15);
}

.focus\:bg-neutral-40\/20:focus{
  background-color: rgb(172 172 172 / 0.2);
}

.focus\:bg-neutral-40\/25:focus{
  background-color: rgb(172 172 172 / 0.25);
}

.focus\:bg-neutral-40\/30:focus{
  background-color: rgb(172 172 172 / 0.3);
}

.focus\:bg-neutral-40\/35:focus{
  background-color: rgb(172 172 172 / 0.35);
}

.focus\:bg-neutral-40\/40:focus{
  background-color: rgb(172 172 172 / 0.4);
}

.focus\:bg-neutral-40\/45:focus{
  background-color: rgb(172 172 172 / 0.45);
}

.focus\:bg-neutral-40\/5:focus{
  background-color: rgb(172 172 172 / 0.05);
}

.focus\:bg-neutral-40\/50:focus{
  background-color: rgb(172 172 172 / 0.5);
}

.focus\:bg-neutral-40\/55:focus{
  background-color: rgb(172 172 172 / 0.55);
}

.focus\:bg-neutral-40\/60:focus{
  background-color: rgb(172 172 172 / 0.6);
}

.focus\:bg-neutral-40\/65:focus{
  background-color: rgb(172 172 172 / 0.65);
}

.focus\:bg-neutral-40\/70:focus{
  background-color: rgb(172 172 172 / 0.7);
}

.focus\:bg-neutral-40\/75:focus{
  background-color: rgb(172 172 172 / 0.75);
}

.focus\:bg-neutral-40\/80:focus{
  background-color: rgb(172 172 172 / 0.8);
}

.focus\:bg-neutral-40\/85:focus{
  background-color: rgb(172 172 172 / 0.85);
}

.focus\:bg-neutral-40\/90:focus{
  background-color: rgb(172 172 172 / 0.9);
}

.focus\:bg-neutral-40\/95:focus{
  background-color: rgb(172 172 172 / 0.95);
}

.focus\:bg-neutral-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(142 145 146 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-50\/0:focus{
  background-color: rgb(142 145 146 / 0);
}

.focus\:bg-neutral-50\/10:focus{
  background-color: rgb(142 145 146 / 0.1);
}

.focus\:bg-neutral-50\/100:focus{
  background-color: rgb(142 145 146 / 1);
}

.focus\:bg-neutral-50\/15:focus{
  background-color: rgb(142 145 146 / 0.15);
}

.focus\:bg-neutral-50\/20:focus{
  background-color: rgb(142 145 146 / 0.2);
}

.focus\:bg-neutral-50\/25:focus{
  background-color: rgb(142 145 146 / 0.25);
}

.focus\:bg-neutral-50\/30:focus{
  background-color: rgb(142 145 146 / 0.3);
}

.focus\:bg-neutral-50\/35:focus{
  background-color: rgb(142 145 146 / 0.35);
}

.focus\:bg-neutral-50\/40:focus{
  background-color: rgb(142 145 146 / 0.4);
}

.focus\:bg-neutral-50\/45:focus{
  background-color: rgb(142 145 146 / 0.45);
}

.focus\:bg-neutral-50\/5:focus{
  background-color: rgb(142 145 146 / 0.05);
}

.focus\:bg-neutral-50\/50:focus{
  background-color: rgb(142 145 146 / 0.5);
}

.focus\:bg-neutral-50\/55:focus{
  background-color: rgb(142 145 146 / 0.55);
}

.focus\:bg-neutral-50\/60:focus{
  background-color: rgb(142 145 146 / 0.6);
}

.focus\:bg-neutral-50\/65:focus{
  background-color: rgb(142 145 146 / 0.65);
}

.focus\:bg-neutral-50\/70:focus{
  background-color: rgb(142 145 146 / 0.7);
}

.focus\:bg-neutral-50\/75:focus{
  background-color: rgb(142 145 146 / 0.75);
}

.focus\:bg-neutral-50\/80:focus{
  background-color: rgb(142 145 146 / 0.8);
}

.focus\:bg-neutral-50\/85:focus{
  background-color: rgb(142 145 146 / 0.85);
}

.focus\:bg-neutral-50\/90:focus{
  background-color: rgb(142 145 146 / 0.9);
}

.focus\:bg-neutral-50\/95:focus{
  background-color: rgb(142 145 146 / 0.95);
}

.focus\:bg-neutral-60:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-60\/0:focus{
  background-color: rgb(118 118 118 / 0);
}

.focus\:bg-neutral-60\/10:focus{
  background-color: rgb(118 118 118 / 0.1);
}

.focus\:bg-neutral-60\/100:focus{
  background-color: rgb(118 118 118 / 1);
}

.focus\:bg-neutral-60\/15:focus{
  background-color: rgb(118 118 118 / 0.15);
}

.focus\:bg-neutral-60\/20:focus{
  background-color: rgb(118 118 118 / 0.2);
}

.focus\:bg-neutral-60\/25:focus{
  background-color: rgb(118 118 118 / 0.25);
}

.focus\:bg-neutral-60\/30:focus{
  background-color: rgb(118 118 118 / 0.3);
}

.focus\:bg-neutral-60\/35:focus{
  background-color: rgb(118 118 118 / 0.35);
}

.focus\:bg-neutral-60\/40:focus{
  background-color: rgb(118 118 118 / 0.4);
}

.focus\:bg-neutral-60\/45:focus{
  background-color: rgb(118 118 118 / 0.45);
}

.focus\:bg-neutral-60\/5:focus{
  background-color: rgb(118 118 118 / 0.05);
}

.focus\:bg-neutral-60\/50:focus{
  background-color: rgb(118 118 118 / 0.5);
}

.focus\:bg-neutral-60\/55:focus{
  background-color: rgb(118 118 118 / 0.55);
}

.focus\:bg-neutral-60\/60:focus{
  background-color: rgb(118 118 118 / 0.6);
}

.focus\:bg-neutral-60\/65:focus{
  background-color: rgb(118 118 118 / 0.65);
}

.focus\:bg-neutral-60\/70:focus{
  background-color: rgb(118 118 118 / 0.7);
}

.focus\:bg-neutral-60\/75:focus{
  background-color: rgb(118 118 118 / 0.75);
}

.focus\:bg-neutral-60\/80:focus{
  background-color: rgb(118 118 118 / 0.8);
}

.focus\:bg-neutral-60\/85:focus{
  background-color: rgb(118 118 118 / 0.85);
}

.focus\:bg-neutral-60\/90:focus{
  background-color: rgb(118 118 118 / 0.9);
}

.focus\:bg-neutral-60\/95:focus{
  background-color: rgb(118 118 118 / 0.95);
}

.focus\:bg-neutral-70:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(92 95 96 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-70\/0:focus{
  background-color: rgb(92 95 96 / 0);
}

.focus\:bg-neutral-70\/10:focus{
  background-color: rgb(92 95 96 / 0.1);
}

.focus\:bg-neutral-70\/100:focus{
  background-color: rgb(92 95 96 / 1);
}

.focus\:bg-neutral-70\/15:focus{
  background-color: rgb(92 95 96 / 0.15);
}

.focus\:bg-neutral-70\/20:focus{
  background-color: rgb(92 95 96 / 0.2);
}

.focus\:bg-neutral-70\/25:focus{
  background-color: rgb(92 95 96 / 0.25);
}

.focus\:bg-neutral-70\/30:focus{
  background-color: rgb(92 95 96 / 0.3);
}

.focus\:bg-neutral-70\/35:focus{
  background-color: rgb(92 95 96 / 0.35);
}

.focus\:bg-neutral-70\/40:focus{
  background-color: rgb(92 95 96 / 0.4);
}

.focus\:bg-neutral-70\/45:focus{
  background-color: rgb(92 95 96 / 0.45);
}

.focus\:bg-neutral-70\/5:focus{
  background-color: rgb(92 95 96 / 0.05);
}

.focus\:bg-neutral-70\/50:focus{
  background-color: rgb(92 95 96 / 0.5);
}

.focus\:bg-neutral-70\/55:focus{
  background-color: rgb(92 95 96 / 0.55);
}

.focus\:bg-neutral-70\/60:focus{
  background-color: rgb(92 95 96 / 0.6);
}

.focus\:bg-neutral-70\/65:focus{
  background-color: rgb(92 95 96 / 0.65);
}

.focus\:bg-neutral-70\/70:focus{
  background-color: rgb(92 95 96 / 0.7);
}

.focus\:bg-neutral-70\/75:focus{
  background-color: rgb(92 95 96 / 0.75);
}

.focus\:bg-neutral-70\/80:focus{
  background-color: rgb(92 95 96 / 0.8);
}

.focus\:bg-neutral-70\/85:focus{
  background-color: rgb(92 95 96 / 0.85);
}

.focus\:bg-neutral-70\/90:focus{
  background-color: rgb(92 95 96 / 0.9);
}

.focus\:bg-neutral-70\/95:focus{
  background-color: rgb(92 95 96 / 0.95);
}

.focus\:bg-neutral-80:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(68 71 72 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-80\/0:focus{
  background-color: rgb(68 71 72 / 0);
}

.focus\:bg-neutral-80\/10:focus{
  background-color: rgb(68 71 72 / 0.1);
}

.focus\:bg-neutral-80\/100:focus{
  background-color: rgb(68 71 72 / 1);
}

.focus\:bg-neutral-80\/15:focus{
  background-color: rgb(68 71 72 / 0.15);
}

.focus\:bg-neutral-80\/20:focus{
  background-color: rgb(68 71 72 / 0.2);
}

.focus\:bg-neutral-80\/25:focus{
  background-color: rgb(68 71 72 / 0.25);
}

.focus\:bg-neutral-80\/30:focus{
  background-color: rgb(68 71 72 / 0.3);
}

.focus\:bg-neutral-80\/35:focus{
  background-color: rgb(68 71 72 / 0.35);
}

.focus\:bg-neutral-80\/40:focus{
  background-color: rgb(68 71 72 / 0.4);
}

.focus\:bg-neutral-80\/45:focus{
  background-color: rgb(68 71 72 / 0.45);
}

.focus\:bg-neutral-80\/5:focus{
  background-color: rgb(68 71 72 / 0.05);
}

.focus\:bg-neutral-80\/50:focus{
  background-color: rgb(68 71 72 / 0.5);
}

.focus\:bg-neutral-80\/55:focus{
  background-color: rgb(68 71 72 / 0.55);
}

.focus\:bg-neutral-80\/60:focus{
  background-color: rgb(68 71 72 / 0.6);
}

.focus\:bg-neutral-80\/65:focus{
  background-color: rgb(68 71 72 / 0.65);
}

.focus\:bg-neutral-80\/70:focus{
  background-color: rgb(68 71 72 / 0.7);
}

.focus\:bg-neutral-80\/75:focus{
  background-color: rgb(68 71 72 / 0.75);
}

.focus\:bg-neutral-80\/80:focus{
  background-color: rgb(68 71 72 / 0.8);
}

.focus\:bg-neutral-80\/85:focus{
  background-color: rgb(68 71 72 / 0.85);
}

.focus\:bg-neutral-80\/90:focus{
  background-color: rgb(68 71 72 / 0.9);
}

.focus\:bg-neutral-80\/95:focus{
  background-color: rgb(68 71 72 / 0.95);
}

.focus\:bg-neutral-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 50 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-90\/0:focus{
  background-color: rgb(45 49 50 / 0);
}

.focus\:bg-neutral-90\/10:focus{
  background-color: rgb(45 49 50 / 0.1);
}

.focus\:bg-neutral-90\/100:focus{
  background-color: rgb(45 49 50 / 1);
}

.focus\:bg-neutral-90\/15:focus{
  background-color: rgb(45 49 50 / 0.15);
}

.focus\:bg-neutral-90\/20:focus{
  background-color: rgb(45 49 50 / 0.2);
}

.focus\:bg-neutral-90\/25:focus{
  background-color: rgb(45 49 50 / 0.25);
}

.focus\:bg-neutral-90\/30:focus{
  background-color: rgb(45 49 50 / 0.3);
}

.focus\:bg-neutral-90\/35:focus{
  background-color: rgb(45 49 50 / 0.35);
}

.focus\:bg-neutral-90\/40:focus{
  background-color: rgb(45 49 50 / 0.4);
}

.focus\:bg-neutral-90\/45:focus{
  background-color: rgb(45 49 50 / 0.45);
}

.focus\:bg-neutral-90\/5:focus{
  background-color: rgb(45 49 50 / 0.05);
}

.focus\:bg-neutral-90\/50:focus{
  background-color: rgb(45 49 50 / 0.5);
}

.focus\:bg-neutral-90\/55:focus{
  background-color: rgb(45 49 50 / 0.55);
}

.focus\:bg-neutral-90\/60:focus{
  background-color: rgb(45 49 50 / 0.6);
}

.focus\:bg-neutral-90\/65:focus{
  background-color: rgb(45 49 50 / 0.65);
}

.focus\:bg-neutral-90\/70:focus{
  background-color: rgb(45 49 50 / 0.7);
}

.focus\:bg-neutral-90\/75:focus{
  background-color: rgb(45 49 50 / 0.75);
}

.focus\:bg-neutral-90\/80:focus{
  background-color: rgb(45 49 50 / 0.8);
}

.focus\:bg-neutral-90\/85:focus{
  background-color: rgb(45 49 50 / 0.85);
}

.focus\:bg-neutral-90\/90:focus{
  background-color: rgb(45 49 50 / 0.9);
}

.focus\:bg-neutral-90\/95:focus{
  background-color: rgb(45 49 50 / 0.95);
}

.focus\:bg-primary-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-10\/0:focus{
  background-color: rgb(226 248 255 / 0);
}

.focus\:bg-primary-10\/10:focus{
  background-color: rgb(226 248 255 / 0.1);
}

.focus\:bg-primary-10\/100:focus{
  background-color: rgb(226 248 255 / 1);
}

.focus\:bg-primary-10\/15:focus{
  background-color: rgb(226 248 255 / 0.15);
}

.focus\:bg-primary-10\/20:focus{
  background-color: rgb(226 248 255 / 0.2);
}

.focus\:bg-primary-10\/25:focus{
  background-color: rgb(226 248 255 / 0.25);
}

.focus\:bg-primary-10\/30:focus{
  background-color: rgb(226 248 255 / 0.3);
}

.focus\:bg-primary-10\/35:focus{
  background-color: rgb(226 248 255 / 0.35);
}

.focus\:bg-primary-10\/40:focus{
  background-color: rgb(226 248 255 / 0.4);
}

.focus\:bg-primary-10\/45:focus{
  background-color: rgb(226 248 255 / 0.45);
}

.focus\:bg-primary-10\/5:focus{
  background-color: rgb(226 248 255 / 0.05);
}

.focus\:bg-primary-10\/50:focus{
  background-color: rgb(226 248 255 / 0.5);
}

.focus\:bg-primary-10\/55:focus{
  background-color: rgb(226 248 255 / 0.55);
}

.focus\:bg-primary-10\/60:focus{
  background-color: rgb(226 248 255 / 0.6);
}

.focus\:bg-primary-10\/65:focus{
  background-color: rgb(226 248 255 / 0.65);
}

.focus\:bg-primary-10\/70:focus{
  background-color: rgb(226 248 255 / 0.7);
}

.focus\:bg-primary-10\/75:focus{
  background-color: rgb(226 248 255 / 0.75);
}

.focus\:bg-primary-10\/80:focus{
  background-color: rgb(226 248 255 / 0.8);
}

.focus\:bg-primary-10\/85:focus{
  background-color: rgb(226 248 255 / 0.85);
}

.focus\:bg-primary-10\/90:focus{
  background-color: rgb(226 248 255 / 0.9);
}

.focus\:bg-primary-10\/95:focus{
  background-color: rgb(226 248 255 / 0.95);
}

.focus\:bg-primary-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 43 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-100\/0:focus{
  background-color: rgb(0 30 43 / 0);
}

.focus\:bg-primary-100\/10:focus{
  background-color: rgb(0 30 43 / 0.1);
}

.focus\:bg-primary-100\/100:focus{
  background-color: rgb(0 30 43 / 1);
}

.focus\:bg-primary-100\/15:focus{
  background-color: rgb(0 30 43 / 0.15);
}

.focus\:bg-primary-100\/20:focus{
  background-color: rgb(0 30 43 / 0.2);
}

.focus\:bg-primary-100\/25:focus{
  background-color: rgb(0 30 43 / 0.25);
}

.focus\:bg-primary-100\/30:focus{
  background-color: rgb(0 30 43 / 0.3);
}

.focus\:bg-primary-100\/35:focus{
  background-color: rgb(0 30 43 / 0.35);
}

.focus\:bg-primary-100\/40:focus{
  background-color: rgb(0 30 43 / 0.4);
}

.focus\:bg-primary-100\/45:focus{
  background-color: rgb(0 30 43 / 0.45);
}

.focus\:bg-primary-100\/5:focus{
  background-color: rgb(0 30 43 / 0.05);
}

.focus\:bg-primary-100\/50:focus{
  background-color: rgb(0 30 43 / 0.5);
}

.focus\:bg-primary-100\/55:focus{
  background-color: rgb(0 30 43 / 0.55);
}

.focus\:bg-primary-100\/60:focus{
  background-color: rgb(0 30 43 / 0.6);
}

.focus\:bg-primary-100\/65:focus{
  background-color: rgb(0 30 43 / 0.65);
}

.focus\:bg-primary-100\/70:focus{
  background-color: rgb(0 30 43 / 0.7);
}

.focus\:bg-primary-100\/75:focus{
  background-color: rgb(0 30 43 / 0.75);
}

.focus\:bg-primary-100\/80:focus{
  background-color: rgb(0 30 43 / 0.8);
}

.focus\:bg-primary-100\/85:focus{
  background-color: rgb(0 30 43 / 0.85);
}

.focus\:bg-primary-100\/90:focus{
  background-color: rgb(0 30 43 / 0.9);
}

.focus\:bg-primary-100\/95:focus{
  background-color: rgb(0 30 43 / 0.95);
}

.focus\:bg-primary-15:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(213 243 253 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-15\/0:focus{
  background-color: rgb(213 243 253 / 0);
}

.focus\:bg-primary-15\/10:focus{
  background-color: rgb(213 243 253 / 0.1);
}

.focus\:bg-primary-15\/100:focus{
  background-color: rgb(213 243 253 / 1);
}

.focus\:bg-primary-15\/15:focus{
  background-color: rgb(213 243 253 / 0.15);
}

.focus\:bg-primary-15\/20:focus{
  background-color: rgb(213 243 253 / 0.2);
}

.focus\:bg-primary-15\/25:focus{
  background-color: rgb(213 243 253 / 0.25);
}

.focus\:bg-primary-15\/30:focus{
  background-color: rgb(213 243 253 / 0.3);
}

.focus\:bg-primary-15\/35:focus{
  background-color: rgb(213 243 253 / 0.35);
}

.focus\:bg-primary-15\/40:focus{
  background-color: rgb(213 243 253 / 0.4);
}

.focus\:bg-primary-15\/45:focus{
  background-color: rgb(213 243 253 / 0.45);
}

.focus\:bg-primary-15\/5:focus{
  background-color: rgb(213 243 253 / 0.05);
}

.focus\:bg-primary-15\/50:focus{
  background-color: rgb(213 243 253 / 0.5);
}

.focus\:bg-primary-15\/55:focus{
  background-color: rgb(213 243 253 / 0.55);
}

.focus\:bg-primary-15\/60:focus{
  background-color: rgb(213 243 253 / 0.6);
}

.focus\:bg-primary-15\/65:focus{
  background-color: rgb(213 243 253 / 0.65);
}

.focus\:bg-primary-15\/70:focus{
  background-color: rgb(213 243 253 / 0.7);
}

.focus\:bg-primary-15\/75:focus{
  background-color: rgb(213 243 253 / 0.75);
}

.focus\:bg-primary-15\/80:focus{
  background-color: rgb(213 243 253 / 0.8);
}

.focus\:bg-primary-15\/85:focus{
  background-color: rgb(213 243 253 / 0.85);
}

.focus\:bg-primary-15\/90:focus{
  background-color: rgb(213 243 253 / 0.9);
}

.focus\:bg-primary-15\/95:focus{
  background-color: rgb(213 243 253 / 0.95);
}

.focus\:bg-primary-20:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(188 235 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-20\/0:focus{
  background-color: rgb(188 235 255 / 0);
}

.focus\:bg-primary-20\/10:focus{
  background-color: rgb(188 235 255 / 0.1);
}

.focus\:bg-primary-20\/100:focus{
  background-color: rgb(188 235 255 / 1);
}

.focus\:bg-primary-20\/15:focus{
  background-color: rgb(188 235 255 / 0.15);
}

.focus\:bg-primary-20\/20:focus{
  background-color: rgb(188 235 255 / 0.2);
}

.focus\:bg-primary-20\/25:focus{
  background-color: rgb(188 235 255 / 0.25);
}

.focus\:bg-primary-20\/30:focus{
  background-color: rgb(188 235 255 / 0.3);
}

.focus\:bg-primary-20\/35:focus{
  background-color: rgb(188 235 255 / 0.35);
}

.focus\:bg-primary-20\/40:focus{
  background-color: rgb(188 235 255 / 0.4);
}

.focus\:bg-primary-20\/45:focus{
  background-color: rgb(188 235 255 / 0.45);
}

.focus\:bg-primary-20\/5:focus{
  background-color: rgb(188 235 255 / 0.05);
}

.focus\:bg-primary-20\/50:focus{
  background-color: rgb(188 235 255 / 0.5);
}

.focus\:bg-primary-20\/55:focus{
  background-color: rgb(188 235 255 / 0.55);
}

.focus\:bg-primary-20\/60:focus{
  background-color: rgb(188 235 255 / 0.6);
}

.focus\:bg-primary-20\/65:focus{
  background-color: rgb(188 235 255 / 0.65);
}

.focus\:bg-primary-20\/70:focus{
  background-color: rgb(188 235 255 / 0.7);
}

.focus\:bg-primary-20\/75:focus{
  background-color: rgb(188 235 255 / 0.75);
}

.focus\:bg-primary-20\/80:focus{
  background-color: rgb(188 235 255 / 0.8);
}

.focus\:bg-primary-20\/85:focus{
  background-color: rgb(188 235 255 / 0.85);
}

.focus\:bg-primary-20\/90:focus{
  background-color: rgb(188 235 255 / 0.9);
}

.focus\:bg-primary-20\/95:focus{
  background-color: rgb(188 235 255 / 0.95);
}

.focus\:bg-primary-30:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 247 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-30\/0:focus{
  background-color: rgb(126 211 247 / 0);
}

.focus\:bg-primary-30\/10:focus{
  background-color: rgb(126 211 247 / 0.1);
}

.focus\:bg-primary-30\/100:focus{
  background-color: rgb(126 211 247 / 1);
}

.focus\:bg-primary-30\/15:focus{
  background-color: rgb(126 211 247 / 0.15);
}

.focus\:bg-primary-30\/20:focus{
  background-color: rgb(126 211 247 / 0.2);
}

.focus\:bg-primary-30\/25:focus{
  background-color: rgb(126 211 247 / 0.25);
}

.focus\:bg-primary-30\/30:focus{
  background-color: rgb(126 211 247 / 0.3);
}

.focus\:bg-primary-30\/35:focus{
  background-color: rgb(126 211 247 / 0.35);
}

.focus\:bg-primary-30\/40:focus{
  background-color: rgb(126 211 247 / 0.4);
}

.focus\:bg-primary-30\/45:focus{
  background-color: rgb(126 211 247 / 0.45);
}

.focus\:bg-primary-30\/5:focus{
  background-color: rgb(126 211 247 / 0.05);
}

.focus\:bg-primary-30\/50:focus{
  background-color: rgb(126 211 247 / 0.5);
}

.focus\:bg-primary-30\/55:focus{
  background-color: rgb(126 211 247 / 0.55);
}

.focus\:bg-primary-30\/60:focus{
  background-color: rgb(126 211 247 / 0.6);
}

.focus\:bg-primary-30\/65:focus{
  background-color: rgb(126 211 247 / 0.65);
}

.focus\:bg-primary-30\/70:focus{
  background-color: rgb(126 211 247 / 0.7);
}

.focus\:bg-primary-30\/75:focus{
  background-color: rgb(126 211 247 / 0.75);
}

.focus\:bg-primary-30\/80:focus{
  background-color: rgb(126 211 247 / 0.8);
}

.focus\:bg-primary-30\/85:focus{
  background-color: rgb(126 211 247 / 0.85);
}

.focus\:bg-primary-30\/90:focus{
  background-color: rgb(126 211 247 / 0.9);
}

.focus\:bg-primary-30\/95:focus{
  background-color: rgb(126 211 247 / 0.95);
}

.focus\:bg-primary-40:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-40\/0:focus{
  background-color: rgb(61 181 230 / 0);
}

.focus\:bg-primary-40\/10:focus{
  background-color: rgb(61 181 230 / 0.1);
}

.focus\:bg-primary-40\/100:focus{
  background-color: rgb(61 181 230 / 1);
}

.focus\:bg-primary-40\/15:focus{
  background-color: rgb(61 181 230 / 0.15);
}

.focus\:bg-primary-40\/20:focus{
  background-color: rgb(61 181 230 / 0.2);
}

.focus\:bg-primary-40\/25:focus{
  background-color: rgb(61 181 230 / 0.25);
}

.focus\:bg-primary-40\/30:focus{
  background-color: rgb(61 181 230 / 0.3);
}

.focus\:bg-primary-40\/35:focus{
  background-color: rgb(61 181 230 / 0.35);
}

.focus\:bg-primary-40\/40:focus{
  background-color: rgb(61 181 230 / 0.4);
}

.focus\:bg-primary-40\/45:focus{
  background-color: rgb(61 181 230 / 0.45);
}

.focus\:bg-primary-40\/5:focus{
  background-color: rgb(61 181 230 / 0.05);
}

.focus\:bg-primary-40\/50:focus{
  background-color: rgb(61 181 230 / 0.5);
}

.focus\:bg-primary-40\/55:focus{
  background-color: rgb(61 181 230 / 0.55);
}

.focus\:bg-primary-40\/60:focus{
  background-color: rgb(61 181 230 / 0.6);
}

.focus\:bg-primary-40\/65:focus{
  background-color: rgb(61 181 230 / 0.65);
}

.focus\:bg-primary-40\/70:focus{
  background-color: rgb(61 181 230 / 0.7);
}

.focus\:bg-primary-40\/75:focus{
  background-color: rgb(61 181 230 / 0.75);
}

.focus\:bg-primary-40\/80:focus{
  background-color: rgb(61 181 230 / 0.8);
}

.focus\:bg-primary-40\/85:focus{
  background-color: rgb(61 181 230 / 0.85);
}

.focus\:bg-primary-40\/90:focus{
  background-color: rgb(61 181 230 / 0.9);
}

.focus\:bg-primary-40\/95:focus{
  background-color: rgb(61 181 230 / 0.95);
}

.focus\:bg-primary-5:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(240 252 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-5\/0:focus{
  background-color: rgb(240 252 255 / 0);
}

.focus\:bg-primary-5\/10:focus{
  background-color: rgb(240 252 255 / 0.1);
}

.focus\:bg-primary-5\/100:focus{
  background-color: rgb(240 252 255 / 1);
}

.focus\:bg-primary-5\/15:focus{
  background-color: rgb(240 252 255 / 0.15);
}

.focus\:bg-primary-5\/20:focus{
  background-color: rgb(240 252 255 / 0.2);
}

.focus\:bg-primary-5\/25:focus{
  background-color: rgb(240 252 255 / 0.25);
}

.focus\:bg-primary-5\/30:focus{
  background-color: rgb(240 252 255 / 0.3);
}

.focus\:bg-primary-5\/35:focus{
  background-color: rgb(240 252 255 / 0.35);
}

.focus\:bg-primary-5\/40:focus{
  background-color: rgb(240 252 255 / 0.4);
}

.focus\:bg-primary-5\/45:focus{
  background-color: rgb(240 252 255 / 0.45);
}

.focus\:bg-primary-5\/5:focus{
  background-color: rgb(240 252 255 / 0.05);
}

.focus\:bg-primary-5\/50:focus{
  background-color: rgb(240 252 255 / 0.5);
}

.focus\:bg-primary-5\/55:focus{
  background-color: rgb(240 252 255 / 0.55);
}

.focus\:bg-primary-5\/60:focus{
  background-color: rgb(240 252 255 / 0.6);
}

.focus\:bg-primary-5\/65:focus{
  background-color: rgb(240 252 255 / 0.65);
}

.focus\:bg-primary-5\/70:focus{
  background-color: rgb(240 252 255 / 0.7);
}

.focus\:bg-primary-5\/75:focus{
  background-color: rgb(240 252 255 / 0.75);
}

.focus\:bg-primary-5\/80:focus{
  background-color: rgb(240 252 255 / 0.8);
}

.focus\:bg-primary-5\/85:focus{
  background-color: rgb(240 252 255 / 0.85);
}

.focus\:bg-primary-5\/90:focus{
  background-color: rgb(240 252 255 / 0.9);
}

.focus\:bg-primary-5\/95:focus{
  background-color: rgb(240 252 255 / 0.95);
}

.focus\:bg-primary-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(4 156 204 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-50\/0:focus{
  background-color: rgb(4 156 204 / 0);
}

.focus\:bg-primary-50\/10:focus{
  background-color: rgb(4 156 204 / 0.1);
}

.focus\:bg-primary-50\/100:focus{
  background-color: rgb(4 156 204 / 1);
}

.focus\:bg-primary-50\/15:focus{
  background-color: rgb(4 156 204 / 0.15);
}

.focus\:bg-primary-50\/20:focus{
  background-color: rgb(4 156 204 / 0.2);
}

.focus\:bg-primary-50\/25:focus{
  background-color: rgb(4 156 204 / 0.25);
}

.focus\:bg-primary-50\/30:focus{
  background-color: rgb(4 156 204 / 0.3);
}

.focus\:bg-primary-50\/35:focus{
  background-color: rgb(4 156 204 / 0.35);
}

.focus\:bg-primary-50\/40:focus{
  background-color: rgb(4 156 204 / 0.4);
}

.focus\:bg-primary-50\/45:focus{
  background-color: rgb(4 156 204 / 0.45);
}

.focus\:bg-primary-50\/5:focus{
  background-color: rgb(4 156 204 / 0.05);
}

.focus\:bg-primary-50\/50:focus{
  background-color: rgb(4 156 204 / 0.5);
}

.focus\:bg-primary-50\/55:focus{
  background-color: rgb(4 156 204 / 0.55);
}

.focus\:bg-primary-50\/60:focus{
  background-color: rgb(4 156 204 / 0.6);
}

.focus\:bg-primary-50\/65:focus{
  background-color: rgb(4 156 204 / 0.65);
}

.focus\:bg-primary-50\/70:focus{
  background-color: rgb(4 156 204 / 0.7);
}

.focus\:bg-primary-50\/75:focus{
  background-color: rgb(4 156 204 / 0.75);
}

.focus\:bg-primary-50\/80:focus{
  background-color: rgb(4 156 204 / 0.8);
}

.focus\:bg-primary-50\/85:focus{
  background-color: rgb(4 156 204 / 0.85);
}

.focus\:bg-primary-50\/90:focus{
  background-color: rgb(4 156 204 / 0.9);
}

.focus\:bg-primary-50\/95:focus{
  background-color: rgb(4 156 204 / 0.95);
}

.focus\:bg-primary-60:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 176 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-60\/0:focus{
  background-color: rgb(0 127 176 / 0);
}

.focus\:bg-primary-60\/10:focus{
  background-color: rgb(0 127 176 / 0.1);
}

.focus\:bg-primary-60\/100:focus{
  background-color: rgb(0 127 176 / 1);
}

.focus\:bg-primary-60\/15:focus{
  background-color: rgb(0 127 176 / 0.15);
}

.focus\:bg-primary-60\/20:focus{
  background-color: rgb(0 127 176 / 0.2);
}

.focus\:bg-primary-60\/25:focus{
  background-color: rgb(0 127 176 / 0.25);
}

.focus\:bg-primary-60\/30:focus{
  background-color: rgb(0 127 176 / 0.3);
}

.focus\:bg-primary-60\/35:focus{
  background-color: rgb(0 127 176 / 0.35);
}

.focus\:bg-primary-60\/40:focus{
  background-color: rgb(0 127 176 / 0.4);
}

.focus\:bg-primary-60\/45:focus{
  background-color: rgb(0 127 176 / 0.45);
}

.focus\:bg-primary-60\/5:focus{
  background-color: rgb(0 127 176 / 0.05);
}

.focus\:bg-primary-60\/50:focus{
  background-color: rgb(0 127 176 / 0.5);
}

.focus\:bg-primary-60\/55:focus{
  background-color: rgb(0 127 176 / 0.55);
}

.focus\:bg-primary-60\/60:focus{
  background-color: rgb(0 127 176 / 0.6);
}

.focus\:bg-primary-60\/65:focus{
  background-color: rgb(0 127 176 / 0.65);
}

.focus\:bg-primary-60\/70:focus{
  background-color: rgb(0 127 176 / 0.7);
}

.focus\:bg-primary-60\/75:focus{
  background-color: rgb(0 127 176 / 0.75);
}

.focus\:bg-primary-60\/80:focus{
  background-color: rgb(0 127 176 / 0.8);
}

.focus\:bg-primary-60\/85:focus{
  background-color: rgb(0 127 176 / 0.85);
}

.focus\:bg-primary-60\/90:focus{
  background-color: rgb(0 127 176 / 0.9);
}

.focus\:bg-primary-60\/95:focus{
  background-color: rgb(0 127 176 / 0.95);
}

.focus\:bg-primary-70:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 136 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-70\/0:focus{
  background-color: rgb(0 102 136 / 0);
}

.focus\:bg-primary-70\/10:focus{
  background-color: rgb(0 102 136 / 0.1);
}

.focus\:bg-primary-70\/100:focus{
  background-color: rgb(0 102 136 / 1);
}

.focus\:bg-primary-70\/15:focus{
  background-color: rgb(0 102 136 / 0.15);
}

.focus\:bg-primary-70\/20:focus{
  background-color: rgb(0 102 136 / 0.2);
}

.focus\:bg-primary-70\/25:focus{
  background-color: rgb(0 102 136 / 0.25);
}

.focus\:bg-primary-70\/30:focus{
  background-color: rgb(0 102 136 / 0.3);
}

.focus\:bg-primary-70\/35:focus{
  background-color: rgb(0 102 136 / 0.35);
}

.focus\:bg-primary-70\/40:focus{
  background-color: rgb(0 102 136 / 0.4);
}

.focus\:bg-primary-70\/45:focus{
  background-color: rgb(0 102 136 / 0.45);
}

.focus\:bg-primary-70\/5:focus{
  background-color: rgb(0 102 136 / 0.05);
}

.focus\:bg-primary-70\/50:focus{
  background-color: rgb(0 102 136 / 0.5);
}

.focus\:bg-primary-70\/55:focus{
  background-color: rgb(0 102 136 / 0.55);
}

.focus\:bg-primary-70\/60:focus{
  background-color: rgb(0 102 136 / 0.6);
}

.focus\:bg-primary-70\/65:focus{
  background-color: rgb(0 102 136 / 0.65);
}

.focus\:bg-primary-70\/70:focus{
  background-color: rgb(0 102 136 / 0.7);
}

.focus\:bg-primary-70\/75:focus{
  background-color: rgb(0 102 136 / 0.75);
}

.focus\:bg-primary-70\/80:focus{
  background-color: rgb(0 102 136 / 0.8);
}

.focus\:bg-primary-70\/85:focus{
  background-color: rgb(0 102 136 / 0.85);
}

.focus\:bg-primary-70\/90:focus{
  background-color: rgb(0 102 136 / 0.9);
}

.focus\:bg-primary-70\/95:focus{
  background-color: rgb(0 102 136 / 0.95);
}

.focus\:bg-primary-80:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 104 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-80\/0:focus{
  background-color: rgb(0 77 104 / 0);
}

.focus\:bg-primary-80\/10:focus{
  background-color: rgb(0 77 104 / 0.1);
}

.focus\:bg-primary-80\/100:focus{
  background-color: rgb(0 77 104 / 1);
}

.focus\:bg-primary-80\/15:focus{
  background-color: rgb(0 77 104 / 0.15);
}

.focus\:bg-primary-80\/20:focus{
  background-color: rgb(0 77 104 / 0.2);
}

.focus\:bg-primary-80\/25:focus{
  background-color: rgb(0 77 104 / 0.25);
}

.focus\:bg-primary-80\/30:focus{
  background-color: rgb(0 77 104 / 0.3);
}

.focus\:bg-primary-80\/35:focus{
  background-color: rgb(0 77 104 / 0.35);
}

.focus\:bg-primary-80\/40:focus{
  background-color: rgb(0 77 104 / 0.4);
}

.focus\:bg-primary-80\/45:focus{
  background-color: rgb(0 77 104 / 0.45);
}

.focus\:bg-primary-80\/5:focus{
  background-color: rgb(0 77 104 / 0.05);
}

.focus\:bg-primary-80\/50:focus{
  background-color: rgb(0 77 104 / 0.5);
}

.focus\:bg-primary-80\/55:focus{
  background-color: rgb(0 77 104 / 0.55);
}

.focus\:bg-primary-80\/60:focus{
  background-color: rgb(0 77 104 / 0.6);
}

.focus\:bg-primary-80\/65:focus{
  background-color: rgb(0 77 104 / 0.65);
}

.focus\:bg-primary-80\/70:focus{
  background-color: rgb(0 77 104 / 0.7);
}

.focus\:bg-primary-80\/75:focus{
  background-color: rgb(0 77 104 / 0.75);
}

.focus\:bg-primary-80\/80:focus{
  background-color: rgb(0 77 104 / 0.8);
}

.focus\:bg-primary-80\/85:focus{
  background-color: rgb(0 77 104 / 0.85);
}

.focus\:bg-primary-80\/90:focus{
  background-color: rgb(0 77 104 / 0.9);
}

.focus\:bg-primary-80\/95:focus{
  background-color: rgb(0 77 104 / 0.95);
}

.focus\:bg-primary-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 73 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-90\/0:focus{
  background-color: rgb(0 53 73 / 0);
}

.focus\:bg-primary-90\/10:focus{
  background-color: rgb(0 53 73 / 0.1);
}

.focus\:bg-primary-90\/100:focus{
  background-color: rgb(0 53 73 / 1);
}

.focus\:bg-primary-90\/15:focus{
  background-color: rgb(0 53 73 / 0.15);
}

.focus\:bg-primary-90\/20:focus{
  background-color: rgb(0 53 73 / 0.2);
}

.focus\:bg-primary-90\/25:focus{
  background-color: rgb(0 53 73 / 0.25);
}

.focus\:bg-primary-90\/30:focus{
  background-color: rgb(0 53 73 / 0.3);
}

.focus\:bg-primary-90\/35:focus{
  background-color: rgb(0 53 73 / 0.35);
}

.focus\:bg-primary-90\/40:focus{
  background-color: rgb(0 53 73 / 0.4);
}

.focus\:bg-primary-90\/45:focus{
  background-color: rgb(0 53 73 / 0.45);
}

.focus\:bg-primary-90\/5:focus{
  background-color: rgb(0 53 73 / 0.05);
}

.focus\:bg-primary-90\/50:focus{
  background-color: rgb(0 53 73 / 0.5);
}

.focus\:bg-primary-90\/55:focus{
  background-color: rgb(0 53 73 / 0.55);
}

.focus\:bg-primary-90\/60:focus{
  background-color: rgb(0 53 73 / 0.6);
}

.focus\:bg-primary-90\/65:focus{
  background-color: rgb(0 53 73 / 0.65);
}

.focus\:bg-primary-90\/70:focus{
  background-color: rgb(0 53 73 / 0.7);
}

.focus\:bg-primary-90\/75:focus{
  background-color: rgb(0 53 73 / 0.75);
}

.focus\:bg-primary-90\/80:focus{
  background-color: rgb(0 53 73 / 0.8);
}

.focus\:bg-primary-90\/85:focus{
  background-color: rgb(0 53 73 / 0.85);
}

.focus\:bg-primary-90\/90:focus{
  background-color: rgb(0 53 73 / 0.9);
}

.focus\:bg-primary-90\/95:focus{
  background-color: rgb(0 53 73 / 0.95);
}

.focus\:bg-secondary-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 241 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-10\/0:focus{
  background-color: rgb(253 232 241 / 0);
}

.focus\:bg-secondary-10\/10:focus{
  background-color: rgb(253 232 241 / 0.1);
}

.focus\:bg-secondary-10\/100:focus{
  background-color: rgb(253 232 241 / 1);
}

.focus\:bg-secondary-10\/15:focus{
  background-color: rgb(253 232 241 / 0.15);
}

.focus\:bg-secondary-10\/20:focus{
  background-color: rgb(253 232 241 / 0.2);
}

.focus\:bg-secondary-10\/25:focus{
  background-color: rgb(253 232 241 / 0.25);
}

.focus\:bg-secondary-10\/30:focus{
  background-color: rgb(253 232 241 / 0.3);
}

.focus\:bg-secondary-10\/35:focus{
  background-color: rgb(253 232 241 / 0.35);
}

.focus\:bg-secondary-10\/40:focus{
  background-color: rgb(253 232 241 / 0.4);
}

.focus\:bg-secondary-10\/45:focus{
  background-color: rgb(253 232 241 / 0.45);
}

.focus\:bg-secondary-10\/5:focus{
  background-color: rgb(253 232 241 / 0.05);
}

.focus\:bg-secondary-10\/50:focus{
  background-color: rgb(253 232 241 / 0.5);
}

.focus\:bg-secondary-10\/55:focus{
  background-color: rgb(253 232 241 / 0.55);
}

.focus\:bg-secondary-10\/60:focus{
  background-color: rgb(253 232 241 / 0.6);
}

.focus\:bg-secondary-10\/65:focus{
  background-color: rgb(253 232 241 / 0.65);
}

.focus\:bg-secondary-10\/70:focus{
  background-color: rgb(253 232 241 / 0.7);
}

.focus\:bg-secondary-10\/75:focus{
  background-color: rgb(253 232 241 / 0.75);
}

.focus\:bg-secondary-10\/80:focus{
  background-color: rgb(253 232 241 / 0.8);
}

.focus\:bg-secondary-10\/85:focus{
  background-color: rgb(253 232 241 / 0.85);
}

.focus\:bg-secondary-10\/90:focus{
  background-color: rgb(253 232 241 / 0.9);
}

.focus\:bg-secondary-10\/95:focus{
  background-color: rgb(253 232 241 / 0.95);
}

.focus\:bg-secondary-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(62 0 32 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-100\/0:focus{
  background-color: rgb(62 0 32 / 0);
}

.focus\:bg-secondary-100\/10:focus{
  background-color: rgb(62 0 32 / 0.1);
}

.focus\:bg-secondary-100\/100:focus{
  background-color: rgb(62 0 32 / 1);
}

.focus\:bg-secondary-100\/15:focus{
  background-color: rgb(62 0 32 / 0.15);
}

.focus\:bg-secondary-100\/20:focus{
  background-color: rgb(62 0 32 / 0.2);
}

.focus\:bg-secondary-100\/25:focus{
  background-color: rgb(62 0 32 / 0.25);
}

.focus\:bg-secondary-100\/30:focus{
  background-color: rgb(62 0 32 / 0.3);
}

.focus\:bg-secondary-100\/35:focus{
  background-color: rgb(62 0 32 / 0.35);
}

.focus\:bg-secondary-100\/40:focus{
  background-color: rgb(62 0 32 / 0.4);
}

.focus\:bg-secondary-100\/45:focus{
  background-color: rgb(62 0 32 / 0.45);
}

.focus\:bg-secondary-100\/5:focus{
  background-color: rgb(62 0 32 / 0.05);
}

.focus\:bg-secondary-100\/50:focus{
  background-color: rgb(62 0 32 / 0.5);
}

.focus\:bg-secondary-100\/55:focus{
  background-color: rgb(62 0 32 / 0.55);
}

.focus\:bg-secondary-100\/60:focus{
  background-color: rgb(62 0 32 / 0.6);
}

.focus\:bg-secondary-100\/65:focus{
  background-color: rgb(62 0 32 / 0.65);
}

.focus\:bg-secondary-100\/70:focus{
  background-color: rgb(62 0 32 / 0.7);
}

.focus\:bg-secondary-100\/75:focus{
  background-color: rgb(62 0 32 / 0.75);
}

.focus\:bg-secondary-100\/80:focus{
  background-color: rgb(62 0 32 / 0.8);
}

.focus\:bg-secondary-100\/85:focus{
  background-color: rgb(62 0 32 / 0.85);
}

.focus\:bg-secondary-100\/90:focus{
  background-color: rgb(62 0 32 / 0.9);
}

.focus\:bg-secondary-100\/95:focus{
  background-color: rgb(62 0 32 / 0.95);
}

.focus\:bg-secondary-20:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 209 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-20\/0:focus{
  background-color: rgb(255 175 209 / 0);
}

.focus\:bg-secondary-20\/10:focus{
  background-color: rgb(255 175 209 / 0.1);
}

.focus\:bg-secondary-20\/100:focus{
  background-color: rgb(255 175 209 / 1);
}

.focus\:bg-secondary-20\/15:focus{
  background-color: rgb(255 175 209 / 0.15);
}

.focus\:bg-secondary-20\/20:focus{
  background-color: rgb(255 175 209 / 0.2);
}

.focus\:bg-secondary-20\/25:focus{
  background-color: rgb(255 175 209 / 0.25);
}

.focus\:bg-secondary-20\/30:focus{
  background-color: rgb(255 175 209 / 0.3);
}

.focus\:bg-secondary-20\/35:focus{
  background-color: rgb(255 175 209 / 0.35);
}

.focus\:bg-secondary-20\/40:focus{
  background-color: rgb(255 175 209 / 0.4);
}

.focus\:bg-secondary-20\/45:focus{
  background-color: rgb(255 175 209 / 0.45);
}

.focus\:bg-secondary-20\/5:focus{
  background-color: rgb(255 175 209 / 0.05);
}

.focus\:bg-secondary-20\/50:focus{
  background-color: rgb(255 175 209 / 0.5);
}

.focus\:bg-secondary-20\/55:focus{
  background-color: rgb(255 175 209 / 0.55);
}

.focus\:bg-secondary-20\/60:focus{
  background-color: rgb(255 175 209 / 0.6);
}

.focus\:bg-secondary-20\/65:focus{
  background-color: rgb(255 175 209 / 0.65);
}

.focus\:bg-secondary-20\/70:focus{
  background-color: rgb(255 175 209 / 0.7);
}

.focus\:bg-secondary-20\/75:focus{
  background-color: rgb(255 175 209 / 0.75);
}

.focus\:bg-secondary-20\/80:focus{
  background-color: rgb(255 175 209 / 0.8);
}

.focus\:bg-secondary-20\/85:focus{
  background-color: rgb(255 175 209 / 0.85);
}

.focus\:bg-secondary-20\/90:focus{
  background-color: rgb(255 175 209 / 0.9);
}

.focus\:bg-secondary-20\/95:focus{
  background-color: rgb(255 175 209 / 0.95);
}

.focus\:bg-secondary-30:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 183 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-30\/0:focus{
  background-color: rgb(255 130 183 / 0);
}

.focus\:bg-secondary-30\/10:focus{
  background-color: rgb(255 130 183 / 0.1);
}

.focus\:bg-secondary-30\/100:focus{
  background-color: rgb(255 130 183 / 1);
}

.focus\:bg-secondary-30\/15:focus{
  background-color: rgb(255 130 183 / 0.15);
}

.focus\:bg-secondary-30\/20:focus{
  background-color: rgb(255 130 183 / 0.2);
}

.focus\:bg-secondary-30\/25:focus{
  background-color: rgb(255 130 183 / 0.25);
}

.focus\:bg-secondary-30\/30:focus{
  background-color: rgb(255 130 183 / 0.3);
}

.focus\:bg-secondary-30\/35:focus{
  background-color: rgb(255 130 183 / 0.35);
}

.focus\:bg-secondary-30\/40:focus{
  background-color: rgb(255 130 183 / 0.4);
}

.focus\:bg-secondary-30\/45:focus{
  background-color: rgb(255 130 183 / 0.45);
}

.focus\:bg-secondary-30\/5:focus{
  background-color: rgb(255 130 183 / 0.05);
}

.focus\:bg-secondary-30\/50:focus{
  background-color: rgb(255 130 183 / 0.5);
}

.focus\:bg-secondary-30\/55:focus{
  background-color: rgb(255 130 183 / 0.55);
}

.focus\:bg-secondary-30\/60:focus{
  background-color: rgb(255 130 183 / 0.6);
}

.focus\:bg-secondary-30\/65:focus{
  background-color: rgb(255 130 183 / 0.65);
}

.focus\:bg-secondary-30\/70:focus{
  background-color: rgb(255 130 183 / 0.7);
}

.focus\:bg-secondary-30\/75:focus{
  background-color: rgb(255 130 183 / 0.75);
}

.focus\:bg-secondary-30\/80:focus{
  background-color: rgb(255 130 183 / 0.8);
}

.focus\:bg-secondary-30\/85:focus{
  background-color: rgb(255 130 183 / 0.85);
}

.focus\:bg-secondary-30\/90:focus{
  background-color: rgb(255 130 183 / 0.9);
}

.focus\:bg-secondary-30\/95:focus{
  background-color: rgb(255 130 183 / 0.95);
}

.focus\:bg-secondary-40:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 195 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-40\/0:focus{
  background-color: rgb(255 97 195 / 0);
}

.focus\:bg-secondary-40\/10:focus{
  background-color: rgb(255 97 195 / 0.1);
}

.focus\:bg-secondary-40\/100:focus{
  background-color: rgb(255 97 195 / 1);
}

.focus\:bg-secondary-40\/15:focus{
  background-color: rgb(255 97 195 / 0.15);
}

.focus\:bg-secondary-40\/20:focus{
  background-color: rgb(255 97 195 / 0.2);
}

.focus\:bg-secondary-40\/25:focus{
  background-color: rgb(255 97 195 / 0.25);
}

.focus\:bg-secondary-40\/30:focus{
  background-color: rgb(255 97 195 / 0.3);
}

.focus\:bg-secondary-40\/35:focus{
  background-color: rgb(255 97 195 / 0.35);
}

.focus\:bg-secondary-40\/40:focus{
  background-color: rgb(255 97 195 / 0.4);
}

.focus\:bg-secondary-40\/45:focus{
  background-color: rgb(255 97 195 / 0.45);
}

.focus\:bg-secondary-40\/5:focus{
  background-color: rgb(255 97 195 / 0.05);
}

.focus\:bg-secondary-40\/50:focus{
  background-color: rgb(255 97 195 / 0.5);
}

.focus\:bg-secondary-40\/55:focus{
  background-color: rgb(255 97 195 / 0.55);
}

.focus\:bg-secondary-40\/60:focus{
  background-color: rgb(255 97 195 / 0.6);
}

.focus\:bg-secondary-40\/65:focus{
  background-color: rgb(255 97 195 / 0.65);
}

.focus\:bg-secondary-40\/70:focus{
  background-color: rgb(255 97 195 / 0.7);
}

.focus\:bg-secondary-40\/75:focus{
  background-color: rgb(255 97 195 / 0.75);
}

.focus\:bg-secondary-40\/80:focus{
  background-color: rgb(255 97 195 / 0.8);
}

.focus\:bg-secondary-40\/85:focus{
  background-color: rgb(255 97 195 / 0.85);
}

.focus\:bg-secondary-40\/90:focus{
  background-color: rgb(255 97 195 / 0.9);
}

.focus\:bg-secondary-40\/95:focus{
  background-color: rgb(255 97 195 / 0.95);
}

.focus\:bg-secondary-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 163 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-50\/0:focus{
  background-color: rgb(255 69 163 / 0);
}

.focus\:bg-secondary-50\/10:focus{
  background-color: rgb(255 69 163 / 0.1);
}

.focus\:bg-secondary-50\/100:focus{
  background-color: rgb(255 69 163 / 1);
}

.focus\:bg-secondary-50\/15:focus{
  background-color: rgb(255 69 163 / 0.15);
}

.focus\:bg-secondary-50\/20:focus{
  background-color: rgb(255 69 163 / 0.2);
}

.focus\:bg-secondary-50\/25:focus{
  background-color: rgb(255 69 163 / 0.25);
}

.focus\:bg-secondary-50\/30:focus{
  background-color: rgb(255 69 163 / 0.3);
}

.focus\:bg-secondary-50\/35:focus{
  background-color: rgb(255 69 163 / 0.35);
}

.focus\:bg-secondary-50\/40:focus{
  background-color: rgb(255 69 163 / 0.4);
}

.focus\:bg-secondary-50\/45:focus{
  background-color: rgb(255 69 163 / 0.45);
}

.focus\:bg-secondary-50\/5:focus{
  background-color: rgb(255 69 163 / 0.05);
}

.focus\:bg-secondary-50\/50:focus{
  background-color: rgb(255 69 163 / 0.5);
}

.focus\:bg-secondary-50\/55:focus{
  background-color: rgb(255 69 163 / 0.55);
}

.focus\:bg-secondary-50\/60:focus{
  background-color: rgb(255 69 163 / 0.6);
}

.focus\:bg-secondary-50\/65:focus{
  background-color: rgb(255 69 163 / 0.65);
}

.focus\:bg-secondary-50\/70:focus{
  background-color: rgb(255 69 163 / 0.7);
}

.focus\:bg-secondary-50\/75:focus{
  background-color: rgb(255 69 163 / 0.75);
}

.focus\:bg-secondary-50\/80:focus{
  background-color: rgb(255 69 163 / 0.8);
}

.focus\:bg-secondary-50\/85:focus{
  background-color: rgb(255 69 163 / 0.85);
}

.focus\:bg-secondary-50\/90:focus{
  background-color: rgb(255 69 163 / 0.9);
}

.focus\:bg-secondary-50\/95:focus{
  background-color: rgb(255 69 163 / 0.95);
}

.focus\:bg-secondary-60:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-60\/0:focus{
  background-color: rgb(236 0 140 / 0);
}

.focus\:bg-secondary-60\/10:focus{
  background-color: rgb(236 0 140 / 0.1);
}

.focus\:bg-secondary-60\/100:focus{
  background-color: rgb(236 0 140 / 1);
}

.focus\:bg-secondary-60\/15:focus{
  background-color: rgb(236 0 140 / 0.15);
}

.focus\:bg-secondary-60\/20:focus{
  background-color: rgb(236 0 140 / 0.2);
}

.focus\:bg-secondary-60\/25:focus{
  background-color: rgb(236 0 140 / 0.25);
}

.focus\:bg-secondary-60\/30:focus{
  background-color: rgb(236 0 140 / 0.3);
}

.focus\:bg-secondary-60\/35:focus{
  background-color: rgb(236 0 140 / 0.35);
}

.focus\:bg-secondary-60\/40:focus{
  background-color: rgb(236 0 140 / 0.4);
}

.focus\:bg-secondary-60\/45:focus{
  background-color: rgb(236 0 140 / 0.45);
}

.focus\:bg-secondary-60\/5:focus{
  background-color: rgb(236 0 140 / 0.05);
}

.focus\:bg-secondary-60\/50:focus{
  background-color: rgb(236 0 140 / 0.5);
}

.focus\:bg-secondary-60\/55:focus{
  background-color: rgb(236 0 140 / 0.55);
}

.focus\:bg-secondary-60\/60:focus{
  background-color: rgb(236 0 140 / 0.6);
}

.focus\:bg-secondary-60\/65:focus{
  background-color: rgb(236 0 140 / 0.65);
}

.focus\:bg-secondary-60\/70:focus{
  background-color: rgb(236 0 140 / 0.7);
}

.focus\:bg-secondary-60\/75:focus{
  background-color: rgb(236 0 140 / 0.75);
}

.focus\:bg-secondary-60\/80:focus{
  background-color: rgb(236 0 140 / 0.8);
}

.focus\:bg-secondary-60\/85:focus{
  background-color: rgb(236 0 140 / 0.85);
}

.focus\:bg-secondary-60\/90:focus{
  background-color: rgb(236 0 140 / 0.9);
}

.focus\:bg-secondary-60\/95:focus{
  background-color: rgb(236 0 140 / 0.95);
}

.focus\:bg-secondary-70:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(182 0 113 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-70\/0:focus{
  background-color: rgb(182 0 113 / 0);
}

.focus\:bg-secondary-70\/10:focus{
  background-color: rgb(182 0 113 / 0.1);
}

.focus\:bg-secondary-70\/100:focus{
  background-color: rgb(182 0 113 / 1);
}

.focus\:bg-secondary-70\/15:focus{
  background-color: rgb(182 0 113 / 0.15);
}

.focus\:bg-secondary-70\/20:focus{
  background-color: rgb(182 0 113 / 0.2);
}

.focus\:bg-secondary-70\/25:focus{
  background-color: rgb(182 0 113 / 0.25);
}

.focus\:bg-secondary-70\/30:focus{
  background-color: rgb(182 0 113 / 0.3);
}

.focus\:bg-secondary-70\/35:focus{
  background-color: rgb(182 0 113 / 0.35);
}

.focus\:bg-secondary-70\/40:focus{
  background-color: rgb(182 0 113 / 0.4);
}

.focus\:bg-secondary-70\/45:focus{
  background-color: rgb(182 0 113 / 0.45);
}

.focus\:bg-secondary-70\/5:focus{
  background-color: rgb(182 0 113 / 0.05);
}

.focus\:bg-secondary-70\/50:focus{
  background-color: rgb(182 0 113 / 0.5);
}

.focus\:bg-secondary-70\/55:focus{
  background-color: rgb(182 0 113 / 0.55);
}

.focus\:bg-secondary-70\/60:focus{
  background-color: rgb(182 0 113 / 0.6);
}

.focus\:bg-secondary-70\/65:focus{
  background-color: rgb(182 0 113 / 0.65);
}

.focus\:bg-secondary-70\/70:focus{
  background-color: rgb(182 0 113 / 0.7);
}

.focus\:bg-secondary-70\/75:focus{
  background-color: rgb(182 0 113 / 0.75);
}

.focus\:bg-secondary-70\/80:focus{
  background-color: rgb(182 0 113 / 0.8);
}

.focus\:bg-secondary-70\/85:focus{
  background-color: rgb(182 0 113 / 0.85);
}

.focus\:bg-secondary-70\/90:focus{
  background-color: rgb(182 0 113 / 0.9);
}

.focus\:bg-secondary-70\/95:focus{
  background-color: rgb(182 0 113 / 0.95);
}

.focus\:bg-secondary-80:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(140 0 86 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-80\/0:focus{
  background-color: rgb(140 0 86 / 0);
}

.focus\:bg-secondary-80\/10:focus{
  background-color: rgb(140 0 86 / 0.1);
}

.focus\:bg-secondary-80\/100:focus{
  background-color: rgb(140 0 86 / 1);
}

.focus\:bg-secondary-80\/15:focus{
  background-color: rgb(140 0 86 / 0.15);
}

.focus\:bg-secondary-80\/20:focus{
  background-color: rgb(140 0 86 / 0.2);
}

.focus\:bg-secondary-80\/25:focus{
  background-color: rgb(140 0 86 / 0.25);
}

.focus\:bg-secondary-80\/30:focus{
  background-color: rgb(140 0 86 / 0.3);
}

.focus\:bg-secondary-80\/35:focus{
  background-color: rgb(140 0 86 / 0.35);
}

.focus\:bg-secondary-80\/40:focus{
  background-color: rgb(140 0 86 / 0.4);
}

.focus\:bg-secondary-80\/45:focus{
  background-color: rgb(140 0 86 / 0.45);
}

.focus\:bg-secondary-80\/5:focus{
  background-color: rgb(140 0 86 / 0.05);
}

.focus\:bg-secondary-80\/50:focus{
  background-color: rgb(140 0 86 / 0.5);
}

.focus\:bg-secondary-80\/55:focus{
  background-color: rgb(140 0 86 / 0.55);
}

.focus\:bg-secondary-80\/60:focus{
  background-color: rgb(140 0 86 / 0.6);
}

.focus\:bg-secondary-80\/65:focus{
  background-color: rgb(140 0 86 / 0.65);
}

.focus\:bg-secondary-80\/70:focus{
  background-color: rgb(140 0 86 / 0.7);
}

.focus\:bg-secondary-80\/75:focus{
  background-color: rgb(140 0 86 / 0.75);
}

.focus\:bg-secondary-80\/80:focus{
  background-color: rgb(140 0 86 / 0.8);
}

.focus\:bg-secondary-80\/85:focus{
  background-color: rgb(140 0 86 / 0.85);
}

.focus\:bg-secondary-80\/90:focus{
  background-color: rgb(140 0 86 / 0.9);
}

.focus\:bg-secondary-80\/95:focus{
  background-color: rgb(140 0 86 / 0.95);
}

.focus\:bg-secondary-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(99 0 59 / var(--tw-bg-opacity, 1));
}

.focus\:bg-secondary-90\/0:focus{
  background-color: rgb(99 0 59 / 0);
}

.focus\:bg-secondary-90\/10:focus{
  background-color: rgb(99 0 59 / 0.1);
}

.focus\:bg-secondary-90\/100:focus{
  background-color: rgb(99 0 59 / 1);
}

.focus\:bg-secondary-90\/15:focus{
  background-color: rgb(99 0 59 / 0.15);
}

.focus\:bg-secondary-90\/20:focus{
  background-color: rgb(99 0 59 / 0.2);
}

.focus\:bg-secondary-90\/25:focus{
  background-color: rgb(99 0 59 / 0.25);
}

.focus\:bg-secondary-90\/30:focus{
  background-color: rgb(99 0 59 / 0.3);
}

.focus\:bg-secondary-90\/35:focus{
  background-color: rgb(99 0 59 / 0.35);
}

.focus\:bg-secondary-90\/40:focus{
  background-color: rgb(99 0 59 / 0.4);
}

.focus\:bg-secondary-90\/45:focus{
  background-color: rgb(99 0 59 / 0.45);
}

.focus\:bg-secondary-90\/5:focus{
  background-color: rgb(99 0 59 / 0.05);
}

.focus\:bg-secondary-90\/50:focus{
  background-color: rgb(99 0 59 / 0.5);
}

.focus\:bg-secondary-90\/55:focus{
  background-color: rgb(99 0 59 / 0.55);
}

.focus\:bg-secondary-90\/60:focus{
  background-color: rgb(99 0 59 / 0.6);
}

.focus\:bg-secondary-90\/65:focus{
  background-color: rgb(99 0 59 / 0.65);
}

.focus\:bg-secondary-90\/70:focus{
  background-color: rgb(99 0 59 / 0.7);
}

.focus\:bg-secondary-90\/75:focus{
  background-color: rgb(99 0 59 / 0.75);
}

.focus\:bg-secondary-90\/80:focus{
  background-color: rgb(99 0 59 / 0.8);
}

.focus\:bg-secondary-90\/85:focus{
  background-color: rgb(99 0 59 / 0.85);
}

.focus\:bg-secondary-90\/90:focus{
  background-color: rgb(99 0 59 / 0.9);
}

.focus\:bg-secondary-90\/95:focus{
  background-color: rgb(99 0 59 / 0.95);
}

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

.focus\:bg-shade-black\/0:focus{
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-shade-black\/10:focus{
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-shade-black\/100:focus{
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-shade-black\/15:focus{
  background-color: rgb(0 0 0 / 0.15);
}

.focus\:bg-shade-black\/20:focus{
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-shade-black\/25:focus{
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-shade-black\/30:focus{
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-shade-black\/35:focus{
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-shade-black\/40:focus{
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-shade-black\/45:focus{
  background-color: rgb(0 0 0 / 0.45);
}

.focus\:bg-shade-black\/5:focus{
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-shade-black\/50:focus{
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-shade-black\/55:focus{
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-shade-black\/60:focus{
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-shade-black\/65:focus{
  background-color: rgb(0 0 0 / 0.65);
}

.focus\:bg-shade-black\/70:focus{
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-shade-black\/75:focus{
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-shade-black\/80:focus{
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-shade-black\/85:focus{
  background-color: rgb(0 0 0 / 0.85);
}

.focus\:bg-shade-black\/90:focus{
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-shade-black\/95:focus{
  background-color: rgb(0 0 0 / 0.95);
}

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

.focus\:bg-shade-white\/0:focus{
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-shade-white\/10:focus{
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-shade-white\/100:focus{
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-shade-white\/15:focus{
  background-color: rgb(255 255 255 / 0.15);
}

.focus\:bg-shade-white\/20:focus{
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-shade-white\/25:focus{
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-shade-white\/30:focus{
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-shade-white\/35:focus{
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-shade-white\/40:focus{
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-shade-white\/45:focus{
  background-color: rgb(255 255 255 / 0.45);
}

.focus\:bg-shade-white\/5:focus{
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-shade-white\/50:focus{
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-shade-white\/55:focus{
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-shade-white\/60:focus{
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-shade-white\/65:focus{
  background-color: rgb(255 255 255 / 0.65);
}

.focus\:bg-shade-white\/70:focus{
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-shade-white\/75:focus{
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-shade-white\/80:focus{
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-shade-white\/85:focus{
  background-color: rgb(255 255 255 / 0.85);
}

.focus\:bg-shade-white\/90:focus{
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-shade-white\/95:focus{
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-skynamo-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-blue\/0:focus{
  background-color: rgb(61 181 230 / 0);
}

.focus\:bg-skynamo-blue\/10:focus{
  background-color: rgb(61 181 230 / 0.1);
}

.focus\:bg-skynamo-blue\/100:focus{
  background-color: rgb(61 181 230 / 1);
}

.focus\:bg-skynamo-blue\/15:focus{
  background-color: rgb(61 181 230 / 0.15);
}

.focus\:bg-skynamo-blue\/20:focus{
  background-color: rgb(61 181 230 / 0.2);
}

.focus\:bg-skynamo-blue\/25:focus{
  background-color: rgb(61 181 230 / 0.25);
}

.focus\:bg-skynamo-blue\/30:focus{
  background-color: rgb(61 181 230 / 0.3);
}

.focus\:bg-skynamo-blue\/35:focus{
  background-color: rgb(61 181 230 / 0.35);
}

.focus\:bg-skynamo-blue\/40:focus{
  background-color: rgb(61 181 230 / 0.4);
}

.focus\:bg-skynamo-blue\/45:focus{
  background-color: rgb(61 181 230 / 0.45);
}

.focus\:bg-skynamo-blue\/5:focus{
  background-color: rgb(61 181 230 / 0.05);
}

.focus\:bg-skynamo-blue\/50:focus{
  background-color: rgb(61 181 230 / 0.5);
}

.focus\:bg-skynamo-blue\/55:focus{
  background-color: rgb(61 181 230 / 0.55);
}

.focus\:bg-skynamo-blue\/60:focus{
  background-color: rgb(61 181 230 / 0.6);
}

.focus\:bg-skynamo-blue\/65:focus{
  background-color: rgb(61 181 230 / 0.65);
}

.focus\:bg-skynamo-blue\/70:focus{
  background-color: rgb(61 181 230 / 0.7);
}

.focus\:bg-skynamo-blue\/75:focus{
  background-color: rgb(61 181 230 / 0.75);
}

.focus\:bg-skynamo-blue\/80:focus{
  background-color: rgb(61 181 230 / 0.8);
}

.focus\:bg-skynamo-blue\/85:focus{
  background-color: rgb(61 181 230 / 0.85);
}

.focus\:bg-skynamo-blue\/90:focus{
  background-color: rgb(61 181 230 / 0.9);
}

.focus\:bg-skynamo-blue\/95:focus{
  background-color: rgb(61 181 230 / 0.95);
}

.focus\:bg-skynamo-bright-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-bright-pink\/0:focus{
  background-color: rgb(236 0 140 / 0);
}

.focus\:bg-skynamo-bright-pink\/10:focus{
  background-color: rgb(236 0 140 / 0.1);
}

.focus\:bg-skynamo-bright-pink\/100:focus{
  background-color: rgb(236 0 140 / 1);
}

.focus\:bg-skynamo-bright-pink\/15:focus{
  background-color: rgb(236 0 140 / 0.15);
}

.focus\:bg-skynamo-bright-pink\/20:focus{
  background-color: rgb(236 0 140 / 0.2);
}

.focus\:bg-skynamo-bright-pink\/25:focus{
  background-color: rgb(236 0 140 / 0.25);
}

.focus\:bg-skynamo-bright-pink\/30:focus{
  background-color: rgb(236 0 140 / 0.3);
}

.focus\:bg-skynamo-bright-pink\/35:focus{
  background-color: rgb(236 0 140 / 0.35);
}

.focus\:bg-skynamo-bright-pink\/40:focus{
  background-color: rgb(236 0 140 / 0.4);
}

.focus\:bg-skynamo-bright-pink\/45:focus{
  background-color: rgb(236 0 140 / 0.45);
}

.focus\:bg-skynamo-bright-pink\/5:focus{
  background-color: rgb(236 0 140 / 0.05);
}

.focus\:bg-skynamo-bright-pink\/50:focus{
  background-color: rgb(236 0 140 / 0.5);
}

.focus\:bg-skynamo-bright-pink\/55:focus{
  background-color: rgb(236 0 140 / 0.55);
}

.focus\:bg-skynamo-bright-pink\/60:focus{
  background-color: rgb(236 0 140 / 0.6);
}

.focus\:bg-skynamo-bright-pink\/65:focus{
  background-color: rgb(236 0 140 / 0.65);
}

.focus\:bg-skynamo-bright-pink\/70:focus{
  background-color: rgb(236 0 140 / 0.7);
}

.focus\:bg-skynamo-bright-pink\/75:focus{
  background-color: rgb(236 0 140 / 0.75);
}

.focus\:bg-skynamo-bright-pink\/80:focus{
  background-color: rgb(236 0 140 / 0.8);
}

.focus\:bg-skynamo-bright-pink\/85:focus{
  background-color: rgb(236 0 140 / 0.85);
}

.focus\:bg-skynamo-bright-pink\/90:focus{
  background-color: rgb(236 0 140 / 0.9);
}

.focus\:bg-skynamo-bright-pink\/95:focus{
  background-color: rgb(236 0 140 / 0.95);
}

.focus\:bg-skynamo-bright-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-bright-purple\/0:focus{
  background-color: rgb(127 50 190 / 0);
}

.focus\:bg-skynamo-bright-purple\/10:focus{
  background-color: rgb(127 50 190 / 0.1);
}

.focus\:bg-skynamo-bright-purple\/100:focus{
  background-color: rgb(127 50 190 / 1);
}

.focus\:bg-skynamo-bright-purple\/15:focus{
  background-color: rgb(127 50 190 / 0.15);
}

.focus\:bg-skynamo-bright-purple\/20:focus{
  background-color: rgb(127 50 190 / 0.2);
}

.focus\:bg-skynamo-bright-purple\/25:focus{
  background-color: rgb(127 50 190 / 0.25);
}

.focus\:bg-skynamo-bright-purple\/30:focus{
  background-color: rgb(127 50 190 / 0.3);
}

.focus\:bg-skynamo-bright-purple\/35:focus{
  background-color: rgb(127 50 190 / 0.35);
}

.focus\:bg-skynamo-bright-purple\/40:focus{
  background-color: rgb(127 50 190 / 0.4);
}

.focus\:bg-skynamo-bright-purple\/45:focus{
  background-color: rgb(127 50 190 / 0.45);
}

.focus\:bg-skynamo-bright-purple\/5:focus{
  background-color: rgb(127 50 190 / 0.05);
}

.focus\:bg-skynamo-bright-purple\/50:focus{
  background-color: rgb(127 50 190 / 0.5);
}

.focus\:bg-skynamo-bright-purple\/55:focus{
  background-color: rgb(127 50 190 / 0.55);
}

.focus\:bg-skynamo-bright-purple\/60:focus{
  background-color: rgb(127 50 190 / 0.6);
}

.focus\:bg-skynamo-bright-purple\/65:focus{
  background-color: rgb(127 50 190 / 0.65);
}

.focus\:bg-skynamo-bright-purple\/70:focus{
  background-color: rgb(127 50 190 / 0.7);
}

.focus\:bg-skynamo-bright-purple\/75:focus{
  background-color: rgb(127 50 190 / 0.75);
}

.focus\:bg-skynamo-bright-purple\/80:focus{
  background-color: rgb(127 50 190 / 0.8);
}

.focus\:bg-skynamo-bright-purple\/85:focus{
  background-color: rgb(127 50 190 / 0.85);
}

.focus\:bg-skynamo-bright-purple\/90:focus{
  background-color: rgb(127 50 190 / 0.9);
}

.focus\:bg-skynamo-bright-purple\/95:focus{
  background-color: rgb(127 50 190 / 0.95);
}

.focus\:bg-skynamo-dark-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(29 0 52 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-dark-purple\/0:focus{
  background-color: rgb(29 0 52 / 0);
}

.focus\:bg-skynamo-dark-purple\/10:focus{
  background-color: rgb(29 0 52 / 0.1);
}

.focus\:bg-skynamo-dark-purple\/100:focus{
  background-color: rgb(29 0 52 / 1);
}

.focus\:bg-skynamo-dark-purple\/15:focus{
  background-color: rgb(29 0 52 / 0.15);
}

.focus\:bg-skynamo-dark-purple\/20:focus{
  background-color: rgb(29 0 52 / 0.2);
}

.focus\:bg-skynamo-dark-purple\/25:focus{
  background-color: rgb(29 0 52 / 0.25);
}

.focus\:bg-skynamo-dark-purple\/30:focus{
  background-color: rgb(29 0 52 / 0.3);
}

.focus\:bg-skynamo-dark-purple\/35:focus{
  background-color: rgb(29 0 52 / 0.35);
}

.focus\:bg-skynamo-dark-purple\/40:focus{
  background-color: rgb(29 0 52 / 0.4);
}

.focus\:bg-skynamo-dark-purple\/45:focus{
  background-color: rgb(29 0 52 / 0.45);
}

.focus\:bg-skynamo-dark-purple\/5:focus{
  background-color: rgb(29 0 52 / 0.05);
}

.focus\:bg-skynamo-dark-purple\/50:focus{
  background-color: rgb(29 0 52 / 0.5);
}

.focus\:bg-skynamo-dark-purple\/55:focus{
  background-color: rgb(29 0 52 / 0.55);
}

.focus\:bg-skynamo-dark-purple\/60:focus{
  background-color: rgb(29 0 52 / 0.6);
}

.focus\:bg-skynamo-dark-purple\/65:focus{
  background-color: rgb(29 0 52 / 0.65);
}

.focus\:bg-skynamo-dark-purple\/70:focus{
  background-color: rgb(29 0 52 / 0.7);
}

.focus\:bg-skynamo-dark-purple\/75:focus{
  background-color: rgb(29 0 52 / 0.75);
}

.focus\:bg-skynamo-dark-purple\/80:focus{
  background-color: rgb(29 0 52 / 0.8);
}

.focus\:bg-skynamo-dark-purple\/85:focus{
  background-color: rgb(29 0 52 / 0.85);
}

.focus\:bg-skynamo-dark-purple\/90:focus{
  background-color: rgb(29 0 52 / 0.9);
}

.focus\:bg-skynamo-dark-purple\/95:focus{
  background-color: rgb(29 0 52 / 0.95);
}

.focus\:bg-skynamo-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-gray\/0:focus{
  background-color: rgb(189 189 189 / 0);
}

.focus\:bg-skynamo-gray\/10:focus{
  background-color: rgb(189 189 189 / 0.1);
}

.focus\:bg-skynamo-gray\/100:focus{
  background-color: rgb(189 189 189 / 1);
}

.focus\:bg-skynamo-gray\/15:focus{
  background-color: rgb(189 189 189 / 0.15);
}

.focus\:bg-skynamo-gray\/20:focus{
  background-color: rgb(189 189 189 / 0.2);
}

.focus\:bg-skynamo-gray\/25:focus{
  background-color: rgb(189 189 189 / 0.25);
}

.focus\:bg-skynamo-gray\/30:focus{
  background-color: rgb(189 189 189 / 0.3);
}

.focus\:bg-skynamo-gray\/35:focus{
  background-color: rgb(189 189 189 / 0.35);
}

.focus\:bg-skynamo-gray\/40:focus{
  background-color: rgb(189 189 189 / 0.4);
}

.focus\:bg-skynamo-gray\/45:focus{
  background-color: rgb(189 189 189 / 0.45);
}

.focus\:bg-skynamo-gray\/5:focus{
  background-color: rgb(189 189 189 / 0.05);
}

.focus\:bg-skynamo-gray\/50:focus{
  background-color: rgb(189 189 189 / 0.5);
}

.focus\:bg-skynamo-gray\/55:focus{
  background-color: rgb(189 189 189 / 0.55);
}

.focus\:bg-skynamo-gray\/60:focus{
  background-color: rgb(189 189 189 / 0.6);
}

.focus\:bg-skynamo-gray\/65:focus{
  background-color: rgb(189 189 189 / 0.65);
}

.focus\:bg-skynamo-gray\/70:focus{
  background-color: rgb(189 189 189 / 0.7);
}

.focus\:bg-skynamo-gray\/75:focus{
  background-color: rgb(189 189 189 / 0.75);
}

.focus\:bg-skynamo-gray\/80:focus{
  background-color: rgb(189 189 189 / 0.8);
}

.focus\:bg-skynamo-gray\/85:focus{
  background-color: rgb(189 189 189 / 0.85);
}

.focus\:bg-skynamo-gray\/90:focus{
  background-color: rgb(189 189 189 / 0.9);
}

.focus\:bg-skynamo-gray\/95:focus{
  background-color: rgb(189 189 189 / 0.95);
}

.focus\:bg-skynamo-light-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 221 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-light-gray\/0:focus{
  background-color: rgb(226 225 221 / 0);
}

.focus\:bg-skynamo-light-gray\/10:focus{
  background-color: rgb(226 225 221 / 0.1);
}

.focus\:bg-skynamo-light-gray\/100:focus{
  background-color: rgb(226 225 221 / 1);
}

.focus\:bg-skynamo-light-gray\/15:focus{
  background-color: rgb(226 225 221 / 0.15);
}

.focus\:bg-skynamo-light-gray\/20:focus{
  background-color: rgb(226 225 221 / 0.2);
}

.focus\:bg-skynamo-light-gray\/25:focus{
  background-color: rgb(226 225 221 / 0.25);
}

.focus\:bg-skynamo-light-gray\/30:focus{
  background-color: rgb(226 225 221 / 0.3);
}

.focus\:bg-skynamo-light-gray\/35:focus{
  background-color: rgb(226 225 221 / 0.35);
}

.focus\:bg-skynamo-light-gray\/40:focus{
  background-color: rgb(226 225 221 / 0.4);
}

.focus\:bg-skynamo-light-gray\/45:focus{
  background-color: rgb(226 225 221 / 0.45);
}

.focus\:bg-skynamo-light-gray\/5:focus{
  background-color: rgb(226 225 221 / 0.05);
}

.focus\:bg-skynamo-light-gray\/50:focus{
  background-color: rgb(226 225 221 / 0.5);
}

.focus\:bg-skynamo-light-gray\/55:focus{
  background-color: rgb(226 225 221 / 0.55);
}

.focus\:bg-skynamo-light-gray\/60:focus{
  background-color: rgb(226 225 221 / 0.6);
}

.focus\:bg-skynamo-light-gray\/65:focus{
  background-color: rgb(226 225 221 / 0.65);
}

.focus\:bg-skynamo-light-gray\/70:focus{
  background-color: rgb(226 225 221 / 0.7);
}

.focus\:bg-skynamo-light-gray\/75:focus{
  background-color: rgb(226 225 221 / 0.75);
}

.focus\:bg-skynamo-light-gray\/80:focus{
  background-color: rgb(226 225 221 / 0.8);
}

.focus\:bg-skynamo-light-gray\/85:focus{
  background-color: rgb(226 225 221 / 0.85);
}

.focus\:bg-skynamo-light-gray\/90:focus{
  background-color: rgb(226 225 221 / 0.9);
}

.focus\:bg-skynamo-light-gray\/95:focus{
  background-color: rgb(226 225 221 / 0.95);
}

.focus\:bg-skynamo-mint:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(3 219 157 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-mint\/0:focus{
  background-color: rgb(3 219 157 / 0);
}

.focus\:bg-skynamo-mint\/10:focus{
  background-color: rgb(3 219 157 / 0.1);
}

.focus\:bg-skynamo-mint\/100:focus{
  background-color: rgb(3 219 157 / 1);
}

.focus\:bg-skynamo-mint\/15:focus{
  background-color: rgb(3 219 157 / 0.15);
}

.focus\:bg-skynamo-mint\/20:focus{
  background-color: rgb(3 219 157 / 0.2);
}

.focus\:bg-skynamo-mint\/25:focus{
  background-color: rgb(3 219 157 / 0.25);
}

.focus\:bg-skynamo-mint\/30:focus{
  background-color: rgb(3 219 157 / 0.3);
}

.focus\:bg-skynamo-mint\/35:focus{
  background-color: rgb(3 219 157 / 0.35);
}

.focus\:bg-skynamo-mint\/40:focus{
  background-color: rgb(3 219 157 / 0.4);
}

.focus\:bg-skynamo-mint\/45:focus{
  background-color: rgb(3 219 157 / 0.45);
}

.focus\:bg-skynamo-mint\/5:focus{
  background-color: rgb(3 219 157 / 0.05);
}

.focus\:bg-skynamo-mint\/50:focus{
  background-color: rgb(3 219 157 / 0.5);
}

.focus\:bg-skynamo-mint\/55:focus{
  background-color: rgb(3 219 157 / 0.55);
}

.focus\:bg-skynamo-mint\/60:focus{
  background-color: rgb(3 219 157 / 0.6);
}

.focus\:bg-skynamo-mint\/65:focus{
  background-color: rgb(3 219 157 / 0.65);
}

.focus\:bg-skynamo-mint\/70:focus{
  background-color: rgb(3 219 157 / 0.7);
}

.focus\:bg-skynamo-mint\/75:focus{
  background-color: rgb(3 219 157 / 0.75);
}

.focus\:bg-skynamo-mint\/80:focus{
  background-color: rgb(3 219 157 / 0.8);
}

.focus\:bg-skynamo-mint\/85:focus{
  background-color: rgb(3 219 157 / 0.85);
}

.focus\:bg-skynamo-mint\/90:focus{
  background-color: rgb(3 219 157 / 0.9);
}

.focus\:bg-skynamo-mint\/95:focus{
  background-color: rgb(3 219 157 / 0.95);
}

.focus\:bg-skynamo-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(241 116 32 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-orange\/0:focus{
  background-color: rgb(241 116 32 / 0);
}

.focus\:bg-skynamo-orange\/10:focus{
  background-color: rgb(241 116 32 / 0.1);
}

.focus\:bg-skynamo-orange\/100:focus{
  background-color: rgb(241 116 32 / 1);
}

.focus\:bg-skynamo-orange\/15:focus{
  background-color: rgb(241 116 32 / 0.15);
}

.focus\:bg-skynamo-orange\/20:focus{
  background-color: rgb(241 116 32 / 0.2);
}

.focus\:bg-skynamo-orange\/25:focus{
  background-color: rgb(241 116 32 / 0.25);
}

.focus\:bg-skynamo-orange\/30:focus{
  background-color: rgb(241 116 32 / 0.3);
}

.focus\:bg-skynamo-orange\/35:focus{
  background-color: rgb(241 116 32 / 0.35);
}

.focus\:bg-skynamo-orange\/40:focus{
  background-color: rgb(241 116 32 / 0.4);
}

.focus\:bg-skynamo-orange\/45:focus{
  background-color: rgb(241 116 32 / 0.45);
}

.focus\:bg-skynamo-orange\/5:focus{
  background-color: rgb(241 116 32 / 0.05);
}

.focus\:bg-skynamo-orange\/50:focus{
  background-color: rgb(241 116 32 / 0.5);
}

.focus\:bg-skynamo-orange\/55:focus{
  background-color: rgb(241 116 32 / 0.55);
}

.focus\:bg-skynamo-orange\/60:focus{
  background-color: rgb(241 116 32 / 0.6);
}

.focus\:bg-skynamo-orange\/65:focus{
  background-color: rgb(241 116 32 / 0.65);
}

.focus\:bg-skynamo-orange\/70:focus{
  background-color: rgb(241 116 32 / 0.7);
}

.focus\:bg-skynamo-orange\/75:focus{
  background-color: rgb(241 116 32 / 0.75);
}

.focus\:bg-skynamo-orange\/80:focus{
  background-color: rgb(241 116 32 / 0.8);
}

.focus\:bg-skynamo-orange\/85:focus{
  background-color: rgb(241 116 32 / 0.85);
}

.focus\:bg-skynamo-orange\/90:focus{
  background-color: rgb(241 116 32 / 0.9);
}

.focus\:bg-skynamo-orange\/95:focus{
  background-color: rgb(241 116 32 / 0.95);
}

.focus\:bg-skynamo-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-purple\/0:focus{
  background-color: rgb(61 17 82 / 0);
}

.focus\:bg-skynamo-purple\/10:focus{
  background-color: rgb(61 17 82 / 0.1);
}

.focus\:bg-skynamo-purple\/100:focus{
  background-color: rgb(61 17 82 / 1);
}

.focus\:bg-skynamo-purple\/15:focus{
  background-color: rgb(61 17 82 / 0.15);
}

.focus\:bg-skynamo-purple\/20:focus{
  background-color: rgb(61 17 82 / 0.2);
}

.focus\:bg-skynamo-purple\/25:focus{
  background-color: rgb(61 17 82 / 0.25);
}

.focus\:bg-skynamo-purple\/30:focus{
  background-color: rgb(61 17 82 / 0.3);
}

.focus\:bg-skynamo-purple\/35:focus{
  background-color: rgb(61 17 82 / 0.35);
}

.focus\:bg-skynamo-purple\/40:focus{
  background-color: rgb(61 17 82 / 0.4);
}

.focus\:bg-skynamo-purple\/45:focus{
  background-color: rgb(61 17 82 / 0.45);
}

.focus\:bg-skynamo-purple\/5:focus{
  background-color: rgb(61 17 82 / 0.05);
}

.focus\:bg-skynamo-purple\/50:focus{
  background-color: rgb(61 17 82 / 0.5);
}

.focus\:bg-skynamo-purple\/55:focus{
  background-color: rgb(61 17 82 / 0.55);
}

.focus\:bg-skynamo-purple\/60:focus{
  background-color: rgb(61 17 82 / 0.6);
}

.focus\:bg-skynamo-purple\/65:focus{
  background-color: rgb(61 17 82 / 0.65);
}

.focus\:bg-skynamo-purple\/70:focus{
  background-color: rgb(61 17 82 / 0.7);
}

.focus\:bg-skynamo-purple\/75:focus{
  background-color: rgb(61 17 82 / 0.75);
}

.focus\:bg-skynamo-purple\/80:focus{
  background-color: rgb(61 17 82 / 0.8);
}

.focus\:bg-skynamo-purple\/85:focus{
  background-color: rgb(61 17 82 / 0.85);
}

.focus\:bg-skynamo-purple\/90:focus{
  background-color: rgb(61 17 82 / 0.9);
}

.focus\:bg-skynamo-purple\/95:focus{
  background-color: rgb(61 17 82 / 0.95);
}

.focus\:bg-skynamo-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-skynamo-yellow\/0:focus{
  background-color: rgb(255 186 0 / 0);
}

.focus\:bg-skynamo-yellow\/10:focus{
  background-color: rgb(255 186 0 / 0.1);
}

.focus\:bg-skynamo-yellow\/100:focus{
  background-color: rgb(255 186 0 / 1);
}

.focus\:bg-skynamo-yellow\/15:focus{
  background-color: rgb(255 186 0 / 0.15);
}

.focus\:bg-skynamo-yellow\/20:focus{
  background-color: rgb(255 186 0 / 0.2);
}

.focus\:bg-skynamo-yellow\/25:focus{
  background-color: rgb(255 186 0 / 0.25);
}

.focus\:bg-skynamo-yellow\/30:focus{
  background-color: rgb(255 186 0 / 0.3);
}

.focus\:bg-skynamo-yellow\/35:focus{
  background-color: rgb(255 186 0 / 0.35);
}

.focus\:bg-skynamo-yellow\/40:focus{
  background-color: rgb(255 186 0 / 0.4);
}

.focus\:bg-skynamo-yellow\/45:focus{
  background-color: rgb(255 186 0 / 0.45);
}

.focus\:bg-skynamo-yellow\/5:focus{
  background-color: rgb(255 186 0 / 0.05);
}

.focus\:bg-skynamo-yellow\/50:focus{
  background-color: rgb(255 186 0 / 0.5);
}

.focus\:bg-skynamo-yellow\/55:focus{
  background-color: rgb(255 186 0 / 0.55);
}

.focus\:bg-skynamo-yellow\/60:focus{
  background-color: rgb(255 186 0 / 0.6);
}

.focus\:bg-skynamo-yellow\/65:focus{
  background-color: rgb(255 186 0 / 0.65);
}

.focus\:bg-skynamo-yellow\/70:focus{
  background-color: rgb(255 186 0 / 0.7);
}

.focus\:bg-skynamo-yellow\/75:focus{
  background-color: rgb(255 186 0 / 0.75);
}

.focus\:bg-skynamo-yellow\/80:focus{
  background-color: rgb(255 186 0 / 0.8);
}

.focus\:bg-skynamo-yellow\/85:focus{
  background-color: rgb(255 186 0 / 0.85);
}

.focus\:bg-skynamo-yellow\/90:focus{
  background-color: rgb(255 186 0 / 0.9);
}

.focus\:bg-skynamo-yellow\/95:focus{
  background-color: rgb(255 186 0 / 0.95);
}

.focus\:bg-success-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-100\/0:focus{
  background-color: rgb(21 128 61 / 0);
}

.focus\:bg-success-100\/10:focus{
  background-color: rgb(21 128 61 / 0.1);
}

.focus\:bg-success-100\/100:focus{
  background-color: rgb(21 128 61 / 1);
}

.focus\:bg-success-100\/15:focus{
  background-color: rgb(21 128 61 / 0.15);
}

.focus\:bg-success-100\/20:focus{
  background-color: rgb(21 128 61 / 0.2);
}

.focus\:bg-success-100\/25:focus{
  background-color: rgb(21 128 61 / 0.25);
}

.focus\:bg-success-100\/30:focus{
  background-color: rgb(21 128 61 / 0.3);
}

.focus\:bg-success-100\/35:focus{
  background-color: rgb(21 128 61 / 0.35);
}

.focus\:bg-success-100\/40:focus{
  background-color: rgb(21 128 61 / 0.4);
}

.focus\:bg-success-100\/45:focus{
  background-color: rgb(21 128 61 / 0.45);
}

.focus\:bg-success-100\/5:focus{
  background-color: rgb(21 128 61 / 0.05);
}

.focus\:bg-success-100\/50:focus{
  background-color: rgb(21 128 61 / 0.5);
}

.focus\:bg-success-100\/55:focus{
  background-color: rgb(21 128 61 / 0.55);
}

.focus\:bg-success-100\/60:focus{
  background-color: rgb(21 128 61 / 0.6);
}

.focus\:bg-success-100\/65:focus{
  background-color: rgb(21 128 61 / 0.65);
}

.focus\:bg-success-100\/70:focus{
  background-color: rgb(21 128 61 / 0.7);
}

.focus\:bg-success-100\/75:focus{
  background-color: rgb(21 128 61 / 0.75);
}

.focus\:bg-success-100\/80:focus{
  background-color: rgb(21 128 61 / 0.8);
}

.focus\:bg-success-100\/85:focus{
  background-color: rgb(21 128 61 / 0.85);
}

.focus\:bg-success-100\/90:focus{
  background-color: rgb(21 128 61 / 0.9);
}

.focus\:bg-success-100\/95:focus{
  background-color: rgb(21 128 61 / 0.95);
}

.focus\:bg-success-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.focus\:bg-success-background\/0:focus{
  background-color: rgb(220 252 231 / 0);
}

.focus\:bg-success-background\/10:focus{
  background-color: rgb(220 252 231 / 0.1);
}

.focus\:bg-success-background\/100:focus{
  background-color: rgb(220 252 231 / 1);
}

.focus\:bg-success-background\/15:focus{
  background-color: rgb(220 252 231 / 0.15);
}

.focus\:bg-success-background\/20:focus{
  background-color: rgb(220 252 231 / 0.2);
}

.focus\:bg-success-background\/25:focus{
  background-color: rgb(220 252 231 / 0.25);
}

.focus\:bg-success-background\/30:focus{
  background-color: rgb(220 252 231 / 0.3);
}

.focus\:bg-success-background\/35:focus{
  background-color: rgb(220 252 231 / 0.35);
}

.focus\:bg-success-background\/40:focus{
  background-color: rgb(220 252 231 / 0.4);
}

.focus\:bg-success-background\/45:focus{
  background-color: rgb(220 252 231 / 0.45);
}

.focus\:bg-success-background\/5:focus{
  background-color: rgb(220 252 231 / 0.05);
}

.focus\:bg-success-background\/50:focus{
  background-color: rgb(220 252 231 / 0.5);
}

.focus\:bg-success-background\/55:focus{
  background-color: rgb(220 252 231 / 0.55);
}

.focus\:bg-success-background\/60:focus{
  background-color: rgb(220 252 231 / 0.6);
}

.focus\:bg-success-background\/65:focus{
  background-color: rgb(220 252 231 / 0.65);
}

.focus\:bg-success-background\/70:focus{
  background-color: rgb(220 252 231 / 0.7);
}

.focus\:bg-success-background\/75:focus{
  background-color: rgb(220 252 231 / 0.75);
}

.focus\:bg-success-background\/80:focus{
  background-color: rgb(220 252 231 / 0.8);
}

.focus\:bg-success-background\/85:focus{
  background-color: rgb(220 252 231 / 0.85);
}

.focus\:bg-success-background\/90:focus{
  background-color: rgb(220 252 231 / 0.9);
}

.focus\:bg-success-background\/95:focus{
  background-color: rgb(220 252 231 / 0.95);
}

.focus\:bg-tertiary-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-10\/0:focus{
  background-color: rgb(255 235 255 / 0);
}

.focus\:bg-tertiary-10\/10:focus{
  background-color: rgb(255 235 255 / 0.1);
}

.focus\:bg-tertiary-10\/100:focus{
  background-color: rgb(255 235 255 / 1);
}

.focus\:bg-tertiary-10\/15:focus{
  background-color: rgb(255 235 255 / 0.15);
}

.focus\:bg-tertiary-10\/20:focus{
  background-color: rgb(255 235 255 / 0.2);
}

.focus\:bg-tertiary-10\/25:focus{
  background-color: rgb(255 235 255 / 0.25);
}

.focus\:bg-tertiary-10\/30:focus{
  background-color: rgb(255 235 255 / 0.3);
}

.focus\:bg-tertiary-10\/35:focus{
  background-color: rgb(255 235 255 / 0.35);
}

.focus\:bg-tertiary-10\/40:focus{
  background-color: rgb(255 235 255 / 0.4);
}

.focus\:bg-tertiary-10\/45:focus{
  background-color: rgb(255 235 255 / 0.45);
}

.focus\:bg-tertiary-10\/5:focus{
  background-color: rgb(255 235 255 / 0.05);
}

.focus\:bg-tertiary-10\/50:focus{
  background-color: rgb(255 235 255 / 0.5);
}

.focus\:bg-tertiary-10\/55:focus{
  background-color: rgb(255 235 255 / 0.55);
}

.focus\:bg-tertiary-10\/60:focus{
  background-color: rgb(255 235 255 / 0.6);
}

.focus\:bg-tertiary-10\/65:focus{
  background-color: rgb(255 235 255 / 0.65);
}

.focus\:bg-tertiary-10\/70:focus{
  background-color: rgb(255 235 255 / 0.7);
}

.focus\:bg-tertiary-10\/75:focus{
  background-color: rgb(255 235 255 / 0.75);
}

.focus\:bg-tertiary-10\/80:focus{
  background-color: rgb(255 235 255 / 0.8);
}

.focus\:bg-tertiary-10\/85:focus{
  background-color: rgb(255 235 255 / 0.85);
}

.focus\:bg-tertiary-10\/90:focus{
  background-color: rgb(255 235 255 / 0.9);
}

.focus\:bg-tertiary-10\/95:focus{
  background-color: rgb(255 235 255 / 0.95);
}

.focus\:bg-tertiary-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(28 0 42 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-100\/0:focus{
  background-color: rgb(28 0 42 / 0);
}

.focus\:bg-tertiary-100\/10:focus{
  background-color: rgb(28 0 42 / 0.1);
}

.focus\:bg-tertiary-100\/100:focus{
  background-color: rgb(28 0 42 / 1);
}

.focus\:bg-tertiary-100\/15:focus{
  background-color: rgb(28 0 42 / 0.15);
}

.focus\:bg-tertiary-100\/20:focus{
  background-color: rgb(28 0 42 / 0.2);
}

.focus\:bg-tertiary-100\/25:focus{
  background-color: rgb(28 0 42 / 0.25);
}

.focus\:bg-tertiary-100\/30:focus{
  background-color: rgb(28 0 42 / 0.3);
}

.focus\:bg-tertiary-100\/35:focus{
  background-color: rgb(28 0 42 / 0.35);
}

.focus\:bg-tertiary-100\/40:focus{
  background-color: rgb(28 0 42 / 0.4);
}

.focus\:bg-tertiary-100\/45:focus{
  background-color: rgb(28 0 42 / 0.45);
}

.focus\:bg-tertiary-100\/5:focus{
  background-color: rgb(28 0 42 / 0.05);
}

.focus\:bg-tertiary-100\/50:focus{
  background-color: rgb(28 0 42 / 0.5);
}

.focus\:bg-tertiary-100\/55:focus{
  background-color: rgb(28 0 42 / 0.55);
}

.focus\:bg-tertiary-100\/60:focus{
  background-color: rgb(28 0 42 / 0.6);
}

.focus\:bg-tertiary-100\/65:focus{
  background-color: rgb(28 0 42 / 0.65);
}

.focus\:bg-tertiary-100\/70:focus{
  background-color: rgb(28 0 42 / 0.7);
}

.focus\:bg-tertiary-100\/75:focus{
  background-color: rgb(28 0 42 / 0.75);
}

.focus\:bg-tertiary-100\/80:focus{
  background-color: rgb(28 0 42 / 0.8);
}

.focus\:bg-tertiary-100\/85:focus{
  background-color: rgb(28 0 42 / 0.85);
}

.focus\:bg-tertiary-100\/90:focus{
  background-color: rgb(28 0 42 / 0.9);
}

.focus\:bg-tertiary-100\/95:focus{
  background-color: rgb(28 0 42 / 0.95);
}

.focus\:bg-tertiary-20:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 216 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-20\/0:focus{
  background-color: rgb(248 216 255 / 0);
}

.focus\:bg-tertiary-20\/10:focus{
  background-color: rgb(248 216 255 / 0.1);
}

.focus\:bg-tertiary-20\/100:focus{
  background-color: rgb(248 216 255 / 1);
}

.focus\:bg-tertiary-20\/15:focus{
  background-color: rgb(248 216 255 / 0.15);
}

.focus\:bg-tertiary-20\/20:focus{
  background-color: rgb(248 216 255 / 0.2);
}

.focus\:bg-tertiary-20\/25:focus{
  background-color: rgb(248 216 255 / 0.25);
}

.focus\:bg-tertiary-20\/30:focus{
  background-color: rgb(248 216 255 / 0.3);
}

.focus\:bg-tertiary-20\/35:focus{
  background-color: rgb(248 216 255 / 0.35);
}

.focus\:bg-tertiary-20\/40:focus{
  background-color: rgb(248 216 255 / 0.4);
}

.focus\:bg-tertiary-20\/45:focus{
  background-color: rgb(248 216 255 / 0.45);
}

.focus\:bg-tertiary-20\/5:focus{
  background-color: rgb(248 216 255 / 0.05);
}

.focus\:bg-tertiary-20\/50:focus{
  background-color: rgb(248 216 255 / 0.5);
}

.focus\:bg-tertiary-20\/55:focus{
  background-color: rgb(248 216 255 / 0.55);
}

.focus\:bg-tertiary-20\/60:focus{
  background-color: rgb(248 216 255 / 0.6);
}

.focus\:bg-tertiary-20\/65:focus{
  background-color: rgb(248 216 255 / 0.65);
}

.focus\:bg-tertiary-20\/70:focus{
  background-color: rgb(248 216 255 / 0.7);
}

.focus\:bg-tertiary-20\/75:focus{
  background-color: rgb(248 216 255 / 0.75);
}

.focus\:bg-tertiary-20\/80:focus{
  background-color: rgb(248 216 255 / 0.8);
}

.focus\:bg-tertiary-20\/85:focus{
  background-color: rgb(248 216 255 / 0.85);
}

.focus\:bg-tertiary-20\/90:focus{
  background-color: rgb(248 216 255 / 0.9);
}

.focus\:bg-tertiary-20\/95:focus{
  background-color: rgb(248 216 255 / 0.95);
}

.focus\:bg-tertiary-30:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(235 178 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-30\/0:focus{
  background-color: rgb(235 178 255 / 0);
}

.focus\:bg-tertiary-30\/10:focus{
  background-color: rgb(235 178 255 / 0.1);
}

.focus\:bg-tertiary-30\/100:focus{
  background-color: rgb(235 178 255 / 1);
}

.focus\:bg-tertiary-30\/15:focus{
  background-color: rgb(235 178 255 / 0.15);
}

.focus\:bg-tertiary-30\/20:focus{
  background-color: rgb(235 178 255 / 0.2);
}

.focus\:bg-tertiary-30\/25:focus{
  background-color: rgb(235 178 255 / 0.25);
}

.focus\:bg-tertiary-30\/30:focus{
  background-color: rgb(235 178 255 / 0.3);
}

.focus\:bg-tertiary-30\/35:focus{
  background-color: rgb(235 178 255 / 0.35);
}

.focus\:bg-tertiary-30\/40:focus{
  background-color: rgb(235 178 255 / 0.4);
}

.focus\:bg-tertiary-30\/45:focus{
  background-color: rgb(235 178 255 / 0.45);
}

.focus\:bg-tertiary-30\/5:focus{
  background-color: rgb(235 178 255 / 0.05);
}

.focus\:bg-tertiary-30\/50:focus{
  background-color: rgb(235 178 255 / 0.5);
}

.focus\:bg-tertiary-30\/55:focus{
  background-color: rgb(235 178 255 / 0.55);
}

.focus\:bg-tertiary-30\/60:focus{
  background-color: rgb(235 178 255 / 0.6);
}

.focus\:bg-tertiary-30\/65:focus{
  background-color: rgb(235 178 255 / 0.65);
}

.focus\:bg-tertiary-30\/70:focus{
  background-color: rgb(235 178 255 / 0.7);
}

.focus\:bg-tertiary-30\/75:focus{
  background-color: rgb(235 178 255 / 0.75);
}

.focus\:bg-tertiary-30\/80:focus{
  background-color: rgb(235 178 255 / 0.8);
}

.focus\:bg-tertiary-30\/85:focus{
  background-color: rgb(235 178 255 / 0.85);
}

.focus\:bg-tertiary-30\/90:focus{
  background-color: rgb(235 178 255 / 0.9);
}

.focus\:bg-tertiary-30\/95:focus{
  background-color: rgb(235 178 255 / 0.95);
}

.focus\:bg-tertiary-40:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(208 149 233 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-40\/0:focus{
  background-color: rgb(208 149 233 / 0);
}

.focus\:bg-tertiary-40\/10:focus{
  background-color: rgb(208 149 233 / 0.1);
}

.focus\:bg-tertiary-40\/100:focus{
  background-color: rgb(208 149 233 / 1);
}

.focus\:bg-tertiary-40\/15:focus{
  background-color: rgb(208 149 233 / 0.15);
}

.focus\:bg-tertiary-40\/20:focus{
  background-color: rgb(208 149 233 / 0.2);
}

.focus\:bg-tertiary-40\/25:focus{
  background-color: rgb(208 149 233 / 0.25);
}

.focus\:bg-tertiary-40\/30:focus{
  background-color: rgb(208 149 233 / 0.3);
}

.focus\:bg-tertiary-40\/35:focus{
  background-color: rgb(208 149 233 / 0.35);
}

.focus\:bg-tertiary-40\/40:focus{
  background-color: rgb(208 149 233 / 0.4);
}

.focus\:bg-tertiary-40\/45:focus{
  background-color: rgb(208 149 233 / 0.45);
}

.focus\:bg-tertiary-40\/5:focus{
  background-color: rgb(208 149 233 / 0.05);
}

.focus\:bg-tertiary-40\/50:focus{
  background-color: rgb(208 149 233 / 0.5);
}

.focus\:bg-tertiary-40\/55:focus{
  background-color: rgb(208 149 233 / 0.55);
}

.focus\:bg-tertiary-40\/60:focus{
  background-color: rgb(208 149 233 / 0.6);
}

.focus\:bg-tertiary-40\/65:focus{
  background-color: rgb(208 149 233 / 0.65);
}

.focus\:bg-tertiary-40\/70:focus{
  background-color: rgb(208 149 233 / 0.7);
}

.focus\:bg-tertiary-40\/75:focus{
  background-color: rgb(208 149 233 / 0.75);
}

.focus\:bg-tertiary-40\/80:focus{
  background-color: rgb(208 149 233 / 0.8);
}

.focus\:bg-tertiary-40\/85:focus{
  background-color: rgb(208 149 233 / 0.85);
}

.focus\:bg-tertiary-40\/90:focus{
  background-color: rgb(208 149 233 / 0.9);
}

.focus\:bg-tertiary-40\/95:focus{
  background-color: rgb(208 149 233 / 0.95);
}

.focus\:bg-tertiary-5:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-5\/0:focus{
  background-color: rgb(253 246 255 / 0);
}

.focus\:bg-tertiary-5\/10:focus{
  background-color: rgb(253 246 255 / 0.1);
}

.focus\:bg-tertiary-5\/100:focus{
  background-color: rgb(253 246 255 / 1);
}

.focus\:bg-tertiary-5\/15:focus{
  background-color: rgb(253 246 255 / 0.15);
}

.focus\:bg-tertiary-5\/20:focus{
  background-color: rgb(253 246 255 / 0.2);
}

.focus\:bg-tertiary-5\/25:focus{
  background-color: rgb(253 246 255 / 0.25);
}

.focus\:bg-tertiary-5\/30:focus{
  background-color: rgb(253 246 255 / 0.3);
}

.focus\:bg-tertiary-5\/35:focus{
  background-color: rgb(253 246 255 / 0.35);
}

.focus\:bg-tertiary-5\/40:focus{
  background-color: rgb(253 246 255 / 0.4);
}

.focus\:bg-tertiary-5\/45:focus{
  background-color: rgb(253 246 255 / 0.45);
}

.focus\:bg-tertiary-5\/5:focus{
  background-color: rgb(253 246 255 / 0.05);
}

.focus\:bg-tertiary-5\/50:focus{
  background-color: rgb(253 246 255 / 0.5);
}

.focus\:bg-tertiary-5\/55:focus{
  background-color: rgb(253 246 255 / 0.55);
}

.focus\:bg-tertiary-5\/60:focus{
  background-color: rgb(253 246 255 / 0.6);
}

.focus\:bg-tertiary-5\/65:focus{
  background-color: rgb(253 246 255 / 0.65);
}

.focus\:bg-tertiary-5\/70:focus{
  background-color: rgb(253 246 255 / 0.7);
}

.focus\:bg-tertiary-5\/75:focus{
  background-color: rgb(253 246 255 / 0.75);
}

.focus\:bg-tertiary-5\/80:focus{
  background-color: rgb(253 246 255 / 0.8);
}

.focus\:bg-tertiary-5\/85:focus{
  background-color: rgb(253 246 255 / 0.85);
}

.focus\:bg-tertiary-5\/90:focus{
  background-color: rgb(253 246 255 / 0.9);
}

.focus\:bg-tertiary-5\/95:focus{
  background-color: rgb(253 246 255 / 0.95);
}

.focus\:bg-tertiary-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(152 97 177 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-50\/0:focus{
  background-color: rgb(152 97 177 / 0);
}

.focus\:bg-tertiary-50\/10:focus{
  background-color: rgb(152 97 177 / 0.1);
}

.focus\:bg-tertiary-50\/100:focus{
  background-color: rgb(152 97 177 / 1);
}

.focus\:bg-tertiary-50\/15:focus{
  background-color: rgb(152 97 177 / 0.15);
}

.focus\:bg-tertiary-50\/20:focus{
  background-color: rgb(152 97 177 / 0.2);
}

.focus\:bg-tertiary-50\/25:focus{
  background-color: rgb(152 97 177 / 0.25);
}

.focus\:bg-tertiary-50\/30:focus{
  background-color: rgb(152 97 177 / 0.3);
}

.focus\:bg-tertiary-50\/35:focus{
  background-color: rgb(152 97 177 / 0.35);
}

.focus\:bg-tertiary-50\/40:focus{
  background-color: rgb(152 97 177 / 0.4);
}

.focus\:bg-tertiary-50\/45:focus{
  background-color: rgb(152 97 177 / 0.45);
}

.focus\:bg-tertiary-50\/5:focus{
  background-color: rgb(152 97 177 / 0.05);
}

.focus\:bg-tertiary-50\/50:focus{
  background-color: rgb(152 97 177 / 0.5);
}

.focus\:bg-tertiary-50\/55:focus{
  background-color: rgb(152 97 177 / 0.55);
}

.focus\:bg-tertiary-50\/60:focus{
  background-color: rgb(152 97 177 / 0.6);
}

.focus\:bg-tertiary-50\/65:focus{
  background-color: rgb(152 97 177 / 0.65);
}

.focus\:bg-tertiary-50\/70:focus{
  background-color: rgb(152 97 177 / 0.7);
}

.focus\:bg-tertiary-50\/75:focus{
  background-color: rgb(152 97 177 / 0.75);
}

.focus\:bg-tertiary-50\/80:focus{
  background-color: rgb(152 97 177 / 0.8);
}

.focus\:bg-tertiary-50\/85:focus{
  background-color: rgb(152 97 177 / 0.85);
}

.focus\:bg-tertiary-50\/90:focus{
  background-color: rgb(152 97 177 / 0.9);
}

.focus\:bg-tertiary-50\/95:focus{
  background-color: rgb(152 97 177 / 0.95);
}

.focus\:bg-tertiary-60:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(125 72 150 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-60\/0:focus{
  background-color: rgb(125 72 150 / 0);
}

.focus\:bg-tertiary-60\/10:focus{
  background-color: rgb(125 72 150 / 0.1);
}

.focus\:bg-tertiary-60\/100:focus{
  background-color: rgb(125 72 150 / 1);
}

.focus\:bg-tertiary-60\/15:focus{
  background-color: rgb(125 72 150 / 0.15);
}

.focus\:bg-tertiary-60\/20:focus{
  background-color: rgb(125 72 150 / 0.2);
}

.focus\:bg-tertiary-60\/25:focus{
  background-color: rgb(125 72 150 / 0.25);
}

.focus\:bg-tertiary-60\/30:focus{
  background-color: rgb(125 72 150 / 0.3);
}

.focus\:bg-tertiary-60\/35:focus{
  background-color: rgb(125 72 150 / 0.35);
}

.focus\:bg-tertiary-60\/40:focus{
  background-color: rgb(125 72 150 / 0.4);
}

.focus\:bg-tertiary-60\/45:focus{
  background-color: rgb(125 72 150 / 0.45);
}

.focus\:bg-tertiary-60\/5:focus{
  background-color: rgb(125 72 150 / 0.05);
}

.focus\:bg-tertiary-60\/50:focus{
  background-color: rgb(125 72 150 / 0.5);
}

.focus\:bg-tertiary-60\/55:focus{
  background-color: rgb(125 72 150 / 0.55);
}

.focus\:bg-tertiary-60\/60:focus{
  background-color: rgb(125 72 150 / 0.6);
}

.focus\:bg-tertiary-60\/65:focus{
  background-color: rgb(125 72 150 / 0.65);
}

.focus\:bg-tertiary-60\/70:focus{
  background-color: rgb(125 72 150 / 0.7);
}

.focus\:bg-tertiary-60\/75:focus{
  background-color: rgb(125 72 150 / 0.75);
}

.focus\:bg-tertiary-60\/80:focus{
  background-color: rgb(125 72 150 / 0.8);
}

.focus\:bg-tertiary-60\/85:focus{
  background-color: rgb(125 72 150 / 0.85);
}

.focus\:bg-tertiary-60\/90:focus{
  background-color: rgb(125 72 150 / 0.9);
}

.focus\:bg-tertiary-60\/95:focus{
  background-color: rgb(125 72 150 / 0.95);
}

.focus\:bg-tertiary-70:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 127 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-70\/0:focus{
  background-color: rgb(106 59 127 / 0);
}

.focus\:bg-tertiary-70\/10:focus{
  background-color: rgb(106 59 127 / 0.1);
}

.focus\:bg-tertiary-70\/100:focus{
  background-color: rgb(106 59 127 / 1);
}

.focus\:bg-tertiary-70\/15:focus{
  background-color: rgb(106 59 127 / 0.15);
}

.focus\:bg-tertiary-70\/20:focus{
  background-color: rgb(106 59 127 / 0.2);
}

.focus\:bg-tertiary-70\/25:focus{
  background-color: rgb(106 59 127 / 0.25);
}

.focus\:bg-tertiary-70\/30:focus{
  background-color: rgb(106 59 127 / 0.3);
}

.focus\:bg-tertiary-70\/35:focus{
  background-color: rgb(106 59 127 / 0.35);
}

.focus\:bg-tertiary-70\/40:focus{
  background-color: rgb(106 59 127 / 0.4);
}

.focus\:bg-tertiary-70\/45:focus{
  background-color: rgb(106 59 127 / 0.45);
}

.focus\:bg-tertiary-70\/5:focus{
  background-color: rgb(106 59 127 / 0.05);
}

.focus\:bg-tertiary-70\/50:focus{
  background-color: rgb(106 59 127 / 0.5);
}

.focus\:bg-tertiary-70\/55:focus{
  background-color: rgb(106 59 127 / 0.55);
}

.focus\:bg-tertiary-70\/60:focus{
  background-color: rgb(106 59 127 / 0.6);
}

.focus\:bg-tertiary-70\/65:focus{
  background-color: rgb(106 59 127 / 0.65);
}

.focus\:bg-tertiary-70\/70:focus{
  background-color: rgb(106 59 127 / 0.7);
}

.focus\:bg-tertiary-70\/75:focus{
  background-color: rgb(106 59 127 / 0.75);
}

.focus\:bg-tertiary-70\/80:focus{
  background-color: rgb(106 59 127 / 0.8);
}

.focus\:bg-tertiary-70\/85:focus{
  background-color: rgb(106 59 127 / 0.85);
}

.focus\:bg-tertiary-70\/90:focus{
  background-color: rgb(106 59 127 / 0.9);
}

.focus\:bg-tertiary-70\/95:focus{
  background-color: rgb(106 59 127 / 0.95);
}

.focus\:bg-tertiary-80:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(75 23 100 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-80\/0:focus{
  background-color: rgb(75 23 100 / 0);
}

.focus\:bg-tertiary-80\/10:focus{
  background-color: rgb(75 23 100 / 0.1);
}

.focus\:bg-tertiary-80\/100:focus{
  background-color: rgb(75 23 100 / 1);
}

.focus\:bg-tertiary-80\/15:focus{
  background-color: rgb(75 23 100 / 0.15);
}

.focus\:bg-tertiary-80\/20:focus{
  background-color: rgb(75 23 100 / 0.2);
}

.focus\:bg-tertiary-80\/25:focus{
  background-color: rgb(75 23 100 / 0.25);
}

.focus\:bg-tertiary-80\/30:focus{
  background-color: rgb(75 23 100 / 0.3);
}

.focus\:bg-tertiary-80\/35:focus{
  background-color: rgb(75 23 100 / 0.35);
}

.focus\:bg-tertiary-80\/40:focus{
  background-color: rgb(75 23 100 / 0.4);
}

.focus\:bg-tertiary-80\/45:focus{
  background-color: rgb(75 23 100 / 0.45);
}

.focus\:bg-tertiary-80\/5:focus{
  background-color: rgb(75 23 100 / 0.05);
}

.focus\:bg-tertiary-80\/50:focus{
  background-color: rgb(75 23 100 / 0.5);
}

.focus\:bg-tertiary-80\/55:focus{
  background-color: rgb(75 23 100 / 0.55);
}

.focus\:bg-tertiary-80\/60:focus{
  background-color: rgb(75 23 100 / 0.6);
}

.focus\:bg-tertiary-80\/65:focus{
  background-color: rgb(75 23 100 / 0.65);
}

.focus\:bg-tertiary-80\/70:focus{
  background-color: rgb(75 23 100 / 0.7);
}

.focus\:bg-tertiary-80\/75:focus{
  background-color: rgb(75 23 100 / 0.75);
}

.focus\:bg-tertiary-80\/80:focus{
  background-color: rgb(75 23 100 / 0.8);
}

.focus\:bg-tertiary-80\/85:focus{
  background-color: rgb(75 23 100 / 0.85);
}

.focus\:bg-tertiary-80\/90:focus{
  background-color: rgb(75 23 100 / 0.9);
}

.focus\:bg-tertiary-80\/95:focus{
  background-color: rgb(75 23 100 / 0.95);
}

.focus\:bg-tertiary-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.focus\:bg-tertiary-90\/0:focus{
  background-color: rgb(61 17 82 / 0);
}

.focus\:bg-tertiary-90\/10:focus{
  background-color: rgb(61 17 82 / 0.1);
}

.focus\:bg-tertiary-90\/100:focus{
  background-color: rgb(61 17 82 / 1);
}

.focus\:bg-tertiary-90\/15:focus{
  background-color: rgb(61 17 82 / 0.15);
}

.focus\:bg-tertiary-90\/20:focus{
  background-color: rgb(61 17 82 / 0.2);
}

.focus\:bg-tertiary-90\/25:focus{
  background-color: rgb(61 17 82 / 0.25);
}

.focus\:bg-tertiary-90\/30:focus{
  background-color: rgb(61 17 82 / 0.3);
}

.focus\:bg-tertiary-90\/35:focus{
  background-color: rgb(61 17 82 / 0.35);
}

.focus\:bg-tertiary-90\/40:focus{
  background-color: rgb(61 17 82 / 0.4);
}

.focus\:bg-tertiary-90\/45:focus{
  background-color: rgb(61 17 82 / 0.45);
}

.focus\:bg-tertiary-90\/5:focus{
  background-color: rgb(61 17 82 / 0.05);
}

.focus\:bg-tertiary-90\/50:focus{
  background-color: rgb(61 17 82 / 0.5);
}

.focus\:bg-tertiary-90\/55:focus{
  background-color: rgb(61 17 82 / 0.55);
}

.focus\:bg-tertiary-90\/60:focus{
  background-color: rgb(61 17 82 / 0.6);
}

.focus\:bg-tertiary-90\/65:focus{
  background-color: rgb(61 17 82 / 0.65);
}

.focus\:bg-tertiary-90\/70:focus{
  background-color: rgb(61 17 82 / 0.7);
}

.focus\:bg-tertiary-90\/75:focus{
  background-color: rgb(61 17 82 / 0.75);
}

.focus\:bg-tertiary-90\/80:focus{
  background-color: rgb(61 17 82 / 0.8);
}

.focus\:bg-tertiary-90\/85:focus{
  background-color: rgb(61 17 82 / 0.85);
}

.focus\:bg-tertiary-90\/90:focus{
  background-color: rgb(61 17 82 / 0.9);
}

.focus\:bg-tertiary-90\/95:focus{
  background-color: rgb(61 17 82 / 0.95);
}

.focus\:bg-warning-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(245 102 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-100\/0:focus{
  background-color: rgb(245 102 0 / 0);
}

.focus\:bg-warning-100\/10:focus{
  background-color: rgb(245 102 0 / 0.1);
}

.focus\:bg-warning-100\/100:focus{
  background-color: rgb(245 102 0 / 1);
}

.focus\:bg-warning-100\/15:focus{
  background-color: rgb(245 102 0 / 0.15);
}

.focus\:bg-warning-100\/20:focus{
  background-color: rgb(245 102 0 / 0.2);
}

.focus\:bg-warning-100\/25:focus{
  background-color: rgb(245 102 0 / 0.25);
}

.focus\:bg-warning-100\/30:focus{
  background-color: rgb(245 102 0 / 0.3);
}

.focus\:bg-warning-100\/35:focus{
  background-color: rgb(245 102 0 / 0.35);
}

.focus\:bg-warning-100\/40:focus{
  background-color: rgb(245 102 0 / 0.4);
}

.focus\:bg-warning-100\/45:focus{
  background-color: rgb(245 102 0 / 0.45);
}

.focus\:bg-warning-100\/5:focus{
  background-color: rgb(245 102 0 / 0.05);
}

.focus\:bg-warning-100\/50:focus{
  background-color: rgb(245 102 0 / 0.5);
}

.focus\:bg-warning-100\/55:focus{
  background-color: rgb(245 102 0 / 0.55);
}

.focus\:bg-warning-100\/60:focus{
  background-color: rgb(245 102 0 / 0.6);
}

.focus\:bg-warning-100\/65:focus{
  background-color: rgb(245 102 0 / 0.65);
}

.focus\:bg-warning-100\/70:focus{
  background-color: rgb(245 102 0 / 0.7);
}

.focus\:bg-warning-100\/75:focus{
  background-color: rgb(245 102 0 / 0.75);
}

.focus\:bg-warning-100\/80:focus{
  background-color: rgb(245 102 0 / 0.8);
}

.focus\:bg-warning-100\/85:focus{
  background-color: rgb(245 102 0 / 0.85);
}

.focus\:bg-warning-100\/90:focus{
  background-color: rgb(245 102 0 / 0.9);
}

.focus\:bg-warning-100\/95:focus{
  background-color: rgb(245 102 0 / 0.95);
}

.focus\:bg-warning-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 204 / var(--tw-bg-opacity, 1));
}

.focus\:bg-warning-background\/0:focus{
  background-color: rgb(253 224 204 / 0);
}

.focus\:bg-warning-background\/10:focus{
  background-color: rgb(253 224 204 / 0.1);
}

.focus\:bg-warning-background\/100:focus{
  background-color: rgb(253 224 204 / 1);
}

.focus\:bg-warning-background\/15:focus{
  background-color: rgb(253 224 204 / 0.15);
}

.focus\:bg-warning-background\/20:focus{
  background-color: rgb(253 224 204 / 0.2);
}

.focus\:bg-warning-background\/25:focus{
  background-color: rgb(253 224 204 / 0.25);
}

.focus\:bg-warning-background\/30:focus{
  background-color: rgb(253 224 204 / 0.3);
}

.focus\:bg-warning-background\/35:focus{
  background-color: rgb(253 224 204 / 0.35);
}

.focus\:bg-warning-background\/40:focus{
  background-color: rgb(253 224 204 / 0.4);
}

.focus\:bg-warning-background\/45:focus{
  background-color: rgb(253 224 204 / 0.45);
}

.focus\:bg-warning-background\/5:focus{
  background-color: rgb(253 224 204 / 0.05);
}

.focus\:bg-warning-background\/50:focus{
  background-color: rgb(253 224 204 / 0.5);
}

.focus\:bg-warning-background\/55:focus{
  background-color: rgb(253 224 204 / 0.55);
}

.focus\:bg-warning-background\/60:focus{
  background-color: rgb(253 224 204 / 0.6);
}

.focus\:bg-warning-background\/65:focus{
  background-color: rgb(253 224 204 / 0.65);
}

.focus\:bg-warning-background\/70:focus{
  background-color: rgb(253 224 204 / 0.7);
}

.focus\:bg-warning-background\/75:focus{
  background-color: rgb(253 224 204 / 0.75);
}

.focus\:bg-warning-background\/80:focus{
  background-color: rgb(253 224 204 / 0.8);
}

.focus\:bg-warning-background\/85:focus{
  background-color: rgb(253 224 204 / 0.85);
}

.focus\:bg-warning-background\/90:focus{
  background-color: rgb(253 224 204 / 0.9);
}

.focus\:bg-warning-background\/95:focus{
  background-color: rgb(253 224 204 / 0.95);
}

.focus\:text-charts-1:focus{
  --tw-text-opacity: 1;
  color: rgb(0 57 107 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-1\/0:focus{
  color: rgb(0 57 107 / 0);
}

.focus\:text-charts-1\/10:focus{
  color: rgb(0 57 107 / 0.1);
}

.focus\:text-charts-1\/100:focus{
  color: rgb(0 57 107 / 1);
}

.focus\:text-charts-1\/15:focus{
  color: rgb(0 57 107 / 0.15);
}

.focus\:text-charts-1\/20:focus{
  color: rgb(0 57 107 / 0.2);
}

.focus\:text-charts-1\/25:focus{
  color: rgb(0 57 107 / 0.25);
}

.focus\:text-charts-1\/30:focus{
  color: rgb(0 57 107 / 0.3);
}

.focus\:text-charts-1\/35:focus{
  color: rgb(0 57 107 / 0.35);
}

.focus\:text-charts-1\/40:focus{
  color: rgb(0 57 107 / 0.4);
}

.focus\:text-charts-1\/45:focus{
  color: rgb(0 57 107 / 0.45);
}

.focus\:text-charts-1\/5:focus{
  color: rgb(0 57 107 / 0.05);
}

.focus\:text-charts-1\/50:focus{
  color: rgb(0 57 107 / 0.5);
}

.focus\:text-charts-1\/55:focus{
  color: rgb(0 57 107 / 0.55);
}

.focus\:text-charts-1\/60:focus{
  color: rgb(0 57 107 / 0.6);
}

.focus\:text-charts-1\/65:focus{
  color: rgb(0 57 107 / 0.65);
}

.focus\:text-charts-1\/70:focus{
  color: rgb(0 57 107 / 0.7);
}

.focus\:text-charts-1\/75:focus{
  color: rgb(0 57 107 / 0.75);
}

.focus\:text-charts-1\/80:focus{
  color: rgb(0 57 107 / 0.8);
}

.focus\:text-charts-1\/85:focus{
  color: rgb(0 57 107 / 0.85);
}

.focus\:text-charts-1\/90:focus{
  color: rgb(0 57 107 / 0.9);
}

.focus\:text-charts-1\/95:focus{
  color: rgb(0 57 107 / 0.95);
}

.focus\:text-charts-10:focus{
  --tw-text-opacity: 1;
  color: rgb(250 77 86 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-10\/0:focus{
  color: rgb(250 77 86 / 0);
}

.focus\:text-charts-10\/10:focus{
  color: rgb(250 77 86 / 0.1);
}

.focus\:text-charts-10\/100:focus{
  color: rgb(250 77 86 / 1);
}

.focus\:text-charts-10\/15:focus{
  color: rgb(250 77 86 / 0.15);
}

.focus\:text-charts-10\/20:focus{
  color: rgb(250 77 86 / 0.2);
}

.focus\:text-charts-10\/25:focus{
  color: rgb(250 77 86 / 0.25);
}

.focus\:text-charts-10\/30:focus{
  color: rgb(250 77 86 / 0.3);
}

.focus\:text-charts-10\/35:focus{
  color: rgb(250 77 86 / 0.35);
}

.focus\:text-charts-10\/40:focus{
  color: rgb(250 77 86 / 0.4);
}

.focus\:text-charts-10\/45:focus{
  color: rgb(250 77 86 / 0.45);
}

.focus\:text-charts-10\/5:focus{
  color: rgb(250 77 86 / 0.05);
}

.focus\:text-charts-10\/50:focus{
  color: rgb(250 77 86 / 0.5);
}

.focus\:text-charts-10\/55:focus{
  color: rgb(250 77 86 / 0.55);
}

.focus\:text-charts-10\/60:focus{
  color: rgb(250 77 86 / 0.6);
}

.focus\:text-charts-10\/65:focus{
  color: rgb(250 77 86 / 0.65);
}

.focus\:text-charts-10\/70:focus{
  color: rgb(250 77 86 / 0.7);
}

.focus\:text-charts-10\/75:focus{
  color: rgb(250 77 86 / 0.75);
}

.focus\:text-charts-10\/80:focus{
  color: rgb(250 77 86 / 0.8);
}

.focus\:text-charts-10\/85:focus{
  color: rgb(250 77 86 / 0.85);
}

.focus\:text-charts-10\/90:focus{
  color: rgb(250 77 86 / 0.9);
}

.focus\:text-charts-10\/95:focus{
  color: rgb(250 77 86 / 0.95);
}

.focus\:text-charts-11:focus{
  --tw-text-opacity: 1;
  color: rgb(165 110 255 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-11\/0:focus{
  color: rgb(165 110 255 / 0);
}

.focus\:text-charts-11\/10:focus{
  color: rgb(165 110 255 / 0.1);
}

.focus\:text-charts-11\/100:focus{
  color: rgb(165 110 255 / 1);
}

.focus\:text-charts-11\/15:focus{
  color: rgb(165 110 255 / 0.15);
}

.focus\:text-charts-11\/20:focus{
  color: rgb(165 110 255 / 0.2);
}

.focus\:text-charts-11\/25:focus{
  color: rgb(165 110 255 / 0.25);
}

.focus\:text-charts-11\/30:focus{
  color: rgb(165 110 255 / 0.3);
}

.focus\:text-charts-11\/35:focus{
  color: rgb(165 110 255 / 0.35);
}

.focus\:text-charts-11\/40:focus{
  color: rgb(165 110 255 / 0.4);
}

.focus\:text-charts-11\/45:focus{
  color: rgb(165 110 255 / 0.45);
}

.focus\:text-charts-11\/5:focus{
  color: rgb(165 110 255 / 0.05);
}

.focus\:text-charts-11\/50:focus{
  color: rgb(165 110 255 / 0.5);
}

.focus\:text-charts-11\/55:focus{
  color: rgb(165 110 255 / 0.55);
}

.focus\:text-charts-11\/60:focus{
  color: rgb(165 110 255 / 0.6);
}

.focus\:text-charts-11\/65:focus{
  color: rgb(165 110 255 / 0.65);
}

.focus\:text-charts-11\/70:focus{
  color: rgb(165 110 255 / 0.7);
}

.focus\:text-charts-11\/75:focus{
  color: rgb(165 110 255 / 0.75);
}

.focus\:text-charts-11\/80:focus{
  color: rgb(165 110 255 / 0.8);
}

.focus\:text-charts-11\/85:focus{
  color: rgb(165 110 255 / 0.85);
}

.focus\:text-charts-11\/90:focus{
  color: rgb(165 110 255 / 0.9);
}

.focus\:text-charts-11\/95:focus{
  color: rgb(165 110 255 / 0.95);
}

.focus\:text-charts-12:focus{
  --tw-text-opacity: 1;
  color: rgb(0 93 93 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-12\/0:focus{
  color: rgb(0 93 93 / 0);
}

.focus\:text-charts-12\/10:focus{
  color: rgb(0 93 93 / 0.1);
}

.focus\:text-charts-12\/100:focus{
  color: rgb(0 93 93 / 1);
}

.focus\:text-charts-12\/15:focus{
  color: rgb(0 93 93 / 0.15);
}

.focus\:text-charts-12\/20:focus{
  color: rgb(0 93 93 / 0.2);
}

.focus\:text-charts-12\/25:focus{
  color: rgb(0 93 93 / 0.25);
}

.focus\:text-charts-12\/30:focus{
  color: rgb(0 93 93 / 0.3);
}

.focus\:text-charts-12\/35:focus{
  color: rgb(0 93 93 / 0.35);
}

.focus\:text-charts-12\/40:focus{
  color: rgb(0 93 93 / 0.4);
}

.focus\:text-charts-12\/45:focus{
  color: rgb(0 93 93 / 0.45);
}

.focus\:text-charts-12\/5:focus{
  color: rgb(0 93 93 / 0.05);
}

.focus\:text-charts-12\/50:focus{
  color: rgb(0 93 93 / 0.5);
}

.focus\:text-charts-12\/55:focus{
  color: rgb(0 93 93 / 0.55);
}

.focus\:text-charts-12\/60:focus{
  color: rgb(0 93 93 / 0.6);
}

.focus\:text-charts-12\/65:focus{
  color: rgb(0 93 93 / 0.65);
}

.focus\:text-charts-12\/70:focus{
  color: rgb(0 93 93 / 0.7);
}

.focus\:text-charts-12\/75:focus{
  color: rgb(0 93 93 / 0.75);
}

.focus\:text-charts-12\/80:focus{
  color: rgb(0 93 93 / 0.8);
}

.focus\:text-charts-12\/85:focus{
  color: rgb(0 93 93 / 0.85);
}

.focus\:text-charts-12\/90:focus{
  color: rgb(0 93 93 / 0.9);
}

.focus\:text-charts-12\/95:focus{
  color: rgb(0 93 93 / 0.95);
}

.focus\:text-charts-13:focus{
  --tw-text-opacity: 1;
  color: rgb(94 165 49 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-13\/0:focus{
  color: rgb(94 165 49 / 0);
}

.focus\:text-charts-13\/10:focus{
  color: rgb(94 165 49 / 0.1);
}

.focus\:text-charts-13\/100:focus{
  color: rgb(94 165 49 / 1);
}

.focus\:text-charts-13\/15:focus{
  color: rgb(94 165 49 / 0.15);
}

.focus\:text-charts-13\/20:focus{
  color: rgb(94 165 49 / 0.2);
}

.focus\:text-charts-13\/25:focus{
  color: rgb(94 165 49 / 0.25);
}

.focus\:text-charts-13\/30:focus{
  color: rgb(94 165 49 / 0.3);
}

.focus\:text-charts-13\/35:focus{
  color: rgb(94 165 49 / 0.35);
}

.focus\:text-charts-13\/40:focus{
  color: rgb(94 165 49 / 0.4);
}

.focus\:text-charts-13\/45:focus{
  color: rgb(94 165 49 / 0.45);
}

.focus\:text-charts-13\/5:focus{
  color: rgb(94 165 49 / 0.05);
}

.focus\:text-charts-13\/50:focus{
  color: rgb(94 165 49 / 0.5);
}

.focus\:text-charts-13\/55:focus{
  color: rgb(94 165 49 / 0.55);
}

.focus\:text-charts-13\/60:focus{
  color: rgb(94 165 49 / 0.6);
}

.focus\:text-charts-13\/65:focus{
  color: rgb(94 165 49 / 0.65);
}

.focus\:text-charts-13\/70:focus{
  color: rgb(94 165 49 / 0.7);
}

.focus\:text-charts-13\/75:focus{
  color: rgb(94 165 49 / 0.75);
}

.focus\:text-charts-13\/80:focus{
  color: rgb(94 165 49 / 0.8);
}

.focus\:text-charts-13\/85:focus{
  color: rgb(94 165 49 / 0.85);
}

.focus\:text-charts-13\/90:focus{
  color: rgb(94 165 49 / 0.9);
}

.focus\:text-charts-13\/95:focus{
  color: rgb(94 165 49 / 0.95);
}

.focus\:text-charts-2:focus{
  --tw-text-opacity: 1;
  color: rgb(38 124 215 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-2\/0:focus{
  color: rgb(38 124 215 / 0);
}

.focus\:text-charts-2\/10:focus{
  color: rgb(38 124 215 / 0.1);
}

.focus\:text-charts-2\/100:focus{
  color: rgb(38 124 215 / 1);
}

.focus\:text-charts-2\/15:focus{
  color: rgb(38 124 215 / 0.15);
}

.focus\:text-charts-2\/20:focus{
  color: rgb(38 124 215 / 0.2);
}

.focus\:text-charts-2\/25:focus{
  color: rgb(38 124 215 / 0.25);
}

.focus\:text-charts-2\/30:focus{
  color: rgb(38 124 215 / 0.3);
}

.focus\:text-charts-2\/35:focus{
  color: rgb(38 124 215 / 0.35);
}

.focus\:text-charts-2\/40:focus{
  color: rgb(38 124 215 / 0.4);
}

.focus\:text-charts-2\/45:focus{
  color: rgb(38 124 215 / 0.45);
}

.focus\:text-charts-2\/5:focus{
  color: rgb(38 124 215 / 0.05);
}

.focus\:text-charts-2\/50:focus{
  color: rgb(38 124 215 / 0.5);
}

.focus\:text-charts-2\/55:focus{
  color: rgb(38 124 215 / 0.55);
}

.focus\:text-charts-2\/60:focus{
  color: rgb(38 124 215 / 0.6);
}

.focus\:text-charts-2\/65:focus{
  color: rgb(38 124 215 / 0.65);
}

.focus\:text-charts-2\/70:focus{
  color: rgb(38 124 215 / 0.7);
}

.focus\:text-charts-2\/75:focus{
  color: rgb(38 124 215 / 0.75);
}

.focus\:text-charts-2\/80:focus{
  color: rgb(38 124 215 / 0.8);
}

.focus\:text-charts-2\/85:focus{
  color: rgb(38 124 215 / 0.85);
}

.focus\:text-charts-2\/90:focus{
  color: rgb(38 124 215 / 0.9);
}

.focus\:text-charts-2\/95:focus{
  color: rgb(38 124 215 / 0.95);
}

.focus\:text-charts-3:focus{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-3\/0:focus{
  color: rgb(127 50 190 / 0);
}

.focus\:text-charts-3\/10:focus{
  color: rgb(127 50 190 / 0.1);
}

.focus\:text-charts-3\/100:focus{
  color: rgb(127 50 190 / 1);
}

.focus\:text-charts-3\/15:focus{
  color: rgb(127 50 190 / 0.15);
}

.focus\:text-charts-3\/20:focus{
  color: rgb(127 50 190 / 0.2);
}

.focus\:text-charts-3\/25:focus{
  color: rgb(127 50 190 / 0.25);
}

.focus\:text-charts-3\/30:focus{
  color: rgb(127 50 190 / 0.3);
}

.focus\:text-charts-3\/35:focus{
  color: rgb(127 50 190 / 0.35);
}

.focus\:text-charts-3\/40:focus{
  color: rgb(127 50 190 / 0.4);
}

.focus\:text-charts-3\/45:focus{
  color: rgb(127 50 190 / 0.45);
}

.focus\:text-charts-3\/5:focus{
  color: rgb(127 50 190 / 0.05);
}

.focus\:text-charts-3\/50:focus{
  color: rgb(127 50 190 / 0.5);
}

.focus\:text-charts-3\/55:focus{
  color: rgb(127 50 190 / 0.55);
}

.focus\:text-charts-3\/60:focus{
  color: rgb(127 50 190 / 0.6);
}

.focus\:text-charts-3\/65:focus{
  color: rgb(127 50 190 / 0.65);
}

.focus\:text-charts-3\/70:focus{
  color: rgb(127 50 190 / 0.7);
}

.focus\:text-charts-3\/75:focus{
  color: rgb(127 50 190 / 0.75);
}

.focus\:text-charts-3\/80:focus{
  color: rgb(127 50 190 / 0.8);
}

.focus\:text-charts-3\/85:focus{
  color: rgb(127 50 190 / 0.85);
}

.focus\:text-charts-3\/90:focus{
  color: rgb(127 50 190 / 0.9);
}

.focus\:text-charts-3\/95:focus{
  color: rgb(127 50 190 / 0.95);
}

.focus\:text-charts-4:focus{
  --tw-text-opacity: 1;
  color: rgb(0 157 154 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-4\/0:focus{
  color: rgb(0 157 154 / 0);
}

.focus\:text-charts-4\/10:focus{
  color: rgb(0 157 154 / 0.1);
}

.focus\:text-charts-4\/100:focus{
  color: rgb(0 157 154 / 1);
}

.focus\:text-charts-4\/15:focus{
  color: rgb(0 157 154 / 0.15);
}

.focus\:text-charts-4\/20:focus{
  color: rgb(0 157 154 / 0.2);
}

.focus\:text-charts-4\/25:focus{
  color: rgb(0 157 154 / 0.25);
}

.focus\:text-charts-4\/30:focus{
  color: rgb(0 157 154 / 0.3);
}

.focus\:text-charts-4\/35:focus{
  color: rgb(0 157 154 / 0.35);
}

.focus\:text-charts-4\/40:focus{
  color: rgb(0 157 154 / 0.4);
}

.focus\:text-charts-4\/45:focus{
  color: rgb(0 157 154 / 0.45);
}

.focus\:text-charts-4\/5:focus{
  color: rgb(0 157 154 / 0.05);
}

.focus\:text-charts-4\/50:focus{
  color: rgb(0 157 154 / 0.5);
}

.focus\:text-charts-4\/55:focus{
  color: rgb(0 157 154 / 0.55);
}

.focus\:text-charts-4\/60:focus{
  color: rgb(0 157 154 / 0.6);
}

.focus\:text-charts-4\/65:focus{
  color: rgb(0 157 154 / 0.65);
}

.focus\:text-charts-4\/70:focus{
  color: rgb(0 157 154 / 0.7);
}

.focus\:text-charts-4\/75:focus{
  color: rgb(0 157 154 / 0.75);
}

.focus\:text-charts-4\/80:focus{
  color: rgb(0 157 154 / 0.8);
}

.focus\:text-charts-4\/85:focus{
  color: rgb(0 157 154 / 0.85);
}

.focus\:text-charts-4\/90:focus{
  color: rgb(0 157 154 / 0.9);
}

.focus\:text-charts-4\/95:focus{
  color: rgb(0 157 154 / 0.95);
}

.focus\:text-charts-5:focus{
  --tw-text-opacity: 1;
  color: rgb(240 111 25 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-5\/0:focus{
  color: rgb(240 111 25 / 0);
}

.focus\:text-charts-5\/10:focus{
  color: rgb(240 111 25 / 0.1);
}

.focus\:text-charts-5\/100:focus{
  color: rgb(240 111 25 / 1);
}

.focus\:text-charts-5\/15:focus{
  color: rgb(240 111 25 / 0.15);
}

.focus\:text-charts-5\/20:focus{
  color: rgb(240 111 25 / 0.2);
}

.focus\:text-charts-5\/25:focus{
  color: rgb(240 111 25 / 0.25);
}

.focus\:text-charts-5\/30:focus{
  color: rgb(240 111 25 / 0.3);
}

.focus\:text-charts-5\/35:focus{
  color: rgb(240 111 25 / 0.35);
}

.focus\:text-charts-5\/40:focus{
  color: rgb(240 111 25 / 0.4);
}

.focus\:text-charts-5\/45:focus{
  color: rgb(240 111 25 / 0.45);
}

.focus\:text-charts-5\/5:focus{
  color: rgb(240 111 25 / 0.05);
}

.focus\:text-charts-5\/50:focus{
  color: rgb(240 111 25 / 0.5);
}

.focus\:text-charts-5\/55:focus{
  color: rgb(240 111 25 / 0.55);
}

.focus\:text-charts-5\/60:focus{
  color: rgb(240 111 25 / 0.6);
}

.focus\:text-charts-5\/65:focus{
  color: rgb(240 111 25 / 0.65);
}

.focus\:text-charts-5\/70:focus{
  color: rgb(240 111 25 / 0.7);
}

.focus\:text-charts-5\/75:focus{
  color: rgb(240 111 25 / 0.75);
}

.focus\:text-charts-5\/80:focus{
  color: rgb(240 111 25 / 0.8);
}

.focus\:text-charts-5\/85:focus{
  color: rgb(240 111 25 / 0.85);
}

.focus\:text-charts-5\/90:focus{
  color: rgb(240 111 25 / 0.9);
}

.focus\:text-charts-5\/95:focus{
  color: rgb(240 111 25 / 0.95);
}

.focus\:text-charts-6:focus{
  --tw-text-opacity: 1;
  color: rgb(238 83 139 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-6\/0:focus{
  color: rgb(238 83 139 / 0);
}

.focus\:text-charts-6\/10:focus{
  color: rgb(238 83 139 / 0.1);
}

.focus\:text-charts-6\/100:focus{
  color: rgb(238 83 139 / 1);
}

.focus\:text-charts-6\/15:focus{
  color: rgb(238 83 139 / 0.15);
}

.focus\:text-charts-6\/20:focus{
  color: rgb(238 83 139 / 0.2);
}

.focus\:text-charts-6\/25:focus{
  color: rgb(238 83 139 / 0.25);
}

.focus\:text-charts-6\/30:focus{
  color: rgb(238 83 139 / 0.3);
}

.focus\:text-charts-6\/35:focus{
  color: rgb(238 83 139 / 0.35);
}

.focus\:text-charts-6\/40:focus{
  color: rgb(238 83 139 / 0.4);
}

.focus\:text-charts-6\/45:focus{
  color: rgb(238 83 139 / 0.45);
}

.focus\:text-charts-6\/5:focus{
  color: rgb(238 83 139 / 0.05);
}

.focus\:text-charts-6\/50:focus{
  color: rgb(238 83 139 / 0.5);
}

.focus\:text-charts-6\/55:focus{
  color: rgb(238 83 139 / 0.55);
}

.focus\:text-charts-6\/60:focus{
  color: rgb(238 83 139 / 0.6);
}

.focus\:text-charts-6\/65:focus{
  color: rgb(238 83 139 / 0.65);
}

.focus\:text-charts-6\/70:focus{
  color: rgb(238 83 139 / 0.7);
}

.focus\:text-charts-6\/75:focus{
  color: rgb(238 83 139 / 0.75);
}

.focus\:text-charts-6\/80:focus{
  color: rgb(238 83 139 / 0.8);
}

.focus\:text-charts-6\/85:focus{
  color: rgb(238 83 139 / 0.85);
}

.focus\:text-charts-6\/90:focus{
  color: rgb(238 83 139 / 0.9);
}

.focus\:text-charts-6\/95:focus{
  color: rgb(238 83 139 / 0.95);
}

.focus\:text-charts-7:focus{
  --tw-text-opacity: 1;
  color: rgb(13 126 160 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-7\/0:focus{
  color: rgb(13 126 160 / 0);
}

.focus\:text-charts-7\/10:focus{
  color: rgb(13 126 160 / 0.1);
}

.focus\:text-charts-7\/100:focus{
  color: rgb(13 126 160 / 1);
}

.focus\:text-charts-7\/15:focus{
  color: rgb(13 126 160 / 0.15);
}

.focus\:text-charts-7\/20:focus{
  color: rgb(13 126 160 / 0.2);
}

.focus\:text-charts-7\/25:focus{
  color: rgb(13 126 160 / 0.25);
}

.focus\:text-charts-7\/30:focus{
  color: rgb(13 126 160 / 0.3);
}

.focus\:text-charts-7\/35:focus{
  color: rgb(13 126 160 / 0.35);
}

.focus\:text-charts-7\/40:focus{
  color: rgb(13 126 160 / 0.4);
}

.focus\:text-charts-7\/45:focus{
  color: rgb(13 126 160 / 0.45);
}

.focus\:text-charts-7\/5:focus{
  color: rgb(13 126 160 / 0.05);
}

.focus\:text-charts-7\/50:focus{
  color: rgb(13 126 160 / 0.5);
}

.focus\:text-charts-7\/55:focus{
  color: rgb(13 126 160 / 0.55);
}

.focus\:text-charts-7\/60:focus{
  color: rgb(13 126 160 / 0.6);
}

.focus\:text-charts-7\/65:focus{
  color: rgb(13 126 160 / 0.65);
}

.focus\:text-charts-7\/70:focus{
  color: rgb(13 126 160 / 0.7);
}

.focus\:text-charts-7\/75:focus{
  color: rgb(13 126 160 / 0.75);
}

.focus\:text-charts-7\/80:focus{
  color: rgb(13 126 160 / 0.8);
}

.focus\:text-charts-7\/85:focus{
  color: rgb(13 126 160 / 0.85);
}

.focus\:text-charts-7\/90:focus{
  color: rgb(13 126 160 / 0.9);
}

.focus\:text-charts-7\/95:focus{
  color: rgb(13 126 160 / 0.95);
}

.focus\:text-charts-8:focus{
  --tw-text-opacity: 1;
  color: rgb(159 24 83 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-8\/0:focus{
  color: rgb(159 24 83 / 0);
}

.focus\:text-charts-8\/10:focus{
  color: rgb(159 24 83 / 0.1);
}

.focus\:text-charts-8\/100:focus{
  color: rgb(159 24 83 / 1);
}

.focus\:text-charts-8\/15:focus{
  color: rgb(159 24 83 / 0.15);
}

.focus\:text-charts-8\/20:focus{
  color: rgb(159 24 83 / 0.2);
}

.focus\:text-charts-8\/25:focus{
  color: rgb(159 24 83 / 0.25);
}

.focus\:text-charts-8\/30:focus{
  color: rgb(159 24 83 / 0.3);
}

.focus\:text-charts-8\/35:focus{
  color: rgb(159 24 83 / 0.35);
}

.focus\:text-charts-8\/40:focus{
  color: rgb(159 24 83 / 0.4);
}

.focus\:text-charts-8\/45:focus{
  color: rgb(159 24 83 / 0.45);
}

.focus\:text-charts-8\/5:focus{
  color: rgb(159 24 83 / 0.05);
}

.focus\:text-charts-8\/50:focus{
  color: rgb(159 24 83 / 0.5);
}

.focus\:text-charts-8\/55:focus{
  color: rgb(159 24 83 / 0.55);
}

.focus\:text-charts-8\/60:focus{
  color: rgb(159 24 83 / 0.6);
}

.focus\:text-charts-8\/65:focus{
  color: rgb(159 24 83 / 0.65);
}

.focus\:text-charts-8\/70:focus{
  color: rgb(159 24 83 / 0.7);
}

.focus\:text-charts-8\/75:focus{
  color: rgb(159 24 83 / 0.75);
}

.focus\:text-charts-8\/80:focus{
  color: rgb(159 24 83 / 0.8);
}

.focus\:text-charts-8\/85:focus{
  color: rgb(159 24 83 / 0.85);
}

.focus\:text-charts-8\/90:focus{
  color: rgb(159 24 83 / 0.9);
}

.focus\:text-charts-8\/95:focus{
  color: rgb(159 24 83 / 0.95);
}

.focus\:text-charts-9:focus{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.focus\:text-charts-9\/0:focus{
  color: rgb(255 186 0 / 0);
}

.focus\:text-charts-9\/10:focus{
  color: rgb(255 186 0 / 0.1);
}

.focus\:text-charts-9\/100:focus{
  color: rgb(255 186 0 / 1);
}

.focus\:text-charts-9\/15:focus{
  color: rgb(255 186 0 / 0.15);
}

.focus\:text-charts-9\/20:focus{
  color: rgb(255 186 0 / 0.2);
}

.focus\:text-charts-9\/25:focus{
  color: rgb(255 186 0 / 0.25);
}

.focus\:text-charts-9\/30:focus{
  color: rgb(255 186 0 / 0.3);
}

.focus\:text-charts-9\/35:focus{
  color: rgb(255 186 0 / 0.35);
}

.focus\:text-charts-9\/40:focus{
  color: rgb(255 186 0 / 0.4);
}

.focus\:text-charts-9\/45:focus{
  color: rgb(255 186 0 / 0.45);
}

.focus\:text-charts-9\/5:focus{
  color: rgb(255 186 0 / 0.05);
}

.focus\:text-charts-9\/50:focus{
  color: rgb(255 186 0 / 0.5);
}

.focus\:text-charts-9\/55:focus{
  color: rgb(255 186 0 / 0.55);
}

.focus\:text-charts-9\/60:focus{
  color: rgb(255 186 0 / 0.6);
}

.focus\:text-charts-9\/65:focus{
  color: rgb(255 186 0 / 0.65);
}

.focus\:text-charts-9\/70:focus{
  color: rgb(255 186 0 / 0.7);
}

.focus\:text-charts-9\/75:focus{
  color: rgb(255 186 0 / 0.75);
}

.focus\:text-charts-9\/80:focus{
  color: rgb(255 186 0 / 0.8);
}

.focus\:text-charts-9\/85:focus{
  color: rgb(255 186 0 / 0.85);
}

.focus\:text-charts-9\/90:focus{
  color: rgb(255 186 0 / 0.9);
}

.focus\:text-charts-9\/95:focus{
  color: rgb(255 186 0 / 0.95);
}

.focus\:text-error-100:focus{
  --tw-text-opacity: 1;
  color: rgb(217 0 7 / var(--tw-text-opacity, 1));
}

.focus\:text-error-100\/0:focus{
  color: rgb(217 0 7 / 0);
}

.focus\:text-error-100\/10:focus{
  color: rgb(217 0 7 / 0.1);
}

.focus\:text-error-100\/100:focus{
  color: rgb(217 0 7 / 1);
}

.focus\:text-error-100\/15:focus{
  color: rgb(217 0 7 / 0.15);
}

.focus\:text-error-100\/20:focus{
  color: rgb(217 0 7 / 0.2);
}

.focus\:text-error-100\/25:focus{
  color: rgb(217 0 7 / 0.25);
}

.focus\:text-error-100\/30:focus{
  color: rgb(217 0 7 / 0.3);
}

.focus\:text-error-100\/35:focus{
  color: rgb(217 0 7 / 0.35);
}

.focus\:text-error-100\/40:focus{
  color: rgb(217 0 7 / 0.4);
}

.focus\:text-error-100\/45:focus{
  color: rgb(217 0 7 / 0.45);
}

.focus\:text-error-100\/5:focus{
  color: rgb(217 0 7 / 0.05);
}

.focus\:text-error-100\/50:focus{
  color: rgb(217 0 7 / 0.5);
}

.focus\:text-error-100\/55:focus{
  color: rgb(217 0 7 / 0.55);
}

.focus\:text-error-100\/60:focus{
  color: rgb(217 0 7 / 0.6);
}

.focus\:text-error-100\/65:focus{
  color: rgb(217 0 7 / 0.65);
}

.focus\:text-error-100\/70:focus{
  color: rgb(217 0 7 / 0.7);
}

.focus\:text-error-100\/75:focus{
  color: rgb(217 0 7 / 0.75);
}

.focus\:text-error-100\/80:focus{
  color: rgb(217 0 7 / 0.8);
}

.focus\:text-error-100\/85:focus{
  color: rgb(217 0 7 / 0.85);
}

.focus\:text-error-100\/90:focus{
  color: rgb(217 0 7 / 0.9);
}

.focus\:text-error-100\/95:focus{
  color: rgb(217 0 7 / 0.95);
}

.focus\:text-error-background:focus{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.focus\:text-error-background\/0:focus{
  color: rgb(254 226 226 / 0);
}

.focus\:text-error-background\/10:focus{
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-error-background\/100:focus{
  color: rgb(254 226 226 / 1);
}

.focus\:text-error-background\/15:focus{
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-error-background\/20:focus{
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-error-background\/25:focus{
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-error-background\/30:focus{
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-error-background\/35:focus{
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-error-background\/40:focus{
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-error-background\/45:focus{
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-error-background\/5:focus{
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-error-background\/50:focus{
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-error-background\/55:focus{
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-error-background\/60:focus{
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-error-background\/65:focus{
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-error-background\/70:focus{
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-error-background\/75:focus{
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-error-background\/80:focus{
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-error-background\/85:focus{
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-error-background\/90:focus{
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-error-background\/95:focus{
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-informational-100:focus{
  --tw-text-opacity: 1;
  color: rgb(35 87 137 / var(--tw-text-opacity, 1));
}

.focus\:text-informational-100\/0:focus{
  color: rgb(35 87 137 / 0);
}

.focus\:text-informational-100\/10:focus{
  color: rgb(35 87 137 / 0.1);
}

.focus\:text-informational-100\/100:focus{
  color: rgb(35 87 137 / 1);
}

.focus\:text-informational-100\/15:focus{
  color: rgb(35 87 137 / 0.15);
}

.focus\:text-informational-100\/20:focus{
  color: rgb(35 87 137 / 0.2);
}

.focus\:text-informational-100\/25:focus{
  color: rgb(35 87 137 / 0.25);
}

.focus\:text-informational-100\/30:focus{
  color: rgb(35 87 137 / 0.3);
}

.focus\:text-informational-100\/35:focus{
  color: rgb(35 87 137 / 0.35);
}

.focus\:text-informational-100\/40:focus{
  color: rgb(35 87 137 / 0.4);
}

.focus\:text-informational-100\/45:focus{
  color: rgb(35 87 137 / 0.45);
}

.focus\:text-informational-100\/5:focus{
  color: rgb(35 87 137 / 0.05);
}

.focus\:text-informational-100\/50:focus{
  color: rgb(35 87 137 / 0.5);
}

.focus\:text-informational-100\/55:focus{
  color: rgb(35 87 137 / 0.55);
}

.focus\:text-informational-100\/60:focus{
  color: rgb(35 87 137 / 0.6);
}

.focus\:text-informational-100\/65:focus{
  color: rgb(35 87 137 / 0.65);
}

.focus\:text-informational-100\/70:focus{
  color: rgb(35 87 137 / 0.7);
}

.focus\:text-informational-100\/75:focus{
  color: rgb(35 87 137 / 0.75);
}

.focus\:text-informational-100\/80:focus{
  color: rgb(35 87 137 / 0.8);
}

.focus\:text-informational-100\/85:focus{
  color: rgb(35 87 137 / 0.85);
}

.focus\:text-informational-100\/90:focus{
  color: rgb(35 87 137 / 0.9);
}

.focus\:text-informational-100\/95:focus{
  color: rgb(35 87 137 / 0.95);
}

.focus\:text-informational-background:focus{
  --tw-text-opacity: 1;
  color: rgb(226 241 254 / var(--tw-text-opacity, 1));
}

.focus\:text-informational-background\/0:focus{
  color: rgb(226 241 254 / 0);
}

.focus\:text-informational-background\/10:focus{
  color: rgb(226 241 254 / 0.1);
}

.focus\:text-informational-background\/100:focus{
  color: rgb(226 241 254 / 1);
}

.focus\:text-informational-background\/15:focus{
  color: rgb(226 241 254 / 0.15);
}

.focus\:text-informational-background\/20:focus{
  color: rgb(226 241 254 / 0.2);
}

.focus\:text-informational-background\/25:focus{
  color: rgb(226 241 254 / 0.25);
}

.focus\:text-informational-background\/30:focus{
  color: rgb(226 241 254 / 0.3);
}

.focus\:text-informational-background\/35:focus{
  color: rgb(226 241 254 / 0.35);
}

.focus\:text-informational-background\/40:focus{
  color: rgb(226 241 254 / 0.4);
}

.focus\:text-informational-background\/45:focus{
  color: rgb(226 241 254 / 0.45);
}

.focus\:text-informational-background\/5:focus{
  color: rgb(226 241 254 / 0.05);
}

.focus\:text-informational-background\/50:focus{
  color: rgb(226 241 254 / 0.5);
}

.focus\:text-informational-background\/55:focus{
  color: rgb(226 241 254 / 0.55);
}

.focus\:text-informational-background\/60:focus{
  color: rgb(226 241 254 / 0.6);
}

.focus\:text-informational-background\/65:focus{
  color: rgb(226 241 254 / 0.65);
}

.focus\:text-informational-background\/70:focus{
  color: rgb(226 241 254 / 0.7);
}

.focus\:text-informational-background\/75:focus{
  color: rgb(226 241 254 / 0.75);
}

.focus\:text-informational-background\/80:focus{
  color: rgb(226 241 254 / 0.8);
}

.focus\:text-informational-background\/85:focus{
  color: rgb(226 241 254 / 0.85);
}

.focus\:text-informational-background\/90:focus{
  color: rgb(226 241 254 / 0.9);
}

.focus\:text-informational-background\/95:focus{
  color: rgb(226 241 254 / 0.95);
}

.focus\:text-neutral-10:focus{
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-10\/0:focus{
  color: rgb(245 247 250 / 0);
}

.focus\:text-neutral-10\/10:focus{
  color: rgb(245 247 250 / 0.1);
}

.focus\:text-neutral-10\/100:focus{
  color: rgb(245 247 250 / 1);
}

.focus\:text-neutral-10\/15:focus{
  color: rgb(245 247 250 / 0.15);
}

.focus\:text-neutral-10\/20:focus{
  color: rgb(245 247 250 / 0.2);
}

.focus\:text-neutral-10\/25:focus{
  color: rgb(245 247 250 / 0.25);
}

.focus\:text-neutral-10\/30:focus{
  color: rgb(245 247 250 / 0.3);
}

.focus\:text-neutral-10\/35:focus{
  color: rgb(245 247 250 / 0.35);
}

.focus\:text-neutral-10\/40:focus{
  color: rgb(245 247 250 / 0.4);
}

.focus\:text-neutral-10\/45:focus{
  color: rgb(245 247 250 / 0.45);
}

.focus\:text-neutral-10\/5:focus{
  color: rgb(245 247 250 / 0.05);
}

.focus\:text-neutral-10\/50:focus{
  color: rgb(245 247 250 / 0.5);
}

.focus\:text-neutral-10\/55:focus{
  color: rgb(245 247 250 / 0.55);
}

.focus\:text-neutral-10\/60:focus{
  color: rgb(245 247 250 / 0.6);
}

.focus\:text-neutral-10\/65:focus{
  color: rgb(245 247 250 / 0.65);
}

.focus\:text-neutral-10\/70:focus{
  color: rgb(245 247 250 / 0.7);
}

.focus\:text-neutral-10\/75:focus{
  color: rgb(245 247 250 / 0.75);
}

.focus\:text-neutral-10\/80:focus{
  color: rgb(245 247 250 / 0.8);
}

.focus\:text-neutral-10\/85:focus{
  color: rgb(245 247 250 / 0.85);
}

.focus\:text-neutral-10\/90:focus{
  color: rgb(245 247 250 / 0.9);
}

.focus\:text-neutral-10\/95:focus{
  color: rgb(245 247 250 / 0.95);
}

.focus\:text-neutral-100:focus{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-100\/0:focus{
  color: rgb(26 26 26 / 0);
}

.focus\:text-neutral-100\/10:focus{
  color: rgb(26 26 26 / 0.1);
}

.focus\:text-neutral-100\/100:focus{
  color: rgb(26 26 26 / 1);
}

.focus\:text-neutral-100\/15:focus{
  color: rgb(26 26 26 / 0.15);
}

.focus\:text-neutral-100\/20:focus{
  color: rgb(26 26 26 / 0.2);
}

.focus\:text-neutral-100\/25:focus{
  color: rgb(26 26 26 / 0.25);
}

.focus\:text-neutral-100\/30:focus{
  color: rgb(26 26 26 / 0.3);
}

.focus\:text-neutral-100\/35:focus{
  color: rgb(26 26 26 / 0.35);
}

.focus\:text-neutral-100\/40:focus{
  color: rgb(26 26 26 / 0.4);
}

.focus\:text-neutral-100\/45:focus{
  color: rgb(26 26 26 / 0.45);
}

.focus\:text-neutral-100\/5:focus{
  color: rgb(26 26 26 / 0.05);
}

.focus\:text-neutral-100\/50:focus{
  color: rgb(26 26 26 / 0.5);
}

.focus\:text-neutral-100\/55:focus{
  color: rgb(26 26 26 / 0.55);
}

.focus\:text-neutral-100\/60:focus{
  color: rgb(26 26 26 / 0.6);
}

.focus\:text-neutral-100\/65:focus{
  color: rgb(26 26 26 / 0.65);
}

.focus\:text-neutral-100\/70:focus{
  color: rgb(26 26 26 / 0.7);
}

.focus\:text-neutral-100\/75:focus{
  color: rgb(26 26 26 / 0.75);
}

.focus\:text-neutral-100\/80:focus{
  color: rgb(26 26 26 / 0.8);
}

.focus\:text-neutral-100\/85:focus{
  color: rgb(26 26 26 / 0.85);
}

.focus\:text-neutral-100\/90:focus{
  color: rgb(26 26 26 / 0.9);
}

.focus\:text-neutral-100\/95:focus{
  color: rgb(26 26 26 / 0.95);
}

.focus\:text-neutral-20:focus{
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-20\/0:focus{
  color: rgb(227 227 227 / 0);
}

.focus\:text-neutral-20\/10:focus{
  color: rgb(227 227 227 / 0.1);
}

.focus\:text-neutral-20\/100:focus{
  color: rgb(227 227 227 / 1);
}

.focus\:text-neutral-20\/15:focus{
  color: rgb(227 227 227 / 0.15);
}

.focus\:text-neutral-20\/20:focus{
  color: rgb(227 227 227 / 0.2);
}

.focus\:text-neutral-20\/25:focus{
  color: rgb(227 227 227 / 0.25);
}

.focus\:text-neutral-20\/30:focus{
  color: rgb(227 227 227 / 0.3);
}

.focus\:text-neutral-20\/35:focus{
  color: rgb(227 227 227 / 0.35);
}

.focus\:text-neutral-20\/40:focus{
  color: rgb(227 227 227 / 0.4);
}

.focus\:text-neutral-20\/45:focus{
  color: rgb(227 227 227 / 0.45);
}

.focus\:text-neutral-20\/5:focus{
  color: rgb(227 227 227 / 0.05);
}

.focus\:text-neutral-20\/50:focus{
  color: rgb(227 227 227 / 0.5);
}

.focus\:text-neutral-20\/55:focus{
  color: rgb(227 227 227 / 0.55);
}

.focus\:text-neutral-20\/60:focus{
  color: rgb(227 227 227 / 0.6);
}

.focus\:text-neutral-20\/65:focus{
  color: rgb(227 227 227 / 0.65);
}

.focus\:text-neutral-20\/70:focus{
  color: rgb(227 227 227 / 0.7);
}

.focus\:text-neutral-20\/75:focus{
  color: rgb(227 227 227 / 0.75);
}

.focus\:text-neutral-20\/80:focus{
  color: rgb(227 227 227 / 0.8);
}

.focus\:text-neutral-20\/85:focus{
  color: rgb(227 227 227 / 0.85);
}

.focus\:text-neutral-20\/90:focus{
  color: rgb(227 227 227 / 0.9);
}

.focus\:text-neutral-20\/95:focus{
  color: rgb(227 227 227 / 0.95);
}

.focus\:text-neutral-30:focus{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-30\/0:focus{
  color: rgb(199 199 199 / 0);
}

.focus\:text-neutral-30\/10:focus{
  color: rgb(199 199 199 / 0.1);
}

.focus\:text-neutral-30\/100:focus{
  color: rgb(199 199 199 / 1);
}

.focus\:text-neutral-30\/15:focus{
  color: rgb(199 199 199 / 0.15);
}

.focus\:text-neutral-30\/20:focus{
  color: rgb(199 199 199 / 0.2);
}

.focus\:text-neutral-30\/25:focus{
  color: rgb(199 199 199 / 0.25);
}

.focus\:text-neutral-30\/30:focus{
  color: rgb(199 199 199 / 0.3);
}

.focus\:text-neutral-30\/35:focus{
  color: rgb(199 199 199 / 0.35);
}

.focus\:text-neutral-30\/40:focus{
  color: rgb(199 199 199 / 0.4);
}

.focus\:text-neutral-30\/45:focus{
  color: rgb(199 199 199 / 0.45);
}

.focus\:text-neutral-30\/5:focus{
  color: rgb(199 199 199 / 0.05);
}

.focus\:text-neutral-30\/50:focus{
  color: rgb(199 199 199 / 0.5);
}

.focus\:text-neutral-30\/55:focus{
  color: rgb(199 199 199 / 0.55);
}

.focus\:text-neutral-30\/60:focus{
  color: rgb(199 199 199 / 0.6);
}

.focus\:text-neutral-30\/65:focus{
  color: rgb(199 199 199 / 0.65);
}

.focus\:text-neutral-30\/70:focus{
  color: rgb(199 199 199 / 0.7);
}

.focus\:text-neutral-30\/75:focus{
  color: rgb(199 199 199 / 0.75);
}

.focus\:text-neutral-30\/80:focus{
  color: rgb(199 199 199 / 0.8);
}

.focus\:text-neutral-30\/85:focus{
  color: rgb(199 199 199 / 0.85);
}

.focus\:text-neutral-30\/90:focus{
  color: rgb(199 199 199 / 0.9);
}

.focus\:text-neutral-30\/95:focus{
  color: rgb(199 199 199 / 0.95);
}

.focus\:text-neutral-40:focus{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-40\/0:focus{
  color: rgb(172 172 172 / 0);
}

.focus\:text-neutral-40\/10:focus{
  color: rgb(172 172 172 / 0.1);
}

.focus\:text-neutral-40\/100:focus{
  color: rgb(172 172 172 / 1);
}

.focus\:text-neutral-40\/15:focus{
  color: rgb(172 172 172 / 0.15);
}

.focus\:text-neutral-40\/20:focus{
  color: rgb(172 172 172 / 0.2);
}

.focus\:text-neutral-40\/25:focus{
  color: rgb(172 172 172 / 0.25);
}

.focus\:text-neutral-40\/30:focus{
  color: rgb(172 172 172 / 0.3);
}

.focus\:text-neutral-40\/35:focus{
  color: rgb(172 172 172 / 0.35);
}

.focus\:text-neutral-40\/40:focus{
  color: rgb(172 172 172 / 0.4);
}

.focus\:text-neutral-40\/45:focus{
  color: rgb(172 172 172 / 0.45);
}

.focus\:text-neutral-40\/5:focus{
  color: rgb(172 172 172 / 0.05);
}

.focus\:text-neutral-40\/50:focus{
  color: rgb(172 172 172 / 0.5);
}

.focus\:text-neutral-40\/55:focus{
  color: rgb(172 172 172 / 0.55);
}

.focus\:text-neutral-40\/60:focus{
  color: rgb(172 172 172 / 0.6);
}

.focus\:text-neutral-40\/65:focus{
  color: rgb(172 172 172 / 0.65);
}

.focus\:text-neutral-40\/70:focus{
  color: rgb(172 172 172 / 0.7);
}

.focus\:text-neutral-40\/75:focus{
  color: rgb(172 172 172 / 0.75);
}

.focus\:text-neutral-40\/80:focus{
  color: rgb(172 172 172 / 0.8);
}

.focus\:text-neutral-40\/85:focus{
  color: rgb(172 172 172 / 0.85);
}

.focus\:text-neutral-40\/90:focus{
  color: rgb(172 172 172 / 0.9);
}

.focus\:text-neutral-40\/95:focus{
  color: rgb(172 172 172 / 0.95);
}

.focus\:text-neutral-50:focus{
  --tw-text-opacity: 1;
  color: rgb(142 145 146 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-50\/0:focus{
  color: rgb(142 145 146 / 0);
}

.focus\:text-neutral-50\/10:focus{
  color: rgb(142 145 146 / 0.1);
}

.focus\:text-neutral-50\/100:focus{
  color: rgb(142 145 146 / 1);
}

.focus\:text-neutral-50\/15:focus{
  color: rgb(142 145 146 / 0.15);
}

.focus\:text-neutral-50\/20:focus{
  color: rgb(142 145 146 / 0.2);
}

.focus\:text-neutral-50\/25:focus{
  color: rgb(142 145 146 / 0.25);
}

.focus\:text-neutral-50\/30:focus{
  color: rgb(142 145 146 / 0.3);
}

.focus\:text-neutral-50\/35:focus{
  color: rgb(142 145 146 / 0.35);
}

.focus\:text-neutral-50\/40:focus{
  color: rgb(142 145 146 / 0.4);
}

.focus\:text-neutral-50\/45:focus{
  color: rgb(142 145 146 / 0.45);
}

.focus\:text-neutral-50\/5:focus{
  color: rgb(142 145 146 / 0.05);
}

.focus\:text-neutral-50\/50:focus{
  color: rgb(142 145 146 / 0.5);
}

.focus\:text-neutral-50\/55:focus{
  color: rgb(142 145 146 / 0.55);
}

.focus\:text-neutral-50\/60:focus{
  color: rgb(142 145 146 / 0.6);
}

.focus\:text-neutral-50\/65:focus{
  color: rgb(142 145 146 / 0.65);
}

.focus\:text-neutral-50\/70:focus{
  color: rgb(142 145 146 / 0.7);
}

.focus\:text-neutral-50\/75:focus{
  color: rgb(142 145 146 / 0.75);
}

.focus\:text-neutral-50\/80:focus{
  color: rgb(142 145 146 / 0.8);
}

.focus\:text-neutral-50\/85:focus{
  color: rgb(142 145 146 / 0.85);
}

.focus\:text-neutral-50\/90:focus{
  color: rgb(142 145 146 / 0.9);
}

.focus\:text-neutral-50\/95:focus{
  color: rgb(142 145 146 / 0.95);
}

.focus\:text-neutral-60:focus{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-60\/0:focus{
  color: rgb(118 118 118 / 0);
}

.focus\:text-neutral-60\/10:focus{
  color: rgb(118 118 118 / 0.1);
}

.focus\:text-neutral-60\/100:focus{
  color: rgb(118 118 118 / 1);
}

.focus\:text-neutral-60\/15:focus{
  color: rgb(118 118 118 / 0.15);
}

.focus\:text-neutral-60\/20:focus{
  color: rgb(118 118 118 / 0.2);
}

.focus\:text-neutral-60\/25:focus{
  color: rgb(118 118 118 / 0.25);
}

.focus\:text-neutral-60\/30:focus{
  color: rgb(118 118 118 / 0.3);
}

.focus\:text-neutral-60\/35:focus{
  color: rgb(118 118 118 / 0.35);
}

.focus\:text-neutral-60\/40:focus{
  color: rgb(118 118 118 / 0.4);
}

.focus\:text-neutral-60\/45:focus{
  color: rgb(118 118 118 / 0.45);
}

.focus\:text-neutral-60\/5:focus{
  color: rgb(118 118 118 / 0.05);
}

.focus\:text-neutral-60\/50:focus{
  color: rgb(118 118 118 / 0.5);
}

.focus\:text-neutral-60\/55:focus{
  color: rgb(118 118 118 / 0.55);
}

.focus\:text-neutral-60\/60:focus{
  color: rgb(118 118 118 / 0.6);
}

.focus\:text-neutral-60\/65:focus{
  color: rgb(118 118 118 / 0.65);
}

.focus\:text-neutral-60\/70:focus{
  color: rgb(118 118 118 / 0.7);
}

.focus\:text-neutral-60\/75:focus{
  color: rgb(118 118 118 / 0.75);
}

.focus\:text-neutral-60\/80:focus{
  color: rgb(118 118 118 / 0.8);
}

.focus\:text-neutral-60\/85:focus{
  color: rgb(118 118 118 / 0.85);
}

.focus\:text-neutral-60\/90:focus{
  color: rgb(118 118 118 / 0.9);
}

.focus\:text-neutral-60\/95:focus{
  color: rgb(118 118 118 / 0.95);
}

.focus\:text-neutral-70:focus{
  --tw-text-opacity: 1;
  color: rgb(92 95 96 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-70\/0:focus{
  color: rgb(92 95 96 / 0);
}

.focus\:text-neutral-70\/10:focus{
  color: rgb(92 95 96 / 0.1);
}

.focus\:text-neutral-70\/100:focus{
  color: rgb(92 95 96 / 1);
}

.focus\:text-neutral-70\/15:focus{
  color: rgb(92 95 96 / 0.15);
}

.focus\:text-neutral-70\/20:focus{
  color: rgb(92 95 96 / 0.2);
}

.focus\:text-neutral-70\/25:focus{
  color: rgb(92 95 96 / 0.25);
}

.focus\:text-neutral-70\/30:focus{
  color: rgb(92 95 96 / 0.3);
}

.focus\:text-neutral-70\/35:focus{
  color: rgb(92 95 96 / 0.35);
}

.focus\:text-neutral-70\/40:focus{
  color: rgb(92 95 96 / 0.4);
}

.focus\:text-neutral-70\/45:focus{
  color: rgb(92 95 96 / 0.45);
}

.focus\:text-neutral-70\/5:focus{
  color: rgb(92 95 96 / 0.05);
}

.focus\:text-neutral-70\/50:focus{
  color: rgb(92 95 96 / 0.5);
}

.focus\:text-neutral-70\/55:focus{
  color: rgb(92 95 96 / 0.55);
}

.focus\:text-neutral-70\/60:focus{
  color: rgb(92 95 96 / 0.6);
}

.focus\:text-neutral-70\/65:focus{
  color: rgb(92 95 96 / 0.65);
}

.focus\:text-neutral-70\/70:focus{
  color: rgb(92 95 96 / 0.7);
}

.focus\:text-neutral-70\/75:focus{
  color: rgb(92 95 96 / 0.75);
}

.focus\:text-neutral-70\/80:focus{
  color: rgb(92 95 96 / 0.8);
}

.focus\:text-neutral-70\/85:focus{
  color: rgb(92 95 96 / 0.85);
}

.focus\:text-neutral-70\/90:focus{
  color: rgb(92 95 96 / 0.9);
}

.focus\:text-neutral-70\/95:focus{
  color: rgb(92 95 96 / 0.95);
}

.focus\:text-neutral-80:focus{
  --tw-text-opacity: 1;
  color: rgb(68 71 72 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-80\/0:focus{
  color: rgb(68 71 72 / 0);
}

.focus\:text-neutral-80\/10:focus{
  color: rgb(68 71 72 / 0.1);
}

.focus\:text-neutral-80\/100:focus{
  color: rgb(68 71 72 / 1);
}

.focus\:text-neutral-80\/15:focus{
  color: rgb(68 71 72 / 0.15);
}

.focus\:text-neutral-80\/20:focus{
  color: rgb(68 71 72 / 0.2);
}

.focus\:text-neutral-80\/25:focus{
  color: rgb(68 71 72 / 0.25);
}

.focus\:text-neutral-80\/30:focus{
  color: rgb(68 71 72 / 0.3);
}

.focus\:text-neutral-80\/35:focus{
  color: rgb(68 71 72 / 0.35);
}

.focus\:text-neutral-80\/40:focus{
  color: rgb(68 71 72 / 0.4);
}

.focus\:text-neutral-80\/45:focus{
  color: rgb(68 71 72 / 0.45);
}

.focus\:text-neutral-80\/5:focus{
  color: rgb(68 71 72 / 0.05);
}

.focus\:text-neutral-80\/50:focus{
  color: rgb(68 71 72 / 0.5);
}

.focus\:text-neutral-80\/55:focus{
  color: rgb(68 71 72 / 0.55);
}

.focus\:text-neutral-80\/60:focus{
  color: rgb(68 71 72 / 0.6);
}

.focus\:text-neutral-80\/65:focus{
  color: rgb(68 71 72 / 0.65);
}

.focus\:text-neutral-80\/70:focus{
  color: rgb(68 71 72 / 0.7);
}

.focus\:text-neutral-80\/75:focus{
  color: rgb(68 71 72 / 0.75);
}

.focus\:text-neutral-80\/80:focus{
  color: rgb(68 71 72 / 0.8);
}

.focus\:text-neutral-80\/85:focus{
  color: rgb(68 71 72 / 0.85);
}

.focus\:text-neutral-80\/90:focus{
  color: rgb(68 71 72 / 0.9);
}

.focus\:text-neutral-80\/95:focus{
  color: rgb(68 71 72 / 0.95);
}

.focus\:text-neutral-90:focus{
  --tw-text-opacity: 1;
  color: rgb(45 49 50 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-90\/0:focus{
  color: rgb(45 49 50 / 0);
}

.focus\:text-neutral-90\/10:focus{
  color: rgb(45 49 50 / 0.1);
}

.focus\:text-neutral-90\/100:focus{
  color: rgb(45 49 50 / 1);
}

.focus\:text-neutral-90\/15:focus{
  color: rgb(45 49 50 / 0.15);
}

.focus\:text-neutral-90\/20:focus{
  color: rgb(45 49 50 / 0.2);
}

.focus\:text-neutral-90\/25:focus{
  color: rgb(45 49 50 / 0.25);
}

.focus\:text-neutral-90\/30:focus{
  color: rgb(45 49 50 / 0.3);
}

.focus\:text-neutral-90\/35:focus{
  color: rgb(45 49 50 / 0.35);
}

.focus\:text-neutral-90\/40:focus{
  color: rgb(45 49 50 / 0.4);
}

.focus\:text-neutral-90\/45:focus{
  color: rgb(45 49 50 / 0.45);
}

.focus\:text-neutral-90\/5:focus{
  color: rgb(45 49 50 / 0.05);
}

.focus\:text-neutral-90\/50:focus{
  color: rgb(45 49 50 / 0.5);
}

.focus\:text-neutral-90\/55:focus{
  color: rgb(45 49 50 / 0.55);
}

.focus\:text-neutral-90\/60:focus{
  color: rgb(45 49 50 / 0.6);
}

.focus\:text-neutral-90\/65:focus{
  color: rgb(45 49 50 / 0.65);
}

.focus\:text-neutral-90\/70:focus{
  color: rgb(45 49 50 / 0.7);
}

.focus\:text-neutral-90\/75:focus{
  color: rgb(45 49 50 / 0.75);
}

.focus\:text-neutral-90\/80:focus{
  color: rgb(45 49 50 / 0.8);
}

.focus\:text-neutral-90\/85:focus{
  color: rgb(45 49 50 / 0.85);
}

.focus\:text-neutral-90\/90:focus{
  color: rgb(45 49 50 / 0.9);
}

.focus\:text-neutral-90\/95:focus{
  color: rgb(45 49 50 / 0.95);
}

.focus\:text-primary-10:focus{
  --tw-text-opacity: 1;
  color: rgb(226 248 255 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-10\/0:focus{
  color: rgb(226 248 255 / 0);
}

.focus\:text-primary-10\/10:focus{
  color: rgb(226 248 255 / 0.1);
}

.focus\:text-primary-10\/100:focus{
  color: rgb(226 248 255 / 1);
}

.focus\:text-primary-10\/15:focus{
  color: rgb(226 248 255 / 0.15);
}

.focus\:text-primary-10\/20:focus{
  color: rgb(226 248 255 / 0.2);
}

.focus\:text-primary-10\/25:focus{
  color: rgb(226 248 255 / 0.25);
}

.focus\:text-primary-10\/30:focus{
  color: rgb(226 248 255 / 0.3);
}

.focus\:text-primary-10\/35:focus{
  color: rgb(226 248 255 / 0.35);
}

.focus\:text-primary-10\/40:focus{
  color: rgb(226 248 255 / 0.4);
}

.focus\:text-primary-10\/45:focus{
  color: rgb(226 248 255 / 0.45);
}

.focus\:text-primary-10\/5:focus{
  color: rgb(226 248 255 / 0.05);
}

.focus\:text-primary-10\/50:focus{
  color: rgb(226 248 255 / 0.5);
}

.focus\:text-primary-10\/55:focus{
  color: rgb(226 248 255 / 0.55);
}

.focus\:text-primary-10\/60:focus{
  color: rgb(226 248 255 / 0.6);
}

.focus\:text-primary-10\/65:focus{
  color: rgb(226 248 255 / 0.65);
}

.focus\:text-primary-10\/70:focus{
  color: rgb(226 248 255 / 0.7);
}

.focus\:text-primary-10\/75:focus{
  color: rgb(226 248 255 / 0.75);
}

.focus\:text-primary-10\/80:focus{
  color: rgb(226 248 255 / 0.8);
}

.focus\:text-primary-10\/85:focus{
  color: rgb(226 248 255 / 0.85);
}

.focus\:text-primary-10\/90:focus{
  color: rgb(226 248 255 / 0.9);
}

.focus\:text-primary-10\/95:focus{
  color: rgb(226 248 255 / 0.95);
}

.focus\:text-primary-100:focus{
  --tw-text-opacity: 1;
  color: rgb(0 30 43 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-100\/0:focus{
  color: rgb(0 30 43 / 0);
}

.focus\:text-primary-100\/10:focus{
  color: rgb(0 30 43 / 0.1);
}

.focus\:text-primary-100\/100:focus{
  color: rgb(0 30 43 / 1);
}

.focus\:text-primary-100\/15:focus{
  color: rgb(0 30 43 / 0.15);
}

.focus\:text-primary-100\/20:focus{
  color: rgb(0 30 43 / 0.2);
}

.focus\:text-primary-100\/25:focus{
  color: rgb(0 30 43 / 0.25);
}

.focus\:text-primary-100\/30:focus{
  color: rgb(0 30 43 / 0.3);
}

.focus\:text-primary-100\/35:focus{
  color: rgb(0 30 43 / 0.35);
}

.focus\:text-primary-100\/40:focus{
  color: rgb(0 30 43 / 0.4);
}

.focus\:text-primary-100\/45:focus{
  color: rgb(0 30 43 / 0.45);
}

.focus\:text-primary-100\/5:focus{
  color: rgb(0 30 43 / 0.05);
}

.focus\:text-primary-100\/50:focus{
  color: rgb(0 30 43 / 0.5);
}

.focus\:text-primary-100\/55:focus{
  color: rgb(0 30 43 / 0.55);
}

.focus\:text-primary-100\/60:focus{
  color: rgb(0 30 43 / 0.6);
}

.focus\:text-primary-100\/65:focus{
  color: rgb(0 30 43 / 0.65);
}

.focus\:text-primary-100\/70:focus{
  color: rgb(0 30 43 / 0.7);
}

.focus\:text-primary-100\/75:focus{
  color: rgb(0 30 43 / 0.75);
}

.focus\:text-primary-100\/80:focus{
  color: rgb(0 30 43 / 0.8);
}

.focus\:text-primary-100\/85:focus{
  color: rgb(0 30 43 / 0.85);
}

.focus\:text-primary-100\/90:focus{
  color: rgb(0 30 43 / 0.9);
}

.focus\:text-primary-100\/95:focus{
  color: rgb(0 30 43 / 0.95);
}

.focus\:text-primary-15:focus{
  --tw-text-opacity: 1;
  color: rgb(213 243 253 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-15\/0:focus{
  color: rgb(213 243 253 / 0);
}

.focus\:text-primary-15\/10:focus{
  color: rgb(213 243 253 / 0.1);
}

.focus\:text-primary-15\/100:focus{
  color: rgb(213 243 253 / 1);
}

.focus\:text-primary-15\/15:focus{
  color: rgb(213 243 253 / 0.15);
}

.focus\:text-primary-15\/20:focus{
  color: rgb(213 243 253 / 0.2);
}

.focus\:text-primary-15\/25:focus{
  color: rgb(213 243 253 / 0.25);
}

.focus\:text-primary-15\/30:focus{
  color: rgb(213 243 253 / 0.3);
}

.focus\:text-primary-15\/35:focus{
  color: rgb(213 243 253 / 0.35);
}

.focus\:text-primary-15\/40:focus{
  color: rgb(213 243 253 / 0.4);
}

.focus\:text-primary-15\/45:focus{
  color: rgb(213 243 253 / 0.45);
}

.focus\:text-primary-15\/5:focus{
  color: rgb(213 243 253 / 0.05);
}

.focus\:text-primary-15\/50:focus{
  color: rgb(213 243 253 / 0.5);
}

.focus\:text-primary-15\/55:focus{
  color: rgb(213 243 253 / 0.55);
}

.focus\:text-primary-15\/60:focus{
  color: rgb(213 243 253 / 0.6);
}

.focus\:text-primary-15\/65:focus{
  color: rgb(213 243 253 / 0.65);
}

.focus\:text-primary-15\/70:focus{
  color: rgb(213 243 253 / 0.7);
}

.focus\:text-primary-15\/75:focus{
  color: rgb(213 243 253 / 0.75);
}

.focus\:text-primary-15\/80:focus{
  color: rgb(213 243 253 / 0.8);
}

.focus\:text-primary-15\/85:focus{
  color: rgb(213 243 253 / 0.85);
}

.focus\:text-primary-15\/90:focus{
  color: rgb(213 243 253 / 0.9);
}

.focus\:text-primary-15\/95:focus{
  color: rgb(213 243 253 / 0.95);
}

.focus\:text-primary-20:focus{
  --tw-text-opacity: 1;
  color: rgb(188 235 255 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-20\/0:focus{
  color: rgb(188 235 255 / 0);
}

.focus\:text-primary-20\/10:focus{
  color: rgb(188 235 255 / 0.1);
}

.focus\:text-primary-20\/100:focus{
  color: rgb(188 235 255 / 1);
}

.focus\:text-primary-20\/15:focus{
  color: rgb(188 235 255 / 0.15);
}

.focus\:text-primary-20\/20:focus{
  color: rgb(188 235 255 / 0.2);
}

.focus\:text-primary-20\/25:focus{
  color: rgb(188 235 255 / 0.25);
}

.focus\:text-primary-20\/30:focus{
  color: rgb(188 235 255 / 0.3);
}

.focus\:text-primary-20\/35:focus{
  color: rgb(188 235 255 / 0.35);
}

.focus\:text-primary-20\/40:focus{
  color: rgb(188 235 255 / 0.4);
}

.focus\:text-primary-20\/45:focus{
  color: rgb(188 235 255 / 0.45);
}

.focus\:text-primary-20\/5:focus{
  color: rgb(188 235 255 / 0.05);
}

.focus\:text-primary-20\/50:focus{
  color: rgb(188 235 255 / 0.5);
}

.focus\:text-primary-20\/55:focus{
  color: rgb(188 235 255 / 0.55);
}

.focus\:text-primary-20\/60:focus{
  color: rgb(188 235 255 / 0.6);
}

.focus\:text-primary-20\/65:focus{
  color: rgb(188 235 255 / 0.65);
}

.focus\:text-primary-20\/70:focus{
  color: rgb(188 235 255 / 0.7);
}

.focus\:text-primary-20\/75:focus{
  color: rgb(188 235 255 / 0.75);
}

.focus\:text-primary-20\/80:focus{
  color: rgb(188 235 255 / 0.8);
}

.focus\:text-primary-20\/85:focus{
  color: rgb(188 235 255 / 0.85);
}

.focus\:text-primary-20\/90:focus{
  color: rgb(188 235 255 / 0.9);
}

.focus\:text-primary-20\/95:focus{
  color: rgb(188 235 255 / 0.95);
}

.focus\:text-primary-30:focus{
  --tw-text-opacity: 1;
  color: rgb(126 211 247 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-30\/0:focus{
  color: rgb(126 211 247 / 0);
}

.focus\:text-primary-30\/10:focus{
  color: rgb(126 211 247 / 0.1);
}

.focus\:text-primary-30\/100:focus{
  color: rgb(126 211 247 / 1);
}

.focus\:text-primary-30\/15:focus{
  color: rgb(126 211 247 / 0.15);
}

.focus\:text-primary-30\/20:focus{
  color: rgb(126 211 247 / 0.2);
}

.focus\:text-primary-30\/25:focus{
  color: rgb(126 211 247 / 0.25);
}

.focus\:text-primary-30\/30:focus{
  color: rgb(126 211 247 / 0.3);
}

.focus\:text-primary-30\/35:focus{
  color: rgb(126 211 247 / 0.35);
}

.focus\:text-primary-30\/40:focus{
  color: rgb(126 211 247 / 0.4);
}

.focus\:text-primary-30\/45:focus{
  color: rgb(126 211 247 / 0.45);
}

.focus\:text-primary-30\/5:focus{
  color: rgb(126 211 247 / 0.05);
}

.focus\:text-primary-30\/50:focus{
  color: rgb(126 211 247 / 0.5);
}

.focus\:text-primary-30\/55:focus{
  color: rgb(126 211 247 / 0.55);
}

.focus\:text-primary-30\/60:focus{
  color: rgb(126 211 247 / 0.6);
}

.focus\:text-primary-30\/65:focus{
  color: rgb(126 211 247 / 0.65);
}

.focus\:text-primary-30\/70:focus{
  color: rgb(126 211 247 / 0.7);
}

.focus\:text-primary-30\/75:focus{
  color: rgb(126 211 247 / 0.75);
}

.focus\:text-primary-30\/80:focus{
  color: rgb(126 211 247 / 0.8);
}

.focus\:text-primary-30\/85:focus{
  color: rgb(126 211 247 / 0.85);
}

.focus\:text-primary-30\/90:focus{
  color: rgb(126 211 247 / 0.9);
}

.focus\:text-primary-30\/95:focus{
  color: rgb(126 211 247 / 0.95);
}

.focus\:text-primary-40:focus{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-40\/0:focus{
  color: rgb(61 181 230 / 0);
}

.focus\:text-primary-40\/10:focus{
  color: rgb(61 181 230 / 0.1);
}

.focus\:text-primary-40\/100:focus{
  color: rgb(61 181 230 / 1);
}

.focus\:text-primary-40\/15:focus{
  color: rgb(61 181 230 / 0.15);
}

.focus\:text-primary-40\/20:focus{
  color: rgb(61 181 230 / 0.2);
}

.focus\:text-primary-40\/25:focus{
  color: rgb(61 181 230 / 0.25);
}

.focus\:text-primary-40\/30:focus{
  color: rgb(61 181 230 / 0.3);
}

.focus\:text-primary-40\/35:focus{
  color: rgb(61 181 230 / 0.35);
}

.focus\:text-primary-40\/40:focus{
  color: rgb(61 181 230 / 0.4);
}

.focus\:text-primary-40\/45:focus{
  color: rgb(61 181 230 / 0.45);
}

.focus\:text-primary-40\/5:focus{
  color: rgb(61 181 230 / 0.05);
}

.focus\:text-primary-40\/50:focus{
  color: rgb(61 181 230 / 0.5);
}

.focus\:text-primary-40\/55:focus{
  color: rgb(61 181 230 / 0.55);
}

.focus\:text-primary-40\/60:focus{
  color: rgb(61 181 230 / 0.6);
}

.focus\:text-primary-40\/65:focus{
  color: rgb(61 181 230 / 0.65);
}

.focus\:text-primary-40\/70:focus{
  color: rgb(61 181 230 / 0.7);
}

.focus\:text-primary-40\/75:focus{
  color: rgb(61 181 230 / 0.75);
}

.focus\:text-primary-40\/80:focus{
  color: rgb(61 181 230 / 0.8);
}

.focus\:text-primary-40\/85:focus{
  color: rgb(61 181 230 / 0.85);
}

.focus\:text-primary-40\/90:focus{
  color: rgb(61 181 230 / 0.9);
}

.focus\:text-primary-40\/95:focus{
  color: rgb(61 181 230 / 0.95);
}

.focus\:text-primary-5:focus{
  --tw-text-opacity: 1;
  color: rgb(240 252 255 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-5\/0:focus{
  color: rgb(240 252 255 / 0);
}

.focus\:text-primary-5\/10:focus{
  color: rgb(240 252 255 / 0.1);
}

.focus\:text-primary-5\/100:focus{
  color: rgb(240 252 255 / 1);
}

.focus\:text-primary-5\/15:focus{
  color: rgb(240 252 255 / 0.15);
}

.focus\:text-primary-5\/20:focus{
  color: rgb(240 252 255 / 0.2);
}

.focus\:text-primary-5\/25:focus{
  color: rgb(240 252 255 / 0.25);
}

.focus\:text-primary-5\/30:focus{
  color: rgb(240 252 255 / 0.3);
}

.focus\:text-primary-5\/35:focus{
  color: rgb(240 252 255 / 0.35);
}

.focus\:text-primary-5\/40:focus{
  color: rgb(240 252 255 / 0.4);
}

.focus\:text-primary-5\/45:focus{
  color: rgb(240 252 255 / 0.45);
}

.focus\:text-primary-5\/5:focus{
  color: rgb(240 252 255 / 0.05);
}

.focus\:text-primary-5\/50:focus{
  color: rgb(240 252 255 / 0.5);
}

.focus\:text-primary-5\/55:focus{
  color: rgb(240 252 255 / 0.55);
}

.focus\:text-primary-5\/60:focus{
  color: rgb(240 252 255 / 0.6);
}

.focus\:text-primary-5\/65:focus{
  color: rgb(240 252 255 / 0.65);
}

.focus\:text-primary-5\/70:focus{
  color: rgb(240 252 255 / 0.7);
}

.focus\:text-primary-5\/75:focus{
  color: rgb(240 252 255 / 0.75);
}

.focus\:text-primary-5\/80:focus{
  color: rgb(240 252 255 / 0.8);
}

.focus\:text-primary-5\/85:focus{
  color: rgb(240 252 255 / 0.85);
}

.focus\:text-primary-5\/90:focus{
  color: rgb(240 252 255 / 0.9);
}

.focus\:text-primary-5\/95:focus{
  color: rgb(240 252 255 / 0.95);
}

.focus\:text-primary-50:focus{
  --tw-text-opacity: 1;
  color: rgb(4 156 204 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-50\/0:focus{
  color: rgb(4 156 204 / 0);
}

.focus\:text-primary-50\/10:focus{
  color: rgb(4 156 204 / 0.1);
}

.focus\:text-primary-50\/100:focus{
  color: rgb(4 156 204 / 1);
}

.focus\:text-primary-50\/15:focus{
  color: rgb(4 156 204 / 0.15);
}

.focus\:text-primary-50\/20:focus{
  color: rgb(4 156 204 / 0.2);
}

.focus\:text-primary-50\/25:focus{
  color: rgb(4 156 204 / 0.25);
}

.focus\:text-primary-50\/30:focus{
  color: rgb(4 156 204 / 0.3);
}

.focus\:text-primary-50\/35:focus{
  color: rgb(4 156 204 / 0.35);
}

.focus\:text-primary-50\/40:focus{
  color: rgb(4 156 204 / 0.4);
}

.focus\:text-primary-50\/45:focus{
  color: rgb(4 156 204 / 0.45);
}

.focus\:text-primary-50\/5:focus{
  color: rgb(4 156 204 / 0.05);
}

.focus\:text-primary-50\/50:focus{
  color: rgb(4 156 204 / 0.5);
}

.focus\:text-primary-50\/55:focus{
  color: rgb(4 156 204 / 0.55);
}

.focus\:text-primary-50\/60:focus{
  color: rgb(4 156 204 / 0.6);
}

.focus\:text-primary-50\/65:focus{
  color: rgb(4 156 204 / 0.65);
}

.focus\:text-primary-50\/70:focus{
  color: rgb(4 156 204 / 0.7);
}

.focus\:text-primary-50\/75:focus{
  color: rgb(4 156 204 / 0.75);
}

.focus\:text-primary-50\/80:focus{
  color: rgb(4 156 204 / 0.8);
}

.focus\:text-primary-50\/85:focus{
  color: rgb(4 156 204 / 0.85);
}

.focus\:text-primary-50\/90:focus{
  color: rgb(4 156 204 / 0.9);
}

.focus\:text-primary-50\/95:focus{
  color: rgb(4 156 204 / 0.95);
}

.focus\:text-primary-60:focus{
  --tw-text-opacity: 1;
  color: rgb(0 127 176 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-60\/0:focus{
  color: rgb(0 127 176 / 0);
}

.focus\:text-primary-60\/10:focus{
  color: rgb(0 127 176 / 0.1);
}

.focus\:text-primary-60\/100:focus{
  color: rgb(0 127 176 / 1);
}

.focus\:text-primary-60\/15:focus{
  color: rgb(0 127 176 / 0.15);
}

.focus\:text-primary-60\/20:focus{
  color: rgb(0 127 176 / 0.2);
}

.focus\:text-primary-60\/25:focus{
  color: rgb(0 127 176 / 0.25);
}

.focus\:text-primary-60\/30:focus{
  color: rgb(0 127 176 / 0.3);
}

.focus\:text-primary-60\/35:focus{
  color: rgb(0 127 176 / 0.35);
}

.focus\:text-primary-60\/40:focus{
  color: rgb(0 127 176 / 0.4);
}

.focus\:text-primary-60\/45:focus{
  color: rgb(0 127 176 / 0.45);
}

.focus\:text-primary-60\/5:focus{
  color: rgb(0 127 176 / 0.05);
}

.focus\:text-primary-60\/50:focus{
  color: rgb(0 127 176 / 0.5);
}

.focus\:text-primary-60\/55:focus{
  color: rgb(0 127 176 / 0.55);
}

.focus\:text-primary-60\/60:focus{
  color: rgb(0 127 176 / 0.6);
}

.focus\:text-primary-60\/65:focus{
  color: rgb(0 127 176 / 0.65);
}

.focus\:text-primary-60\/70:focus{
  color: rgb(0 127 176 / 0.7);
}

.focus\:text-primary-60\/75:focus{
  color: rgb(0 127 176 / 0.75);
}

.focus\:text-primary-60\/80:focus{
  color: rgb(0 127 176 / 0.8);
}

.focus\:text-primary-60\/85:focus{
  color: rgb(0 127 176 / 0.85);
}

.focus\:text-primary-60\/90:focus{
  color: rgb(0 127 176 / 0.9);
}

.focus\:text-primary-60\/95:focus{
  color: rgb(0 127 176 / 0.95);
}

.focus\:text-primary-70:focus{
  --tw-text-opacity: 1;
  color: rgb(0 102 136 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-70\/0:focus{
  color: rgb(0 102 136 / 0);
}

.focus\:text-primary-70\/10:focus{
  color: rgb(0 102 136 / 0.1);
}

.focus\:text-primary-70\/100:focus{
  color: rgb(0 102 136 / 1);
}

.focus\:text-primary-70\/15:focus{
  color: rgb(0 102 136 / 0.15);
}

.focus\:text-primary-70\/20:focus{
  color: rgb(0 102 136 / 0.2);
}

.focus\:text-primary-70\/25:focus{
  color: rgb(0 102 136 / 0.25);
}

.focus\:text-primary-70\/30:focus{
  color: rgb(0 102 136 / 0.3);
}

.focus\:text-primary-70\/35:focus{
  color: rgb(0 102 136 / 0.35);
}

.focus\:text-primary-70\/40:focus{
  color: rgb(0 102 136 / 0.4);
}

.focus\:text-primary-70\/45:focus{
  color: rgb(0 102 136 / 0.45);
}

.focus\:text-primary-70\/5:focus{
  color: rgb(0 102 136 / 0.05);
}

.focus\:text-primary-70\/50:focus{
  color: rgb(0 102 136 / 0.5);
}

.focus\:text-primary-70\/55:focus{
  color: rgb(0 102 136 / 0.55);
}

.focus\:text-primary-70\/60:focus{
  color: rgb(0 102 136 / 0.6);
}

.focus\:text-primary-70\/65:focus{
  color: rgb(0 102 136 / 0.65);
}

.focus\:text-primary-70\/70:focus{
  color: rgb(0 102 136 / 0.7);
}

.focus\:text-primary-70\/75:focus{
  color: rgb(0 102 136 / 0.75);
}

.focus\:text-primary-70\/80:focus{
  color: rgb(0 102 136 / 0.8);
}

.focus\:text-primary-70\/85:focus{
  color: rgb(0 102 136 / 0.85);
}

.focus\:text-primary-70\/90:focus{
  color: rgb(0 102 136 / 0.9);
}

.focus\:text-primary-70\/95:focus{
  color: rgb(0 102 136 / 0.95);
}

.focus\:text-primary-80:focus{
  --tw-text-opacity: 1;
  color: rgb(0 77 104 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-80\/0:focus{
  color: rgb(0 77 104 / 0);
}

.focus\:text-primary-80\/10:focus{
  color: rgb(0 77 104 / 0.1);
}

.focus\:text-primary-80\/100:focus{
  color: rgb(0 77 104 / 1);
}

.focus\:text-primary-80\/15:focus{
  color: rgb(0 77 104 / 0.15);
}

.focus\:text-primary-80\/20:focus{
  color: rgb(0 77 104 / 0.2);
}

.focus\:text-primary-80\/25:focus{
  color: rgb(0 77 104 / 0.25);
}

.focus\:text-primary-80\/30:focus{
  color: rgb(0 77 104 / 0.3);
}

.focus\:text-primary-80\/35:focus{
  color: rgb(0 77 104 / 0.35);
}

.focus\:text-primary-80\/40:focus{
  color: rgb(0 77 104 / 0.4);
}

.focus\:text-primary-80\/45:focus{
  color: rgb(0 77 104 / 0.45);
}

.focus\:text-primary-80\/5:focus{
  color: rgb(0 77 104 / 0.05);
}

.focus\:text-primary-80\/50:focus{
  color: rgb(0 77 104 / 0.5);
}

.focus\:text-primary-80\/55:focus{
  color: rgb(0 77 104 / 0.55);
}

.focus\:text-primary-80\/60:focus{
  color: rgb(0 77 104 / 0.6);
}

.focus\:text-primary-80\/65:focus{
  color: rgb(0 77 104 / 0.65);
}

.focus\:text-primary-80\/70:focus{
  color: rgb(0 77 104 / 0.7);
}

.focus\:text-primary-80\/75:focus{
  color: rgb(0 77 104 / 0.75);
}

.focus\:text-primary-80\/80:focus{
  color: rgb(0 77 104 / 0.8);
}

.focus\:text-primary-80\/85:focus{
  color: rgb(0 77 104 / 0.85);
}

.focus\:text-primary-80\/90:focus{
  color: rgb(0 77 104 / 0.9);
}

.focus\:text-primary-80\/95:focus{
  color: rgb(0 77 104 / 0.95);
}

.focus\:text-primary-90:focus{
  --tw-text-opacity: 1;
  color: rgb(0 53 73 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-90\/0:focus{
  color: rgb(0 53 73 / 0);
}

.focus\:text-primary-90\/10:focus{
  color: rgb(0 53 73 / 0.1);
}

.focus\:text-primary-90\/100:focus{
  color: rgb(0 53 73 / 1);
}

.focus\:text-primary-90\/15:focus{
  color: rgb(0 53 73 / 0.15);
}

.focus\:text-primary-90\/20:focus{
  color: rgb(0 53 73 / 0.2);
}

.focus\:text-primary-90\/25:focus{
  color: rgb(0 53 73 / 0.25);
}

.focus\:text-primary-90\/30:focus{
  color: rgb(0 53 73 / 0.3);
}

.focus\:text-primary-90\/35:focus{
  color: rgb(0 53 73 / 0.35);
}

.focus\:text-primary-90\/40:focus{
  color: rgb(0 53 73 / 0.4);
}

.focus\:text-primary-90\/45:focus{
  color: rgb(0 53 73 / 0.45);
}

.focus\:text-primary-90\/5:focus{
  color: rgb(0 53 73 / 0.05);
}

.focus\:text-primary-90\/50:focus{
  color: rgb(0 53 73 / 0.5);
}

.focus\:text-primary-90\/55:focus{
  color: rgb(0 53 73 / 0.55);
}

.focus\:text-primary-90\/60:focus{
  color: rgb(0 53 73 / 0.6);
}

.focus\:text-primary-90\/65:focus{
  color: rgb(0 53 73 / 0.65);
}

.focus\:text-primary-90\/70:focus{
  color: rgb(0 53 73 / 0.7);
}

.focus\:text-primary-90\/75:focus{
  color: rgb(0 53 73 / 0.75);
}

.focus\:text-primary-90\/80:focus{
  color: rgb(0 53 73 / 0.8);
}

.focus\:text-primary-90\/85:focus{
  color: rgb(0 53 73 / 0.85);
}

.focus\:text-primary-90\/90:focus{
  color: rgb(0 53 73 / 0.9);
}

.focus\:text-primary-90\/95:focus{
  color: rgb(0 53 73 / 0.95);
}

.focus\:text-secondary-10:focus{
  --tw-text-opacity: 1;
  color: rgb(253 232 241 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-10\/0:focus{
  color: rgb(253 232 241 / 0);
}

.focus\:text-secondary-10\/10:focus{
  color: rgb(253 232 241 / 0.1);
}

.focus\:text-secondary-10\/100:focus{
  color: rgb(253 232 241 / 1);
}

.focus\:text-secondary-10\/15:focus{
  color: rgb(253 232 241 / 0.15);
}

.focus\:text-secondary-10\/20:focus{
  color: rgb(253 232 241 / 0.2);
}

.focus\:text-secondary-10\/25:focus{
  color: rgb(253 232 241 / 0.25);
}

.focus\:text-secondary-10\/30:focus{
  color: rgb(253 232 241 / 0.3);
}

.focus\:text-secondary-10\/35:focus{
  color: rgb(253 232 241 / 0.35);
}

.focus\:text-secondary-10\/40:focus{
  color: rgb(253 232 241 / 0.4);
}

.focus\:text-secondary-10\/45:focus{
  color: rgb(253 232 241 / 0.45);
}

.focus\:text-secondary-10\/5:focus{
  color: rgb(253 232 241 / 0.05);
}

.focus\:text-secondary-10\/50:focus{
  color: rgb(253 232 241 / 0.5);
}

.focus\:text-secondary-10\/55:focus{
  color: rgb(253 232 241 / 0.55);
}

.focus\:text-secondary-10\/60:focus{
  color: rgb(253 232 241 / 0.6);
}

.focus\:text-secondary-10\/65:focus{
  color: rgb(253 232 241 / 0.65);
}

.focus\:text-secondary-10\/70:focus{
  color: rgb(253 232 241 / 0.7);
}

.focus\:text-secondary-10\/75:focus{
  color: rgb(253 232 241 / 0.75);
}

.focus\:text-secondary-10\/80:focus{
  color: rgb(253 232 241 / 0.8);
}

.focus\:text-secondary-10\/85:focus{
  color: rgb(253 232 241 / 0.85);
}

.focus\:text-secondary-10\/90:focus{
  color: rgb(253 232 241 / 0.9);
}

.focus\:text-secondary-10\/95:focus{
  color: rgb(253 232 241 / 0.95);
}

.focus\:text-secondary-100:focus{
  --tw-text-opacity: 1;
  color: rgb(62 0 32 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-100\/0:focus{
  color: rgb(62 0 32 / 0);
}

.focus\:text-secondary-100\/10:focus{
  color: rgb(62 0 32 / 0.1);
}

.focus\:text-secondary-100\/100:focus{
  color: rgb(62 0 32 / 1);
}

.focus\:text-secondary-100\/15:focus{
  color: rgb(62 0 32 / 0.15);
}

.focus\:text-secondary-100\/20:focus{
  color: rgb(62 0 32 / 0.2);
}

.focus\:text-secondary-100\/25:focus{
  color: rgb(62 0 32 / 0.25);
}

.focus\:text-secondary-100\/30:focus{
  color: rgb(62 0 32 / 0.3);
}

.focus\:text-secondary-100\/35:focus{
  color: rgb(62 0 32 / 0.35);
}

.focus\:text-secondary-100\/40:focus{
  color: rgb(62 0 32 / 0.4);
}

.focus\:text-secondary-100\/45:focus{
  color: rgb(62 0 32 / 0.45);
}

.focus\:text-secondary-100\/5:focus{
  color: rgb(62 0 32 / 0.05);
}

.focus\:text-secondary-100\/50:focus{
  color: rgb(62 0 32 / 0.5);
}

.focus\:text-secondary-100\/55:focus{
  color: rgb(62 0 32 / 0.55);
}

.focus\:text-secondary-100\/60:focus{
  color: rgb(62 0 32 / 0.6);
}

.focus\:text-secondary-100\/65:focus{
  color: rgb(62 0 32 / 0.65);
}

.focus\:text-secondary-100\/70:focus{
  color: rgb(62 0 32 / 0.7);
}

.focus\:text-secondary-100\/75:focus{
  color: rgb(62 0 32 / 0.75);
}

.focus\:text-secondary-100\/80:focus{
  color: rgb(62 0 32 / 0.8);
}

.focus\:text-secondary-100\/85:focus{
  color: rgb(62 0 32 / 0.85);
}

.focus\:text-secondary-100\/90:focus{
  color: rgb(62 0 32 / 0.9);
}

.focus\:text-secondary-100\/95:focus{
  color: rgb(62 0 32 / 0.95);
}

.focus\:text-secondary-20:focus{
  --tw-text-opacity: 1;
  color: rgb(255 175 209 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-20\/0:focus{
  color: rgb(255 175 209 / 0);
}

.focus\:text-secondary-20\/10:focus{
  color: rgb(255 175 209 / 0.1);
}

.focus\:text-secondary-20\/100:focus{
  color: rgb(255 175 209 / 1);
}

.focus\:text-secondary-20\/15:focus{
  color: rgb(255 175 209 / 0.15);
}

.focus\:text-secondary-20\/20:focus{
  color: rgb(255 175 209 / 0.2);
}

.focus\:text-secondary-20\/25:focus{
  color: rgb(255 175 209 / 0.25);
}

.focus\:text-secondary-20\/30:focus{
  color: rgb(255 175 209 / 0.3);
}

.focus\:text-secondary-20\/35:focus{
  color: rgb(255 175 209 / 0.35);
}

.focus\:text-secondary-20\/40:focus{
  color: rgb(255 175 209 / 0.4);
}

.focus\:text-secondary-20\/45:focus{
  color: rgb(255 175 209 / 0.45);
}

.focus\:text-secondary-20\/5:focus{
  color: rgb(255 175 209 / 0.05);
}

.focus\:text-secondary-20\/50:focus{
  color: rgb(255 175 209 / 0.5);
}

.focus\:text-secondary-20\/55:focus{
  color: rgb(255 175 209 / 0.55);
}

.focus\:text-secondary-20\/60:focus{
  color: rgb(255 175 209 / 0.6);
}

.focus\:text-secondary-20\/65:focus{
  color: rgb(255 175 209 / 0.65);
}

.focus\:text-secondary-20\/70:focus{
  color: rgb(255 175 209 / 0.7);
}

.focus\:text-secondary-20\/75:focus{
  color: rgb(255 175 209 / 0.75);
}

.focus\:text-secondary-20\/80:focus{
  color: rgb(255 175 209 / 0.8);
}

.focus\:text-secondary-20\/85:focus{
  color: rgb(255 175 209 / 0.85);
}

.focus\:text-secondary-20\/90:focus{
  color: rgb(255 175 209 / 0.9);
}

.focus\:text-secondary-20\/95:focus{
  color: rgb(255 175 209 / 0.95);
}

.focus\:text-secondary-30:focus{
  --tw-text-opacity: 1;
  color: rgb(255 130 183 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-30\/0:focus{
  color: rgb(255 130 183 / 0);
}

.focus\:text-secondary-30\/10:focus{
  color: rgb(255 130 183 / 0.1);
}

.focus\:text-secondary-30\/100:focus{
  color: rgb(255 130 183 / 1);
}

.focus\:text-secondary-30\/15:focus{
  color: rgb(255 130 183 / 0.15);
}

.focus\:text-secondary-30\/20:focus{
  color: rgb(255 130 183 / 0.2);
}

.focus\:text-secondary-30\/25:focus{
  color: rgb(255 130 183 / 0.25);
}

.focus\:text-secondary-30\/30:focus{
  color: rgb(255 130 183 / 0.3);
}

.focus\:text-secondary-30\/35:focus{
  color: rgb(255 130 183 / 0.35);
}

.focus\:text-secondary-30\/40:focus{
  color: rgb(255 130 183 / 0.4);
}

.focus\:text-secondary-30\/45:focus{
  color: rgb(255 130 183 / 0.45);
}

.focus\:text-secondary-30\/5:focus{
  color: rgb(255 130 183 / 0.05);
}

.focus\:text-secondary-30\/50:focus{
  color: rgb(255 130 183 / 0.5);
}

.focus\:text-secondary-30\/55:focus{
  color: rgb(255 130 183 / 0.55);
}

.focus\:text-secondary-30\/60:focus{
  color: rgb(255 130 183 / 0.6);
}

.focus\:text-secondary-30\/65:focus{
  color: rgb(255 130 183 / 0.65);
}

.focus\:text-secondary-30\/70:focus{
  color: rgb(255 130 183 / 0.7);
}

.focus\:text-secondary-30\/75:focus{
  color: rgb(255 130 183 / 0.75);
}

.focus\:text-secondary-30\/80:focus{
  color: rgb(255 130 183 / 0.8);
}

.focus\:text-secondary-30\/85:focus{
  color: rgb(255 130 183 / 0.85);
}

.focus\:text-secondary-30\/90:focus{
  color: rgb(255 130 183 / 0.9);
}

.focus\:text-secondary-30\/95:focus{
  color: rgb(255 130 183 / 0.95);
}

.focus\:text-secondary-40:focus{
  --tw-text-opacity: 1;
  color: rgb(255 97 195 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-40\/0:focus{
  color: rgb(255 97 195 / 0);
}

.focus\:text-secondary-40\/10:focus{
  color: rgb(255 97 195 / 0.1);
}

.focus\:text-secondary-40\/100:focus{
  color: rgb(255 97 195 / 1);
}

.focus\:text-secondary-40\/15:focus{
  color: rgb(255 97 195 / 0.15);
}

.focus\:text-secondary-40\/20:focus{
  color: rgb(255 97 195 / 0.2);
}

.focus\:text-secondary-40\/25:focus{
  color: rgb(255 97 195 / 0.25);
}

.focus\:text-secondary-40\/30:focus{
  color: rgb(255 97 195 / 0.3);
}

.focus\:text-secondary-40\/35:focus{
  color: rgb(255 97 195 / 0.35);
}

.focus\:text-secondary-40\/40:focus{
  color: rgb(255 97 195 / 0.4);
}

.focus\:text-secondary-40\/45:focus{
  color: rgb(255 97 195 / 0.45);
}

.focus\:text-secondary-40\/5:focus{
  color: rgb(255 97 195 / 0.05);
}

.focus\:text-secondary-40\/50:focus{
  color: rgb(255 97 195 / 0.5);
}

.focus\:text-secondary-40\/55:focus{
  color: rgb(255 97 195 / 0.55);
}

.focus\:text-secondary-40\/60:focus{
  color: rgb(255 97 195 / 0.6);
}

.focus\:text-secondary-40\/65:focus{
  color: rgb(255 97 195 / 0.65);
}

.focus\:text-secondary-40\/70:focus{
  color: rgb(255 97 195 / 0.7);
}

.focus\:text-secondary-40\/75:focus{
  color: rgb(255 97 195 / 0.75);
}

.focus\:text-secondary-40\/80:focus{
  color: rgb(255 97 195 / 0.8);
}

.focus\:text-secondary-40\/85:focus{
  color: rgb(255 97 195 / 0.85);
}

.focus\:text-secondary-40\/90:focus{
  color: rgb(255 97 195 / 0.9);
}

.focus\:text-secondary-40\/95:focus{
  color: rgb(255 97 195 / 0.95);
}

.focus\:text-secondary-50:focus{
  --tw-text-opacity: 1;
  color: rgb(255 69 163 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-50\/0:focus{
  color: rgb(255 69 163 / 0);
}

.focus\:text-secondary-50\/10:focus{
  color: rgb(255 69 163 / 0.1);
}

.focus\:text-secondary-50\/100:focus{
  color: rgb(255 69 163 / 1);
}

.focus\:text-secondary-50\/15:focus{
  color: rgb(255 69 163 / 0.15);
}

.focus\:text-secondary-50\/20:focus{
  color: rgb(255 69 163 / 0.2);
}

.focus\:text-secondary-50\/25:focus{
  color: rgb(255 69 163 / 0.25);
}

.focus\:text-secondary-50\/30:focus{
  color: rgb(255 69 163 / 0.3);
}

.focus\:text-secondary-50\/35:focus{
  color: rgb(255 69 163 / 0.35);
}

.focus\:text-secondary-50\/40:focus{
  color: rgb(255 69 163 / 0.4);
}

.focus\:text-secondary-50\/45:focus{
  color: rgb(255 69 163 / 0.45);
}

.focus\:text-secondary-50\/5:focus{
  color: rgb(255 69 163 / 0.05);
}

.focus\:text-secondary-50\/50:focus{
  color: rgb(255 69 163 / 0.5);
}

.focus\:text-secondary-50\/55:focus{
  color: rgb(255 69 163 / 0.55);
}

.focus\:text-secondary-50\/60:focus{
  color: rgb(255 69 163 / 0.6);
}

.focus\:text-secondary-50\/65:focus{
  color: rgb(255 69 163 / 0.65);
}

.focus\:text-secondary-50\/70:focus{
  color: rgb(255 69 163 / 0.7);
}

.focus\:text-secondary-50\/75:focus{
  color: rgb(255 69 163 / 0.75);
}

.focus\:text-secondary-50\/80:focus{
  color: rgb(255 69 163 / 0.8);
}

.focus\:text-secondary-50\/85:focus{
  color: rgb(255 69 163 / 0.85);
}

.focus\:text-secondary-50\/90:focus{
  color: rgb(255 69 163 / 0.9);
}

.focus\:text-secondary-50\/95:focus{
  color: rgb(255 69 163 / 0.95);
}

.focus\:text-secondary-60:focus{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-60\/0:focus{
  color: rgb(236 0 140 / 0);
}

.focus\:text-secondary-60\/10:focus{
  color: rgb(236 0 140 / 0.1);
}

.focus\:text-secondary-60\/100:focus{
  color: rgb(236 0 140 / 1);
}

.focus\:text-secondary-60\/15:focus{
  color: rgb(236 0 140 / 0.15);
}

.focus\:text-secondary-60\/20:focus{
  color: rgb(236 0 140 / 0.2);
}

.focus\:text-secondary-60\/25:focus{
  color: rgb(236 0 140 / 0.25);
}

.focus\:text-secondary-60\/30:focus{
  color: rgb(236 0 140 / 0.3);
}

.focus\:text-secondary-60\/35:focus{
  color: rgb(236 0 140 / 0.35);
}

.focus\:text-secondary-60\/40:focus{
  color: rgb(236 0 140 / 0.4);
}

.focus\:text-secondary-60\/45:focus{
  color: rgb(236 0 140 / 0.45);
}

.focus\:text-secondary-60\/5:focus{
  color: rgb(236 0 140 / 0.05);
}

.focus\:text-secondary-60\/50:focus{
  color: rgb(236 0 140 / 0.5);
}

.focus\:text-secondary-60\/55:focus{
  color: rgb(236 0 140 / 0.55);
}

.focus\:text-secondary-60\/60:focus{
  color: rgb(236 0 140 / 0.6);
}

.focus\:text-secondary-60\/65:focus{
  color: rgb(236 0 140 / 0.65);
}

.focus\:text-secondary-60\/70:focus{
  color: rgb(236 0 140 / 0.7);
}

.focus\:text-secondary-60\/75:focus{
  color: rgb(236 0 140 / 0.75);
}

.focus\:text-secondary-60\/80:focus{
  color: rgb(236 0 140 / 0.8);
}

.focus\:text-secondary-60\/85:focus{
  color: rgb(236 0 140 / 0.85);
}

.focus\:text-secondary-60\/90:focus{
  color: rgb(236 0 140 / 0.9);
}

.focus\:text-secondary-60\/95:focus{
  color: rgb(236 0 140 / 0.95);
}

.focus\:text-secondary-70:focus{
  --tw-text-opacity: 1;
  color: rgb(182 0 113 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-70\/0:focus{
  color: rgb(182 0 113 / 0);
}

.focus\:text-secondary-70\/10:focus{
  color: rgb(182 0 113 / 0.1);
}

.focus\:text-secondary-70\/100:focus{
  color: rgb(182 0 113 / 1);
}

.focus\:text-secondary-70\/15:focus{
  color: rgb(182 0 113 / 0.15);
}

.focus\:text-secondary-70\/20:focus{
  color: rgb(182 0 113 / 0.2);
}

.focus\:text-secondary-70\/25:focus{
  color: rgb(182 0 113 / 0.25);
}

.focus\:text-secondary-70\/30:focus{
  color: rgb(182 0 113 / 0.3);
}

.focus\:text-secondary-70\/35:focus{
  color: rgb(182 0 113 / 0.35);
}

.focus\:text-secondary-70\/40:focus{
  color: rgb(182 0 113 / 0.4);
}

.focus\:text-secondary-70\/45:focus{
  color: rgb(182 0 113 / 0.45);
}

.focus\:text-secondary-70\/5:focus{
  color: rgb(182 0 113 / 0.05);
}

.focus\:text-secondary-70\/50:focus{
  color: rgb(182 0 113 / 0.5);
}

.focus\:text-secondary-70\/55:focus{
  color: rgb(182 0 113 / 0.55);
}

.focus\:text-secondary-70\/60:focus{
  color: rgb(182 0 113 / 0.6);
}

.focus\:text-secondary-70\/65:focus{
  color: rgb(182 0 113 / 0.65);
}

.focus\:text-secondary-70\/70:focus{
  color: rgb(182 0 113 / 0.7);
}

.focus\:text-secondary-70\/75:focus{
  color: rgb(182 0 113 / 0.75);
}

.focus\:text-secondary-70\/80:focus{
  color: rgb(182 0 113 / 0.8);
}

.focus\:text-secondary-70\/85:focus{
  color: rgb(182 0 113 / 0.85);
}

.focus\:text-secondary-70\/90:focus{
  color: rgb(182 0 113 / 0.9);
}

.focus\:text-secondary-70\/95:focus{
  color: rgb(182 0 113 / 0.95);
}

.focus\:text-secondary-80:focus{
  --tw-text-opacity: 1;
  color: rgb(140 0 86 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-80\/0:focus{
  color: rgb(140 0 86 / 0);
}

.focus\:text-secondary-80\/10:focus{
  color: rgb(140 0 86 / 0.1);
}

.focus\:text-secondary-80\/100:focus{
  color: rgb(140 0 86 / 1);
}

.focus\:text-secondary-80\/15:focus{
  color: rgb(140 0 86 / 0.15);
}

.focus\:text-secondary-80\/20:focus{
  color: rgb(140 0 86 / 0.2);
}

.focus\:text-secondary-80\/25:focus{
  color: rgb(140 0 86 / 0.25);
}

.focus\:text-secondary-80\/30:focus{
  color: rgb(140 0 86 / 0.3);
}

.focus\:text-secondary-80\/35:focus{
  color: rgb(140 0 86 / 0.35);
}

.focus\:text-secondary-80\/40:focus{
  color: rgb(140 0 86 / 0.4);
}

.focus\:text-secondary-80\/45:focus{
  color: rgb(140 0 86 / 0.45);
}

.focus\:text-secondary-80\/5:focus{
  color: rgb(140 0 86 / 0.05);
}

.focus\:text-secondary-80\/50:focus{
  color: rgb(140 0 86 / 0.5);
}

.focus\:text-secondary-80\/55:focus{
  color: rgb(140 0 86 / 0.55);
}

.focus\:text-secondary-80\/60:focus{
  color: rgb(140 0 86 / 0.6);
}

.focus\:text-secondary-80\/65:focus{
  color: rgb(140 0 86 / 0.65);
}

.focus\:text-secondary-80\/70:focus{
  color: rgb(140 0 86 / 0.7);
}

.focus\:text-secondary-80\/75:focus{
  color: rgb(140 0 86 / 0.75);
}

.focus\:text-secondary-80\/80:focus{
  color: rgb(140 0 86 / 0.8);
}

.focus\:text-secondary-80\/85:focus{
  color: rgb(140 0 86 / 0.85);
}

.focus\:text-secondary-80\/90:focus{
  color: rgb(140 0 86 / 0.9);
}

.focus\:text-secondary-80\/95:focus{
  color: rgb(140 0 86 / 0.95);
}

.focus\:text-secondary-90:focus{
  --tw-text-opacity: 1;
  color: rgb(99 0 59 / var(--tw-text-opacity, 1));
}

.focus\:text-secondary-90\/0:focus{
  color: rgb(99 0 59 / 0);
}

.focus\:text-secondary-90\/10:focus{
  color: rgb(99 0 59 / 0.1);
}

.focus\:text-secondary-90\/100:focus{
  color: rgb(99 0 59 / 1);
}

.focus\:text-secondary-90\/15:focus{
  color: rgb(99 0 59 / 0.15);
}

.focus\:text-secondary-90\/20:focus{
  color: rgb(99 0 59 / 0.2);
}

.focus\:text-secondary-90\/25:focus{
  color: rgb(99 0 59 / 0.25);
}

.focus\:text-secondary-90\/30:focus{
  color: rgb(99 0 59 / 0.3);
}

.focus\:text-secondary-90\/35:focus{
  color: rgb(99 0 59 / 0.35);
}

.focus\:text-secondary-90\/40:focus{
  color: rgb(99 0 59 / 0.4);
}

.focus\:text-secondary-90\/45:focus{
  color: rgb(99 0 59 / 0.45);
}

.focus\:text-secondary-90\/5:focus{
  color: rgb(99 0 59 / 0.05);
}

.focus\:text-secondary-90\/50:focus{
  color: rgb(99 0 59 / 0.5);
}

.focus\:text-secondary-90\/55:focus{
  color: rgb(99 0 59 / 0.55);
}

.focus\:text-secondary-90\/60:focus{
  color: rgb(99 0 59 / 0.6);
}

.focus\:text-secondary-90\/65:focus{
  color: rgb(99 0 59 / 0.65);
}

.focus\:text-secondary-90\/70:focus{
  color: rgb(99 0 59 / 0.7);
}

.focus\:text-secondary-90\/75:focus{
  color: rgb(99 0 59 / 0.75);
}

.focus\:text-secondary-90\/80:focus{
  color: rgb(99 0 59 / 0.8);
}

.focus\:text-secondary-90\/85:focus{
  color: rgb(99 0 59 / 0.85);
}

.focus\:text-secondary-90\/90:focus{
  color: rgb(99 0 59 / 0.9);
}

.focus\:text-secondary-90\/95:focus{
  color: rgb(99 0 59 / 0.95);
}

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

.focus\:text-shade-black\/0:focus{
  color: rgb(0 0 0 / 0);
}

.focus\:text-shade-black\/10:focus{
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-shade-black\/100:focus{
  color: rgb(0 0 0 / 1);
}

.focus\:text-shade-black\/15:focus{
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-shade-black\/20:focus{
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-shade-black\/25:focus{
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-shade-black\/30:focus{
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-shade-black\/35:focus{
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-shade-black\/40:focus{
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-shade-black\/45:focus{
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-shade-black\/5:focus{
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-shade-black\/50:focus{
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-shade-black\/55:focus{
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-shade-black\/60:focus{
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-shade-black\/65:focus{
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-shade-black\/70:focus{
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-shade-black\/75:focus{
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-shade-black\/80:focus{
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-shade-black\/85:focus{
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-shade-black\/90:focus{
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-shade-black\/95:focus{
  color: rgb(0 0 0 / 0.95);
}

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

.focus\:text-shade-white\/0:focus{
  color: rgb(255 255 255 / 0);
}

.focus\:text-shade-white\/10:focus{
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-shade-white\/100:focus{
  color: rgb(255 255 255 / 1);
}

.focus\:text-shade-white\/15:focus{
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-shade-white\/20:focus{
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-shade-white\/25:focus{
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-shade-white\/30:focus{
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-shade-white\/35:focus{
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-shade-white\/40:focus{
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-shade-white\/45:focus{
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-shade-white\/5:focus{
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-shade-white\/50:focus{
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-shade-white\/55:focus{
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-shade-white\/60:focus{
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-shade-white\/65:focus{
  color: rgb(255 255 255 / 0.65);
}

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

.focus\:text-shade-white\/75:focus{
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-shade-white\/80:focus{
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-shade-white\/85:focus{
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-shade-white\/90:focus{
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-shade-white\/95:focus{
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-skynamo-blue:focus{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-blue\/0:focus{
  color: rgb(61 181 230 / 0);
}

.focus\:text-skynamo-blue\/10:focus{
  color: rgb(61 181 230 / 0.1);
}

.focus\:text-skynamo-blue\/100:focus{
  color: rgb(61 181 230 / 1);
}

.focus\:text-skynamo-blue\/15:focus{
  color: rgb(61 181 230 / 0.15);
}

.focus\:text-skynamo-blue\/20:focus{
  color: rgb(61 181 230 / 0.2);
}

.focus\:text-skynamo-blue\/25:focus{
  color: rgb(61 181 230 / 0.25);
}

.focus\:text-skynamo-blue\/30:focus{
  color: rgb(61 181 230 / 0.3);
}

.focus\:text-skynamo-blue\/35:focus{
  color: rgb(61 181 230 / 0.35);
}

.focus\:text-skynamo-blue\/40:focus{
  color: rgb(61 181 230 / 0.4);
}

.focus\:text-skynamo-blue\/45:focus{
  color: rgb(61 181 230 / 0.45);
}

.focus\:text-skynamo-blue\/5:focus{
  color: rgb(61 181 230 / 0.05);
}

.focus\:text-skynamo-blue\/50:focus{
  color: rgb(61 181 230 / 0.5);
}

.focus\:text-skynamo-blue\/55:focus{
  color: rgb(61 181 230 / 0.55);
}

.focus\:text-skynamo-blue\/60:focus{
  color: rgb(61 181 230 / 0.6);
}

.focus\:text-skynamo-blue\/65:focus{
  color: rgb(61 181 230 / 0.65);
}

.focus\:text-skynamo-blue\/70:focus{
  color: rgb(61 181 230 / 0.7);
}

.focus\:text-skynamo-blue\/75:focus{
  color: rgb(61 181 230 / 0.75);
}

.focus\:text-skynamo-blue\/80:focus{
  color: rgb(61 181 230 / 0.8);
}

.focus\:text-skynamo-blue\/85:focus{
  color: rgb(61 181 230 / 0.85);
}

.focus\:text-skynamo-blue\/90:focus{
  color: rgb(61 181 230 / 0.9);
}

.focus\:text-skynamo-blue\/95:focus{
  color: rgb(61 181 230 / 0.95);
}

.focus\:text-skynamo-bright-pink:focus{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-bright-pink\/0:focus{
  color: rgb(236 0 140 / 0);
}

.focus\:text-skynamo-bright-pink\/10:focus{
  color: rgb(236 0 140 / 0.1);
}

.focus\:text-skynamo-bright-pink\/100:focus{
  color: rgb(236 0 140 / 1);
}

.focus\:text-skynamo-bright-pink\/15:focus{
  color: rgb(236 0 140 / 0.15);
}

.focus\:text-skynamo-bright-pink\/20:focus{
  color: rgb(236 0 140 / 0.2);
}

.focus\:text-skynamo-bright-pink\/25:focus{
  color: rgb(236 0 140 / 0.25);
}

.focus\:text-skynamo-bright-pink\/30:focus{
  color: rgb(236 0 140 / 0.3);
}

.focus\:text-skynamo-bright-pink\/35:focus{
  color: rgb(236 0 140 / 0.35);
}

.focus\:text-skynamo-bright-pink\/40:focus{
  color: rgb(236 0 140 / 0.4);
}

.focus\:text-skynamo-bright-pink\/45:focus{
  color: rgb(236 0 140 / 0.45);
}

.focus\:text-skynamo-bright-pink\/5:focus{
  color: rgb(236 0 140 / 0.05);
}

.focus\:text-skynamo-bright-pink\/50:focus{
  color: rgb(236 0 140 / 0.5);
}

.focus\:text-skynamo-bright-pink\/55:focus{
  color: rgb(236 0 140 / 0.55);
}

.focus\:text-skynamo-bright-pink\/60:focus{
  color: rgb(236 0 140 / 0.6);
}

.focus\:text-skynamo-bright-pink\/65:focus{
  color: rgb(236 0 140 / 0.65);
}

.focus\:text-skynamo-bright-pink\/70:focus{
  color: rgb(236 0 140 / 0.7);
}

.focus\:text-skynamo-bright-pink\/75:focus{
  color: rgb(236 0 140 / 0.75);
}

.focus\:text-skynamo-bright-pink\/80:focus{
  color: rgb(236 0 140 / 0.8);
}

.focus\:text-skynamo-bright-pink\/85:focus{
  color: rgb(236 0 140 / 0.85);
}

.focus\:text-skynamo-bright-pink\/90:focus{
  color: rgb(236 0 140 / 0.9);
}

.focus\:text-skynamo-bright-pink\/95:focus{
  color: rgb(236 0 140 / 0.95);
}

.focus\:text-skynamo-bright-purple:focus{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-bright-purple\/0:focus{
  color: rgb(127 50 190 / 0);
}

.focus\:text-skynamo-bright-purple\/10:focus{
  color: rgb(127 50 190 / 0.1);
}

.focus\:text-skynamo-bright-purple\/100:focus{
  color: rgb(127 50 190 / 1);
}

.focus\:text-skynamo-bright-purple\/15:focus{
  color: rgb(127 50 190 / 0.15);
}

.focus\:text-skynamo-bright-purple\/20:focus{
  color: rgb(127 50 190 / 0.2);
}

.focus\:text-skynamo-bright-purple\/25:focus{
  color: rgb(127 50 190 / 0.25);
}

.focus\:text-skynamo-bright-purple\/30:focus{
  color: rgb(127 50 190 / 0.3);
}

.focus\:text-skynamo-bright-purple\/35:focus{
  color: rgb(127 50 190 / 0.35);
}

.focus\:text-skynamo-bright-purple\/40:focus{
  color: rgb(127 50 190 / 0.4);
}

.focus\:text-skynamo-bright-purple\/45:focus{
  color: rgb(127 50 190 / 0.45);
}

.focus\:text-skynamo-bright-purple\/5:focus{
  color: rgb(127 50 190 / 0.05);
}

.focus\:text-skynamo-bright-purple\/50:focus{
  color: rgb(127 50 190 / 0.5);
}

.focus\:text-skynamo-bright-purple\/55:focus{
  color: rgb(127 50 190 / 0.55);
}

.focus\:text-skynamo-bright-purple\/60:focus{
  color: rgb(127 50 190 / 0.6);
}

.focus\:text-skynamo-bright-purple\/65:focus{
  color: rgb(127 50 190 / 0.65);
}

.focus\:text-skynamo-bright-purple\/70:focus{
  color: rgb(127 50 190 / 0.7);
}

.focus\:text-skynamo-bright-purple\/75:focus{
  color: rgb(127 50 190 / 0.75);
}

.focus\:text-skynamo-bright-purple\/80:focus{
  color: rgb(127 50 190 / 0.8);
}

.focus\:text-skynamo-bright-purple\/85:focus{
  color: rgb(127 50 190 / 0.85);
}

.focus\:text-skynamo-bright-purple\/90:focus{
  color: rgb(127 50 190 / 0.9);
}

.focus\:text-skynamo-bright-purple\/95:focus{
  color: rgb(127 50 190 / 0.95);
}

.focus\:text-skynamo-dark-purple:focus{
  --tw-text-opacity: 1;
  color: rgb(29 0 52 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-dark-purple\/0:focus{
  color: rgb(29 0 52 / 0);
}

.focus\:text-skynamo-dark-purple\/10:focus{
  color: rgb(29 0 52 / 0.1);
}

.focus\:text-skynamo-dark-purple\/100:focus{
  color: rgb(29 0 52 / 1);
}

.focus\:text-skynamo-dark-purple\/15:focus{
  color: rgb(29 0 52 / 0.15);
}

.focus\:text-skynamo-dark-purple\/20:focus{
  color: rgb(29 0 52 / 0.2);
}

.focus\:text-skynamo-dark-purple\/25:focus{
  color: rgb(29 0 52 / 0.25);
}

.focus\:text-skynamo-dark-purple\/30:focus{
  color: rgb(29 0 52 / 0.3);
}

.focus\:text-skynamo-dark-purple\/35:focus{
  color: rgb(29 0 52 / 0.35);
}

.focus\:text-skynamo-dark-purple\/40:focus{
  color: rgb(29 0 52 / 0.4);
}

.focus\:text-skynamo-dark-purple\/45:focus{
  color: rgb(29 0 52 / 0.45);
}

.focus\:text-skynamo-dark-purple\/5:focus{
  color: rgb(29 0 52 / 0.05);
}

.focus\:text-skynamo-dark-purple\/50:focus{
  color: rgb(29 0 52 / 0.5);
}

.focus\:text-skynamo-dark-purple\/55:focus{
  color: rgb(29 0 52 / 0.55);
}

.focus\:text-skynamo-dark-purple\/60:focus{
  color: rgb(29 0 52 / 0.6);
}

.focus\:text-skynamo-dark-purple\/65:focus{
  color: rgb(29 0 52 / 0.65);
}

.focus\:text-skynamo-dark-purple\/70:focus{
  color: rgb(29 0 52 / 0.7);
}

.focus\:text-skynamo-dark-purple\/75:focus{
  color: rgb(29 0 52 / 0.75);
}

.focus\:text-skynamo-dark-purple\/80:focus{
  color: rgb(29 0 52 / 0.8);
}

.focus\:text-skynamo-dark-purple\/85:focus{
  color: rgb(29 0 52 / 0.85);
}

.focus\:text-skynamo-dark-purple\/90:focus{
  color: rgb(29 0 52 / 0.9);
}

.focus\:text-skynamo-dark-purple\/95:focus{
  color: rgb(29 0 52 / 0.95);
}

.focus\:text-skynamo-gray:focus{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-gray\/0:focus{
  color: rgb(189 189 189 / 0);
}

.focus\:text-skynamo-gray\/10:focus{
  color: rgb(189 189 189 / 0.1);
}

.focus\:text-skynamo-gray\/100:focus{
  color: rgb(189 189 189 / 1);
}

.focus\:text-skynamo-gray\/15:focus{
  color: rgb(189 189 189 / 0.15);
}

.focus\:text-skynamo-gray\/20:focus{
  color: rgb(189 189 189 / 0.2);
}

.focus\:text-skynamo-gray\/25:focus{
  color: rgb(189 189 189 / 0.25);
}

.focus\:text-skynamo-gray\/30:focus{
  color: rgb(189 189 189 / 0.3);
}

.focus\:text-skynamo-gray\/35:focus{
  color: rgb(189 189 189 / 0.35);
}

.focus\:text-skynamo-gray\/40:focus{
  color: rgb(189 189 189 / 0.4);
}

.focus\:text-skynamo-gray\/45:focus{
  color: rgb(189 189 189 / 0.45);
}

.focus\:text-skynamo-gray\/5:focus{
  color: rgb(189 189 189 / 0.05);
}

.focus\:text-skynamo-gray\/50:focus{
  color: rgb(189 189 189 / 0.5);
}

.focus\:text-skynamo-gray\/55:focus{
  color: rgb(189 189 189 / 0.55);
}

.focus\:text-skynamo-gray\/60:focus{
  color: rgb(189 189 189 / 0.6);
}

.focus\:text-skynamo-gray\/65:focus{
  color: rgb(189 189 189 / 0.65);
}

.focus\:text-skynamo-gray\/70:focus{
  color: rgb(189 189 189 / 0.7);
}

.focus\:text-skynamo-gray\/75:focus{
  color: rgb(189 189 189 / 0.75);
}

.focus\:text-skynamo-gray\/80:focus{
  color: rgb(189 189 189 / 0.8);
}

.focus\:text-skynamo-gray\/85:focus{
  color: rgb(189 189 189 / 0.85);
}

.focus\:text-skynamo-gray\/90:focus{
  color: rgb(189 189 189 / 0.9);
}

.focus\:text-skynamo-gray\/95:focus{
  color: rgb(189 189 189 / 0.95);
}

.focus\:text-skynamo-light-gray:focus{
  --tw-text-opacity: 1;
  color: rgb(226 225 221 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-light-gray\/0:focus{
  color: rgb(226 225 221 / 0);
}

.focus\:text-skynamo-light-gray\/10:focus{
  color: rgb(226 225 221 / 0.1);
}

.focus\:text-skynamo-light-gray\/100:focus{
  color: rgb(226 225 221 / 1);
}

.focus\:text-skynamo-light-gray\/15:focus{
  color: rgb(226 225 221 / 0.15);
}

.focus\:text-skynamo-light-gray\/20:focus{
  color: rgb(226 225 221 / 0.2);
}

.focus\:text-skynamo-light-gray\/25:focus{
  color: rgb(226 225 221 / 0.25);
}

.focus\:text-skynamo-light-gray\/30:focus{
  color: rgb(226 225 221 / 0.3);
}

.focus\:text-skynamo-light-gray\/35:focus{
  color: rgb(226 225 221 / 0.35);
}

.focus\:text-skynamo-light-gray\/40:focus{
  color: rgb(226 225 221 / 0.4);
}

.focus\:text-skynamo-light-gray\/45:focus{
  color: rgb(226 225 221 / 0.45);
}

.focus\:text-skynamo-light-gray\/5:focus{
  color: rgb(226 225 221 / 0.05);
}

.focus\:text-skynamo-light-gray\/50:focus{
  color: rgb(226 225 221 / 0.5);
}

.focus\:text-skynamo-light-gray\/55:focus{
  color: rgb(226 225 221 / 0.55);
}

.focus\:text-skynamo-light-gray\/60:focus{
  color: rgb(226 225 221 / 0.6);
}

.focus\:text-skynamo-light-gray\/65:focus{
  color: rgb(226 225 221 / 0.65);
}

.focus\:text-skynamo-light-gray\/70:focus{
  color: rgb(226 225 221 / 0.7);
}

.focus\:text-skynamo-light-gray\/75:focus{
  color: rgb(226 225 221 / 0.75);
}

.focus\:text-skynamo-light-gray\/80:focus{
  color: rgb(226 225 221 / 0.8);
}

.focus\:text-skynamo-light-gray\/85:focus{
  color: rgb(226 225 221 / 0.85);
}

.focus\:text-skynamo-light-gray\/90:focus{
  color: rgb(226 225 221 / 0.9);
}

.focus\:text-skynamo-light-gray\/95:focus{
  color: rgb(226 225 221 / 0.95);
}

.focus\:text-skynamo-mint:focus{
  --tw-text-opacity: 1;
  color: rgb(3 219 157 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-mint\/0:focus{
  color: rgb(3 219 157 / 0);
}

.focus\:text-skynamo-mint\/10:focus{
  color: rgb(3 219 157 / 0.1);
}

.focus\:text-skynamo-mint\/100:focus{
  color: rgb(3 219 157 / 1);
}

.focus\:text-skynamo-mint\/15:focus{
  color: rgb(3 219 157 / 0.15);
}

.focus\:text-skynamo-mint\/20:focus{
  color: rgb(3 219 157 / 0.2);
}

.focus\:text-skynamo-mint\/25:focus{
  color: rgb(3 219 157 / 0.25);
}

.focus\:text-skynamo-mint\/30:focus{
  color: rgb(3 219 157 / 0.3);
}

.focus\:text-skynamo-mint\/35:focus{
  color: rgb(3 219 157 / 0.35);
}

.focus\:text-skynamo-mint\/40:focus{
  color: rgb(3 219 157 / 0.4);
}

.focus\:text-skynamo-mint\/45:focus{
  color: rgb(3 219 157 / 0.45);
}

.focus\:text-skynamo-mint\/5:focus{
  color: rgb(3 219 157 / 0.05);
}

.focus\:text-skynamo-mint\/50:focus{
  color: rgb(3 219 157 / 0.5);
}

.focus\:text-skynamo-mint\/55:focus{
  color: rgb(3 219 157 / 0.55);
}

.focus\:text-skynamo-mint\/60:focus{
  color: rgb(3 219 157 / 0.6);
}

.focus\:text-skynamo-mint\/65:focus{
  color: rgb(3 219 157 / 0.65);
}

.focus\:text-skynamo-mint\/70:focus{
  color: rgb(3 219 157 / 0.7);
}

.focus\:text-skynamo-mint\/75:focus{
  color: rgb(3 219 157 / 0.75);
}

.focus\:text-skynamo-mint\/80:focus{
  color: rgb(3 219 157 / 0.8);
}

.focus\:text-skynamo-mint\/85:focus{
  color: rgb(3 219 157 / 0.85);
}

.focus\:text-skynamo-mint\/90:focus{
  color: rgb(3 219 157 / 0.9);
}

.focus\:text-skynamo-mint\/95:focus{
  color: rgb(3 219 157 / 0.95);
}

.focus\:text-skynamo-orange:focus{
  --tw-text-opacity: 1;
  color: rgb(241 116 32 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-orange\/0:focus{
  color: rgb(241 116 32 / 0);
}

.focus\:text-skynamo-orange\/10:focus{
  color: rgb(241 116 32 / 0.1);
}

.focus\:text-skynamo-orange\/100:focus{
  color: rgb(241 116 32 / 1);
}

.focus\:text-skynamo-orange\/15:focus{
  color: rgb(241 116 32 / 0.15);
}

.focus\:text-skynamo-orange\/20:focus{
  color: rgb(241 116 32 / 0.2);
}

.focus\:text-skynamo-orange\/25:focus{
  color: rgb(241 116 32 / 0.25);
}

.focus\:text-skynamo-orange\/30:focus{
  color: rgb(241 116 32 / 0.3);
}

.focus\:text-skynamo-orange\/35:focus{
  color: rgb(241 116 32 / 0.35);
}

.focus\:text-skynamo-orange\/40:focus{
  color: rgb(241 116 32 / 0.4);
}

.focus\:text-skynamo-orange\/45:focus{
  color: rgb(241 116 32 / 0.45);
}

.focus\:text-skynamo-orange\/5:focus{
  color: rgb(241 116 32 / 0.05);
}

.focus\:text-skynamo-orange\/50:focus{
  color: rgb(241 116 32 / 0.5);
}

.focus\:text-skynamo-orange\/55:focus{
  color: rgb(241 116 32 / 0.55);
}

.focus\:text-skynamo-orange\/60:focus{
  color: rgb(241 116 32 / 0.6);
}

.focus\:text-skynamo-orange\/65:focus{
  color: rgb(241 116 32 / 0.65);
}

.focus\:text-skynamo-orange\/70:focus{
  color: rgb(241 116 32 / 0.7);
}

.focus\:text-skynamo-orange\/75:focus{
  color: rgb(241 116 32 / 0.75);
}

.focus\:text-skynamo-orange\/80:focus{
  color: rgb(241 116 32 / 0.8);
}

.focus\:text-skynamo-orange\/85:focus{
  color: rgb(241 116 32 / 0.85);
}

.focus\:text-skynamo-orange\/90:focus{
  color: rgb(241 116 32 / 0.9);
}

.focus\:text-skynamo-orange\/95:focus{
  color: rgb(241 116 32 / 0.95);
}

.focus\:text-skynamo-purple:focus{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-purple\/0:focus{
  color: rgb(61 17 82 / 0);
}

.focus\:text-skynamo-purple\/10:focus{
  color: rgb(61 17 82 / 0.1);
}

.focus\:text-skynamo-purple\/100:focus{
  color: rgb(61 17 82 / 1);
}

.focus\:text-skynamo-purple\/15:focus{
  color: rgb(61 17 82 / 0.15);
}

.focus\:text-skynamo-purple\/20:focus{
  color: rgb(61 17 82 / 0.2);
}

.focus\:text-skynamo-purple\/25:focus{
  color: rgb(61 17 82 / 0.25);
}

.focus\:text-skynamo-purple\/30:focus{
  color: rgb(61 17 82 / 0.3);
}

.focus\:text-skynamo-purple\/35:focus{
  color: rgb(61 17 82 / 0.35);
}

.focus\:text-skynamo-purple\/40:focus{
  color: rgb(61 17 82 / 0.4);
}

.focus\:text-skynamo-purple\/45:focus{
  color: rgb(61 17 82 / 0.45);
}

.focus\:text-skynamo-purple\/5:focus{
  color: rgb(61 17 82 / 0.05);
}

.focus\:text-skynamo-purple\/50:focus{
  color: rgb(61 17 82 / 0.5);
}

.focus\:text-skynamo-purple\/55:focus{
  color: rgb(61 17 82 / 0.55);
}

.focus\:text-skynamo-purple\/60:focus{
  color: rgb(61 17 82 / 0.6);
}

.focus\:text-skynamo-purple\/65:focus{
  color: rgb(61 17 82 / 0.65);
}

.focus\:text-skynamo-purple\/70:focus{
  color: rgb(61 17 82 / 0.7);
}

.focus\:text-skynamo-purple\/75:focus{
  color: rgb(61 17 82 / 0.75);
}

.focus\:text-skynamo-purple\/80:focus{
  color: rgb(61 17 82 / 0.8);
}

.focus\:text-skynamo-purple\/85:focus{
  color: rgb(61 17 82 / 0.85);
}

.focus\:text-skynamo-purple\/90:focus{
  color: rgb(61 17 82 / 0.9);
}

.focus\:text-skynamo-purple\/95:focus{
  color: rgb(61 17 82 / 0.95);
}

.focus\:text-skynamo-yellow:focus{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.focus\:text-skynamo-yellow\/0:focus{
  color: rgb(255 186 0 / 0);
}

.focus\:text-skynamo-yellow\/10:focus{
  color: rgb(255 186 0 / 0.1);
}

.focus\:text-skynamo-yellow\/100:focus{
  color: rgb(255 186 0 / 1);
}

.focus\:text-skynamo-yellow\/15:focus{
  color: rgb(255 186 0 / 0.15);
}

.focus\:text-skynamo-yellow\/20:focus{
  color: rgb(255 186 0 / 0.2);
}

.focus\:text-skynamo-yellow\/25:focus{
  color: rgb(255 186 0 / 0.25);
}

.focus\:text-skynamo-yellow\/30:focus{
  color: rgb(255 186 0 / 0.3);
}

.focus\:text-skynamo-yellow\/35:focus{
  color: rgb(255 186 0 / 0.35);
}

.focus\:text-skynamo-yellow\/40:focus{
  color: rgb(255 186 0 / 0.4);
}

.focus\:text-skynamo-yellow\/45:focus{
  color: rgb(255 186 0 / 0.45);
}

.focus\:text-skynamo-yellow\/5:focus{
  color: rgb(255 186 0 / 0.05);
}

.focus\:text-skynamo-yellow\/50:focus{
  color: rgb(255 186 0 / 0.5);
}

.focus\:text-skynamo-yellow\/55:focus{
  color: rgb(255 186 0 / 0.55);
}

.focus\:text-skynamo-yellow\/60:focus{
  color: rgb(255 186 0 / 0.6);
}

.focus\:text-skynamo-yellow\/65:focus{
  color: rgb(255 186 0 / 0.65);
}

.focus\:text-skynamo-yellow\/70:focus{
  color: rgb(255 186 0 / 0.7);
}

.focus\:text-skynamo-yellow\/75:focus{
  color: rgb(255 186 0 / 0.75);
}

.focus\:text-skynamo-yellow\/80:focus{
  color: rgb(255 186 0 / 0.8);
}

.focus\:text-skynamo-yellow\/85:focus{
  color: rgb(255 186 0 / 0.85);
}

.focus\:text-skynamo-yellow\/90:focus{
  color: rgb(255 186 0 / 0.9);
}

.focus\:text-skynamo-yellow\/95:focus{
  color: rgb(255 186 0 / 0.95);
}

.focus\:text-success-100:focus{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.focus\:text-success-100\/0:focus{
  color: rgb(21 128 61 / 0);
}

.focus\:text-success-100\/10:focus{
  color: rgb(21 128 61 / 0.1);
}

.focus\:text-success-100\/100:focus{
  color: rgb(21 128 61 / 1);
}

.focus\:text-success-100\/15:focus{
  color: rgb(21 128 61 / 0.15);
}

.focus\:text-success-100\/20:focus{
  color: rgb(21 128 61 / 0.2);
}

.focus\:text-success-100\/25:focus{
  color: rgb(21 128 61 / 0.25);
}

.focus\:text-success-100\/30:focus{
  color: rgb(21 128 61 / 0.3);
}

.focus\:text-success-100\/35:focus{
  color: rgb(21 128 61 / 0.35);
}

.focus\:text-success-100\/40:focus{
  color: rgb(21 128 61 / 0.4);
}

.focus\:text-success-100\/45:focus{
  color: rgb(21 128 61 / 0.45);
}

.focus\:text-success-100\/5:focus{
  color: rgb(21 128 61 / 0.05);
}

.focus\:text-success-100\/50:focus{
  color: rgb(21 128 61 / 0.5);
}

.focus\:text-success-100\/55:focus{
  color: rgb(21 128 61 / 0.55);
}

.focus\:text-success-100\/60:focus{
  color: rgb(21 128 61 / 0.6);
}

.focus\:text-success-100\/65:focus{
  color: rgb(21 128 61 / 0.65);
}

.focus\:text-success-100\/70:focus{
  color: rgb(21 128 61 / 0.7);
}

.focus\:text-success-100\/75:focus{
  color: rgb(21 128 61 / 0.75);
}

.focus\:text-success-100\/80:focus{
  color: rgb(21 128 61 / 0.8);
}

.focus\:text-success-100\/85:focus{
  color: rgb(21 128 61 / 0.85);
}

.focus\:text-success-100\/90:focus{
  color: rgb(21 128 61 / 0.9);
}

.focus\:text-success-100\/95:focus{
  color: rgb(21 128 61 / 0.95);
}

.focus\:text-success-background:focus{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.focus\:text-success-background\/0:focus{
  color: rgb(220 252 231 / 0);
}

.focus\:text-success-background\/10:focus{
  color: rgb(220 252 231 / 0.1);
}

.focus\:text-success-background\/100:focus{
  color: rgb(220 252 231 / 1);
}

.focus\:text-success-background\/15:focus{
  color: rgb(220 252 231 / 0.15);
}

.focus\:text-success-background\/20:focus{
  color: rgb(220 252 231 / 0.2);
}

.focus\:text-success-background\/25:focus{
  color: rgb(220 252 231 / 0.25);
}

.focus\:text-success-background\/30:focus{
  color: rgb(220 252 231 / 0.3);
}

.focus\:text-success-background\/35:focus{
  color: rgb(220 252 231 / 0.35);
}

.focus\:text-success-background\/40:focus{
  color: rgb(220 252 231 / 0.4);
}

.focus\:text-success-background\/45:focus{
  color: rgb(220 252 231 / 0.45);
}

.focus\:text-success-background\/5:focus{
  color: rgb(220 252 231 / 0.05);
}

.focus\:text-success-background\/50:focus{
  color: rgb(220 252 231 / 0.5);
}

.focus\:text-success-background\/55:focus{
  color: rgb(220 252 231 / 0.55);
}

.focus\:text-success-background\/60:focus{
  color: rgb(220 252 231 / 0.6);
}

.focus\:text-success-background\/65:focus{
  color: rgb(220 252 231 / 0.65);
}

.focus\:text-success-background\/70:focus{
  color: rgb(220 252 231 / 0.7);
}

.focus\:text-success-background\/75:focus{
  color: rgb(220 252 231 / 0.75);
}

.focus\:text-success-background\/80:focus{
  color: rgb(220 252 231 / 0.8);
}

.focus\:text-success-background\/85:focus{
  color: rgb(220 252 231 / 0.85);
}

.focus\:text-success-background\/90:focus{
  color: rgb(220 252 231 / 0.9);
}

.focus\:text-success-background\/95:focus{
  color: rgb(220 252 231 / 0.95);
}

.focus\:text-tertiary-10:focus{
  --tw-text-opacity: 1;
  color: rgb(255 235 255 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-10\/0:focus{
  color: rgb(255 235 255 / 0);
}

.focus\:text-tertiary-10\/10:focus{
  color: rgb(255 235 255 / 0.1);
}

.focus\:text-tertiary-10\/100:focus{
  color: rgb(255 235 255 / 1);
}

.focus\:text-tertiary-10\/15:focus{
  color: rgb(255 235 255 / 0.15);
}

.focus\:text-tertiary-10\/20:focus{
  color: rgb(255 235 255 / 0.2);
}

.focus\:text-tertiary-10\/25:focus{
  color: rgb(255 235 255 / 0.25);
}

.focus\:text-tertiary-10\/30:focus{
  color: rgb(255 235 255 / 0.3);
}

.focus\:text-tertiary-10\/35:focus{
  color: rgb(255 235 255 / 0.35);
}

.focus\:text-tertiary-10\/40:focus{
  color: rgb(255 235 255 / 0.4);
}

.focus\:text-tertiary-10\/45:focus{
  color: rgb(255 235 255 / 0.45);
}

.focus\:text-tertiary-10\/5:focus{
  color: rgb(255 235 255 / 0.05);
}

.focus\:text-tertiary-10\/50:focus{
  color: rgb(255 235 255 / 0.5);
}

.focus\:text-tertiary-10\/55:focus{
  color: rgb(255 235 255 / 0.55);
}

.focus\:text-tertiary-10\/60:focus{
  color: rgb(255 235 255 / 0.6);
}

.focus\:text-tertiary-10\/65:focus{
  color: rgb(255 235 255 / 0.65);
}

.focus\:text-tertiary-10\/70:focus{
  color: rgb(255 235 255 / 0.7);
}

.focus\:text-tertiary-10\/75:focus{
  color: rgb(255 235 255 / 0.75);
}

.focus\:text-tertiary-10\/80:focus{
  color: rgb(255 235 255 / 0.8);
}

.focus\:text-tertiary-10\/85:focus{
  color: rgb(255 235 255 / 0.85);
}

.focus\:text-tertiary-10\/90:focus{
  color: rgb(255 235 255 / 0.9);
}

.focus\:text-tertiary-10\/95:focus{
  color: rgb(255 235 255 / 0.95);
}

.focus\:text-tertiary-100:focus{
  --tw-text-opacity: 1;
  color: rgb(28 0 42 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-100\/0:focus{
  color: rgb(28 0 42 / 0);
}

.focus\:text-tertiary-100\/10:focus{
  color: rgb(28 0 42 / 0.1);
}

.focus\:text-tertiary-100\/100:focus{
  color: rgb(28 0 42 / 1);
}

.focus\:text-tertiary-100\/15:focus{
  color: rgb(28 0 42 / 0.15);
}

.focus\:text-tertiary-100\/20:focus{
  color: rgb(28 0 42 / 0.2);
}

.focus\:text-tertiary-100\/25:focus{
  color: rgb(28 0 42 / 0.25);
}

.focus\:text-tertiary-100\/30:focus{
  color: rgb(28 0 42 / 0.3);
}

.focus\:text-tertiary-100\/35:focus{
  color: rgb(28 0 42 / 0.35);
}

.focus\:text-tertiary-100\/40:focus{
  color: rgb(28 0 42 / 0.4);
}

.focus\:text-tertiary-100\/45:focus{
  color: rgb(28 0 42 / 0.45);
}

.focus\:text-tertiary-100\/5:focus{
  color: rgb(28 0 42 / 0.05);
}

.focus\:text-tertiary-100\/50:focus{
  color: rgb(28 0 42 / 0.5);
}

.focus\:text-tertiary-100\/55:focus{
  color: rgb(28 0 42 / 0.55);
}

.focus\:text-tertiary-100\/60:focus{
  color: rgb(28 0 42 / 0.6);
}

.focus\:text-tertiary-100\/65:focus{
  color: rgb(28 0 42 / 0.65);
}

.focus\:text-tertiary-100\/70:focus{
  color: rgb(28 0 42 / 0.7);
}

.focus\:text-tertiary-100\/75:focus{
  color: rgb(28 0 42 / 0.75);
}

.focus\:text-tertiary-100\/80:focus{
  color: rgb(28 0 42 / 0.8);
}

.focus\:text-tertiary-100\/85:focus{
  color: rgb(28 0 42 / 0.85);
}

.focus\:text-tertiary-100\/90:focus{
  color: rgb(28 0 42 / 0.9);
}

.focus\:text-tertiary-100\/95:focus{
  color: rgb(28 0 42 / 0.95);
}

.focus\:text-tertiary-20:focus{
  --tw-text-opacity: 1;
  color: rgb(248 216 255 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-20\/0:focus{
  color: rgb(248 216 255 / 0);
}

.focus\:text-tertiary-20\/10:focus{
  color: rgb(248 216 255 / 0.1);
}

.focus\:text-tertiary-20\/100:focus{
  color: rgb(248 216 255 / 1);
}

.focus\:text-tertiary-20\/15:focus{
  color: rgb(248 216 255 / 0.15);
}

.focus\:text-tertiary-20\/20:focus{
  color: rgb(248 216 255 / 0.2);
}

.focus\:text-tertiary-20\/25:focus{
  color: rgb(248 216 255 / 0.25);
}

.focus\:text-tertiary-20\/30:focus{
  color: rgb(248 216 255 / 0.3);
}

.focus\:text-tertiary-20\/35:focus{
  color: rgb(248 216 255 / 0.35);
}

.focus\:text-tertiary-20\/40:focus{
  color: rgb(248 216 255 / 0.4);
}

.focus\:text-tertiary-20\/45:focus{
  color: rgb(248 216 255 / 0.45);
}

.focus\:text-tertiary-20\/5:focus{
  color: rgb(248 216 255 / 0.05);
}

.focus\:text-tertiary-20\/50:focus{
  color: rgb(248 216 255 / 0.5);
}

.focus\:text-tertiary-20\/55:focus{
  color: rgb(248 216 255 / 0.55);
}

.focus\:text-tertiary-20\/60:focus{
  color: rgb(248 216 255 / 0.6);
}

.focus\:text-tertiary-20\/65:focus{
  color: rgb(248 216 255 / 0.65);
}

.focus\:text-tertiary-20\/70:focus{
  color: rgb(248 216 255 / 0.7);
}

.focus\:text-tertiary-20\/75:focus{
  color: rgb(248 216 255 / 0.75);
}

.focus\:text-tertiary-20\/80:focus{
  color: rgb(248 216 255 / 0.8);
}

.focus\:text-tertiary-20\/85:focus{
  color: rgb(248 216 255 / 0.85);
}

.focus\:text-tertiary-20\/90:focus{
  color: rgb(248 216 255 / 0.9);
}

.focus\:text-tertiary-20\/95:focus{
  color: rgb(248 216 255 / 0.95);
}

.focus\:text-tertiary-30:focus{
  --tw-text-opacity: 1;
  color: rgb(235 178 255 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-30\/0:focus{
  color: rgb(235 178 255 / 0);
}

.focus\:text-tertiary-30\/10:focus{
  color: rgb(235 178 255 / 0.1);
}

.focus\:text-tertiary-30\/100:focus{
  color: rgb(235 178 255 / 1);
}

.focus\:text-tertiary-30\/15:focus{
  color: rgb(235 178 255 / 0.15);
}

.focus\:text-tertiary-30\/20:focus{
  color: rgb(235 178 255 / 0.2);
}

.focus\:text-tertiary-30\/25:focus{
  color: rgb(235 178 255 / 0.25);
}

.focus\:text-tertiary-30\/30:focus{
  color: rgb(235 178 255 / 0.3);
}

.focus\:text-tertiary-30\/35:focus{
  color: rgb(235 178 255 / 0.35);
}

.focus\:text-tertiary-30\/40:focus{
  color: rgb(235 178 255 / 0.4);
}

.focus\:text-tertiary-30\/45:focus{
  color: rgb(235 178 255 / 0.45);
}

.focus\:text-tertiary-30\/5:focus{
  color: rgb(235 178 255 / 0.05);
}

.focus\:text-tertiary-30\/50:focus{
  color: rgb(235 178 255 / 0.5);
}

.focus\:text-tertiary-30\/55:focus{
  color: rgb(235 178 255 / 0.55);
}

.focus\:text-tertiary-30\/60:focus{
  color: rgb(235 178 255 / 0.6);
}

.focus\:text-tertiary-30\/65:focus{
  color: rgb(235 178 255 / 0.65);
}

.focus\:text-tertiary-30\/70:focus{
  color: rgb(235 178 255 / 0.7);
}

.focus\:text-tertiary-30\/75:focus{
  color: rgb(235 178 255 / 0.75);
}

.focus\:text-tertiary-30\/80:focus{
  color: rgb(235 178 255 / 0.8);
}

.focus\:text-tertiary-30\/85:focus{
  color: rgb(235 178 255 / 0.85);
}

.focus\:text-tertiary-30\/90:focus{
  color: rgb(235 178 255 / 0.9);
}

.focus\:text-tertiary-30\/95:focus{
  color: rgb(235 178 255 / 0.95);
}

.focus\:text-tertiary-40:focus{
  --tw-text-opacity: 1;
  color: rgb(208 149 233 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-40\/0:focus{
  color: rgb(208 149 233 / 0);
}

.focus\:text-tertiary-40\/10:focus{
  color: rgb(208 149 233 / 0.1);
}

.focus\:text-tertiary-40\/100:focus{
  color: rgb(208 149 233 / 1);
}

.focus\:text-tertiary-40\/15:focus{
  color: rgb(208 149 233 / 0.15);
}

.focus\:text-tertiary-40\/20:focus{
  color: rgb(208 149 233 / 0.2);
}

.focus\:text-tertiary-40\/25:focus{
  color: rgb(208 149 233 / 0.25);
}

.focus\:text-tertiary-40\/30:focus{
  color: rgb(208 149 233 / 0.3);
}

.focus\:text-tertiary-40\/35:focus{
  color: rgb(208 149 233 / 0.35);
}

.focus\:text-tertiary-40\/40:focus{
  color: rgb(208 149 233 / 0.4);
}

.focus\:text-tertiary-40\/45:focus{
  color: rgb(208 149 233 / 0.45);
}

.focus\:text-tertiary-40\/5:focus{
  color: rgb(208 149 233 / 0.05);
}

.focus\:text-tertiary-40\/50:focus{
  color: rgb(208 149 233 / 0.5);
}

.focus\:text-tertiary-40\/55:focus{
  color: rgb(208 149 233 / 0.55);
}

.focus\:text-tertiary-40\/60:focus{
  color: rgb(208 149 233 / 0.6);
}

.focus\:text-tertiary-40\/65:focus{
  color: rgb(208 149 233 / 0.65);
}

.focus\:text-tertiary-40\/70:focus{
  color: rgb(208 149 233 / 0.7);
}

.focus\:text-tertiary-40\/75:focus{
  color: rgb(208 149 233 / 0.75);
}

.focus\:text-tertiary-40\/80:focus{
  color: rgb(208 149 233 / 0.8);
}

.focus\:text-tertiary-40\/85:focus{
  color: rgb(208 149 233 / 0.85);
}

.focus\:text-tertiary-40\/90:focus{
  color: rgb(208 149 233 / 0.9);
}

.focus\:text-tertiary-40\/95:focus{
  color: rgb(208 149 233 / 0.95);
}

.focus\:text-tertiary-5:focus{
  --tw-text-opacity: 1;
  color: rgb(253 246 255 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-5\/0:focus{
  color: rgb(253 246 255 / 0);
}

.focus\:text-tertiary-5\/10:focus{
  color: rgb(253 246 255 / 0.1);
}

.focus\:text-tertiary-5\/100:focus{
  color: rgb(253 246 255 / 1);
}

.focus\:text-tertiary-5\/15:focus{
  color: rgb(253 246 255 / 0.15);
}

.focus\:text-tertiary-5\/20:focus{
  color: rgb(253 246 255 / 0.2);
}

.focus\:text-tertiary-5\/25:focus{
  color: rgb(253 246 255 / 0.25);
}

.focus\:text-tertiary-5\/30:focus{
  color: rgb(253 246 255 / 0.3);
}

.focus\:text-tertiary-5\/35:focus{
  color: rgb(253 246 255 / 0.35);
}

.focus\:text-tertiary-5\/40:focus{
  color: rgb(253 246 255 / 0.4);
}

.focus\:text-tertiary-5\/45:focus{
  color: rgb(253 246 255 / 0.45);
}

.focus\:text-tertiary-5\/5:focus{
  color: rgb(253 246 255 / 0.05);
}

.focus\:text-tertiary-5\/50:focus{
  color: rgb(253 246 255 / 0.5);
}

.focus\:text-tertiary-5\/55:focus{
  color: rgb(253 246 255 / 0.55);
}

.focus\:text-tertiary-5\/60:focus{
  color: rgb(253 246 255 / 0.6);
}

.focus\:text-tertiary-5\/65:focus{
  color: rgb(253 246 255 / 0.65);
}

.focus\:text-tertiary-5\/70:focus{
  color: rgb(253 246 255 / 0.7);
}

.focus\:text-tertiary-5\/75:focus{
  color: rgb(253 246 255 / 0.75);
}

.focus\:text-tertiary-5\/80:focus{
  color: rgb(253 246 255 / 0.8);
}

.focus\:text-tertiary-5\/85:focus{
  color: rgb(253 246 255 / 0.85);
}

.focus\:text-tertiary-5\/90:focus{
  color: rgb(253 246 255 / 0.9);
}

.focus\:text-tertiary-5\/95:focus{
  color: rgb(253 246 255 / 0.95);
}

.focus\:text-tertiary-50:focus{
  --tw-text-opacity: 1;
  color: rgb(152 97 177 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-50\/0:focus{
  color: rgb(152 97 177 / 0);
}

.focus\:text-tertiary-50\/10:focus{
  color: rgb(152 97 177 / 0.1);
}

.focus\:text-tertiary-50\/100:focus{
  color: rgb(152 97 177 / 1);
}

.focus\:text-tertiary-50\/15:focus{
  color: rgb(152 97 177 / 0.15);
}

.focus\:text-tertiary-50\/20:focus{
  color: rgb(152 97 177 / 0.2);
}

.focus\:text-tertiary-50\/25:focus{
  color: rgb(152 97 177 / 0.25);
}

.focus\:text-tertiary-50\/30:focus{
  color: rgb(152 97 177 / 0.3);
}

.focus\:text-tertiary-50\/35:focus{
  color: rgb(152 97 177 / 0.35);
}

.focus\:text-tertiary-50\/40:focus{
  color: rgb(152 97 177 / 0.4);
}

.focus\:text-tertiary-50\/45:focus{
  color: rgb(152 97 177 / 0.45);
}

.focus\:text-tertiary-50\/5:focus{
  color: rgb(152 97 177 / 0.05);
}

.focus\:text-tertiary-50\/50:focus{
  color: rgb(152 97 177 / 0.5);
}

.focus\:text-tertiary-50\/55:focus{
  color: rgb(152 97 177 / 0.55);
}

.focus\:text-tertiary-50\/60:focus{
  color: rgb(152 97 177 / 0.6);
}

.focus\:text-tertiary-50\/65:focus{
  color: rgb(152 97 177 / 0.65);
}

.focus\:text-tertiary-50\/70:focus{
  color: rgb(152 97 177 / 0.7);
}

.focus\:text-tertiary-50\/75:focus{
  color: rgb(152 97 177 / 0.75);
}

.focus\:text-tertiary-50\/80:focus{
  color: rgb(152 97 177 / 0.8);
}

.focus\:text-tertiary-50\/85:focus{
  color: rgb(152 97 177 / 0.85);
}

.focus\:text-tertiary-50\/90:focus{
  color: rgb(152 97 177 / 0.9);
}

.focus\:text-tertiary-50\/95:focus{
  color: rgb(152 97 177 / 0.95);
}

.focus\:text-tertiary-60:focus{
  --tw-text-opacity: 1;
  color: rgb(125 72 150 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-60\/0:focus{
  color: rgb(125 72 150 / 0);
}

.focus\:text-tertiary-60\/10:focus{
  color: rgb(125 72 150 / 0.1);
}

.focus\:text-tertiary-60\/100:focus{
  color: rgb(125 72 150 / 1);
}

.focus\:text-tertiary-60\/15:focus{
  color: rgb(125 72 150 / 0.15);
}

.focus\:text-tertiary-60\/20:focus{
  color: rgb(125 72 150 / 0.2);
}

.focus\:text-tertiary-60\/25:focus{
  color: rgb(125 72 150 / 0.25);
}

.focus\:text-tertiary-60\/30:focus{
  color: rgb(125 72 150 / 0.3);
}

.focus\:text-tertiary-60\/35:focus{
  color: rgb(125 72 150 / 0.35);
}

.focus\:text-tertiary-60\/40:focus{
  color: rgb(125 72 150 / 0.4);
}

.focus\:text-tertiary-60\/45:focus{
  color: rgb(125 72 150 / 0.45);
}

.focus\:text-tertiary-60\/5:focus{
  color: rgb(125 72 150 / 0.05);
}

.focus\:text-tertiary-60\/50:focus{
  color: rgb(125 72 150 / 0.5);
}

.focus\:text-tertiary-60\/55:focus{
  color: rgb(125 72 150 / 0.55);
}

.focus\:text-tertiary-60\/60:focus{
  color: rgb(125 72 150 / 0.6);
}

.focus\:text-tertiary-60\/65:focus{
  color: rgb(125 72 150 / 0.65);
}

.focus\:text-tertiary-60\/70:focus{
  color: rgb(125 72 150 / 0.7);
}

.focus\:text-tertiary-60\/75:focus{
  color: rgb(125 72 150 / 0.75);
}

.focus\:text-tertiary-60\/80:focus{
  color: rgb(125 72 150 / 0.8);
}

.focus\:text-tertiary-60\/85:focus{
  color: rgb(125 72 150 / 0.85);
}

.focus\:text-tertiary-60\/90:focus{
  color: rgb(125 72 150 / 0.9);
}

.focus\:text-tertiary-60\/95:focus{
  color: rgb(125 72 150 / 0.95);
}

.focus\:text-tertiary-70:focus{
  --tw-text-opacity: 1;
  color: rgb(106 59 127 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-70\/0:focus{
  color: rgb(106 59 127 / 0);
}

.focus\:text-tertiary-70\/10:focus{
  color: rgb(106 59 127 / 0.1);
}

.focus\:text-tertiary-70\/100:focus{
  color: rgb(106 59 127 / 1);
}

.focus\:text-tertiary-70\/15:focus{
  color: rgb(106 59 127 / 0.15);
}

.focus\:text-tertiary-70\/20:focus{
  color: rgb(106 59 127 / 0.2);
}

.focus\:text-tertiary-70\/25:focus{
  color: rgb(106 59 127 / 0.25);
}

.focus\:text-tertiary-70\/30:focus{
  color: rgb(106 59 127 / 0.3);
}

.focus\:text-tertiary-70\/35:focus{
  color: rgb(106 59 127 / 0.35);
}

.focus\:text-tertiary-70\/40:focus{
  color: rgb(106 59 127 / 0.4);
}

.focus\:text-tertiary-70\/45:focus{
  color: rgb(106 59 127 / 0.45);
}

.focus\:text-tertiary-70\/5:focus{
  color: rgb(106 59 127 / 0.05);
}

.focus\:text-tertiary-70\/50:focus{
  color: rgb(106 59 127 / 0.5);
}

.focus\:text-tertiary-70\/55:focus{
  color: rgb(106 59 127 / 0.55);
}

.focus\:text-tertiary-70\/60:focus{
  color: rgb(106 59 127 / 0.6);
}

.focus\:text-tertiary-70\/65:focus{
  color: rgb(106 59 127 / 0.65);
}

.focus\:text-tertiary-70\/70:focus{
  color: rgb(106 59 127 / 0.7);
}

.focus\:text-tertiary-70\/75:focus{
  color: rgb(106 59 127 / 0.75);
}

.focus\:text-tertiary-70\/80:focus{
  color: rgb(106 59 127 / 0.8);
}

.focus\:text-tertiary-70\/85:focus{
  color: rgb(106 59 127 / 0.85);
}

.focus\:text-tertiary-70\/90:focus{
  color: rgb(106 59 127 / 0.9);
}

.focus\:text-tertiary-70\/95:focus{
  color: rgb(106 59 127 / 0.95);
}

.focus\:text-tertiary-80:focus{
  --tw-text-opacity: 1;
  color: rgb(75 23 100 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-80\/0:focus{
  color: rgb(75 23 100 / 0);
}

.focus\:text-tertiary-80\/10:focus{
  color: rgb(75 23 100 / 0.1);
}

.focus\:text-tertiary-80\/100:focus{
  color: rgb(75 23 100 / 1);
}

.focus\:text-tertiary-80\/15:focus{
  color: rgb(75 23 100 / 0.15);
}

.focus\:text-tertiary-80\/20:focus{
  color: rgb(75 23 100 / 0.2);
}

.focus\:text-tertiary-80\/25:focus{
  color: rgb(75 23 100 / 0.25);
}

.focus\:text-tertiary-80\/30:focus{
  color: rgb(75 23 100 / 0.3);
}

.focus\:text-tertiary-80\/35:focus{
  color: rgb(75 23 100 / 0.35);
}

.focus\:text-tertiary-80\/40:focus{
  color: rgb(75 23 100 / 0.4);
}

.focus\:text-tertiary-80\/45:focus{
  color: rgb(75 23 100 / 0.45);
}

.focus\:text-tertiary-80\/5:focus{
  color: rgb(75 23 100 / 0.05);
}

.focus\:text-tertiary-80\/50:focus{
  color: rgb(75 23 100 / 0.5);
}

.focus\:text-tertiary-80\/55:focus{
  color: rgb(75 23 100 / 0.55);
}

.focus\:text-tertiary-80\/60:focus{
  color: rgb(75 23 100 / 0.6);
}

.focus\:text-tertiary-80\/65:focus{
  color: rgb(75 23 100 / 0.65);
}

.focus\:text-tertiary-80\/70:focus{
  color: rgb(75 23 100 / 0.7);
}

.focus\:text-tertiary-80\/75:focus{
  color: rgb(75 23 100 / 0.75);
}

.focus\:text-tertiary-80\/80:focus{
  color: rgb(75 23 100 / 0.8);
}

.focus\:text-tertiary-80\/85:focus{
  color: rgb(75 23 100 / 0.85);
}

.focus\:text-tertiary-80\/90:focus{
  color: rgb(75 23 100 / 0.9);
}

.focus\:text-tertiary-80\/95:focus{
  color: rgb(75 23 100 / 0.95);
}

.focus\:text-tertiary-90:focus{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.focus\:text-tertiary-90\/0:focus{
  color: rgb(61 17 82 / 0);
}

.focus\:text-tertiary-90\/10:focus{
  color: rgb(61 17 82 / 0.1);
}

.focus\:text-tertiary-90\/100:focus{
  color: rgb(61 17 82 / 1);
}

.focus\:text-tertiary-90\/15:focus{
  color: rgb(61 17 82 / 0.15);
}

.focus\:text-tertiary-90\/20:focus{
  color: rgb(61 17 82 / 0.2);
}

.focus\:text-tertiary-90\/25:focus{
  color: rgb(61 17 82 / 0.25);
}

.focus\:text-tertiary-90\/30:focus{
  color: rgb(61 17 82 / 0.3);
}

.focus\:text-tertiary-90\/35:focus{
  color: rgb(61 17 82 / 0.35);
}

.focus\:text-tertiary-90\/40:focus{
  color: rgb(61 17 82 / 0.4);
}

.focus\:text-tertiary-90\/45:focus{
  color: rgb(61 17 82 / 0.45);
}

.focus\:text-tertiary-90\/5:focus{
  color: rgb(61 17 82 / 0.05);
}

.focus\:text-tertiary-90\/50:focus{
  color: rgb(61 17 82 / 0.5);
}

.focus\:text-tertiary-90\/55:focus{
  color: rgb(61 17 82 / 0.55);
}

.focus\:text-tertiary-90\/60:focus{
  color: rgb(61 17 82 / 0.6);
}

.focus\:text-tertiary-90\/65:focus{
  color: rgb(61 17 82 / 0.65);
}

.focus\:text-tertiary-90\/70:focus{
  color: rgb(61 17 82 / 0.7);
}

.focus\:text-tertiary-90\/75:focus{
  color: rgb(61 17 82 / 0.75);
}

.focus\:text-tertiary-90\/80:focus{
  color: rgb(61 17 82 / 0.8);
}

.focus\:text-tertiary-90\/85:focus{
  color: rgb(61 17 82 / 0.85);
}

.focus\:text-tertiary-90\/90:focus{
  color: rgb(61 17 82 / 0.9);
}

.focus\:text-tertiary-90\/95:focus{
  color: rgb(61 17 82 / 0.95);
}

.focus\:text-warning-100:focus{
  --tw-text-opacity: 1;
  color: rgb(245 102 0 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-100\/0:focus{
  color: rgb(245 102 0 / 0);
}

.focus\:text-warning-100\/10:focus{
  color: rgb(245 102 0 / 0.1);
}

.focus\:text-warning-100\/100:focus{
  color: rgb(245 102 0 / 1);
}

.focus\:text-warning-100\/15:focus{
  color: rgb(245 102 0 / 0.15);
}

.focus\:text-warning-100\/20:focus{
  color: rgb(245 102 0 / 0.2);
}

.focus\:text-warning-100\/25:focus{
  color: rgb(245 102 0 / 0.25);
}

.focus\:text-warning-100\/30:focus{
  color: rgb(245 102 0 / 0.3);
}

.focus\:text-warning-100\/35:focus{
  color: rgb(245 102 0 / 0.35);
}

.focus\:text-warning-100\/40:focus{
  color: rgb(245 102 0 / 0.4);
}

.focus\:text-warning-100\/45:focus{
  color: rgb(245 102 0 / 0.45);
}

.focus\:text-warning-100\/5:focus{
  color: rgb(245 102 0 / 0.05);
}

.focus\:text-warning-100\/50:focus{
  color: rgb(245 102 0 / 0.5);
}

.focus\:text-warning-100\/55:focus{
  color: rgb(245 102 0 / 0.55);
}

.focus\:text-warning-100\/60:focus{
  color: rgb(245 102 0 / 0.6);
}

.focus\:text-warning-100\/65:focus{
  color: rgb(245 102 0 / 0.65);
}

.focus\:text-warning-100\/70:focus{
  color: rgb(245 102 0 / 0.7);
}

.focus\:text-warning-100\/75:focus{
  color: rgb(245 102 0 / 0.75);
}

.focus\:text-warning-100\/80:focus{
  color: rgb(245 102 0 / 0.8);
}

.focus\:text-warning-100\/85:focus{
  color: rgb(245 102 0 / 0.85);
}

.focus\:text-warning-100\/90:focus{
  color: rgb(245 102 0 / 0.9);
}

.focus\:text-warning-100\/95:focus{
  color: rgb(245 102 0 / 0.95);
}

.focus\:text-warning-background:focus{
  --tw-text-opacity: 1;
  color: rgb(253 224 204 / var(--tw-text-opacity, 1));
}

.focus\:text-warning-background\/0:focus{
  color: rgb(253 224 204 / 0);
}

.focus\:text-warning-background\/10:focus{
  color: rgb(253 224 204 / 0.1);
}

.focus\:text-warning-background\/100:focus{
  color: rgb(253 224 204 / 1);
}

.focus\:text-warning-background\/15:focus{
  color: rgb(253 224 204 / 0.15);
}

.focus\:text-warning-background\/20:focus{
  color: rgb(253 224 204 / 0.2);
}

.focus\:text-warning-background\/25:focus{
  color: rgb(253 224 204 / 0.25);
}

.focus\:text-warning-background\/30:focus{
  color: rgb(253 224 204 / 0.3);
}

.focus\:text-warning-background\/35:focus{
  color: rgb(253 224 204 / 0.35);
}

.focus\:text-warning-background\/40:focus{
  color: rgb(253 224 204 / 0.4);
}

.focus\:text-warning-background\/45:focus{
  color: rgb(253 224 204 / 0.45);
}

.focus\:text-warning-background\/5:focus{
  color: rgb(253 224 204 / 0.05);
}

.focus\:text-warning-background\/50:focus{
  color: rgb(253 224 204 / 0.5);
}

.focus\:text-warning-background\/55:focus{
  color: rgb(253 224 204 / 0.55);
}

.focus\:text-warning-background\/60:focus{
  color: rgb(253 224 204 / 0.6);
}

.focus\:text-warning-background\/65:focus{
  color: rgb(253 224 204 / 0.65);
}

.focus\:text-warning-background\/70:focus{
  color: rgb(253 224 204 / 0.7);
}

.focus\:text-warning-background\/75:focus{
  color: rgb(253 224 204 / 0.75);
}

.focus\:text-warning-background\/80:focus{
  color: rgb(253 224 204 / 0.8);
}

.focus\:text-warning-background\/85:focus{
  color: rgb(253 224 204 / 0.85);
}

.focus\:text-warning-background\/90:focus{
  color: rgb(253 224 204 / 0.9);
}

.focus\:text-warning-background\/95:focus{
  color: rgb(253 224 204 / 0.95);
}

.active\:border-charts-1:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 57 107 / var(--tw-border-opacity, 1));
}

.active\:border-charts-1\/0:active{
  border-color: rgb(0 57 107 / 0);
}

.active\:border-charts-1\/10:active{
  border-color: rgb(0 57 107 / 0.1);
}

.active\:border-charts-1\/100:active{
  border-color: rgb(0 57 107 / 1);
}

.active\:border-charts-1\/15:active{
  border-color: rgb(0 57 107 / 0.15);
}

.active\:border-charts-1\/20:active{
  border-color: rgb(0 57 107 / 0.2);
}

.active\:border-charts-1\/25:active{
  border-color: rgb(0 57 107 / 0.25);
}

.active\:border-charts-1\/30:active{
  border-color: rgb(0 57 107 / 0.3);
}

.active\:border-charts-1\/35:active{
  border-color: rgb(0 57 107 / 0.35);
}

.active\:border-charts-1\/40:active{
  border-color: rgb(0 57 107 / 0.4);
}

.active\:border-charts-1\/45:active{
  border-color: rgb(0 57 107 / 0.45);
}

.active\:border-charts-1\/5:active{
  border-color: rgb(0 57 107 / 0.05);
}

.active\:border-charts-1\/50:active{
  border-color: rgb(0 57 107 / 0.5);
}

.active\:border-charts-1\/55:active{
  border-color: rgb(0 57 107 / 0.55);
}

.active\:border-charts-1\/60:active{
  border-color: rgb(0 57 107 / 0.6);
}

.active\:border-charts-1\/65:active{
  border-color: rgb(0 57 107 / 0.65);
}

.active\:border-charts-1\/70:active{
  border-color: rgb(0 57 107 / 0.7);
}

.active\:border-charts-1\/75:active{
  border-color: rgb(0 57 107 / 0.75);
}

.active\:border-charts-1\/80:active{
  border-color: rgb(0 57 107 / 0.8);
}

.active\:border-charts-1\/85:active{
  border-color: rgb(0 57 107 / 0.85);
}

.active\:border-charts-1\/90:active{
  border-color: rgb(0 57 107 / 0.9);
}

.active\:border-charts-1\/95:active{
  border-color: rgb(0 57 107 / 0.95);
}

.active\:border-charts-10:active{
  --tw-border-opacity: 1;
  border-color: rgb(250 77 86 / var(--tw-border-opacity, 1));
}

.active\:border-charts-10\/0:active{
  border-color: rgb(250 77 86 / 0);
}

.active\:border-charts-10\/10:active{
  border-color: rgb(250 77 86 / 0.1);
}

.active\:border-charts-10\/100:active{
  border-color: rgb(250 77 86 / 1);
}

.active\:border-charts-10\/15:active{
  border-color: rgb(250 77 86 / 0.15);
}

.active\:border-charts-10\/20:active{
  border-color: rgb(250 77 86 / 0.2);
}

.active\:border-charts-10\/25:active{
  border-color: rgb(250 77 86 / 0.25);
}

.active\:border-charts-10\/30:active{
  border-color: rgb(250 77 86 / 0.3);
}

.active\:border-charts-10\/35:active{
  border-color: rgb(250 77 86 / 0.35);
}

.active\:border-charts-10\/40:active{
  border-color: rgb(250 77 86 / 0.4);
}

.active\:border-charts-10\/45:active{
  border-color: rgb(250 77 86 / 0.45);
}

.active\:border-charts-10\/5:active{
  border-color: rgb(250 77 86 / 0.05);
}

.active\:border-charts-10\/50:active{
  border-color: rgb(250 77 86 / 0.5);
}

.active\:border-charts-10\/55:active{
  border-color: rgb(250 77 86 / 0.55);
}

.active\:border-charts-10\/60:active{
  border-color: rgb(250 77 86 / 0.6);
}

.active\:border-charts-10\/65:active{
  border-color: rgb(250 77 86 / 0.65);
}

.active\:border-charts-10\/70:active{
  border-color: rgb(250 77 86 / 0.7);
}

.active\:border-charts-10\/75:active{
  border-color: rgb(250 77 86 / 0.75);
}

.active\:border-charts-10\/80:active{
  border-color: rgb(250 77 86 / 0.8);
}

.active\:border-charts-10\/85:active{
  border-color: rgb(250 77 86 / 0.85);
}

.active\:border-charts-10\/90:active{
  border-color: rgb(250 77 86 / 0.9);
}

.active\:border-charts-10\/95:active{
  border-color: rgb(250 77 86 / 0.95);
}

.active\:border-charts-11:active{
  --tw-border-opacity: 1;
  border-color: rgb(165 110 255 / var(--tw-border-opacity, 1));
}

.active\:border-charts-11\/0:active{
  border-color: rgb(165 110 255 / 0);
}

.active\:border-charts-11\/10:active{
  border-color: rgb(165 110 255 / 0.1);
}

.active\:border-charts-11\/100:active{
  border-color: rgb(165 110 255 / 1);
}

.active\:border-charts-11\/15:active{
  border-color: rgb(165 110 255 / 0.15);
}

.active\:border-charts-11\/20:active{
  border-color: rgb(165 110 255 / 0.2);
}

.active\:border-charts-11\/25:active{
  border-color: rgb(165 110 255 / 0.25);
}

.active\:border-charts-11\/30:active{
  border-color: rgb(165 110 255 / 0.3);
}

.active\:border-charts-11\/35:active{
  border-color: rgb(165 110 255 / 0.35);
}

.active\:border-charts-11\/40:active{
  border-color: rgb(165 110 255 / 0.4);
}

.active\:border-charts-11\/45:active{
  border-color: rgb(165 110 255 / 0.45);
}

.active\:border-charts-11\/5:active{
  border-color: rgb(165 110 255 / 0.05);
}

.active\:border-charts-11\/50:active{
  border-color: rgb(165 110 255 / 0.5);
}

.active\:border-charts-11\/55:active{
  border-color: rgb(165 110 255 / 0.55);
}

.active\:border-charts-11\/60:active{
  border-color: rgb(165 110 255 / 0.6);
}

.active\:border-charts-11\/65:active{
  border-color: rgb(165 110 255 / 0.65);
}

.active\:border-charts-11\/70:active{
  border-color: rgb(165 110 255 / 0.7);
}

.active\:border-charts-11\/75:active{
  border-color: rgb(165 110 255 / 0.75);
}

.active\:border-charts-11\/80:active{
  border-color: rgb(165 110 255 / 0.8);
}

.active\:border-charts-11\/85:active{
  border-color: rgb(165 110 255 / 0.85);
}

.active\:border-charts-11\/90:active{
  border-color: rgb(165 110 255 / 0.9);
}

.active\:border-charts-11\/95:active{
  border-color: rgb(165 110 255 / 0.95);
}

.active\:border-charts-12:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 93 93 / var(--tw-border-opacity, 1));
}

.active\:border-charts-12\/0:active{
  border-color: rgb(0 93 93 / 0);
}

.active\:border-charts-12\/10:active{
  border-color: rgb(0 93 93 / 0.1);
}

.active\:border-charts-12\/100:active{
  border-color: rgb(0 93 93 / 1);
}

.active\:border-charts-12\/15:active{
  border-color: rgb(0 93 93 / 0.15);
}

.active\:border-charts-12\/20:active{
  border-color: rgb(0 93 93 / 0.2);
}

.active\:border-charts-12\/25:active{
  border-color: rgb(0 93 93 / 0.25);
}

.active\:border-charts-12\/30:active{
  border-color: rgb(0 93 93 / 0.3);
}

.active\:border-charts-12\/35:active{
  border-color: rgb(0 93 93 / 0.35);
}

.active\:border-charts-12\/40:active{
  border-color: rgb(0 93 93 / 0.4);
}

.active\:border-charts-12\/45:active{
  border-color: rgb(0 93 93 / 0.45);
}

.active\:border-charts-12\/5:active{
  border-color: rgb(0 93 93 / 0.05);
}

.active\:border-charts-12\/50:active{
  border-color: rgb(0 93 93 / 0.5);
}

.active\:border-charts-12\/55:active{
  border-color: rgb(0 93 93 / 0.55);
}

.active\:border-charts-12\/60:active{
  border-color: rgb(0 93 93 / 0.6);
}

.active\:border-charts-12\/65:active{
  border-color: rgb(0 93 93 / 0.65);
}

.active\:border-charts-12\/70:active{
  border-color: rgb(0 93 93 / 0.7);
}

.active\:border-charts-12\/75:active{
  border-color: rgb(0 93 93 / 0.75);
}

.active\:border-charts-12\/80:active{
  border-color: rgb(0 93 93 / 0.8);
}

.active\:border-charts-12\/85:active{
  border-color: rgb(0 93 93 / 0.85);
}

.active\:border-charts-12\/90:active{
  border-color: rgb(0 93 93 / 0.9);
}

.active\:border-charts-12\/95:active{
  border-color: rgb(0 93 93 / 0.95);
}

.active\:border-charts-13:active{
  --tw-border-opacity: 1;
  border-color: rgb(94 165 49 / var(--tw-border-opacity, 1));
}

.active\:border-charts-13\/0:active{
  border-color: rgb(94 165 49 / 0);
}

.active\:border-charts-13\/10:active{
  border-color: rgb(94 165 49 / 0.1);
}

.active\:border-charts-13\/100:active{
  border-color: rgb(94 165 49 / 1);
}

.active\:border-charts-13\/15:active{
  border-color: rgb(94 165 49 / 0.15);
}

.active\:border-charts-13\/20:active{
  border-color: rgb(94 165 49 / 0.2);
}

.active\:border-charts-13\/25:active{
  border-color: rgb(94 165 49 / 0.25);
}

.active\:border-charts-13\/30:active{
  border-color: rgb(94 165 49 / 0.3);
}

.active\:border-charts-13\/35:active{
  border-color: rgb(94 165 49 / 0.35);
}

.active\:border-charts-13\/40:active{
  border-color: rgb(94 165 49 / 0.4);
}

.active\:border-charts-13\/45:active{
  border-color: rgb(94 165 49 / 0.45);
}

.active\:border-charts-13\/5:active{
  border-color: rgb(94 165 49 / 0.05);
}

.active\:border-charts-13\/50:active{
  border-color: rgb(94 165 49 / 0.5);
}

.active\:border-charts-13\/55:active{
  border-color: rgb(94 165 49 / 0.55);
}

.active\:border-charts-13\/60:active{
  border-color: rgb(94 165 49 / 0.6);
}

.active\:border-charts-13\/65:active{
  border-color: rgb(94 165 49 / 0.65);
}

.active\:border-charts-13\/70:active{
  border-color: rgb(94 165 49 / 0.7);
}

.active\:border-charts-13\/75:active{
  border-color: rgb(94 165 49 / 0.75);
}

.active\:border-charts-13\/80:active{
  border-color: rgb(94 165 49 / 0.8);
}

.active\:border-charts-13\/85:active{
  border-color: rgb(94 165 49 / 0.85);
}

.active\:border-charts-13\/90:active{
  border-color: rgb(94 165 49 / 0.9);
}

.active\:border-charts-13\/95:active{
  border-color: rgb(94 165 49 / 0.95);
}

.active\:border-charts-2:active{
  --tw-border-opacity: 1;
  border-color: rgb(38 124 215 / var(--tw-border-opacity, 1));
}

.active\:border-charts-2\/0:active{
  border-color: rgb(38 124 215 / 0);
}

.active\:border-charts-2\/10:active{
  border-color: rgb(38 124 215 / 0.1);
}

.active\:border-charts-2\/100:active{
  border-color: rgb(38 124 215 / 1);
}

.active\:border-charts-2\/15:active{
  border-color: rgb(38 124 215 / 0.15);
}

.active\:border-charts-2\/20:active{
  border-color: rgb(38 124 215 / 0.2);
}

.active\:border-charts-2\/25:active{
  border-color: rgb(38 124 215 / 0.25);
}

.active\:border-charts-2\/30:active{
  border-color: rgb(38 124 215 / 0.3);
}

.active\:border-charts-2\/35:active{
  border-color: rgb(38 124 215 / 0.35);
}

.active\:border-charts-2\/40:active{
  border-color: rgb(38 124 215 / 0.4);
}

.active\:border-charts-2\/45:active{
  border-color: rgb(38 124 215 / 0.45);
}

.active\:border-charts-2\/5:active{
  border-color: rgb(38 124 215 / 0.05);
}

.active\:border-charts-2\/50:active{
  border-color: rgb(38 124 215 / 0.5);
}

.active\:border-charts-2\/55:active{
  border-color: rgb(38 124 215 / 0.55);
}

.active\:border-charts-2\/60:active{
  border-color: rgb(38 124 215 / 0.6);
}

.active\:border-charts-2\/65:active{
  border-color: rgb(38 124 215 / 0.65);
}

.active\:border-charts-2\/70:active{
  border-color: rgb(38 124 215 / 0.7);
}

.active\:border-charts-2\/75:active{
  border-color: rgb(38 124 215 / 0.75);
}

.active\:border-charts-2\/80:active{
  border-color: rgb(38 124 215 / 0.8);
}

.active\:border-charts-2\/85:active{
  border-color: rgb(38 124 215 / 0.85);
}

.active\:border-charts-2\/90:active{
  border-color: rgb(38 124 215 / 0.9);
}

.active\:border-charts-2\/95:active{
  border-color: rgb(38 124 215 / 0.95);
}

.active\:border-charts-3:active{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.active\:border-charts-3\/0:active{
  border-color: rgb(127 50 190 / 0);
}

.active\:border-charts-3\/10:active{
  border-color: rgb(127 50 190 / 0.1);
}

.active\:border-charts-3\/100:active{
  border-color: rgb(127 50 190 / 1);
}

.active\:border-charts-3\/15:active{
  border-color: rgb(127 50 190 / 0.15);
}

.active\:border-charts-3\/20:active{
  border-color: rgb(127 50 190 / 0.2);
}

.active\:border-charts-3\/25:active{
  border-color: rgb(127 50 190 / 0.25);
}

.active\:border-charts-3\/30:active{
  border-color: rgb(127 50 190 / 0.3);
}

.active\:border-charts-3\/35:active{
  border-color: rgb(127 50 190 / 0.35);
}

.active\:border-charts-3\/40:active{
  border-color: rgb(127 50 190 / 0.4);
}

.active\:border-charts-3\/45:active{
  border-color: rgb(127 50 190 / 0.45);
}

.active\:border-charts-3\/5:active{
  border-color: rgb(127 50 190 / 0.05);
}

.active\:border-charts-3\/50:active{
  border-color: rgb(127 50 190 / 0.5);
}

.active\:border-charts-3\/55:active{
  border-color: rgb(127 50 190 / 0.55);
}

.active\:border-charts-3\/60:active{
  border-color: rgb(127 50 190 / 0.6);
}

.active\:border-charts-3\/65:active{
  border-color: rgb(127 50 190 / 0.65);
}

.active\:border-charts-3\/70:active{
  border-color: rgb(127 50 190 / 0.7);
}

.active\:border-charts-3\/75:active{
  border-color: rgb(127 50 190 / 0.75);
}

.active\:border-charts-3\/80:active{
  border-color: rgb(127 50 190 / 0.8);
}

.active\:border-charts-3\/85:active{
  border-color: rgb(127 50 190 / 0.85);
}

.active\:border-charts-3\/90:active{
  border-color: rgb(127 50 190 / 0.9);
}

.active\:border-charts-3\/95:active{
  border-color: rgb(127 50 190 / 0.95);
}

.active\:border-charts-4:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 157 154 / var(--tw-border-opacity, 1));
}

.active\:border-charts-4\/0:active{
  border-color: rgb(0 157 154 / 0);
}

.active\:border-charts-4\/10:active{
  border-color: rgb(0 157 154 / 0.1);
}

.active\:border-charts-4\/100:active{
  border-color: rgb(0 157 154 / 1);
}

.active\:border-charts-4\/15:active{
  border-color: rgb(0 157 154 / 0.15);
}

.active\:border-charts-4\/20:active{
  border-color: rgb(0 157 154 / 0.2);
}

.active\:border-charts-4\/25:active{
  border-color: rgb(0 157 154 / 0.25);
}

.active\:border-charts-4\/30:active{
  border-color: rgb(0 157 154 / 0.3);
}

.active\:border-charts-4\/35:active{
  border-color: rgb(0 157 154 / 0.35);
}

.active\:border-charts-4\/40:active{
  border-color: rgb(0 157 154 / 0.4);
}

.active\:border-charts-4\/45:active{
  border-color: rgb(0 157 154 / 0.45);
}

.active\:border-charts-4\/5:active{
  border-color: rgb(0 157 154 / 0.05);
}

.active\:border-charts-4\/50:active{
  border-color: rgb(0 157 154 / 0.5);
}

.active\:border-charts-4\/55:active{
  border-color: rgb(0 157 154 / 0.55);
}

.active\:border-charts-4\/60:active{
  border-color: rgb(0 157 154 / 0.6);
}

.active\:border-charts-4\/65:active{
  border-color: rgb(0 157 154 / 0.65);
}

.active\:border-charts-4\/70:active{
  border-color: rgb(0 157 154 / 0.7);
}

.active\:border-charts-4\/75:active{
  border-color: rgb(0 157 154 / 0.75);
}

.active\:border-charts-4\/80:active{
  border-color: rgb(0 157 154 / 0.8);
}

.active\:border-charts-4\/85:active{
  border-color: rgb(0 157 154 / 0.85);
}

.active\:border-charts-4\/90:active{
  border-color: rgb(0 157 154 / 0.9);
}

.active\:border-charts-4\/95:active{
  border-color: rgb(0 157 154 / 0.95);
}

.active\:border-charts-5:active{
  --tw-border-opacity: 1;
  border-color: rgb(240 111 25 / var(--tw-border-opacity, 1));
}

.active\:border-charts-5\/0:active{
  border-color: rgb(240 111 25 / 0);
}

.active\:border-charts-5\/10:active{
  border-color: rgb(240 111 25 / 0.1);
}

.active\:border-charts-5\/100:active{
  border-color: rgb(240 111 25 / 1);
}

.active\:border-charts-5\/15:active{
  border-color: rgb(240 111 25 / 0.15);
}

.active\:border-charts-5\/20:active{
  border-color: rgb(240 111 25 / 0.2);
}

.active\:border-charts-5\/25:active{
  border-color: rgb(240 111 25 / 0.25);
}

.active\:border-charts-5\/30:active{
  border-color: rgb(240 111 25 / 0.3);
}

.active\:border-charts-5\/35:active{
  border-color: rgb(240 111 25 / 0.35);
}

.active\:border-charts-5\/40:active{
  border-color: rgb(240 111 25 / 0.4);
}

.active\:border-charts-5\/45:active{
  border-color: rgb(240 111 25 / 0.45);
}

.active\:border-charts-5\/5:active{
  border-color: rgb(240 111 25 / 0.05);
}

.active\:border-charts-5\/50:active{
  border-color: rgb(240 111 25 / 0.5);
}

.active\:border-charts-5\/55:active{
  border-color: rgb(240 111 25 / 0.55);
}

.active\:border-charts-5\/60:active{
  border-color: rgb(240 111 25 / 0.6);
}

.active\:border-charts-5\/65:active{
  border-color: rgb(240 111 25 / 0.65);
}

.active\:border-charts-5\/70:active{
  border-color: rgb(240 111 25 / 0.7);
}

.active\:border-charts-5\/75:active{
  border-color: rgb(240 111 25 / 0.75);
}

.active\:border-charts-5\/80:active{
  border-color: rgb(240 111 25 / 0.8);
}

.active\:border-charts-5\/85:active{
  border-color: rgb(240 111 25 / 0.85);
}

.active\:border-charts-5\/90:active{
  border-color: rgb(240 111 25 / 0.9);
}

.active\:border-charts-5\/95:active{
  border-color: rgb(240 111 25 / 0.95);
}

.active\:border-charts-6:active{
  --tw-border-opacity: 1;
  border-color: rgb(238 83 139 / var(--tw-border-opacity, 1));
}

.active\:border-charts-6\/0:active{
  border-color: rgb(238 83 139 / 0);
}

.active\:border-charts-6\/10:active{
  border-color: rgb(238 83 139 / 0.1);
}

.active\:border-charts-6\/100:active{
  border-color: rgb(238 83 139 / 1);
}

.active\:border-charts-6\/15:active{
  border-color: rgb(238 83 139 / 0.15);
}

.active\:border-charts-6\/20:active{
  border-color: rgb(238 83 139 / 0.2);
}

.active\:border-charts-6\/25:active{
  border-color: rgb(238 83 139 / 0.25);
}

.active\:border-charts-6\/30:active{
  border-color: rgb(238 83 139 / 0.3);
}

.active\:border-charts-6\/35:active{
  border-color: rgb(238 83 139 / 0.35);
}

.active\:border-charts-6\/40:active{
  border-color: rgb(238 83 139 / 0.4);
}

.active\:border-charts-6\/45:active{
  border-color: rgb(238 83 139 / 0.45);
}

.active\:border-charts-6\/5:active{
  border-color: rgb(238 83 139 / 0.05);
}

.active\:border-charts-6\/50:active{
  border-color: rgb(238 83 139 / 0.5);
}

.active\:border-charts-6\/55:active{
  border-color: rgb(238 83 139 / 0.55);
}

.active\:border-charts-6\/60:active{
  border-color: rgb(238 83 139 / 0.6);
}

.active\:border-charts-6\/65:active{
  border-color: rgb(238 83 139 / 0.65);
}

.active\:border-charts-6\/70:active{
  border-color: rgb(238 83 139 / 0.7);
}

.active\:border-charts-6\/75:active{
  border-color: rgb(238 83 139 / 0.75);
}

.active\:border-charts-6\/80:active{
  border-color: rgb(238 83 139 / 0.8);
}

.active\:border-charts-6\/85:active{
  border-color: rgb(238 83 139 / 0.85);
}

.active\:border-charts-6\/90:active{
  border-color: rgb(238 83 139 / 0.9);
}

.active\:border-charts-6\/95:active{
  border-color: rgb(238 83 139 / 0.95);
}

.active\:border-charts-7:active{
  --tw-border-opacity: 1;
  border-color: rgb(13 126 160 / var(--tw-border-opacity, 1));
}

.active\:border-charts-7\/0:active{
  border-color: rgb(13 126 160 / 0);
}

.active\:border-charts-7\/10:active{
  border-color: rgb(13 126 160 / 0.1);
}

.active\:border-charts-7\/100:active{
  border-color: rgb(13 126 160 / 1);
}

.active\:border-charts-7\/15:active{
  border-color: rgb(13 126 160 / 0.15);
}

.active\:border-charts-7\/20:active{
  border-color: rgb(13 126 160 / 0.2);
}

.active\:border-charts-7\/25:active{
  border-color: rgb(13 126 160 / 0.25);
}

.active\:border-charts-7\/30:active{
  border-color: rgb(13 126 160 / 0.3);
}

.active\:border-charts-7\/35:active{
  border-color: rgb(13 126 160 / 0.35);
}

.active\:border-charts-7\/40:active{
  border-color: rgb(13 126 160 / 0.4);
}

.active\:border-charts-7\/45:active{
  border-color: rgb(13 126 160 / 0.45);
}

.active\:border-charts-7\/5:active{
  border-color: rgb(13 126 160 / 0.05);
}

.active\:border-charts-7\/50:active{
  border-color: rgb(13 126 160 / 0.5);
}

.active\:border-charts-7\/55:active{
  border-color: rgb(13 126 160 / 0.55);
}

.active\:border-charts-7\/60:active{
  border-color: rgb(13 126 160 / 0.6);
}

.active\:border-charts-7\/65:active{
  border-color: rgb(13 126 160 / 0.65);
}

.active\:border-charts-7\/70:active{
  border-color: rgb(13 126 160 / 0.7);
}

.active\:border-charts-7\/75:active{
  border-color: rgb(13 126 160 / 0.75);
}

.active\:border-charts-7\/80:active{
  border-color: rgb(13 126 160 / 0.8);
}

.active\:border-charts-7\/85:active{
  border-color: rgb(13 126 160 / 0.85);
}

.active\:border-charts-7\/90:active{
  border-color: rgb(13 126 160 / 0.9);
}

.active\:border-charts-7\/95:active{
  border-color: rgb(13 126 160 / 0.95);
}

.active\:border-charts-8:active{
  --tw-border-opacity: 1;
  border-color: rgb(159 24 83 / var(--tw-border-opacity, 1));
}

.active\:border-charts-8\/0:active{
  border-color: rgb(159 24 83 / 0);
}

.active\:border-charts-8\/10:active{
  border-color: rgb(159 24 83 / 0.1);
}

.active\:border-charts-8\/100:active{
  border-color: rgb(159 24 83 / 1);
}

.active\:border-charts-8\/15:active{
  border-color: rgb(159 24 83 / 0.15);
}

.active\:border-charts-8\/20:active{
  border-color: rgb(159 24 83 / 0.2);
}

.active\:border-charts-8\/25:active{
  border-color: rgb(159 24 83 / 0.25);
}

.active\:border-charts-8\/30:active{
  border-color: rgb(159 24 83 / 0.3);
}

.active\:border-charts-8\/35:active{
  border-color: rgb(159 24 83 / 0.35);
}

.active\:border-charts-8\/40:active{
  border-color: rgb(159 24 83 / 0.4);
}

.active\:border-charts-8\/45:active{
  border-color: rgb(159 24 83 / 0.45);
}

.active\:border-charts-8\/5:active{
  border-color: rgb(159 24 83 / 0.05);
}

.active\:border-charts-8\/50:active{
  border-color: rgb(159 24 83 / 0.5);
}

.active\:border-charts-8\/55:active{
  border-color: rgb(159 24 83 / 0.55);
}

.active\:border-charts-8\/60:active{
  border-color: rgb(159 24 83 / 0.6);
}

.active\:border-charts-8\/65:active{
  border-color: rgb(159 24 83 / 0.65);
}

.active\:border-charts-8\/70:active{
  border-color: rgb(159 24 83 / 0.7);
}

.active\:border-charts-8\/75:active{
  border-color: rgb(159 24 83 / 0.75);
}

.active\:border-charts-8\/80:active{
  border-color: rgb(159 24 83 / 0.8);
}

.active\:border-charts-8\/85:active{
  border-color: rgb(159 24 83 / 0.85);
}

.active\:border-charts-8\/90:active{
  border-color: rgb(159 24 83 / 0.9);
}

.active\:border-charts-8\/95:active{
  border-color: rgb(159 24 83 / 0.95);
}

.active\:border-charts-9:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.active\:border-charts-9\/0:active{
  border-color: rgb(255 186 0 / 0);
}

.active\:border-charts-9\/10:active{
  border-color: rgb(255 186 0 / 0.1);
}

.active\:border-charts-9\/100:active{
  border-color: rgb(255 186 0 / 1);
}

.active\:border-charts-9\/15:active{
  border-color: rgb(255 186 0 / 0.15);
}

.active\:border-charts-9\/20:active{
  border-color: rgb(255 186 0 / 0.2);
}

.active\:border-charts-9\/25:active{
  border-color: rgb(255 186 0 / 0.25);
}

.active\:border-charts-9\/30:active{
  border-color: rgb(255 186 0 / 0.3);
}

.active\:border-charts-9\/35:active{
  border-color: rgb(255 186 0 / 0.35);
}

.active\:border-charts-9\/40:active{
  border-color: rgb(255 186 0 / 0.4);
}

.active\:border-charts-9\/45:active{
  border-color: rgb(255 186 0 / 0.45);
}

.active\:border-charts-9\/5:active{
  border-color: rgb(255 186 0 / 0.05);
}

.active\:border-charts-9\/50:active{
  border-color: rgb(255 186 0 / 0.5);
}

.active\:border-charts-9\/55:active{
  border-color: rgb(255 186 0 / 0.55);
}

.active\:border-charts-9\/60:active{
  border-color: rgb(255 186 0 / 0.6);
}

.active\:border-charts-9\/65:active{
  border-color: rgb(255 186 0 / 0.65);
}

.active\:border-charts-9\/70:active{
  border-color: rgb(255 186 0 / 0.7);
}

.active\:border-charts-9\/75:active{
  border-color: rgb(255 186 0 / 0.75);
}

.active\:border-charts-9\/80:active{
  border-color: rgb(255 186 0 / 0.8);
}

.active\:border-charts-9\/85:active{
  border-color: rgb(255 186 0 / 0.85);
}

.active\:border-charts-9\/90:active{
  border-color: rgb(255 186 0 / 0.9);
}

.active\:border-charts-9\/95:active{
  border-color: rgb(255 186 0 / 0.95);
}

.active\:border-error-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(217 0 7 / var(--tw-border-opacity, 1));
}

.active\:border-error-100\/0:active{
  border-color: rgb(217 0 7 / 0);
}

.active\:border-error-100\/10:active{
  border-color: rgb(217 0 7 / 0.1);
}

.active\:border-error-100\/100:active{
  border-color: rgb(217 0 7 / 1);
}

.active\:border-error-100\/15:active{
  border-color: rgb(217 0 7 / 0.15);
}

.active\:border-error-100\/20:active{
  border-color: rgb(217 0 7 / 0.2);
}

.active\:border-error-100\/25:active{
  border-color: rgb(217 0 7 / 0.25);
}

.active\:border-error-100\/30:active{
  border-color: rgb(217 0 7 / 0.3);
}

.active\:border-error-100\/35:active{
  border-color: rgb(217 0 7 / 0.35);
}

.active\:border-error-100\/40:active{
  border-color: rgb(217 0 7 / 0.4);
}

.active\:border-error-100\/45:active{
  border-color: rgb(217 0 7 / 0.45);
}

.active\:border-error-100\/5:active{
  border-color: rgb(217 0 7 / 0.05);
}

.active\:border-error-100\/50:active{
  border-color: rgb(217 0 7 / 0.5);
}

.active\:border-error-100\/55:active{
  border-color: rgb(217 0 7 / 0.55);
}

.active\:border-error-100\/60:active{
  border-color: rgb(217 0 7 / 0.6);
}

.active\:border-error-100\/65:active{
  border-color: rgb(217 0 7 / 0.65);
}

.active\:border-error-100\/70:active{
  border-color: rgb(217 0 7 / 0.7);
}

.active\:border-error-100\/75:active{
  border-color: rgb(217 0 7 / 0.75);
}

.active\:border-error-100\/80:active{
  border-color: rgb(217 0 7 / 0.8);
}

.active\:border-error-100\/85:active{
  border-color: rgb(217 0 7 / 0.85);
}

.active\:border-error-100\/90:active{
  border-color: rgb(217 0 7 / 0.9);
}

.active\:border-error-100\/95:active{
  border-color: rgb(217 0 7 / 0.95);
}

.active\:border-error-background:active{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.active\:border-error-background\/0:active{
  border-color: rgb(254 226 226 / 0);
}

.active\:border-error-background\/10:active{
  border-color: rgb(254 226 226 / 0.1);
}

.active\:border-error-background\/100:active{
  border-color: rgb(254 226 226 / 1);
}

.active\:border-error-background\/15:active{
  border-color: rgb(254 226 226 / 0.15);
}

.active\:border-error-background\/20:active{
  border-color: rgb(254 226 226 / 0.2);
}

.active\:border-error-background\/25:active{
  border-color: rgb(254 226 226 / 0.25);
}

.active\:border-error-background\/30:active{
  border-color: rgb(254 226 226 / 0.3);
}

.active\:border-error-background\/35:active{
  border-color: rgb(254 226 226 / 0.35);
}

.active\:border-error-background\/40:active{
  border-color: rgb(254 226 226 / 0.4);
}

.active\:border-error-background\/45:active{
  border-color: rgb(254 226 226 / 0.45);
}

.active\:border-error-background\/5:active{
  border-color: rgb(254 226 226 / 0.05);
}

.active\:border-error-background\/50:active{
  border-color: rgb(254 226 226 / 0.5);
}

.active\:border-error-background\/55:active{
  border-color: rgb(254 226 226 / 0.55);
}

.active\:border-error-background\/60:active{
  border-color: rgb(254 226 226 / 0.6);
}

.active\:border-error-background\/65:active{
  border-color: rgb(254 226 226 / 0.65);
}

.active\:border-error-background\/70:active{
  border-color: rgb(254 226 226 / 0.7);
}

.active\:border-error-background\/75:active{
  border-color: rgb(254 226 226 / 0.75);
}

.active\:border-error-background\/80:active{
  border-color: rgb(254 226 226 / 0.8);
}

.active\:border-error-background\/85:active{
  border-color: rgb(254 226 226 / 0.85);
}

.active\:border-error-background\/90:active{
  border-color: rgb(254 226 226 / 0.9);
}

.active\:border-error-background\/95:active{
  border-color: rgb(254 226 226 / 0.95);
}

.active\:border-informational-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(35 87 137 / var(--tw-border-opacity, 1));
}

.active\:border-informational-100\/0:active{
  border-color: rgb(35 87 137 / 0);
}

.active\:border-informational-100\/10:active{
  border-color: rgb(35 87 137 / 0.1);
}

.active\:border-informational-100\/100:active{
  border-color: rgb(35 87 137 / 1);
}

.active\:border-informational-100\/15:active{
  border-color: rgb(35 87 137 / 0.15);
}

.active\:border-informational-100\/20:active{
  border-color: rgb(35 87 137 / 0.2);
}

.active\:border-informational-100\/25:active{
  border-color: rgb(35 87 137 / 0.25);
}

.active\:border-informational-100\/30:active{
  border-color: rgb(35 87 137 / 0.3);
}

.active\:border-informational-100\/35:active{
  border-color: rgb(35 87 137 / 0.35);
}

.active\:border-informational-100\/40:active{
  border-color: rgb(35 87 137 / 0.4);
}

.active\:border-informational-100\/45:active{
  border-color: rgb(35 87 137 / 0.45);
}

.active\:border-informational-100\/5:active{
  border-color: rgb(35 87 137 / 0.05);
}

.active\:border-informational-100\/50:active{
  border-color: rgb(35 87 137 / 0.5);
}

.active\:border-informational-100\/55:active{
  border-color: rgb(35 87 137 / 0.55);
}

.active\:border-informational-100\/60:active{
  border-color: rgb(35 87 137 / 0.6);
}

.active\:border-informational-100\/65:active{
  border-color: rgb(35 87 137 / 0.65);
}

.active\:border-informational-100\/70:active{
  border-color: rgb(35 87 137 / 0.7);
}

.active\:border-informational-100\/75:active{
  border-color: rgb(35 87 137 / 0.75);
}

.active\:border-informational-100\/80:active{
  border-color: rgb(35 87 137 / 0.8);
}

.active\:border-informational-100\/85:active{
  border-color: rgb(35 87 137 / 0.85);
}

.active\:border-informational-100\/90:active{
  border-color: rgb(35 87 137 / 0.9);
}

.active\:border-informational-100\/95:active{
  border-color: rgb(35 87 137 / 0.95);
}

.active\:border-informational-background:active{
  --tw-border-opacity: 1;
  border-color: rgb(226 241 254 / var(--tw-border-opacity, 1));
}

.active\:border-informational-background\/0:active{
  border-color: rgb(226 241 254 / 0);
}

.active\:border-informational-background\/10:active{
  border-color: rgb(226 241 254 / 0.1);
}

.active\:border-informational-background\/100:active{
  border-color: rgb(226 241 254 / 1);
}

.active\:border-informational-background\/15:active{
  border-color: rgb(226 241 254 / 0.15);
}

.active\:border-informational-background\/20:active{
  border-color: rgb(226 241 254 / 0.2);
}

.active\:border-informational-background\/25:active{
  border-color: rgb(226 241 254 / 0.25);
}

.active\:border-informational-background\/30:active{
  border-color: rgb(226 241 254 / 0.3);
}

.active\:border-informational-background\/35:active{
  border-color: rgb(226 241 254 / 0.35);
}

.active\:border-informational-background\/40:active{
  border-color: rgb(226 241 254 / 0.4);
}

.active\:border-informational-background\/45:active{
  border-color: rgb(226 241 254 / 0.45);
}

.active\:border-informational-background\/5:active{
  border-color: rgb(226 241 254 / 0.05);
}

.active\:border-informational-background\/50:active{
  border-color: rgb(226 241 254 / 0.5);
}

.active\:border-informational-background\/55:active{
  border-color: rgb(226 241 254 / 0.55);
}

.active\:border-informational-background\/60:active{
  border-color: rgb(226 241 254 / 0.6);
}

.active\:border-informational-background\/65:active{
  border-color: rgb(226 241 254 / 0.65);
}

.active\:border-informational-background\/70:active{
  border-color: rgb(226 241 254 / 0.7);
}

.active\:border-informational-background\/75:active{
  border-color: rgb(226 241 254 / 0.75);
}

.active\:border-informational-background\/80:active{
  border-color: rgb(226 241 254 / 0.8);
}

.active\:border-informational-background\/85:active{
  border-color: rgb(226 241 254 / 0.85);
}

.active\:border-informational-background\/90:active{
  border-color: rgb(226 241 254 / 0.9);
}

.active\:border-informational-background\/95:active{
  border-color: rgb(226 241 254 / 0.95);
}

.active\:border-neutral-10:active{
  --tw-border-opacity: 1;
  border-color: rgb(245 247 250 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-10\/0:active{
  border-color: rgb(245 247 250 / 0);
}

.active\:border-neutral-10\/10:active{
  border-color: rgb(245 247 250 / 0.1);
}

.active\:border-neutral-10\/100:active{
  border-color: rgb(245 247 250 / 1);
}

.active\:border-neutral-10\/15:active{
  border-color: rgb(245 247 250 / 0.15);
}

.active\:border-neutral-10\/20:active{
  border-color: rgb(245 247 250 / 0.2);
}

.active\:border-neutral-10\/25:active{
  border-color: rgb(245 247 250 / 0.25);
}

.active\:border-neutral-10\/30:active{
  border-color: rgb(245 247 250 / 0.3);
}

.active\:border-neutral-10\/35:active{
  border-color: rgb(245 247 250 / 0.35);
}

.active\:border-neutral-10\/40:active{
  border-color: rgb(245 247 250 / 0.4);
}

.active\:border-neutral-10\/45:active{
  border-color: rgb(245 247 250 / 0.45);
}

.active\:border-neutral-10\/5:active{
  border-color: rgb(245 247 250 / 0.05);
}

.active\:border-neutral-10\/50:active{
  border-color: rgb(245 247 250 / 0.5);
}

.active\:border-neutral-10\/55:active{
  border-color: rgb(245 247 250 / 0.55);
}

.active\:border-neutral-10\/60:active{
  border-color: rgb(245 247 250 / 0.6);
}

.active\:border-neutral-10\/65:active{
  border-color: rgb(245 247 250 / 0.65);
}

.active\:border-neutral-10\/70:active{
  border-color: rgb(245 247 250 / 0.7);
}

.active\:border-neutral-10\/75:active{
  border-color: rgb(245 247 250 / 0.75);
}

.active\:border-neutral-10\/80:active{
  border-color: rgb(245 247 250 / 0.8);
}

.active\:border-neutral-10\/85:active{
  border-color: rgb(245 247 250 / 0.85);
}

.active\:border-neutral-10\/90:active{
  border-color: rgb(245 247 250 / 0.9);
}

.active\:border-neutral-10\/95:active{
  border-color: rgb(245 247 250 / 0.95);
}

.active\:border-neutral-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-100\/0:active{
  border-color: rgb(26 26 26 / 0);
}

.active\:border-neutral-100\/10:active{
  border-color: rgb(26 26 26 / 0.1);
}

.active\:border-neutral-100\/100:active{
  border-color: rgb(26 26 26 / 1);
}

.active\:border-neutral-100\/15:active{
  border-color: rgb(26 26 26 / 0.15);
}

.active\:border-neutral-100\/20:active{
  border-color: rgb(26 26 26 / 0.2);
}

.active\:border-neutral-100\/25:active{
  border-color: rgb(26 26 26 / 0.25);
}

.active\:border-neutral-100\/30:active{
  border-color: rgb(26 26 26 / 0.3);
}

.active\:border-neutral-100\/35:active{
  border-color: rgb(26 26 26 / 0.35);
}

.active\:border-neutral-100\/40:active{
  border-color: rgb(26 26 26 / 0.4);
}

.active\:border-neutral-100\/45:active{
  border-color: rgb(26 26 26 / 0.45);
}

.active\:border-neutral-100\/5:active{
  border-color: rgb(26 26 26 / 0.05);
}

.active\:border-neutral-100\/50:active{
  border-color: rgb(26 26 26 / 0.5);
}

.active\:border-neutral-100\/55:active{
  border-color: rgb(26 26 26 / 0.55);
}

.active\:border-neutral-100\/60:active{
  border-color: rgb(26 26 26 / 0.6);
}

.active\:border-neutral-100\/65:active{
  border-color: rgb(26 26 26 / 0.65);
}

.active\:border-neutral-100\/70:active{
  border-color: rgb(26 26 26 / 0.7);
}

.active\:border-neutral-100\/75:active{
  border-color: rgb(26 26 26 / 0.75);
}

.active\:border-neutral-100\/80:active{
  border-color: rgb(26 26 26 / 0.8);
}

.active\:border-neutral-100\/85:active{
  border-color: rgb(26 26 26 / 0.85);
}

.active\:border-neutral-100\/90:active{
  border-color: rgb(26 26 26 / 0.9);
}

.active\:border-neutral-100\/95:active{
  border-color: rgb(26 26 26 / 0.95);
}

.active\:border-neutral-20:active{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-20\/0:active{
  border-color: rgb(227 227 227 / 0);
}

.active\:border-neutral-20\/10:active{
  border-color: rgb(227 227 227 / 0.1);
}

.active\:border-neutral-20\/100:active{
  border-color: rgb(227 227 227 / 1);
}

.active\:border-neutral-20\/15:active{
  border-color: rgb(227 227 227 / 0.15);
}

.active\:border-neutral-20\/20:active{
  border-color: rgb(227 227 227 / 0.2);
}

.active\:border-neutral-20\/25:active{
  border-color: rgb(227 227 227 / 0.25);
}

.active\:border-neutral-20\/30:active{
  border-color: rgb(227 227 227 / 0.3);
}

.active\:border-neutral-20\/35:active{
  border-color: rgb(227 227 227 / 0.35);
}

.active\:border-neutral-20\/40:active{
  border-color: rgb(227 227 227 / 0.4);
}

.active\:border-neutral-20\/45:active{
  border-color: rgb(227 227 227 / 0.45);
}

.active\:border-neutral-20\/5:active{
  border-color: rgb(227 227 227 / 0.05);
}

.active\:border-neutral-20\/50:active{
  border-color: rgb(227 227 227 / 0.5);
}

.active\:border-neutral-20\/55:active{
  border-color: rgb(227 227 227 / 0.55);
}

.active\:border-neutral-20\/60:active{
  border-color: rgb(227 227 227 / 0.6);
}

.active\:border-neutral-20\/65:active{
  border-color: rgb(227 227 227 / 0.65);
}

.active\:border-neutral-20\/70:active{
  border-color: rgb(227 227 227 / 0.7);
}

.active\:border-neutral-20\/75:active{
  border-color: rgb(227 227 227 / 0.75);
}

.active\:border-neutral-20\/80:active{
  border-color: rgb(227 227 227 / 0.8);
}

.active\:border-neutral-20\/85:active{
  border-color: rgb(227 227 227 / 0.85);
}

.active\:border-neutral-20\/90:active{
  border-color: rgb(227 227 227 / 0.9);
}

.active\:border-neutral-20\/95:active{
  border-color: rgb(227 227 227 / 0.95);
}

.active\:border-neutral-30:active{
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-30\/0:active{
  border-color: rgb(199 199 199 / 0);
}

.active\:border-neutral-30\/10:active{
  border-color: rgb(199 199 199 / 0.1);
}

.active\:border-neutral-30\/100:active{
  border-color: rgb(199 199 199 / 1);
}

.active\:border-neutral-30\/15:active{
  border-color: rgb(199 199 199 / 0.15);
}

.active\:border-neutral-30\/20:active{
  border-color: rgb(199 199 199 / 0.2);
}

.active\:border-neutral-30\/25:active{
  border-color: rgb(199 199 199 / 0.25);
}

.active\:border-neutral-30\/30:active{
  border-color: rgb(199 199 199 / 0.3);
}

.active\:border-neutral-30\/35:active{
  border-color: rgb(199 199 199 / 0.35);
}

.active\:border-neutral-30\/40:active{
  border-color: rgb(199 199 199 / 0.4);
}

.active\:border-neutral-30\/45:active{
  border-color: rgb(199 199 199 / 0.45);
}

.active\:border-neutral-30\/5:active{
  border-color: rgb(199 199 199 / 0.05);
}

.active\:border-neutral-30\/50:active{
  border-color: rgb(199 199 199 / 0.5);
}

.active\:border-neutral-30\/55:active{
  border-color: rgb(199 199 199 / 0.55);
}

.active\:border-neutral-30\/60:active{
  border-color: rgb(199 199 199 / 0.6);
}

.active\:border-neutral-30\/65:active{
  border-color: rgb(199 199 199 / 0.65);
}

.active\:border-neutral-30\/70:active{
  border-color: rgb(199 199 199 / 0.7);
}

.active\:border-neutral-30\/75:active{
  border-color: rgb(199 199 199 / 0.75);
}

.active\:border-neutral-30\/80:active{
  border-color: rgb(199 199 199 / 0.8);
}

.active\:border-neutral-30\/85:active{
  border-color: rgb(199 199 199 / 0.85);
}

.active\:border-neutral-30\/90:active{
  border-color: rgb(199 199 199 / 0.9);
}

.active\:border-neutral-30\/95:active{
  border-color: rgb(199 199 199 / 0.95);
}

.active\:border-neutral-40:active{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-40\/0:active{
  border-color: rgb(172 172 172 / 0);
}

.active\:border-neutral-40\/10:active{
  border-color: rgb(172 172 172 / 0.1);
}

.active\:border-neutral-40\/100:active{
  border-color: rgb(172 172 172 / 1);
}

.active\:border-neutral-40\/15:active{
  border-color: rgb(172 172 172 / 0.15);
}

.active\:border-neutral-40\/20:active{
  border-color: rgb(172 172 172 / 0.2);
}

.active\:border-neutral-40\/25:active{
  border-color: rgb(172 172 172 / 0.25);
}

.active\:border-neutral-40\/30:active{
  border-color: rgb(172 172 172 / 0.3);
}

.active\:border-neutral-40\/35:active{
  border-color: rgb(172 172 172 / 0.35);
}

.active\:border-neutral-40\/40:active{
  border-color: rgb(172 172 172 / 0.4);
}

.active\:border-neutral-40\/45:active{
  border-color: rgb(172 172 172 / 0.45);
}

.active\:border-neutral-40\/5:active{
  border-color: rgb(172 172 172 / 0.05);
}

.active\:border-neutral-40\/50:active{
  border-color: rgb(172 172 172 / 0.5);
}

.active\:border-neutral-40\/55:active{
  border-color: rgb(172 172 172 / 0.55);
}

.active\:border-neutral-40\/60:active{
  border-color: rgb(172 172 172 / 0.6);
}

.active\:border-neutral-40\/65:active{
  border-color: rgb(172 172 172 / 0.65);
}

.active\:border-neutral-40\/70:active{
  border-color: rgb(172 172 172 / 0.7);
}

.active\:border-neutral-40\/75:active{
  border-color: rgb(172 172 172 / 0.75);
}

.active\:border-neutral-40\/80:active{
  border-color: rgb(172 172 172 / 0.8);
}

.active\:border-neutral-40\/85:active{
  border-color: rgb(172 172 172 / 0.85);
}

.active\:border-neutral-40\/90:active{
  border-color: rgb(172 172 172 / 0.9);
}

.active\:border-neutral-40\/95:active{
  border-color: rgb(172 172 172 / 0.95);
}

.active\:border-neutral-50:active{
  --tw-border-opacity: 1;
  border-color: rgb(142 145 146 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-50\/0:active{
  border-color: rgb(142 145 146 / 0);
}

.active\:border-neutral-50\/10:active{
  border-color: rgb(142 145 146 / 0.1);
}

.active\:border-neutral-50\/100:active{
  border-color: rgb(142 145 146 / 1);
}

.active\:border-neutral-50\/15:active{
  border-color: rgb(142 145 146 / 0.15);
}

.active\:border-neutral-50\/20:active{
  border-color: rgb(142 145 146 / 0.2);
}

.active\:border-neutral-50\/25:active{
  border-color: rgb(142 145 146 / 0.25);
}

.active\:border-neutral-50\/30:active{
  border-color: rgb(142 145 146 / 0.3);
}

.active\:border-neutral-50\/35:active{
  border-color: rgb(142 145 146 / 0.35);
}

.active\:border-neutral-50\/40:active{
  border-color: rgb(142 145 146 / 0.4);
}

.active\:border-neutral-50\/45:active{
  border-color: rgb(142 145 146 / 0.45);
}

.active\:border-neutral-50\/5:active{
  border-color: rgb(142 145 146 / 0.05);
}

.active\:border-neutral-50\/50:active{
  border-color: rgb(142 145 146 / 0.5);
}

.active\:border-neutral-50\/55:active{
  border-color: rgb(142 145 146 / 0.55);
}

.active\:border-neutral-50\/60:active{
  border-color: rgb(142 145 146 / 0.6);
}

.active\:border-neutral-50\/65:active{
  border-color: rgb(142 145 146 / 0.65);
}

.active\:border-neutral-50\/70:active{
  border-color: rgb(142 145 146 / 0.7);
}

.active\:border-neutral-50\/75:active{
  border-color: rgb(142 145 146 / 0.75);
}

.active\:border-neutral-50\/80:active{
  border-color: rgb(142 145 146 / 0.8);
}

.active\:border-neutral-50\/85:active{
  border-color: rgb(142 145 146 / 0.85);
}

.active\:border-neutral-50\/90:active{
  border-color: rgb(142 145 146 / 0.9);
}

.active\:border-neutral-50\/95:active{
  border-color: rgb(142 145 146 / 0.95);
}

.active\:border-neutral-60:active{
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-60\/0:active{
  border-color: rgb(118 118 118 / 0);
}

.active\:border-neutral-60\/10:active{
  border-color: rgb(118 118 118 / 0.1);
}

.active\:border-neutral-60\/100:active{
  border-color: rgb(118 118 118 / 1);
}

.active\:border-neutral-60\/15:active{
  border-color: rgb(118 118 118 / 0.15);
}

.active\:border-neutral-60\/20:active{
  border-color: rgb(118 118 118 / 0.2);
}

.active\:border-neutral-60\/25:active{
  border-color: rgb(118 118 118 / 0.25);
}

.active\:border-neutral-60\/30:active{
  border-color: rgb(118 118 118 / 0.3);
}

.active\:border-neutral-60\/35:active{
  border-color: rgb(118 118 118 / 0.35);
}

.active\:border-neutral-60\/40:active{
  border-color: rgb(118 118 118 / 0.4);
}

.active\:border-neutral-60\/45:active{
  border-color: rgb(118 118 118 / 0.45);
}

.active\:border-neutral-60\/5:active{
  border-color: rgb(118 118 118 / 0.05);
}

.active\:border-neutral-60\/50:active{
  border-color: rgb(118 118 118 / 0.5);
}

.active\:border-neutral-60\/55:active{
  border-color: rgb(118 118 118 / 0.55);
}

.active\:border-neutral-60\/60:active{
  border-color: rgb(118 118 118 / 0.6);
}

.active\:border-neutral-60\/65:active{
  border-color: rgb(118 118 118 / 0.65);
}

.active\:border-neutral-60\/70:active{
  border-color: rgb(118 118 118 / 0.7);
}

.active\:border-neutral-60\/75:active{
  border-color: rgb(118 118 118 / 0.75);
}

.active\:border-neutral-60\/80:active{
  border-color: rgb(118 118 118 / 0.8);
}

.active\:border-neutral-60\/85:active{
  border-color: rgb(118 118 118 / 0.85);
}

.active\:border-neutral-60\/90:active{
  border-color: rgb(118 118 118 / 0.9);
}

.active\:border-neutral-60\/95:active{
  border-color: rgb(118 118 118 / 0.95);
}

.active\:border-neutral-70:active{
  --tw-border-opacity: 1;
  border-color: rgb(92 95 96 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-70\/0:active{
  border-color: rgb(92 95 96 / 0);
}

.active\:border-neutral-70\/10:active{
  border-color: rgb(92 95 96 / 0.1);
}

.active\:border-neutral-70\/100:active{
  border-color: rgb(92 95 96 / 1);
}

.active\:border-neutral-70\/15:active{
  border-color: rgb(92 95 96 / 0.15);
}

.active\:border-neutral-70\/20:active{
  border-color: rgb(92 95 96 / 0.2);
}

.active\:border-neutral-70\/25:active{
  border-color: rgb(92 95 96 / 0.25);
}

.active\:border-neutral-70\/30:active{
  border-color: rgb(92 95 96 / 0.3);
}

.active\:border-neutral-70\/35:active{
  border-color: rgb(92 95 96 / 0.35);
}

.active\:border-neutral-70\/40:active{
  border-color: rgb(92 95 96 / 0.4);
}

.active\:border-neutral-70\/45:active{
  border-color: rgb(92 95 96 / 0.45);
}

.active\:border-neutral-70\/5:active{
  border-color: rgb(92 95 96 / 0.05);
}

.active\:border-neutral-70\/50:active{
  border-color: rgb(92 95 96 / 0.5);
}

.active\:border-neutral-70\/55:active{
  border-color: rgb(92 95 96 / 0.55);
}

.active\:border-neutral-70\/60:active{
  border-color: rgb(92 95 96 / 0.6);
}

.active\:border-neutral-70\/65:active{
  border-color: rgb(92 95 96 / 0.65);
}

.active\:border-neutral-70\/70:active{
  border-color: rgb(92 95 96 / 0.7);
}

.active\:border-neutral-70\/75:active{
  border-color: rgb(92 95 96 / 0.75);
}

.active\:border-neutral-70\/80:active{
  border-color: rgb(92 95 96 / 0.8);
}

.active\:border-neutral-70\/85:active{
  border-color: rgb(92 95 96 / 0.85);
}

.active\:border-neutral-70\/90:active{
  border-color: rgb(92 95 96 / 0.9);
}

.active\:border-neutral-70\/95:active{
  border-color: rgb(92 95 96 / 0.95);
}

.active\:border-neutral-80:active{
  --tw-border-opacity: 1;
  border-color: rgb(68 71 72 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-80\/0:active{
  border-color: rgb(68 71 72 / 0);
}

.active\:border-neutral-80\/10:active{
  border-color: rgb(68 71 72 / 0.1);
}

.active\:border-neutral-80\/100:active{
  border-color: rgb(68 71 72 / 1);
}

.active\:border-neutral-80\/15:active{
  border-color: rgb(68 71 72 / 0.15);
}

.active\:border-neutral-80\/20:active{
  border-color: rgb(68 71 72 / 0.2);
}

.active\:border-neutral-80\/25:active{
  border-color: rgb(68 71 72 / 0.25);
}

.active\:border-neutral-80\/30:active{
  border-color: rgb(68 71 72 / 0.3);
}

.active\:border-neutral-80\/35:active{
  border-color: rgb(68 71 72 / 0.35);
}

.active\:border-neutral-80\/40:active{
  border-color: rgb(68 71 72 / 0.4);
}

.active\:border-neutral-80\/45:active{
  border-color: rgb(68 71 72 / 0.45);
}

.active\:border-neutral-80\/5:active{
  border-color: rgb(68 71 72 / 0.05);
}

.active\:border-neutral-80\/50:active{
  border-color: rgb(68 71 72 / 0.5);
}

.active\:border-neutral-80\/55:active{
  border-color: rgb(68 71 72 / 0.55);
}

.active\:border-neutral-80\/60:active{
  border-color: rgb(68 71 72 / 0.6);
}

.active\:border-neutral-80\/65:active{
  border-color: rgb(68 71 72 / 0.65);
}

.active\:border-neutral-80\/70:active{
  border-color: rgb(68 71 72 / 0.7);
}

.active\:border-neutral-80\/75:active{
  border-color: rgb(68 71 72 / 0.75);
}

.active\:border-neutral-80\/80:active{
  border-color: rgb(68 71 72 / 0.8);
}

.active\:border-neutral-80\/85:active{
  border-color: rgb(68 71 72 / 0.85);
}

.active\:border-neutral-80\/90:active{
  border-color: rgb(68 71 72 / 0.9);
}

.active\:border-neutral-80\/95:active{
  border-color: rgb(68 71 72 / 0.95);
}

.active\:border-neutral-90:active{
  --tw-border-opacity: 1;
  border-color: rgb(45 49 50 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-90\/0:active{
  border-color: rgb(45 49 50 / 0);
}

.active\:border-neutral-90\/10:active{
  border-color: rgb(45 49 50 / 0.1);
}

.active\:border-neutral-90\/100:active{
  border-color: rgb(45 49 50 / 1);
}

.active\:border-neutral-90\/15:active{
  border-color: rgb(45 49 50 / 0.15);
}

.active\:border-neutral-90\/20:active{
  border-color: rgb(45 49 50 / 0.2);
}

.active\:border-neutral-90\/25:active{
  border-color: rgb(45 49 50 / 0.25);
}

.active\:border-neutral-90\/30:active{
  border-color: rgb(45 49 50 / 0.3);
}

.active\:border-neutral-90\/35:active{
  border-color: rgb(45 49 50 / 0.35);
}

.active\:border-neutral-90\/40:active{
  border-color: rgb(45 49 50 / 0.4);
}

.active\:border-neutral-90\/45:active{
  border-color: rgb(45 49 50 / 0.45);
}

.active\:border-neutral-90\/5:active{
  border-color: rgb(45 49 50 / 0.05);
}

.active\:border-neutral-90\/50:active{
  border-color: rgb(45 49 50 / 0.5);
}

.active\:border-neutral-90\/55:active{
  border-color: rgb(45 49 50 / 0.55);
}

.active\:border-neutral-90\/60:active{
  border-color: rgb(45 49 50 / 0.6);
}

.active\:border-neutral-90\/65:active{
  border-color: rgb(45 49 50 / 0.65);
}

.active\:border-neutral-90\/70:active{
  border-color: rgb(45 49 50 / 0.7);
}

.active\:border-neutral-90\/75:active{
  border-color: rgb(45 49 50 / 0.75);
}

.active\:border-neutral-90\/80:active{
  border-color: rgb(45 49 50 / 0.8);
}

.active\:border-neutral-90\/85:active{
  border-color: rgb(45 49 50 / 0.85);
}

.active\:border-neutral-90\/90:active{
  border-color: rgb(45 49 50 / 0.9);
}

.active\:border-neutral-90\/95:active{
  border-color: rgb(45 49 50 / 0.95);
}

.active\:border-primary-10:active{
  --tw-border-opacity: 1;
  border-color: rgb(226 248 255 / var(--tw-border-opacity, 1));
}

.active\:border-primary-10\/0:active{
  border-color: rgb(226 248 255 / 0);
}

.active\:border-primary-10\/10:active{
  border-color: rgb(226 248 255 / 0.1);
}

.active\:border-primary-10\/100:active{
  border-color: rgb(226 248 255 / 1);
}

.active\:border-primary-10\/15:active{
  border-color: rgb(226 248 255 / 0.15);
}

.active\:border-primary-10\/20:active{
  border-color: rgb(226 248 255 / 0.2);
}

.active\:border-primary-10\/25:active{
  border-color: rgb(226 248 255 / 0.25);
}

.active\:border-primary-10\/30:active{
  border-color: rgb(226 248 255 / 0.3);
}

.active\:border-primary-10\/35:active{
  border-color: rgb(226 248 255 / 0.35);
}

.active\:border-primary-10\/40:active{
  border-color: rgb(226 248 255 / 0.4);
}

.active\:border-primary-10\/45:active{
  border-color: rgb(226 248 255 / 0.45);
}

.active\:border-primary-10\/5:active{
  border-color: rgb(226 248 255 / 0.05);
}

.active\:border-primary-10\/50:active{
  border-color: rgb(226 248 255 / 0.5);
}

.active\:border-primary-10\/55:active{
  border-color: rgb(226 248 255 / 0.55);
}

.active\:border-primary-10\/60:active{
  border-color: rgb(226 248 255 / 0.6);
}

.active\:border-primary-10\/65:active{
  border-color: rgb(226 248 255 / 0.65);
}

.active\:border-primary-10\/70:active{
  border-color: rgb(226 248 255 / 0.7);
}

.active\:border-primary-10\/75:active{
  border-color: rgb(226 248 255 / 0.75);
}

.active\:border-primary-10\/80:active{
  border-color: rgb(226 248 255 / 0.8);
}

.active\:border-primary-10\/85:active{
  border-color: rgb(226 248 255 / 0.85);
}

.active\:border-primary-10\/90:active{
  border-color: rgb(226 248 255 / 0.9);
}

.active\:border-primary-10\/95:active{
  border-color: rgb(226 248 255 / 0.95);
}

.active\:border-primary-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 30 43 / var(--tw-border-opacity, 1));
}

.active\:border-primary-100\/0:active{
  border-color: rgb(0 30 43 / 0);
}

.active\:border-primary-100\/10:active{
  border-color: rgb(0 30 43 / 0.1);
}

.active\:border-primary-100\/100:active{
  border-color: rgb(0 30 43 / 1);
}

.active\:border-primary-100\/15:active{
  border-color: rgb(0 30 43 / 0.15);
}

.active\:border-primary-100\/20:active{
  border-color: rgb(0 30 43 / 0.2);
}

.active\:border-primary-100\/25:active{
  border-color: rgb(0 30 43 / 0.25);
}

.active\:border-primary-100\/30:active{
  border-color: rgb(0 30 43 / 0.3);
}

.active\:border-primary-100\/35:active{
  border-color: rgb(0 30 43 / 0.35);
}

.active\:border-primary-100\/40:active{
  border-color: rgb(0 30 43 / 0.4);
}

.active\:border-primary-100\/45:active{
  border-color: rgb(0 30 43 / 0.45);
}

.active\:border-primary-100\/5:active{
  border-color: rgb(0 30 43 / 0.05);
}

.active\:border-primary-100\/50:active{
  border-color: rgb(0 30 43 / 0.5);
}

.active\:border-primary-100\/55:active{
  border-color: rgb(0 30 43 / 0.55);
}

.active\:border-primary-100\/60:active{
  border-color: rgb(0 30 43 / 0.6);
}

.active\:border-primary-100\/65:active{
  border-color: rgb(0 30 43 / 0.65);
}

.active\:border-primary-100\/70:active{
  border-color: rgb(0 30 43 / 0.7);
}

.active\:border-primary-100\/75:active{
  border-color: rgb(0 30 43 / 0.75);
}

.active\:border-primary-100\/80:active{
  border-color: rgb(0 30 43 / 0.8);
}

.active\:border-primary-100\/85:active{
  border-color: rgb(0 30 43 / 0.85);
}

.active\:border-primary-100\/90:active{
  border-color: rgb(0 30 43 / 0.9);
}

.active\:border-primary-100\/95:active{
  border-color: rgb(0 30 43 / 0.95);
}

.active\:border-primary-15:active{
  --tw-border-opacity: 1;
  border-color: rgb(213 243 253 / var(--tw-border-opacity, 1));
}

.active\:border-primary-15\/0:active{
  border-color: rgb(213 243 253 / 0);
}

.active\:border-primary-15\/10:active{
  border-color: rgb(213 243 253 / 0.1);
}

.active\:border-primary-15\/100:active{
  border-color: rgb(213 243 253 / 1);
}

.active\:border-primary-15\/15:active{
  border-color: rgb(213 243 253 / 0.15);
}

.active\:border-primary-15\/20:active{
  border-color: rgb(213 243 253 / 0.2);
}

.active\:border-primary-15\/25:active{
  border-color: rgb(213 243 253 / 0.25);
}

.active\:border-primary-15\/30:active{
  border-color: rgb(213 243 253 / 0.3);
}

.active\:border-primary-15\/35:active{
  border-color: rgb(213 243 253 / 0.35);
}

.active\:border-primary-15\/40:active{
  border-color: rgb(213 243 253 / 0.4);
}

.active\:border-primary-15\/45:active{
  border-color: rgb(213 243 253 / 0.45);
}

.active\:border-primary-15\/5:active{
  border-color: rgb(213 243 253 / 0.05);
}

.active\:border-primary-15\/50:active{
  border-color: rgb(213 243 253 / 0.5);
}

.active\:border-primary-15\/55:active{
  border-color: rgb(213 243 253 / 0.55);
}

.active\:border-primary-15\/60:active{
  border-color: rgb(213 243 253 / 0.6);
}

.active\:border-primary-15\/65:active{
  border-color: rgb(213 243 253 / 0.65);
}

.active\:border-primary-15\/70:active{
  border-color: rgb(213 243 253 / 0.7);
}

.active\:border-primary-15\/75:active{
  border-color: rgb(213 243 253 / 0.75);
}

.active\:border-primary-15\/80:active{
  border-color: rgb(213 243 253 / 0.8);
}

.active\:border-primary-15\/85:active{
  border-color: rgb(213 243 253 / 0.85);
}

.active\:border-primary-15\/90:active{
  border-color: rgb(213 243 253 / 0.9);
}

.active\:border-primary-15\/95:active{
  border-color: rgb(213 243 253 / 0.95);
}

.active\:border-primary-20:active{
  --tw-border-opacity: 1;
  border-color: rgb(188 235 255 / var(--tw-border-opacity, 1));
}

.active\:border-primary-20\/0:active{
  border-color: rgb(188 235 255 / 0);
}

.active\:border-primary-20\/10:active{
  border-color: rgb(188 235 255 / 0.1);
}

.active\:border-primary-20\/100:active{
  border-color: rgb(188 235 255 / 1);
}

.active\:border-primary-20\/15:active{
  border-color: rgb(188 235 255 / 0.15);
}

.active\:border-primary-20\/20:active{
  border-color: rgb(188 235 255 / 0.2);
}

.active\:border-primary-20\/25:active{
  border-color: rgb(188 235 255 / 0.25);
}

.active\:border-primary-20\/30:active{
  border-color: rgb(188 235 255 / 0.3);
}

.active\:border-primary-20\/35:active{
  border-color: rgb(188 235 255 / 0.35);
}

.active\:border-primary-20\/40:active{
  border-color: rgb(188 235 255 / 0.4);
}

.active\:border-primary-20\/45:active{
  border-color: rgb(188 235 255 / 0.45);
}

.active\:border-primary-20\/5:active{
  border-color: rgb(188 235 255 / 0.05);
}

.active\:border-primary-20\/50:active{
  border-color: rgb(188 235 255 / 0.5);
}

.active\:border-primary-20\/55:active{
  border-color: rgb(188 235 255 / 0.55);
}

.active\:border-primary-20\/60:active{
  border-color: rgb(188 235 255 / 0.6);
}

.active\:border-primary-20\/65:active{
  border-color: rgb(188 235 255 / 0.65);
}

.active\:border-primary-20\/70:active{
  border-color: rgb(188 235 255 / 0.7);
}

.active\:border-primary-20\/75:active{
  border-color: rgb(188 235 255 / 0.75);
}

.active\:border-primary-20\/80:active{
  border-color: rgb(188 235 255 / 0.8);
}

.active\:border-primary-20\/85:active{
  border-color: rgb(188 235 255 / 0.85);
}

.active\:border-primary-20\/90:active{
  border-color: rgb(188 235 255 / 0.9);
}

.active\:border-primary-20\/95:active{
  border-color: rgb(188 235 255 / 0.95);
}

.active\:border-primary-30:active{
  --tw-border-opacity: 1;
  border-color: rgb(126 211 247 / var(--tw-border-opacity, 1));
}

.active\:border-primary-30\/0:active{
  border-color: rgb(126 211 247 / 0);
}

.active\:border-primary-30\/10:active{
  border-color: rgb(126 211 247 / 0.1);
}

.active\:border-primary-30\/100:active{
  border-color: rgb(126 211 247 / 1);
}

.active\:border-primary-30\/15:active{
  border-color: rgb(126 211 247 / 0.15);
}

.active\:border-primary-30\/20:active{
  border-color: rgb(126 211 247 / 0.2);
}

.active\:border-primary-30\/25:active{
  border-color: rgb(126 211 247 / 0.25);
}

.active\:border-primary-30\/30:active{
  border-color: rgb(126 211 247 / 0.3);
}

.active\:border-primary-30\/35:active{
  border-color: rgb(126 211 247 / 0.35);
}

.active\:border-primary-30\/40:active{
  border-color: rgb(126 211 247 / 0.4);
}

.active\:border-primary-30\/45:active{
  border-color: rgb(126 211 247 / 0.45);
}

.active\:border-primary-30\/5:active{
  border-color: rgb(126 211 247 / 0.05);
}

.active\:border-primary-30\/50:active{
  border-color: rgb(126 211 247 / 0.5);
}

.active\:border-primary-30\/55:active{
  border-color: rgb(126 211 247 / 0.55);
}

.active\:border-primary-30\/60:active{
  border-color: rgb(126 211 247 / 0.6);
}

.active\:border-primary-30\/65:active{
  border-color: rgb(126 211 247 / 0.65);
}

.active\:border-primary-30\/70:active{
  border-color: rgb(126 211 247 / 0.7);
}

.active\:border-primary-30\/75:active{
  border-color: rgb(126 211 247 / 0.75);
}

.active\:border-primary-30\/80:active{
  border-color: rgb(126 211 247 / 0.8);
}

.active\:border-primary-30\/85:active{
  border-color: rgb(126 211 247 / 0.85);
}

.active\:border-primary-30\/90:active{
  border-color: rgb(126 211 247 / 0.9);
}

.active\:border-primary-30\/95:active{
  border-color: rgb(126 211 247 / 0.95);
}

.active\:border-primary-40:active{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.active\:border-primary-40\/0:active{
  border-color: rgb(61 181 230 / 0);
}

.active\:border-primary-40\/10:active{
  border-color: rgb(61 181 230 / 0.1);
}

.active\:border-primary-40\/100:active{
  border-color: rgb(61 181 230 / 1);
}

.active\:border-primary-40\/15:active{
  border-color: rgb(61 181 230 / 0.15);
}

.active\:border-primary-40\/20:active{
  border-color: rgb(61 181 230 / 0.2);
}

.active\:border-primary-40\/25:active{
  border-color: rgb(61 181 230 / 0.25);
}

.active\:border-primary-40\/30:active{
  border-color: rgb(61 181 230 / 0.3);
}

.active\:border-primary-40\/35:active{
  border-color: rgb(61 181 230 / 0.35);
}

.active\:border-primary-40\/40:active{
  border-color: rgb(61 181 230 / 0.4);
}

.active\:border-primary-40\/45:active{
  border-color: rgb(61 181 230 / 0.45);
}

.active\:border-primary-40\/5:active{
  border-color: rgb(61 181 230 / 0.05);
}

.active\:border-primary-40\/50:active{
  border-color: rgb(61 181 230 / 0.5);
}

.active\:border-primary-40\/55:active{
  border-color: rgb(61 181 230 / 0.55);
}

.active\:border-primary-40\/60:active{
  border-color: rgb(61 181 230 / 0.6);
}

.active\:border-primary-40\/65:active{
  border-color: rgb(61 181 230 / 0.65);
}

.active\:border-primary-40\/70:active{
  border-color: rgb(61 181 230 / 0.7);
}

.active\:border-primary-40\/75:active{
  border-color: rgb(61 181 230 / 0.75);
}

.active\:border-primary-40\/80:active{
  border-color: rgb(61 181 230 / 0.8);
}

.active\:border-primary-40\/85:active{
  border-color: rgb(61 181 230 / 0.85);
}

.active\:border-primary-40\/90:active{
  border-color: rgb(61 181 230 / 0.9);
}

.active\:border-primary-40\/95:active{
  border-color: rgb(61 181 230 / 0.95);
}

.active\:border-primary-5:active{
  --tw-border-opacity: 1;
  border-color: rgb(240 252 255 / var(--tw-border-opacity, 1));
}

.active\:border-primary-5\/0:active{
  border-color: rgb(240 252 255 / 0);
}

.active\:border-primary-5\/10:active{
  border-color: rgb(240 252 255 / 0.1);
}

.active\:border-primary-5\/100:active{
  border-color: rgb(240 252 255 / 1);
}

.active\:border-primary-5\/15:active{
  border-color: rgb(240 252 255 / 0.15);
}

.active\:border-primary-5\/20:active{
  border-color: rgb(240 252 255 / 0.2);
}

.active\:border-primary-5\/25:active{
  border-color: rgb(240 252 255 / 0.25);
}

.active\:border-primary-5\/30:active{
  border-color: rgb(240 252 255 / 0.3);
}

.active\:border-primary-5\/35:active{
  border-color: rgb(240 252 255 / 0.35);
}

.active\:border-primary-5\/40:active{
  border-color: rgb(240 252 255 / 0.4);
}

.active\:border-primary-5\/45:active{
  border-color: rgb(240 252 255 / 0.45);
}

.active\:border-primary-5\/5:active{
  border-color: rgb(240 252 255 / 0.05);
}

.active\:border-primary-5\/50:active{
  border-color: rgb(240 252 255 / 0.5);
}

.active\:border-primary-5\/55:active{
  border-color: rgb(240 252 255 / 0.55);
}

.active\:border-primary-5\/60:active{
  border-color: rgb(240 252 255 / 0.6);
}

.active\:border-primary-5\/65:active{
  border-color: rgb(240 252 255 / 0.65);
}

.active\:border-primary-5\/70:active{
  border-color: rgb(240 252 255 / 0.7);
}

.active\:border-primary-5\/75:active{
  border-color: rgb(240 252 255 / 0.75);
}

.active\:border-primary-5\/80:active{
  border-color: rgb(240 252 255 / 0.8);
}

.active\:border-primary-5\/85:active{
  border-color: rgb(240 252 255 / 0.85);
}

.active\:border-primary-5\/90:active{
  border-color: rgb(240 252 255 / 0.9);
}

.active\:border-primary-5\/95:active{
  border-color: rgb(240 252 255 / 0.95);
}

.active\:border-primary-50:active{
  --tw-border-opacity: 1;
  border-color: rgb(4 156 204 / var(--tw-border-opacity, 1));
}

.active\:border-primary-50\/0:active{
  border-color: rgb(4 156 204 / 0);
}

.active\:border-primary-50\/10:active{
  border-color: rgb(4 156 204 / 0.1);
}

.active\:border-primary-50\/100:active{
  border-color: rgb(4 156 204 / 1);
}

.active\:border-primary-50\/15:active{
  border-color: rgb(4 156 204 / 0.15);
}

.active\:border-primary-50\/20:active{
  border-color: rgb(4 156 204 / 0.2);
}

.active\:border-primary-50\/25:active{
  border-color: rgb(4 156 204 / 0.25);
}

.active\:border-primary-50\/30:active{
  border-color: rgb(4 156 204 / 0.3);
}

.active\:border-primary-50\/35:active{
  border-color: rgb(4 156 204 / 0.35);
}

.active\:border-primary-50\/40:active{
  border-color: rgb(4 156 204 / 0.4);
}

.active\:border-primary-50\/45:active{
  border-color: rgb(4 156 204 / 0.45);
}

.active\:border-primary-50\/5:active{
  border-color: rgb(4 156 204 / 0.05);
}

.active\:border-primary-50\/50:active{
  border-color: rgb(4 156 204 / 0.5);
}

.active\:border-primary-50\/55:active{
  border-color: rgb(4 156 204 / 0.55);
}

.active\:border-primary-50\/60:active{
  border-color: rgb(4 156 204 / 0.6);
}

.active\:border-primary-50\/65:active{
  border-color: rgb(4 156 204 / 0.65);
}

.active\:border-primary-50\/70:active{
  border-color: rgb(4 156 204 / 0.7);
}

.active\:border-primary-50\/75:active{
  border-color: rgb(4 156 204 / 0.75);
}

.active\:border-primary-50\/80:active{
  border-color: rgb(4 156 204 / 0.8);
}

.active\:border-primary-50\/85:active{
  border-color: rgb(4 156 204 / 0.85);
}

.active\:border-primary-50\/90:active{
  border-color: rgb(4 156 204 / 0.9);
}

.active\:border-primary-50\/95:active{
  border-color: rgb(4 156 204 / 0.95);
}

.active\:border-primary-60:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 127 176 / var(--tw-border-opacity, 1));
}

.active\:border-primary-60\/0:active{
  border-color: rgb(0 127 176 / 0);
}

.active\:border-primary-60\/10:active{
  border-color: rgb(0 127 176 / 0.1);
}

.active\:border-primary-60\/100:active{
  border-color: rgb(0 127 176 / 1);
}

.active\:border-primary-60\/15:active{
  border-color: rgb(0 127 176 / 0.15);
}

.active\:border-primary-60\/20:active{
  border-color: rgb(0 127 176 / 0.2);
}

.active\:border-primary-60\/25:active{
  border-color: rgb(0 127 176 / 0.25);
}

.active\:border-primary-60\/30:active{
  border-color: rgb(0 127 176 / 0.3);
}

.active\:border-primary-60\/35:active{
  border-color: rgb(0 127 176 / 0.35);
}

.active\:border-primary-60\/40:active{
  border-color: rgb(0 127 176 / 0.4);
}

.active\:border-primary-60\/45:active{
  border-color: rgb(0 127 176 / 0.45);
}

.active\:border-primary-60\/5:active{
  border-color: rgb(0 127 176 / 0.05);
}

.active\:border-primary-60\/50:active{
  border-color: rgb(0 127 176 / 0.5);
}

.active\:border-primary-60\/55:active{
  border-color: rgb(0 127 176 / 0.55);
}

.active\:border-primary-60\/60:active{
  border-color: rgb(0 127 176 / 0.6);
}

.active\:border-primary-60\/65:active{
  border-color: rgb(0 127 176 / 0.65);
}

.active\:border-primary-60\/70:active{
  border-color: rgb(0 127 176 / 0.7);
}

.active\:border-primary-60\/75:active{
  border-color: rgb(0 127 176 / 0.75);
}

.active\:border-primary-60\/80:active{
  border-color: rgb(0 127 176 / 0.8);
}

.active\:border-primary-60\/85:active{
  border-color: rgb(0 127 176 / 0.85);
}

.active\:border-primary-60\/90:active{
  border-color: rgb(0 127 176 / 0.9);
}

.active\:border-primary-60\/95:active{
  border-color: rgb(0 127 176 / 0.95);
}

.active\:border-primary-70:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 136 / var(--tw-border-opacity, 1));
}

.active\:border-primary-70\/0:active{
  border-color: rgb(0 102 136 / 0);
}

.active\:border-primary-70\/10:active{
  border-color: rgb(0 102 136 / 0.1);
}

.active\:border-primary-70\/100:active{
  border-color: rgb(0 102 136 / 1);
}

.active\:border-primary-70\/15:active{
  border-color: rgb(0 102 136 / 0.15);
}

.active\:border-primary-70\/20:active{
  border-color: rgb(0 102 136 / 0.2);
}

.active\:border-primary-70\/25:active{
  border-color: rgb(0 102 136 / 0.25);
}

.active\:border-primary-70\/30:active{
  border-color: rgb(0 102 136 / 0.3);
}

.active\:border-primary-70\/35:active{
  border-color: rgb(0 102 136 / 0.35);
}

.active\:border-primary-70\/40:active{
  border-color: rgb(0 102 136 / 0.4);
}

.active\:border-primary-70\/45:active{
  border-color: rgb(0 102 136 / 0.45);
}

.active\:border-primary-70\/5:active{
  border-color: rgb(0 102 136 / 0.05);
}

.active\:border-primary-70\/50:active{
  border-color: rgb(0 102 136 / 0.5);
}

.active\:border-primary-70\/55:active{
  border-color: rgb(0 102 136 / 0.55);
}

.active\:border-primary-70\/60:active{
  border-color: rgb(0 102 136 / 0.6);
}

.active\:border-primary-70\/65:active{
  border-color: rgb(0 102 136 / 0.65);
}

.active\:border-primary-70\/70:active{
  border-color: rgb(0 102 136 / 0.7);
}

.active\:border-primary-70\/75:active{
  border-color: rgb(0 102 136 / 0.75);
}

.active\:border-primary-70\/80:active{
  border-color: rgb(0 102 136 / 0.8);
}

.active\:border-primary-70\/85:active{
  border-color: rgb(0 102 136 / 0.85);
}

.active\:border-primary-70\/90:active{
  border-color: rgb(0 102 136 / 0.9);
}

.active\:border-primary-70\/95:active{
  border-color: rgb(0 102 136 / 0.95);
}

.active\:border-primary-80:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 77 104 / var(--tw-border-opacity, 1));
}

.active\:border-primary-80\/0:active{
  border-color: rgb(0 77 104 / 0);
}

.active\:border-primary-80\/10:active{
  border-color: rgb(0 77 104 / 0.1);
}

.active\:border-primary-80\/100:active{
  border-color: rgb(0 77 104 / 1);
}

.active\:border-primary-80\/15:active{
  border-color: rgb(0 77 104 / 0.15);
}

.active\:border-primary-80\/20:active{
  border-color: rgb(0 77 104 / 0.2);
}

.active\:border-primary-80\/25:active{
  border-color: rgb(0 77 104 / 0.25);
}

.active\:border-primary-80\/30:active{
  border-color: rgb(0 77 104 / 0.3);
}

.active\:border-primary-80\/35:active{
  border-color: rgb(0 77 104 / 0.35);
}

.active\:border-primary-80\/40:active{
  border-color: rgb(0 77 104 / 0.4);
}

.active\:border-primary-80\/45:active{
  border-color: rgb(0 77 104 / 0.45);
}

.active\:border-primary-80\/5:active{
  border-color: rgb(0 77 104 / 0.05);
}

.active\:border-primary-80\/50:active{
  border-color: rgb(0 77 104 / 0.5);
}

.active\:border-primary-80\/55:active{
  border-color: rgb(0 77 104 / 0.55);
}

.active\:border-primary-80\/60:active{
  border-color: rgb(0 77 104 / 0.6);
}

.active\:border-primary-80\/65:active{
  border-color: rgb(0 77 104 / 0.65);
}

.active\:border-primary-80\/70:active{
  border-color: rgb(0 77 104 / 0.7);
}

.active\:border-primary-80\/75:active{
  border-color: rgb(0 77 104 / 0.75);
}

.active\:border-primary-80\/80:active{
  border-color: rgb(0 77 104 / 0.8);
}

.active\:border-primary-80\/85:active{
  border-color: rgb(0 77 104 / 0.85);
}

.active\:border-primary-80\/90:active{
  border-color: rgb(0 77 104 / 0.9);
}

.active\:border-primary-80\/95:active{
  border-color: rgb(0 77 104 / 0.95);
}

.active\:border-primary-90:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 53 73 / var(--tw-border-opacity, 1));
}

.active\:border-primary-90\/0:active{
  border-color: rgb(0 53 73 / 0);
}

.active\:border-primary-90\/10:active{
  border-color: rgb(0 53 73 / 0.1);
}

.active\:border-primary-90\/100:active{
  border-color: rgb(0 53 73 / 1);
}

.active\:border-primary-90\/15:active{
  border-color: rgb(0 53 73 / 0.15);
}

.active\:border-primary-90\/20:active{
  border-color: rgb(0 53 73 / 0.2);
}

.active\:border-primary-90\/25:active{
  border-color: rgb(0 53 73 / 0.25);
}

.active\:border-primary-90\/30:active{
  border-color: rgb(0 53 73 / 0.3);
}

.active\:border-primary-90\/35:active{
  border-color: rgb(0 53 73 / 0.35);
}

.active\:border-primary-90\/40:active{
  border-color: rgb(0 53 73 / 0.4);
}

.active\:border-primary-90\/45:active{
  border-color: rgb(0 53 73 / 0.45);
}

.active\:border-primary-90\/5:active{
  border-color: rgb(0 53 73 / 0.05);
}

.active\:border-primary-90\/50:active{
  border-color: rgb(0 53 73 / 0.5);
}

.active\:border-primary-90\/55:active{
  border-color: rgb(0 53 73 / 0.55);
}

.active\:border-primary-90\/60:active{
  border-color: rgb(0 53 73 / 0.6);
}

.active\:border-primary-90\/65:active{
  border-color: rgb(0 53 73 / 0.65);
}

.active\:border-primary-90\/70:active{
  border-color: rgb(0 53 73 / 0.7);
}

.active\:border-primary-90\/75:active{
  border-color: rgb(0 53 73 / 0.75);
}

.active\:border-primary-90\/80:active{
  border-color: rgb(0 53 73 / 0.8);
}

.active\:border-primary-90\/85:active{
  border-color: rgb(0 53 73 / 0.85);
}

.active\:border-primary-90\/90:active{
  border-color: rgb(0 53 73 / 0.9);
}

.active\:border-primary-90\/95:active{
  border-color: rgb(0 53 73 / 0.95);
}

.active\:border-secondary-10:active{
  --tw-border-opacity: 1;
  border-color: rgb(253 232 241 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-10\/0:active{
  border-color: rgb(253 232 241 / 0);
}

.active\:border-secondary-10\/10:active{
  border-color: rgb(253 232 241 / 0.1);
}

.active\:border-secondary-10\/100:active{
  border-color: rgb(253 232 241 / 1);
}

.active\:border-secondary-10\/15:active{
  border-color: rgb(253 232 241 / 0.15);
}

.active\:border-secondary-10\/20:active{
  border-color: rgb(253 232 241 / 0.2);
}

.active\:border-secondary-10\/25:active{
  border-color: rgb(253 232 241 / 0.25);
}

.active\:border-secondary-10\/30:active{
  border-color: rgb(253 232 241 / 0.3);
}

.active\:border-secondary-10\/35:active{
  border-color: rgb(253 232 241 / 0.35);
}

.active\:border-secondary-10\/40:active{
  border-color: rgb(253 232 241 / 0.4);
}

.active\:border-secondary-10\/45:active{
  border-color: rgb(253 232 241 / 0.45);
}

.active\:border-secondary-10\/5:active{
  border-color: rgb(253 232 241 / 0.05);
}

.active\:border-secondary-10\/50:active{
  border-color: rgb(253 232 241 / 0.5);
}

.active\:border-secondary-10\/55:active{
  border-color: rgb(253 232 241 / 0.55);
}

.active\:border-secondary-10\/60:active{
  border-color: rgb(253 232 241 / 0.6);
}

.active\:border-secondary-10\/65:active{
  border-color: rgb(253 232 241 / 0.65);
}

.active\:border-secondary-10\/70:active{
  border-color: rgb(253 232 241 / 0.7);
}

.active\:border-secondary-10\/75:active{
  border-color: rgb(253 232 241 / 0.75);
}

.active\:border-secondary-10\/80:active{
  border-color: rgb(253 232 241 / 0.8);
}

.active\:border-secondary-10\/85:active{
  border-color: rgb(253 232 241 / 0.85);
}

.active\:border-secondary-10\/90:active{
  border-color: rgb(253 232 241 / 0.9);
}

.active\:border-secondary-10\/95:active{
  border-color: rgb(253 232 241 / 0.95);
}

.active\:border-secondary-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(62 0 32 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-100\/0:active{
  border-color: rgb(62 0 32 / 0);
}

.active\:border-secondary-100\/10:active{
  border-color: rgb(62 0 32 / 0.1);
}

.active\:border-secondary-100\/100:active{
  border-color: rgb(62 0 32 / 1);
}

.active\:border-secondary-100\/15:active{
  border-color: rgb(62 0 32 / 0.15);
}

.active\:border-secondary-100\/20:active{
  border-color: rgb(62 0 32 / 0.2);
}

.active\:border-secondary-100\/25:active{
  border-color: rgb(62 0 32 / 0.25);
}

.active\:border-secondary-100\/30:active{
  border-color: rgb(62 0 32 / 0.3);
}

.active\:border-secondary-100\/35:active{
  border-color: rgb(62 0 32 / 0.35);
}

.active\:border-secondary-100\/40:active{
  border-color: rgb(62 0 32 / 0.4);
}

.active\:border-secondary-100\/45:active{
  border-color: rgb(62 0 32 / 0.45);
}

.active\:border-secondary-100\/5:active{
  border-color: rgb(62 0 32 / 0.05);
}

.active\:border-secondary-100\/50:active{
  border-color: rgb(62 0 32 / 0.5);
}

.active\:border-secondary-100\/55:active{
  border-color: rgb(62 0 32 / 0.55);
}

.active\:border-secondary-100\/60:active{
  border-color: rgb(62 0 32 / 0.6);
}

.active\:border-secondary-100\/65:active{
  border-color: rgb(62 0 32 / 0.65);
}

.active\:border-secondary-100\/70:active{
  border-color: rgb(62 0 32 / 0.7);
}

.active\:border-secondary-100\/75:active{
  border-color: rgb(62 0 32 / 0.75);
}

.active\:border-secondary-100\/80:active{
  border-color: rgb(62 0 32 / 0.8);
}

.active\:border-secondary-100\/85:active{
  border-color: rgb(62 0 32 / 0.85);
}

.active\:border-secondary-100\/90:active{
  border-color: rgb(62 0 32 / 0.9);
}

.active\:border-secondary-100\/95:active{
  border-color: rgb(62 0 32 / 0.95);
}

.active\:border-secondary-20:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 175 209 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-20\/0:active{
  border-color: rgb(255 175 209 / 0);
}

.active\:border-secondary-20\/10:active{
  border-color: rgb(255 175 209 / 0.1);
}

.active\:border-secondary-20\/100:active{
  border-color: rgb(255 175 209 / 1);
}

.active\:border-secondary-20\/15:active{
  border-color: rgb(255 175 209 / 0.15);
}

.active\:border-secondary-20\/20:active{
  border-color: rgb(255 175 209 / 0.2);
}

.active\:border-secondary-20\/25:active{
  border-color: rgb(255 175 209 / 0.25);
}

.active\:border-secondary-20\/30:active{
  border-color: rgb(255 175 209 / 0.3);
}

.active\:border-secondary-20\/35:active{
  border-color: rgb(255 175 209 / 0.35);
}

.active\:border-secondary-20\/40:active{
  border-color: rgb(255 175 209 / 0.4);
}

.active\:border-secondary-20\/45:active{
  border-color: rgb(255 175 209 / 0.45);
}

.active\:border-secondary-20\/5:active{
  border-color: rgb(255 175 209 / 0.05);
}

.active\:border-secondary-20\/50:active{
  border-color: rgb(255 175 209 / 0.5);
}

.active\:border-secondary-20\/55:active{
  border-color: rgb(255 175 209 / 0.55);
}

.active\:border-secondary-20\/60:active{
  border-color: rgb(255 175 209 / 0.6);
}

.active\:border-secondary-20\/65:active{
  border-color: rgb(255 175 209 / 0.65);
}

.active\:border-secondary-20\/70:active{
  border-color: rgb(255 175 209 / 0.7);
}

.active\:border-secondary-20\/75:active{
  border-color: rgb(255 175 209 / 0.75);
}

.active\:border-secondary-20\/80:active{
  border-color: rgb(255 175 209 / 0.8);
}

.active\:border-secondary-20\/85:active{
  border-color: rgb(255 175 209 / 0.85);
}

.active\:border-secondary-20\/90:active{
  border-color: rgb(255 175 209 / 0.9);
}

.active\:border-secondary-20\/95:active{
  border-color: rgb(255 175 209 / 0.95);
}

.active\:border-secondary-30:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 130 183 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-30\/0:active{
  border-color: rgb(255 130 183 / 0);
}

.active\:border-secondary-30\/10:active{
  border-color: rgb(255 130 183 / 0.1);
}

.active\:border-secondary-30\/100:active{
  border-color: rgb(255 130 183 / 1);
}

.active\:border-secondary-30\/15:active{
  border-color: rgb(255 130 183 / 0.15);
}

.active\:border-secondary-30\/20:active{
  border-color: rgb(255 130 183 / 0.2);
}

.active\:border-secondary-30\/25:active{
  border-color: rgb(255 130 183 / 0.25);
}

.active\:border-secondary-30\/30:active{
  border-color: rgb(255 130 183 / 0.3);
}

.active\:border-secondary-30\/35:active{
  border-color: rgb(255 130 183 / 0.35);
}

.active\:border-secondary-30\/40:active{
  border-color: rgb(255 130 183 / 0.4);
}

.active\:border-secondary-30\/45:active{
  border-color: rgb(255 130 183 / 0.45);
}

.active\:border-secondary-30\/5:active{
  border-color: rgb(255 130 183 / 0.05);
}

.active\:border-secondary-30\/50:active{
  border-color: rgb(255 130 183 / 0.5);
}

.active\:border-secondary-30\/55:active{
  border-color: rgb(255 130 183 / 0.55);
}

.active\:border-secondary-30\/60:active{
  border-color: rgb(255 130 183 / 0.6);
}

.active\:border-secondary-30\/65:active{
  border-color: rgb(255 130 183 / 0.65);
}

.active\:border-secondary-30\/70:active{
  border-color: rgb(255 130 183 / 0.7);
}

.active\:border-secondary-30\/75:active{
  border-color: rgb(255 130 183 / 0.75);
}

.active\:border-secondary-30\/80:active{
  border-color: rgb(255 130 183 / 0.8);
}

.active\:border-secondary-30\/85:active{
  border-color: rgb(255 130 183 / 0.85);
}

.active\:border-secondary-30\/90:active{
  border-color: rgb(255 130 183 / 0.9);
}

.active\:border-secondary-30\/95:active{
  border-color: rgb(255 130 183 / 0.95);
}

.active\:border-secondary-40:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 97 195 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-40\/0:active{
  border-color: rgb(255 97 195 / 0);
}

.active\:border-secondary-40\/10:active{
  border-color: rgb(255 97 195 / 0.1);
}

.active\:border-secondary-40\/100:active{
  border-color: rgb(255 97 195 / 1);
}

.active\:border-secondary-40\/15:active{
  border-color: rgb(255 97 195 / 0.15);
}

.active\:border-secondary-40\/20:active{
  border-color: rgb(255 97 195 / 0.2);
}

.active\:border-secondary-40\/25:active{
  border-color: rgb(255 97 195 / 0.25);
}

.active\:border-secondary-40\/30:active{
  border-color: rgb(255 97 195 / 0.3);
}

.active\:border-secondary-40\/35:active{
  border-color: rgb(255 97 195 / 0.35);
}

.active\:border-secondary-40\/40:active{
  border-color: rgb(255 97 195 / 0.4);
}

.active\:border-secondary-40\/45:active{
  border-color: rgb(255 97 195 / 0.45);
}

.active\:border-secondary-40\/5:active{
  border-color: rgb(255 97 195 / 0.05);
}

.active\:border-secondary-40\/50:active{
  border-color: rgb(255 97 195 / 0.5);
}

.active\:border-secondary-40\/55:active{
  border-color: rgb(255 97 195 / 0.55);
}

.active\:border-secondary-40\/60:active{
  border-color: rgb(255 97 195 / 0.6);
}

.active\:border-secondary-40\/65:active{
  border-color: rgb(255 97 195 / 0.65);
}

.active\:border-secondary-40\/70:active{
  border-color: rgb(255 97 195 / 0.7);
}

.active\:border-secondary-40\/75:active{
  border-color: rgb(255 97 195 / 0.75);
}

.active\:border-secondary-40\/80:active{
  border-color: rgb(255 97 195 / 0.8);
}

.active\:border-secondary-40\/85:active{
  border-color: rgb(255 97 195 / 0.85);
}

.active\:border-secondary-40\/90:active{
  border-color: rgb(255 97 195 / 0.9);
}

.active\:border-secondary-40\/95:active{
  border-color: rgb(255 97 195 / 0.95);
}

.active\:border-secondary-50:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 69 163 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-50\/0:active{
  border-color: rgb(255 69 163 / 0);
}

.active\:border-secondary-50\/10:active{
  border-color: rgb(255 69 163 / 0.1);
}

.active\:border-secondary-50\/100:active{
  border-color: rgb(255 69 163 / 1);
}

.active\:border-secondary-50\/15:active{
  border-color: rgb(255 69 163 / 0.15);
}

.active\:border-secondary-50\/20:active{
  border-color: rgb(255 69 163 / 0.2);
}

.active\:border-secondary-50\/25:active{
  border-color: rgb(255 69 163 / 0.25);
}

.active\:border-secondary-50\/30:active{
  border-color: rgb(255 69 163 / 0.3);
}

.active\:border-secondary-50\/35:active{
  border-color: rgb(255 69 163 / 0.35);
}

.active\:border-secondary-50\/40:active{
  border-color: rgb(255 69 163 / 0.4);
}

.active\:border-secondary-50\/45:active{
  border-color: rgb(255 69 163 / 0.45);
}

.active\:border-secondary-50\/5:active{
  border-color: rgb(255 69 163 / 0.05);
}

.active\:border-secondary-50\/50:active{
  border-color: rgb(255 69 163 / 0.5);
}

.active\:border-secondary-50\/55:active{
  border-color: rgb(255 69 163 / 0.55);
}

.active\:border-secondary-50\/60:active{
  border-color: rgb(255 69 163 / 0.6);
}

.active\:border-secondary-50\/65:active{
  border-color: rgb(255 69 163 / 0.65);
}

.active\:border-secondary-50\/70:active{
  border-color: rgb(255 69 163 / 0.7);
}

.active\:border-secondary-50\/75:active{
  border-color: rgb(255 69 163 / 0.75);
}

.active\:border-secondary-50\/80:active{
  border-color: rgb(255 69 163 / 0.8);
}

.active\:border-secondary-50\/85:active{
  border-color: rgb(255 69 163 / 0.85);
}

.active\:border-secondary-50\/90:active{
  border-color: rgb(255 69 163 / 0.9);
}

.active\:border-secondary-50\/95:active{
  border-color: rgb(255 69 163 / 0.95);
}

.active\:border-secondary-60:active{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-60\/0:active{
  border-color: rgb(236 0 140 / 0);
}

.active\:border-secondary-60\/10:active{
  border-color: rgb(236 0 140 / 0.1);
}

.active\:border-secondary-60\/100:active{
  border-color: rgb(236 0 140 / 1);
}

.active\:border-secondary-60\/15:active{
  border-color: rgb(236 0 140 / 0.15);
}

.active\:border-secondary-60\/20:active{
  border-color: rgb(236 0 140 / 0.2);
}

.active\:border-secondary-60\/25:active{
  border-color: rgb(236 0 140 / 0.25);
}

.active\:border-secondary-60\/30:active{
  border-color: rgb(236 0 140 / 0.3);
}

.active\:border-secondary-60\/35:active{
  border-color: rgb(236 0 140 / 0.35);
}

.active\:border-secondary-60\/40:active{
  border-color: rgb(236 0 140 / 0.4);
}

.active\:border-secondary-60\/45:active{
  border-color: rgb(236 0 140 / 0.45);
}

.active\:border-secondary-60\/5:active{
  border-color: rgb(236 0 140 / 0.05);
}

.active\:border-secondary-60\/50:active{
  border-color: rgb(236 0 140 / 0.5);
}

.active\:border-secondary-60\/55:active{
  border-color: rgb(236 0 140 / 0.55);
}

.active\:border-secondary-60\/60:active{
  border-color: rgb(236 0 140 / 0.6);
}

.active\:border-secondary-60\/65:active{
  border-color: rgb(236 0 140 / 0.65);
}

.active\:border-secondary-60\/70:active{
  border-color: rgb(236 0 140 / 0.7);
}

.active\:border-secondary-60\/75:active{
  border-color: rgb(236 0 140 / 0.75);
}

.active\:border-secondary-60\/80:active{
  border-color: rgb(236 0 140 / 0.8);
}

.active\:border-secondary-60\/85:active{
  border-color: rgb(236 0 140 / 0.85);
}

.active\:border-secondary-60\/90:active{
  border-color: rgb(236 0 140 / 0.9);
}

.active\:border-secondary-60\/95:active{
  border-color: rgb(236 0 140 / 0.95);
}

.active\:border-secondary-70:active{
  --tw-border-opacity: 1;
  border-color: rgb(182 0 113 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-70\/0:active{
  border-color: rgb(182 0 113 / 0);
}

.active\:border-secondary-70\/10:active{
  border-color: rgb(182 0 113 / 0.1);
}

.active\:border-secondary-70\/100:active{
  border-color: rgb(182 0 113 / 1);
}

.active\:border-secondary-70\/15:active{
  border-color: rgb(182 0 113 / 0.15);
}

.active\:border-secondary-70\/20:active{
  border-color: rgb(182 0 113 / 0.2);
}

.active\:border-secondary-70\/25:active{
  border-color: rgb(182 0 113 / 0.25);
}

.active\:border-secondary-70\/30:active{
  border-color: rgb(182 0 113 / 0.3);
}

.active\:border-secondary-70\/35:active{
  border-color: rgb(182 0 113 / 0.35);
}

.active\:border-secondary-70\/40:active{
  border-color: rgb(182 0 113 / 0.4);
}

.active\:border-secondary-70\/45:active{
  border-color: rgb(182 0 113 / 0.45);
}

.active\:border-secondary-70\/5:active{
  border-color: rgb(182 0 113 / 0.05);
}

.active\:border-secondary-70\/50:active{
  border-color: rgb(182 0 113 / 0.5);
}

.active\:border-secondary-70\/55:active{
  border-color: rgb(182 0 113 / 0.55);
}

.active\:border-secondary-70\/60:active{
  border-color: rgb(182 0 113 / 0.6);
}

.active\:border-secondary-70\/65:active{
  border-color: rgb(182 0 113 / 0.65);
}

.active\:border-secondary-70\/70:active{
  border-color: rgb(182 0 113 / 0.7);
}

.active\:border-secondary-70\/75:active{
  border-color: rgb(182 0 113 / 0.75);
}

.active\:border-secondary-70\/80:active{
  border-color: rgb(182 0 113 / 0.8);
}

.active\:border-secondary-70\/85:active{
  border-color: rgb(182 0 113 / 0.85);
}

.active\:border-secondary-70\/90:active{
  border-color: rgb(182 0 113 / 0.9);
}

.active\:border-secondary-70\/95:active{
  border-color: rgb(182 0 113 / 0.95);
}

.active\:border-secondary-80:active{
  --tw-border-opacity: 1;
  border-color: rgb(140 0 86 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-80\/0:active{
  border-color: rgb(140 0 86 / 0);
}

.active\:border-secondary-80\/10:active{
  border-color: rgb(140 0 86 / 0.1);
}

.active\:border-secondary-80\/100:active{
  border-color: rgb(140 0 86 / 1);
}

.active\:border-secondary-80\/15:active{
  border-color: rgb(140 0 86 / 0.15);
}

.active\:border-secondary-80\/20:active{
  border-color: rgb(140 0 86 / 0.2);
}

.active\:border-secondary-80\/25:active{
  border-color: rgb(140 0 86 / 0.25);
}

.active\:border-secondary-80\/30:active{
  border-color: rgb(140 0 86 / 0.3);
}

.active\:border-secondary-80\/35:active{
  border-color: rgb(140 0 86 / 0.35);
}

.active\:border-secondary-80\/40:active{
  border-color: rgb(140 0 86 / 0.4);
}

.active\:border-secondary-80\/45:active{
  border-color: rgb(140 0 86 / 0.45);
}

.active\:border-secondary-80\/5:active{
  border-color: rgb(140 0 86 / 0.05);
}

.active\:border-secondary-80\/50:active{
  border-color: rgb(140 0 86 / 0.5);
}

.active\:border-secondary-80\/55:active{
  border-color: rgb(140 0 86 / 0.55);
}

.active\:border-secondary-80\/60:active{
  border-color: rgb(140 0 86 / 0.6);
}

.active\:border-secondary-80\/65:active{
  border-color: rgb(140 0 86 / 0.65);
}

.active\:border-secondary-80\/70:active{
  border-color: rgb(140 0 86 / 0.7);
}

.active\:border-secondary-80\/75:active{
  border-color: rgb(140 0 86 / 0.75);
}

.active\:border-secondary-80\/80:active{
  border-color: rgb(140 0 86 / 0.8);
}

.active\:border-secondary-80\/85:active{
  border-color: rgb(140 0 86 / 0.85);
}

.active\:border-secondary-80\/90:active{
  border-color: rgb(140 0 86 / 0.9);
}

.active\:border-secondary-80\/95:active{
  border-color: rgb(140 0 86 / 0.95);
}

.active\:border-secondary-90:active{
  --tw-border-opacity: 1;
  border-color: rgb(99 0 59 / var(--tw-border-opacity, 1));
}

.active\:border-secondary-90\/0:active{
  border-color: rgb(99 0 59 / 0);
}

.active\:border-secondary-90\/10:active{
  border-color: rgb(99 0 59 / 0.1);
}

.active\:border-secondary-90\/100:active{
  border-color: rgb(99 0 59 / 1);
}

.active\:border-secondary-90\/15:active{
  border-color: rgb(99 0 59 / 0.15);
}

.active\:border-secondary-90\/20:active{
  border-color: rgb(99 0 59 / 0.2);
}

.active\:border-secondary-90\/25:active{
  border-color: rgb(99 0 59 / 0.25);
}

.active\:border-secondary-90\/30:active{
  border-color: rgb(99 0 59 / 0.3);
}

.active\:border-secondary-90\/35:active{
  border-color: rgb(99 0 59 / 0.35);
}

.active\:border-secondary-90\/40:active{
  border-color: rgb(99 0 59 / 0.4);
}

.active\:border-secondary-90\/45:active{
  border-color: rgb(99 0 59 / 0.45);
}

.active\:border-secondary-90\/5:active{
  border-color: rgb(99 0 59 / 0.05);
}

.active\:border-secondary-90\/50:active{
  border-color: rgb(99 0 59 / 0.5);
}

.active\:border-secondary-90\/55:active{
  border-color: rgb(99 0 59 / 0.55);
}

.active\:border-secondary-90\/60:active{
  border-color: rgb(99 0 59 / 0.6);
}

.active\:border-secondary-90\/65:active{
  border-color: rgb(99 0 59 / 0.65);
}

.active\:border-secondary-90\/70:active{
  border-color: rgb(99 0 59 / 0.7);
}

.active\:border-secondary-90\/75:active{
  border-color: rgb(99 0 59 / 0.75);
}

.active\:border-secondary-90\/80:active{
  border-color: rgb(99 0 59 / 0.8);
}

.active\:border-secondary-90\/85:active{
  border-color: rgb(99 0 59 / 0.85);
}

.active\:border-secondary-90\/90:active{
  border-color: rgb(99 0 59 / 0.9);
}

.active\:border-secondary-90\/95:active{
  border-color: rgb(99 0 59 / 0.95);
}

.active\:border-shade-black:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.active\:border-shade-black\/0:active{
  border-color: rgb(0 0 0 / 0);
}

.active\:border-shade-black\/10:active{
  border-color: rgb(0 0 0 / 0.1);
}

.active\:border-shade-black\/100:active{
  border-color: rgb(0 0 0 / 1);
}

.active\:border-shade-black\/15:active{
  border-color: rgb(0 0 0 / 0.15);
}

.active\:border-shade-black\/20:active{
  border-color: rgb(0 0 0 / 0.2);
}

.active\:border-shade-black\/25:active{
  border-color: rgb(0 0 0 / 0.25);
}

.active\:border-shade-black\/30:active{
  border-color: rgb(0 0 0 / 0.3);
}

.active\:border-shade-black\/35:active{
  border-color: rgb(0 0 0 / 0.35);
}

.active\:border-shade-black\/40:active{
  border-color: rgb(0 0 0 / 0.4);
}

.active\:border-shade-black\/45:active{
  border-color: rgb(0 0 0 / 0.45);
}

.active\:border-shade-black\/5:active{
  border-color: rgb(0 0 0 / 0.05);
}

.active\:border-shade-black\/50:active{
  border-color: rgb(0 0 0 / 0.5);
}

.active\:border-shade-black\/55:active{
  border-color: rgb(0 0 0 / 0.55);
}

.active\:border-shade-black\/60:active{
  border-color: rgb(0 0 0 / 0.6);
}

.active\:border-shade-black\/65:active{
  border-color: rgb(0 0 0 / 0.65);
}

.active\:border-shade-black\/70:active{
  border-color: rgb(0 0 0 / 0.7);
}

.active\:border-shade-black\/75:active{
  border-color: rgb(0 0 0 / 0.75);
}

.active\:border-shade-black\/80:active{
  border-color: rgb(0 0 0 / 0.8);
}

.active\:border-shade-black\/85:active{
  border-color: rgb(0 0 0 / 0.85);
}

.active\:border-shade-black\/90:active{
  border-color: rgb(0 0 0 / 0.9);
}

.active\:border-shade-black\/95:active{
  border-color: rgb(0 0 0 / 0.95);
}

.active\:border-shade-white:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.active\:border-shade-white\/0:active{
  border-color: rgb(255 255 255 / 0);
}

.active\:border-shade-white\/10:active{
  border-color: rgb(255 255 255 / 0.1);
}

.active\:border-shade-white\/100:active{
  border-color: rgb(255 255 255 / 1);
}

.active\:border-shade-white\/15:active{
  border-color: rgb(255 255 255 / 0.15);
}

.active\:border-shade-white\/20:active{
  border-color: rgb(255 255 255 / 0.2);
}

.active\:border-shade-white\/25:active{
  border-color: rgb(255 255 255 / 0.25);
}

.active\:border-shade-white\/30:active{
  border-color: rgb(255 255 255 / 0.3);
}

.active\:border-shade-white\/35:active{
  border-color: rgb(255 255 255 / 0.35);
}

.active\:border-shade-white\/40:active{
  border-color: rgb(255 255 255 / 0.4);
}

.active\:border-shade-white\/45:active{
  border-color: rgb(255 255 255 / 0.45);
}

.active\:border-shade-white\/5:active{
  border-color: rgb(255 255 255 / 0.05);
}

.active\:border-shade-white\/50:active{
  border-color: rgb(255 255 255 / 0.5);
}

.active\:border-shade-white\/55:active{
  border-color: rgb(255 255 255 / 0.55);
}

.active\:border-shade-white\/60:active{
  border-color: rgb(255 255 255 / 0.6);
}

.active\:border-shade-white\/65:active{
  border-color: rgb(255 255 255 / 0.65);
}

.active\:border-shade-white\/70:active{
  border-color: rgb(255 255 255 / 0.7);
}

.active\:border-shade-white\/75:active{
  border-color: rgb(255 255 255 / 0.75);
}

.active\:border-shade-white\/80:active{
  border-color: rgb(255 255 255 / 0.8);
}

.active\:border-shade-white\/85:active{
  border-color: rgb(255 255 255 / 0.85);
}

.active\:border-shade-white\/90:active{
  border-color: rgb(255 255 255 / 0.9);
}

.active\:border-shade-white\/95:active{
  border-color: rgb(255 255 255 / 0.95);
}

.active\:border-skynamo-blue:active{
  --tw-border-opacity: 1;
  border-color: rgb(61 181 230 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-blue\/0:active{
  border-color: rgb(61 181 230 / 0);
}

.active\:border-skynamo-blue\/10:active{
  border-color: rgb(61 181 230 / 0.1);
}

.active\:border-skynamo-blue\/100:active{
  border-color: rgb(61 181 230 / 1);
}

.active\:border-skynamo-blue\/15:active{
  border-color: rgb(61 181 230 / 0.15);
}

.active\:border-skynamo-blue\/20:active{
  border-color: rgb(61 181 230 / 0.2);
}

.active\:border-skynamo-blue\/25:active{
  border-color: rgb(61 181 230 / 0.25);
}

.active\:border-skynamo-blue\/30:active{
  border-color: rgb(61 181 230 / 0.3);
}

.active\:border-skynamo-blue\/35:active{
  border-color: rgb(61 181 230 / 0.35);
}

.active\:border-skynamo-blue\/40:active{
  border-color: rgb(61 181 230 / 0.4);
}

.active\:border-skynamo-blue\/45:active{
  border-color: rgb(61 181 230 / 0.45);
}

.active\:border-skynamo-blue\/5:active{
  border-color: rgb(61 181 230 / 0.05);
}

.active\:border-skynamo-blue\/50:active{
  border-color: rgb(61 181 230 / 0.5);
}

.active\:border-skynamo-blue\/55:active{
  border-color: rgb(61 181 230 / 0.55);
}

.active\:border-skynamo-blue\/60:active{
  border-color: rgb(61 181 230 / 0.6);
}

.active\:border-skynamo-blue\/65:active{
  border-color: rgb(61 181 230 / 0.65);
}

.active\:border-skynamo-blue\/70:active{
  border-color: rgb(61 181 230 / 0.7);
}

.active\:border-skynamo-blue\/75:active{
  border-color: rgb(61 181 230 / 0.75);
}

.active\:border-skynamo-blue\/80:active{
  border-color: rgb(61 181 230 / 0.8);
}

.active\:border-skynamo-blue\/85:active{
  border-color: rgb(61 181 230 / 0.85);
}

.active\:border-skynamo-blue\/90:active{
  border-color: rgb(61 181 230 / 0.9);
}

.active\:border-skynamo-blue\/95:active{
  border-color: rgb(61 181 230 / 0.95);
}

.active\:border-skynamo-bright-pink:active{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-bright-pink\/0:active{
  border-color: rgb(236 0 140 / 0);
}

.active\:border-skynamo-bright-pink\/10:active{
  border-color: rgb(236 0 140 / 0.1);
}

.active\:border-skynamo-bright-pink\/100:active{
  border-color: rgb(236 0 140 / 1);
}

.active\:border-skynamo-bright-pink\/15:active{
  border-color: rgb(236 0 140 / 0.15);
}

.active\:border-skynamo-bright-pink\/20:active{
  border-color: rgb(236 0 140 / 0.2);
}

.active\:border-skynamo-bright-pink\/25:active{
  border-color: rgb(236 0 140 / 0.25);
}

.active\:border-skynamo-bright-pink\/30:active{
  border-color: rgb(236 0 140 / 0.3);
}

.active\:border-skynamo-bright-pink\/35:active{
  border-color: rgb(236 0 140 / 0.35);
}

.active\:border-skynamo-bright-pink\/40:active{
  border-color: rgb(236 0 140 / 0.4);
}

.active\:border-skynamo-bright-pink\/45:active{
  border-color: rgb(236 0 140 / 0.45);
}

.active\:border-skynamo-bright-pink\/5:active{
  border-color: rgb(236 0 140 / 0.05);
}

.active\:border-skynamo-bright-pink\/50:active{
  border-color: rgb(236 0 140 / 0.5);
}

.active\:border-skynamo-bright-pink\/55:active{
  border-color: rgb(236 0 140 / 0.55);
}

.active\:border-skynamo-bright-pink\/60:active{
  border-color: rgb(236 0 140 / 0.6);
}

.active\:border-skynamo-bright-pink\/65:active{
  border-color: rgb(236 0 140 / 0.65);
}

.active\:border-skynamo-bright-pink\/70:active{
  border-color: rgb(236 0 140 / 0.7);
}

.active\:border-skynamo-bright-pink\/75:active{
  border-color: rgb(236 0 140 / 0.75);
}

.active\:border-skynamo-bright-pink\/80:active{
  border-color: rgb(236 0 140 / 0.8);
}

.active\:border-skynamo-bright-pink\/85:active{
  border-color: rgb(236 0 140 / 0.85);
}

.active\:border-skynamo-bright-pink\/90:active{
  border-color: rgb(236 0 140 / 0.9);
}

.active\:border-skynamo-bright-pink\/95:active{
  border-color: rgb(236 0 140 / 0.95);
}

.active\:border-skynamo-bright-purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(127 50 190 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-bright-purple\/0:active{
  border-color: rgb(127 50 190 / 0);
}

.active\:border-skynamo-bright-purple\/10:active{
  border-color: rgb(127 50 190 / 0.1);
}

.active\:border-skynamo-bright-purple\/100:active{
  border-color: rgb(127 50 190 / 1);
}

.active\:border-skynamo-bright-purple\/15:active{
  border-color: rgb(127 50 190 / 0.15);
}

.active\:border-skynamo-bright-purple\/20:active{
  border-color: rgb(127 50 190 / 0.2);
}

.active\:border-skynamo-bright-purple\/25:active{
  border-color: rgb(127 50 190 / 0.25);
}

.active\:border-skynamo-bright-purple\/30:active{
  border-color: rgb(127 50 190 / 0.3);
}

.active\:border-skynamo-bright-purple\/35:active{
  border-color: rgb(127 50 190 / 0.35);
}

.active\:border-skynamo-bright-purple\/40:active{
  border-color: rgb(127 50 190 / 0.4);
}

.active\:border-skynamo-bright-purple\/45:active{
  border-color: rgb(127 50 190 / 0.45);
}

.active\:border-skynamo-bright-purple\/5:active{
  border-color: rgb(127 50 190 / 0.05);
}

.active\:border-skynamo-bright-purple\/50:active{
  border-color: rgb(127 50 190 / 0.5);
}

.active\:border-skynamo-bright-purple\/55:active{
  border-color: rgb(127 50 190 / 0.55);
}

.active\:border-skynamo-bright-purple\/60:active{
  border-color: rgb(127 50 190 / 0.6);
}

.active\:border-skynamo-bright-purple\/65:active{
  border-color: rgb(127 50 190 / 0.65);
}

.active\:border-skynamo-bright-purple\/70:active{
  border-color: rgb(127 50 190 / 0.7);
}

.active\:border-skynamo-bright-purple\/75:active{
  border-color: rgb(127 50 190 / 0.75);
}

.active\:border-skynamo-bright-purple\/80:active{
  border-color: rgb(127 50 190 / 0.8);
}

.active\:border-skynamo-bright-purple\/85:active{
  border-color: rgb(127 50 190 / 0.85);
}

.active\:border-skynamo-bright-purple\/90:active{
  border-color: rgb(127 50 190 / 0.9);
}

.active\:border-skynamo-bright-purple\/95:active{
  border-color: rgb(127 50 190 / 0.95);
}

.active\:border-skynamo-dark-purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(29 0 52 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-dark-purple\/0:active{
  border-color: rgb(29 0 52 / 0);
}

.active\:border-skynamo-dark-purple\/10:active{
  border-color: rgb(29 0 52 / 0.1);
}

.active\:border-skynamo-dark-purple\/100:active{
  border-color: rgb(29 0 52 / 1);
}

.active\:border-skynamo-dark-purple\/15:active{
  border-color: rgb(29 0 52 / 0.15);
}

.active\:border-skynamo-dark-purple\/20:active{
  border-color: rgb(29 0 52 / 0.2);
}

.active\:border-skynamo-dark-purple\/25:active{
  border-color: rgb(29 0 52 / 0.25);
}

.active\:border-skynamo-dark-purple\/30:active{
  border-color: rgb(29 0 52 / 0.3);
}

.active\:border-skynamo-dark-purple\/35:active{
  border-color: rgb(29 0 52 / 0.35);
}

.active\:border-skynamo-dark-purple\/40:active{
  border-color: rgb(29 0 52 / 0.4);
}

.active\:border-skynamo-dark-purple\/45:active{
  border-color: rgb(29 0 52 / 0.45);
}

.active\:border-skynamo-dark-purple\/5:active{
  border-color: rgb(29 0 52 / 0.05);
}

.active\:border-skynamo-dark-purple\/50:active{
  border-color: rgb(29 0 52 / 0.5);
}

.active\:border-skynamo-dark-purple\/55:active{
  border-color: rgb(29 0 52 / 0.55);
}

.active\:border-skynamo-dark-purple\/60:active{
  border-color: rgb(29 0 52 / 0.6);
}

.active\:border-skynamo-dark-purple\/65:active{
  border-color: rgb(29 0 52 / 0.65);
}

.active\:border-skynamo-dark-purple\/70:active{
  border-color: rgb(29 0 52 / 0.7);
}

.active\:border-skynamo-dark-purple\/75:active{
  border-color: rgb(29 0 52 / 0.75);
}

.active\:border-skynamo-dark-purple\/80:active{
  border-color: rgb(29 0 52 / 0.8);
}

.active\:border-skynamo-dark-purple\/85:active{
  border-color: rgb(29 0 52 / 0.85);
}

.active\:border-skynamo-dark-purple\/90:active{
  border-color: rgb(29 0 52 / 0.9);
}

.active\:border-skynamo-dark-purple\/95:active{
  border-color: rgb(29 0 52 / 0.95);
}

.active\:border-skynamo-gray:active{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-gray\/0:active{
  border-color: rgb(189 189 189 / 0);
}

.active\:border-skynamo-gray\/10:active{
  border-color: rgb(189 189 189 / 0.1);
}

.active\:border-skynamo-gray\/100:active{
  border-color: rgb(189 189 189 / 1);
}

.active\:border-skynamo-gray\/15:active{
  border-color: rgb(189 189 189 / 0.15);
}

.active\:border-skynamo-gray\/20:active{
  border-color: rgb(189 189 189 / 0.2);
}

.active\:border-skynamo-gray\/25:active{
  border-color: rgb(189 189 189 / 0.25);
}

.active\:border-skynamo-gray\/30:active{
  border-color: rgb(189 189 189 / 0.3);
}

.active\:border-skynamo-gray\/35:active{
  border-color: rgb(189 189 189 / 0.35);
}

.active\:border-skynamo-gray\/40:active{
  border-color: rgb(189 189 189 / 0.4);
}

.active\:border-skynamo-gray\/45:active{
  border-color: rgb(189 189 189 / 0.45);
}

.active\:border-skynamo-gray\/5:active{
  border-color: rgb(189 189 189 / 0.05);
}

.active\:border-skynamo-gray\/50:active{
  border-color: rgb(189 189 189 / 0.5);
}

.active\:border-skynamo-gray\/55:active{
  border-color: rgb(189 189 189 / 0.55);
}

.active\:border-skynamo-gray\/60:active{
  border-color: rgb(189 189 189 / 0.6);
}

.active\:border-skynamo-gray\/65:active{
  border-color: rgb(189 189 189 / 0.65);
}

.active\:border-skynamo-gray\/70:active{
  border-color: rgb(189 189 189 / 0.7);
}

.active\:border-skynamo-gray\/75:active{
  border-color: rgb(189 189 189 / 0.75);
}

.active\:border-skynamo-gray\/80:active{
  border-color: rgb(189 189 189 / 0.8);
}

.active\:border-skynamo-gray\/85:active{
  border-color: rgb(189 189 189 / 0.85);
}

.active\:border-skynamo-gray\/90:active{
  border-color: rgb(189 189 189 / 0.9);
}

.active\:border-skynamo-gray\/95:active{
  border-color: rgb(189 189 189 / 0.95);
}

.active\:border-skynamo-light-gray:active{
  --tw-border-opacity: 1;
  border-color: rgb(226 225 221 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-light-gray\/0:active{
  border-color: rgb(226 225 221 / 0);
}

.active\:border-skynamo-light-gray\/10:active{
  border-color: rgb(226 225 221 / 0.1);
}

.active\:border-skynamo-light-gray\/100:active{
  border-color: rgb(226 225 221 / 1);
}

.active\:border-skynamo-light-gray\/15:active{
  border-color: rgb(226 225 221 / 0.15);
}

.active\:border-skynamo-light-gray\/20:active{
  border-color: rgb(226 225 221 / 0.2);
}

.active\:border-skynamo-light-gray\/25:active{
  border-color: rgb(226 225 221 / 0.25);
}

.active\:border-skynamo-light-gray\/30:active{
  border-color: rgb(226 225 221 / 0.3);
}

.active\:border-skynamo-light-gray\/35:active{
  border-color: rgb(226 225 221 / 0.35);
}

.active\:border-skynamo-light-gray\/40:active{
  border-color: rgb(226 225 221 / 0.4);
}

.active\:border-skynamo-light-gray\/45:active{
  border-color: rgb(226 225 221 / 0.45);
}

.active\:border-skynamo-light-gray\/5:active{
  border-color: rgb(226 225 221 / 0.05);
}

.active\:border-skynamo-light-gray\/50:active{
  border-color: rgb(226 225 221 / 0.5);
}

.active\:border-skynamo-light-gray\/55:active{
  border-color: rgb(226 225 221 / 0.55);
}

.active\:border-skynamo-light-gray\/60:active{
  border-color: rgb(226 225 221 / 0.6);
}

.active\:border-skynamo-light-gray\/65:active{
  border-color: rgb(226 225 221 / 0.65);
}

.active\:border-skynamo-light-gray\/70:active{
  border-color: rgb(226 225 221 / 0.7);
}

.active\:border-skynamo-light-gray\/75:active{
  border-color: rgb(226 225 221 / 0.75);
}

.active\:border-skynamo-light-gray\/80:active{
  border-color: rgb(226 225 221 / 0.8);
}

.active\:border-skynamo-light-gray\/85:active{
  border-color: rgb(226 225 221 / 0.85);
}

.active\:border-skynamo-light-gray\/90:active{
  border-color: rgb(226 225 221 / 0.9);
}

.active\:border-skynamo-light-gray\/95:active{
  border-color: rgb(226 225 221 / 0.95);
}

.active\:border-skynamo-mint:active{
  --tw-border-opacity: 1;
  border-color: rgb(3 219 157 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-mint\/0:active{
  border-color: rgb(3 219 157 / 0);
}

.active\:border-skynamo-mint\/10:active{
  border-color: rgb(3 219 157 / 0.1);
}

.active\:border-skynamo-mint\/100:active{
  border-color: rgb(3 219 157 / 1);
}

.active\:border-skynamo-mint\/15:active{
  border-color: rgb(3 219 157 / 0.15);
}

.active\:border-skynamo-mint\/20:active{
  border-color: rgb(3 219 157 / 0.2);
}

.active\:border-skynamo-mint\/25:active{
  border-color: rgb(3 219 157 / 0.25);
}

.active\:border-skynamo-mint\/30:active{
  border-color: rgb(3 219 157 / 0.3);
}

.active\:border-skynamo-mint\/35:active{
  border-color: rgb(3 219 157 / 0.35);
}

.active\:border-skynamo-mint\/40:active{
  border-color: rgb(3 219 157 / 0.4);
}

.active\:border-skynamo-mint\/45:active{
  border-color: rgb(3 219 157 / 0.45);
}

.active\:border-skynamo-mint\/5:active{
  border-color: rgb(3 219 157 / 0.05);
}

.active\:border-skynamo-mint\/50:active{
  border-color: rgb(3 219 157 / 0.5);
}

.active\:border-skynamo-mint\/55:active{
  border-color: rgb(3 219 157 / 0.55);
}

.active\:border-skynamo-mint\/60:active{
  border-color: rgb(3 219 157 / 0.6);
}

.active\:border-skynamo-mint\/65:active{
  border-color: rgb(3 219 157 / 0.65);
}

.active\:border-skynamo-mint\/70:active{
  border-color: rgb(3 219 157 / 0.7);
}

.active\:border-skynamo-mint\/75:active{
  border-color: rgb(3 219 157 / 0.75);
}

.active\:border-skynamo-mint\/80:active{
  border-color: rgb(3 219 157 / 0.8);
}

.active\:border-skynamo-mint\/85:active{
  border-color: rgb(3 219 157 / 0.85);
}

.active\:border-skynamo-mint\/90:active{
  border-color: rgb(3 219 157 / 0.9);
}

.active\:border-skynamo-mint\/95:active{
  border-color: rgb(3 219 157 / 0.95);
}

.active\:border-skynamo-orange:active{
  --tw-border-opacity: 1;
  border-color: rgb(241 116 32 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-orange\/0:active{
  border-color: rgb(241 116 32 / 0);
}

.active\:border-skynamo-orange\/10:active{
  border-color: rgb(241 116 32 / 0.1);
}

.active\:border-skynamo-orange\/100:active{
  border-color: rgb(241 116 32 / 1);
}

.active\:border-skynamo-orange\/15:active{
  border-color: rgb(241 116 32 / 0.15);
}

.active\:border-skynamo-orange\/20:active{
  border-color: rgb(241 116 32 / 0.2);
}

.active\:border-skynamo-orange\/25:active{
  border-color: rgb(241 116 32 / 0.25);
}

.active\:border-skynamo-orange\/30:active{
  border-color: rgb(241 116 32 / 0.3);
}

.active\:border-skynamo-orange\/35:active{
  border-color: rgb(241 116 32 / 0.35);
}

.active\:border-skynamo-orange\/40:active{
  border-color: rgb(241 116 32 / 0.4);
}

.active\:border-skynamo-orange\/45:active{
  border-color: rgb(241 116 32 / 0.45);
}

.active\:border-skynamo-orange\/5:active{
  border-color: rgb(241 116 32 / 0.05);
}

.active\:border-skynamo-orange\/50:active{
  border-color: rgb(241 116 32 / 0.5);
}

.active\:border-skynamo-orange\/55:active{
  border-color: rgb(241 116 32 / 0.55);
}

.active\:border-skynamo-orange\/60:active{
  border-color: rgb(241 116 32 / 0.6);
}

.active\:border-skynamo-orange\/65:active{
  border-color: rgb(241 116 32 / 0.65);
}

.active\:border-skynamo-orange\/70:active{
  border-color: rgb(241 116 32 / 0.7);
}

.active\:border-skynamo-orange\/75:active{
  border-color: rgb(241 116 32 / 0.75);
}

.active\:border-skynamo-orange\/80:active{
  border-color: rgb(241 116 32 / 0.8);
}

.active\:border-skynamo-orange\/85:active{
  border-color: rgb(241 116 32 / 0.85);
}

.active\:border-skynamo-orange\/90:active{
  border-color: rgb(241 116 32 / 0.9);
}

.active\:border-skynamo-orange\/95:active{
  border-color: rgb(241 116 32 / 0.95);
}

.active\:border-skynamo-purple:active{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-purple\/0:active{
  border-color: rgb(61 17 82 / 0);
}

.active\:border-skynamo-purple\/10:active{
  border-color: rgb(61 17 82 / 0.1);
}

.active\:border-skynamo-purple\/100:active{
  border-color: rgb(61 17 82 / 1);
}

.active\:border-skynamo-purple\/15:active{
  border-color: rgb(61 17 82 / 0.15);
}

.active\:border-skynamo-purple\/20:active{
  border-color: rgb(61 17 82 / 0.2);
}

.active\:border-skynamo-purple\/25:active{
  border-color: rgb(61 17 82 / 0.25);
}

.active\:border-skynamo-purple\/30:active{
  border-color: rgb(61 17 82 / 0.3);
}

.active\:border-skynamo-purple\/35:active{
  border-color: rgb(61 17 82 / 0.35);
}

.active\:border-skynamo-purple\/40:active{
  border-color: rgb(61 17 82 / 0.4);
}

.active\:border-skynamo-purple\/45:active{
  border-color: rgb(61 17 82 / 0.45);
}

.active\:border-skynamo-purple\/5:active{
  border-color: rgb(61 17 82 / 0.05);
}

.active\:border-skynamo-purple\/50:active{
  border-color: rgb(61 17 82 / 0.5);
}

.active\:border-skynamo-purple\/55:active{
  border-color: rgb(61 17 82 / 0.55);
}

.active\:border-skynamo-purple\/60:active{
  border-color: rgb(61 17 82 / 0.6);
}

.active\:border-skynamo-purple\/65:active{
  border-color: rgb(61 17 82 / 0.65);
}

.active\:border-skynamo-purple\/70:active{
  border-color: rgb(61 17 82 / 0.7);
}

.active\:border-skynamo-purple\/75:active{
  border-color: rgb(61 17 82 / 0.75);
}

.active\:border-skynamo-purple\/80:active{
  border-color: rgb(61 17 82 / 0.8);
}

.active\:border-skynamo-purple\/85:active{
  border-color: rgb(61 17 82 / 0.85);
}

.active\:border-skynamo-purple\/90:active{
  border-color: rgb(61 17 82 / 0.9);
}

.active\:border-skynamo-purple\/95:active{
  border-color: rgb(61 17 82 / 0.95);
}

.active\:border-skynamo-yellow:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 186 0 / var(--tw-border-opacity, 1));
}

.active\:border-skynamo-yellow\/0:active{
  border-color: rgb(255 186 0 / 0);
}

.active\:border-skynamo-yellow\/10:active{
  border-color: rgb(255 186 0 / 0.1);
}

.active\:border-skynamo-yellow\/100:active{
  border-color: rgb(255 186 0 / 1);
}

.active\:border-skynamo-yellow\/15:active{
  border-color: rgb(255 186 0 / 0.15);
}

.active\:border-skynamo-yellow\/20:active{
  border-color: rgb(255 186 0 / 0.2);
}

.active\:border-skynamo-yellow\/25:active{
  border-color: rgb(255 186 0 / 0.25);
}

.active\:border-skynamo-yellow\/30:active{
  border-color: rgb(255 186 0 / 0.3);
}

.active\:border-skynamo-yellow\/35:active{
  border-color: rgb(255 186 0 / 0.35);
}

.active\:border-skynamo-yellow\/40:active{
  border-color: rgb(255 186 0 / 0.4);
}

.active\:border-skynamo-yellow\/45:active{
  border-color: rgb(255 186 0 / 0.45);
}

.active\:border-skynamo-yellow\/5:active{
  border-color: rgb(255 186 0 / 0.05);
}

.active\:border-skynamo-yellow\/50:active{
  border-color: rgb(255 186 0 / 0.5);
}

.active\:border-skynamo-yellow\/55:active{
  border-color: rgb(255 186 0 / 0.55);
}

.active\:border-skynamo-yellow\/60:active{
  border-color: rgb(255 186 0 / 0.6);
}

.active\:border-skynamo-yellow\/65:active{
  border-color: rgb(255 186 0 / 0.65);
}

.active\:border-skynamo-yellow\/70:active{
  border-color: rgb(255 186 0 / 0.7);
}

.active\:border-skynamo-yellow\/75:active{
  border-color: rgb(255 186 0 / 0.75);
}

.active\:border-skynamo-yellow\/80:active{
  border-color: rgb(255 186 0 / 0.8);
}

.active\:border-skynamo-yellow\/85:active{
  border-color: rgb(255 186 0 / 0.85);
}

.active\:border-skynamo-yellow\/90:active{
  border-color: rgb(255 186 0 / 0.9);
}

.active\:border-skynamo-yellow\/95:active{
  border-color: rgb(255 186 0 / 0.95);
}

.active\:border-success-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.active\:border-success-100\/0:active{
  border-color: rgb(21 128 61 / 0);
}

.active\:border-success-100\/10:active{
  border-color: rgb(21 128 61 / 0.1);
}

.active\:border-success-100\/100:active{
  border-color: rgb(21 128 61 / 1);
}

.active\:border-success-100\/15:active{
  border-color: rgb(21 128 61 / 0.15);
}

.active\:border-success-100\/20:active{
  border-color: rgb(21 128 61 / 0.2);
}

.active\:border-success-100\/25:active{
  border-color: rgb(21 128 61 / 0.25);
}

.active\:border-success-100\/30:active{
  border-color: rgb(21 128 61 / 0.3);
}

.active\:border-success-100\/35:active{
  border-color: rgb(21 128 61 / 0.35);
}

.active\:border-success-100\/40:active{
  border-color: rgb(21 128 61 / 0.4);
}

.active\:border-success-100\/45:active{
  border-color: rgb(21 128 61 / 0.45);
}

.active\:border-success-100\/5:active{
  border-color: rgb(21 128 61 / 0.05);
}

.active\:border-success-100\/50:active{
  border-color: rgb(21 128 61 / 0.5);
}

.active\:border-success-100\/55:active{
  border-color: rgb(21 128 61 / 0.55);
}

.active\:border-success-100\/60:active{
  border-color: rgb(21 128 61 / 0.6);
}

.active\:border-success-100\/65:active{
  border-color: rgb(21 128 61 / 0.65);
}

.active\:border-success-100\/70:active{
  border-color: rgb(21 128 61 / 0.7);
}

.active\:border-success-100\/75:active{
  border-color: rgb(21 128 61 / 0.75);
}

.active\:border-success-100\/80:active{
  border-color: rgb(21 128 61 / 0.8);
}

.active\:border-success-100\/85:active{
  border-color: rgb(21 128 61 / 0.85);
}

.active\:border-success-100\/90:active{
  border-color: rgb(21 128 61 / 0.9);
}

.active\:border-success-100\/95:active{
  border-color: rgb(21 128 61 / 0.95);
}

.active\:border-success-background:active{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.active\:border-success-background\/0:active{
  border-color: rgb(220 252 231 / 0);
}

.active\:border-success-background\/10:active{
  border-color: rgb(220 252 231 / 0.1);
}

.active\:border-success-background\/100:active{
  border-color: rgb(220 252 231 / 1);
}

.active\:border-success-background\/15:active{
  border-color: rgb(220 252 231 / 0.15);
}

.active\:border-success-background\/20:active{
  border-color: rgb(220 252 231 / 0.2);
}

.active\:border-success-background\/25:active{
  border-color: rgb(220 252 231 / 0.25);
}

.active\:border-success-background\/30:active{
  border-color: rgb(220 252 231 / 0.3);
}

.active\:border-success-background\/35:active{
  border-color: rgb(220 252 231 / 0.35);
}

.active\:border-success-background\/40:active{
  border-color: rgb(220 252 231 / 0.4);
}

.active\:border-success-background\/45:active{
  border-color: rgb(220 252 231 / 0.45);
}

.active\:border-success-background\/5:active{
  border-color: rgb(220 252 231 / 0.05);
}

.active\:border-success-background\/50:active{
  border-color: rgb(220 252 231 / 0.5);
}

.active\:border-success-background\/55:active{
  border-color: rgb(220 252 231 / 0.55);
}

.active\:border-success-background\/60:active{
  border-color: rgb(220 252 231 / 0.6);
}

.active\:border-success-background\/65:active{
  border-color: rgb(220 252 231 / 0.65);
}

.active\:border-success-background\/70:active{
  border-color: rgb(220 252 231 / 0.7);
}

.active\:border-success-background\/75:active{
  border-color: rgb(220 252 231 / 0.75);
}

.active\:border-success-background\/80:active{
  border-color: rgb(220 252 231 / 0.8);
}

.active\:border-success-background\/85:active{
  border-color: rgb(220 252 231 / 0.85);
}

.active\:border-success-background\/90:active{
  border-color: rgb(220 252 231 / 0.9);
}

.active\:border-success-background\/95:active{
  border-color: rgb(220 252 231 / 0.95);
}

.active\:border-tertiary-10:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 255 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-10\/0:active{
  border-color: rgb(255 235 255 / 0);
}

.active\:border-tertiary-10\/10:active{
  border-color: rgb(255 235 255 / 0.1);
}

.active\:border-tertiary-10\/100:active{
  border-color: rgb(255 235 255 / 1);
}

.active\:border-tertiary-10\/15:active{
  border-color: rgb(255 235 255 / 0.15);
}

.active\:border-tertiary-10\/20:active{
  border-color: rgb(255 235 255 / 0.2);
}

.active\:border-tertiary-10\/25:active{
  border-color: rgb(255 235 255 / 0.25);
}

.active\:border-tertiary-10\/30:active{
  border-color: rgb(255 235 255 / 0.3);
}

.active\:border-tertiary-10\/35:active{
  border-color: rgb(255 235 255 / 0.35);
}

.active\:border-tertiary-10\/40:active{
  border-color: rgb(255 235 255 / 0.4);
}

.active\:border-tertiary-10\/45:active{
  border-color: rgb(255 235 255 / 0.45);
}

.active\:border-tertiary-10\/5:active{
  border-color: rgb(255 235 255 / 0.05);
}

.active\:border-tertiary-10\/50:active{
  border-color: rgb(255 235 255 / 0.5);
}

.active\:border-tertiary-10\/55:active{
  border-color: rgb(255 235 255 / 0.55);
}

.active\:border-tertiary-10\/60:active{
  border-color: rgb(255 235 255 / 0.6);
}

.active\:border-tertiary-10\/65:active{
  border-color: rgb(255 235 255 / 0.65);
}

.active\:border-tertiary-10\/70:active{
  border-color: rgb(255 235 255 / 0.7);
}

.active\:border-tertiary-10\/75:active{
  border-color: rgb(255 235 255 / 0.75);
}

.active\:border-tertiary-10\/80:active{
  border-color: rgb(255 235 255 / 0.8);
}

.active\:border-tertiary-10\/85:active{
  border-color: rgb(255 235 255 / 0.85);
}

.active\:border-tertiary-10\/90:active{
  border-color: rgb(255 235 255 / 0.9);
}

.active\:border-tertiary-10\/95:active{
  border-color: rgb(255 235 255 / 0.95);
}

.active\:border-tertiary-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(28 0 42 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-100\/0:active{
  border-color: rgb(28 0 42 / 0);
}

.active\:border-tertiary-100\/10:active{
  border-color: rgb(28 0 42 / 0.1);
}

.active\:border-tertiary-100\/100:active{
  border-color: rgb(28 0 42 / 1);
}

.active\:border-tertiary-100\/15:active{
  border-color: rgb(28 0 42 / 0.15);
}

.active\:border-tertiary-100\/20:active{
  border-color: rgb(28 0 42 / 0.2);
}

.active\:border-tertiary-100\/25:active{
  border-color: rgb(28 0 42 / 0.25);
}

.active\:border-tertiary-100\/30:active{
  border-color: rgb(28 0 42 / 0.3);
}

.active\:border-tertiary-100\/35:active{
  border-color: rgb(28 0 42 / 0.35);
}

.active\:border-tertiary-100\/40:active{
  border-color: rgb(28 0 42 / 0.4);
}

.active\:border-tertiary-100\/45:active{
  border-color: rgb(28 0 42 / 0.45);
}

.active\:border-tertiary-100\/5:active{
  border-color: rgb(28 0 42 / 0.05);
}

.active\:border-tertiary-100\/50:active{
  border-color: rgb(28 0 42 / 0.5);
}

.active\:border-tertiary-100\/55:active{
  border-color: rgb(28 0 42 / 0.55);
}

.active\:border-tertiary-100\/60:active{
  border-color: rgb(28 0 42 / 0.6);
}

.active\:border-tertiary-100\/65:active{
  border-color: rgb(28 0 42 / 0.65);
}

.active\:border-tertiary-100\/70:active{
  border-color: rgb(28 0 42 / 0.7);
}

.active\:border-tertiary-100\/75:active{
  border-color: rgb(28 0 42 / 0.75);
}

.active\:border-tertiary-100\/80:active{
  border-color: rgb(28 0 42 / 0.8);
}

.active\:border-tertiary-100\/85:active{
  border-color: rgb(28 0 42 / 0.85);
}

.active\:border-tertiary-100\/90:active{
  border-color: rgb(28 0 42 / 0.9);
}

.active\:border-tertiary-100\/95:active{
  border-color: rgb(28 0 42 / 0.95);
}

.active\:border-tertiary-20:active{
  --tw-border-opacity: 1;
  border-color: rgb(248 216 255 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-20\/0:active{
  border-color: rgb(248 216 255 / 0);
}

.active\:border-tertiary-20\/10:active{
  border-color: rgb(248 216 255 / 0.1);
}

.active\:border-tertiary-20\/100:active{
  border-color: rgb(248 216 255 / 1);
}

.active\:border-tertiary-20\/15:active{
  border-color: rgb(248 216 255 / 0.15);
}

.active\:border-tertiary-20\/20:active{
  border-color: rgb(248 216 255 / 0.2);
}

.active\:border-tertiary-20\/25:active{
  border-color: rgb(248 216 255 / 0.25);
}

.active\:border-tertiary-20\/30:active{
  border-color: rgb(248 216 255 / 0.3);
}

.active\:border-tertiary-20\/35:active{
  border-color: rgb(248 216 255 / 0.35);
}

.active\:border-tertiary-20\/40:active{
  border-color: rgb(248 216 255 / 0.4);
}

.active\:border-tertiary-20\/45:active{
  border-color: rgb(248 216 255 / 0.45);
}

.active\:border-tertiary-20\/5:active{
  border-color: rgb(248 216 255 / 0.05);
}

.active\:border-tertiary-20\/50:active{
  border-color: rgb(248 216 255 / 0.5);
}

.active\:border-tertiary-20\/55:active{
  border-color: rgb(248 216 255 / 0.55);
}

.active\:border-tertiary-20\/60:active{
  border-color: rgb(248 216 255 / 0.6);
}

.active\:border-tertiary-20\/65:active{
  border-color: rgb(248 216 255 / 0.65);
}

.active\:border-tertiary-20\/70:active{
  border-color: rgb(248 216 255 / 0.7);
}

.active\:border-tertiary-20\/75:active{
  border-color: rgb(248 216 255 / 0.75);
}

.active\:border-tertiary-20\/80:active{
  border-color: rgb(248 216 255 / 0.8);
}

.active\:border-tertiary-20\/85:active{
  border-color: rgb(248 216 255 / 0.85);
}

.active\:border-tertiary-20\/90:active{
  border-color: rgb(248 216 255 / 0.9);
}

.active\:border-tertiary-20\/95:active{
  border-color: rgb(248 216 255 / 0.95);
}

.active\:border-tertiary-30:active{
  --tw-border-opacity: 1;
  border-color: rgb(235 178 255 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-30\/0:active{
  border-color: rgb(235 178 255 / 0);
}

.active\:border-tertiary-30\/10:active{
  border-color: rgb(235 178 255 / 0.1);
}

.active\:border-tertiary-30\/100:active{
  border-color: rgb(235 178 255 / 1);
}

.active\:border-tertiary-30\/15:active{
  border-color: rgb(235 178 255 / 0.15);
}

.active\:border-tertiary-30\/20:active{
  border-color: rgb(235 178 255 / 0.2);
}

.active\:border-tertiary-30\/25:active{
  border-color: rgb(235 178 255 / 0.25);
}

.active\:border-tertiary-30\/30:active{
  border-color: rgb(235 178 255 / 0.3);
}

.active\:border-tertiary-30\/35:active{
  border-color: rgb(235 178 255 / 0.35);
}

.active\:border-tertiary-30\/40:active{
  border-color: rgb(235 178 255 / 0.4);
}

.active\:border-tertiary-30\/45:active{
  border-color: rgb(235 178 255 / 0.45);
}

.active\:border-tertiary-30\/5:active{
  border-color: rgb(235 178 255 / 0.05);
}

.active\:border-tertiary-30\/50:active{
  border-color: rgb(235 178 255 / 0.5);
}

.active\:border-tertiary-30\/55:active{
  border-color: rgb(235 178 255 / 0.55);
}

.active\:border-tertiary-30\/60:active{
  border-color: rgb(235 178 255 / 0.6);
}

.active\:border-tertiary-30\/65:active{
  border-color: rgb(235 178 255 / 0.65);
}

.active\:border-tertiary-30\/70:active{
  border-color: rgb(235 178 255 / 0.7);
}

.active\:border-tertiary-30\/75:active{
  border-color: rgb(235 178 255 / 0.75);
}

.active\:border-tertiary-30\/80:active{
  border-color: rgb(235 178 255 / 0.8);
}

.active\:border-tertiary-30\/85:active{
  border-color: rgb(235 178 255 / 0.85);
}

.active\:border-tertiary-30\/90:active{
  border-color: rgb(235 178 255 / 0.9);
}

.active\:border-tertiary-30\/95:active{
  border-color: rgb(235 178 255 / 0.95);
}

.active\:border-tertiary-40:active{
  --tw-border-opacity: 1;
  border-color: rgb(208 149 233 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-40\/0:active{
  border-color: rgb(208 149 233 / 0);
}

.active\:border-tertiary-40\/10:active{
  border-color: rgb(208 149 233 / 0.1);
}

.active\:border-tertiary-40\/100:active{
  border-color: rgb(208 149 233 / 1);
}

.active\:border-tertiary-40\/15:active{
  border-color: rgb(208 149 233 / 0.15);
}

.active\:border-tertiary-40\/20:active{
  border-color: rgb(208 149 233 / 0.2);
}

.active\:border-tertiary-40\/25:active{
  border-color: rgb(208 149 233 / 0.25);
}

.active\:border-tertiary-40\/30:active{
  border-color: rgb(208 149 233 / 0.3);
}

.active\:border-tertiary-40\/35:active{
  border-color: rgb(208 149 233 / 0.35);
}

.active\:border-tertiary-40\/40:active{
  border-color: rgb(208 149 233 / 0.4);
}

.active\:border-tertiary-40\/45:active{
  border-color: rgb(208 149 233 / 0.45);
}

.active\:border-tertiary-40\/5:active{
  border-color: rgb(208 149 233 / 0.05);
}

.active\:border-tertiary-40\/50:active{
  border-color: rgb(208 149 233 / 0.5);
}

.active\:border-tertiary-40\/55:active{
  border-color: rgb(208 149 233 / 0.55);
}

.active\:border-tertiary-40\/60:active{
  border-color: rgb(208 149 233 / 0.6);
}

.active\:border-tertiary-40\/65:active{
  border-color: rgb(208 149 233 / 0.65);
}

.active\:border-tertiary-40\/70:active{
  border-color: rgb(208 149 233 / 0.7);
}

.active\:border-tertiary-40\/75:active{
  border-color: rgb(208 149 233 / 0.75);
}

.active\:border-tertiary-40\/80:active{
  border-color: rgb(208 149 233 / 0.8);
}

.active\:border-tertiary-40\/85:active{
  border-color: rgb(208 149 233 / 0.85);
}

.active\:border-tertiary-40\/90:active{
  border-color: rgb(208 149 233 / 0.9);
}

.active\:border-tertiary-40\/95:active{
  border-color: rgb(208 149 233 / 0.95);
}

.active\:border-tertiary-5:active{
  --tw-border-opacity: 1;
  border-color: rgb(253 246 255 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-5\/0:active{
  border-color: rgb(253 246 255 / 0);
}

.active\:border-tertiary-5\/10:active{
  border-color: rgb(253 246 255 / 0.1);
}

.active\:border-tertiary-5\/100:active{
  border-color: rgb(253 246 255 / 1);
}

.active\:border-tertiary-5\/15:active{
  border-color: rgb(253 246 255 / 0.15);
}

.active\:border-tertiary-5\/20:active{
  border-color: rgb(253 246 255 / 0.2);
}

.active\:border-tertiary-5\/25:active{
  border-color: rgb(253 246 255 / 0.25);
}

.active\:border-tertiary-5\/30:active{
  border-color: rgb(253 246 255 / 0.3);
}

.active\:border-tertiary-5\/35:active{
  border-color: rgb(253 246 255 / 0.35);
}

.active\:border-tertiary-5\/40:active{
  border-color: rgb(253 246 255 / 0.4);
}

.active\:border-tertiary-5\/45:active{
  border-color: rgb(253 246 255 / 0.45);
}

.active\:border-tertiary-5\/5:active{
  border-color: rgb(253 246 255 / 0.05);
}

.active\:border-tertiary-5\/50:active{
  border-color: rgb(253 246 255 / 0.5);
}

.active\:border-tertiary-5\/55:active{
  border-color: rgb(253 246 255 / 0.55);
}

.active\:border-tertiary-5\/60:active{
  border-color: rgb(253 246 255 / 0.6);
}

.active\:border-tertiary-5\/65:active{
  border-color: rgb(253 246 255 / 0.65);
}

.active\:border-tertiary-5\/70:active{
  border-color: rgb(253 246 255 / 0.7);
}

.active\:border-tertiary-5\/75:active{
  border-color: rgb(253 246 255 / 0.75);
}

.active\:border-tertiary-5\/80:active{
  border-color: rgb(253 246 255 / 0.8);
}

.active\:border-tertiary-5\/85:active{
  border-color: rgb(253 246 255 / 0.85);
}

.active\:border-tertiary-5\/90:active{
  border-color: rgb(253 246 255 / 0.9);
}

.active\:border-tertiary-5\/95:active{
  border-color: rgb(253 246 255 / 0.95);
}

.active\:border-tertiary-50:active{
  --tw-border-opacity: 1;
  border-color: rgb(152 97 177 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-50\/0:active{
  border-color: rgb(152 97 177 / 0);
}

.active\:border-tertiary-50\/10:active{
  border-color: rgb(152 97 177 / 0.1);
}

.active\:border-tertiary-50\/100:active{
  border-color: rgb(152 97 177 / 1);
}

.active\:border-tertiary-50\/15:active{
  border-color: rgb(152 97 177 / 0.15);
}

.active\:border-tertiary-50\/20:active{
  border-color: rgb(152 97 177 / 0.2);
}

.active\:border-tertiary-50\/25:active{
  border-color: rgb(152 97 177 / 0.25);
}

.active\:border-tertiary-50\/30:active{
  border-color: rgb(152 97 177 / 0.3);
}

.active\:border-tertiary-50\/35:active{
  border-color: rgb(152 97 177 / 0.35);
}

.active\:border-tertiary-50\/40:active{
  border-color: rgb(152 97 177 / 0.4);
}

.active\:border-tertiary-50\/45:active{
  border-color: rgb(152 97 177 / 0.45);
}

.active\:border-tertiary-50\/5:active{
  border-color: rgb(152 97 177 / 0.05);
}

.active\:border-tertiary-50\/50:active{
  border-color: rgb(152 97 177 / 0.5);
}

.active\:border-tertiary-50\/55:active{
  border-color: rgb(152 97 177 / 0.55);
}

.active\:border-tertiary-50\/60:active{
  border-color: rgb(152 97 177 / 0.6);
}

.active\:border-tertiary-50\/65:active{
  border-color: rgb(152 97 177 / 0.65);
}

.active\:border-tertiary-50\/70:active{
  border-color: rgb(152 97 177 / 0.7);
}

.active\:border-tertiary-50\/75:active{
  border-color: rgb(152 97 177 / 0.75);
}

.active\:border-tertiary-50\/80:active{
  border-color: rgb(152 97 177 / 0.8);
}

.active\:border-tertiary-50\/85:active{
  border-color: rgb(152 97 177 / 0.85);
}

.active\:border-tertiary-50\/90:active{
  border-color: rgb(152 97 177 / 0.9);
}

.active\:border-tertiary-50\/95:active{
  border-color: rgb(152 97 177 / 0.95);
}

.active\:border-tertiary-60:active{
  --tw-border-opacity: 1;
  border-color: rgb(125 72 150 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-60\/0:active{
  border-color: rgb(125 72 150 / 0);
}

.active\:border-tertiary-60\/10:active{
  border-color: rgb(125 72 150 / 0.1);
}

.active\:border-tertiary-60\/100:active{
  border-color: rgb(125 72 150 / 1);
}

.active\:border-tertiary-60\/15:active{
  border-color: rgb(125 72 150 / 0.15);
}

.active\:border-tertiary-60\/20:active{
  border-color: rgb(125 72 150 / 0.2);
}

.active\:border-tertiary-60\/25:active{
  border-color: rgb(125 72 150 / 0.25);
}

.active\:border-tertiary-60\/30:active{
  border-color: rgb(125 72 150 / 0.3);
}

.active\:border-tertiary-60\/35:active{
  border-color: rgb(125 72 150 / 0.35);
}

.active\:border-tertiary-60\/40:active{
  border-color: rgb(125 72 150 / 0.4);
}

.active\:border-tertiary-60\/45:active{
  border-color: rgb(125 72 150 / 0.45);
}

.active\:border-tertiary-60\/5:active{
  border-color: rgb(125 72 150 / 0.05);
}

.active\:border-tertiary-60\/50:active{
  border-color: rgb(125 72 150 / 0.5);
}

.active\:border-tertiary-60\/55:active{
  border-color: rgb(125 72 150 / 0.55);
}

.active\:border-tertiary-60\/60:active{
  border-color: rgb(125 72 150 / 0.6);
}

.active\:border-tertiary-60\/65:active{
  border-color: rgb(125 72 150 / 0.65);
}

.active\:border-tertiary-60\/70:active{
  border-color: rgb(125 72 150 / 0.7);
}

.active\:border-tertiary-60\/75:active{
  border-color: rgb(125 72 150 / 0.75);
}

.active\:border-tertiary-60\/80:active{
  border-color: rgb(125 72 150 / 0.8);
}

.active\:border-tertiary-60\/85:active{
  border-color: rgb(125 72 150 / 0.85);
}

.active\:border-tertiary-60\/90:active{
  border-color: rgb(125 72 150 / 0.9);
}

.active\:border-tertiary-60\/95:active{
  border-color: rgb(125 72 150 / 0.95);
}

.active\:border-tertiary-70:active{
  --tw-border-opacity: 1;
  border-color: rgb(106 59 127 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-70\/0:active{
  border-color: rgb(106 59 127 / 0);
}

.active\:border-tertiary-70\/10:active{
  border-color: rgb(106 59 127 / 0.1);
}

.active\:border-tertiary-70\/100:active{
  border-color: rgb(106 59 127 / 1);
}

.active\:border-tertiary-70\/15:active{
  border-color: rgb(106 59 127 / 0.15);
}

.active\:border-tertiary-70\/20:active{
  border-color: rgb(106 59 127 / 0.2);
}

.active\:border-tertiary-70\/25:active{
  border-color: rgb(106 59 127 / 0.25);
}

.active\:border-tertiary-70\/30:active{
  border-color: rgb(106 59 127 / 0.3);
}

.active\:border-tertiary-70\/35:active{
  border-color: rgb(106 59 127 / 0.35);
}

.active\:border-tertiary-70\/40:active{
  border-color: rgb(106 59 127 / 0.4);
}

.active\:border-tertiary-70\/45:active{
  border-color: rgb(106 59 127 / 0.45);
}

.active\:border-tertiary-70\/5:active{
  border-color: rgb(106 59 127 / 0.05);
}

.active\:border-tertiary-70\/50:active{
  border-color: rgb(106 59 127 / 0.5);
}

.active\:border-tertiary-70\/55:active{
  border-color: rgb(106 59 127 / 0.55);
}

.active\:border-tertiary-70\/60:active{
  border-color: rgb(106 59 127 / 0.6);
}

.active\:border-tertiary-70\/65:active{
  border-color: rgb(106 59 127 / 0.65);
}

.active\:border-tertiary-70\/70:active{
  border-color: rgb(106 59 127 / 0.7);
}

.active\:border-tertiary-70\/75:active{
  border-color: rgb(106 59 127 / 0.75);
}

.active\:border-tertiary-70\/80:active{
  border-color: rgb(106 59 127 / 0.8);
}

.active\:border-tertiary-70\/85:active{
  border-color: rgb(106 59 127 / 0.85);
}

.active\:border-tertiary-70\/90:active{
  border-color: rgb(106 59 127 / 0.9);
}

.active\:border-tertiary-70\/95:active{
  border-color: rgb(106 59 127 / 0.95);
}

.active\:border-tertiary-80:active{
  --tw-border-opacity: 1;
  border-color: rgb(75 23 100 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-80\/0:active{
  border-color: rgb(75 23 100 / 0);
}

.active\:border-tertiary-80\/10:active{
  border-color: rgb(75 23 100 / 0.1);
}

.active\:border-tertiary-80\/100:active{
  border-color: rgb(75 23 100 / 1);
}

.active\:border-tertiary-80\/15:active{
  border-color: rgb(75 23 100 / 0.15);
}

.active\:border-tertiary-80\/20:active{
  border-color: rgb(75 23 100 / 0.2);
}

.active\:border-tertiary-80\/25:active{
  border-color: rgb(75 23 100 / 0.25);
}

.active\:border-tertiary-80\/30:active{
  border-color: rgb(75 23 100 / 0.3);
}

.active\:border-tertiary-80\/35:active{
  border-color: rgb(75 23 100 / 0.35);
}

.active\:border-tertiary-80\/40:active{
  border-color: rgb(75 23 100 / 0.4);
}

.active\:border-tertiary-80\/45:active{
  border-color: rgb(75 23 100 / 0.45);
}

.active\:border-tertiary-80\/5:active{
  border-color: rgb(75 23 100 / 0.05);
}

.active\:border-tertiary-80\/50:active{
  border-color: rgb(75 23 100 / 0.5);
}

.active\:border-tertiary-80\/55:active{
  border-color: rgb(75 23 100 / 0.55);
}

.active\:border-tertiary-80\/60:active{
  border-color: rgb(75 23 100 / 0.6);
}

.active\:border-tertiary-80\/65:active{
  border-color: rgb(75 23 100 / 0.65);
}

.active\:border-tertiary-80\/70:active{
  border-color: rgb(75 23 100 / 0.7);
}

.active\:border-tertiary-80\/75:active{
  border-color: rgb(75 23 100 / 0.75);
}

.active\:border-tertiary-80\/80:active{
  border-color: rgb(75 23 100 / 0.8);
}

.active\:border-tertiary-80\/85:active{
  border-color: rgb(75 23 100 / 0.85);
}

.active\:border-tertiary-80\/90:active{
  border-color: rgb(75 23 100 / 0.9);
}

.active\:border-tertiary-80\/95:active{
  border-color: rgb(75 23 100 / 0.95);
}

.active\:border-tertiary-90:active{
  --tw-border-opacity: 1;
  border-color: rgb(61 17 82 / var(--tw-border-opacity, 1));
}

.active\:border-tertiary-90\/0:active{
  border-color: rgb(61 17 82 / 0);
}

.active\:border-tertiary-90\/10:active{
  border-color: rgb(61 17 82 / 0.1);
}

.active\:border-tertiary-90\/100:active{
  border-color: rgb(61 17 82 / 1);
}

.active\:border-tertiary-90\/15:active{
  border-color: rgb(61 17 82 / 0.15);
}

.active\:border-tertiary-90\/20:active{
  border-color: rgb(61 17 82 / 0.2);
}

.active\:border-tertiary-90\/25:active{
  border-color: rgb(61 17 82 / 0.25);
}

.active\:border-tertiary-90\/30:active{
  border-color: rgb(61 17 82 / 0.3);
}

.active\:border-tertiary-90\/35:active{
  border-color: rgb(61 17 82 / 0.35);
}

.active\:border-tertiary-90\/40:active{
  border-color: rgb(61 17 82 / 0.4);
}

.active\:border-tertiary-90\/45:active{
  border-color: rgb(61 17 82 / 0.45);
}

.active\:border-tertiary-90\/5:active{
  border-color: rgb(61 17 82 / 0.05);
}

.active\:border-tertiary-90\/50:active{
  border-color: rgb(61 17 82 / 0.5);
}

.active\:border-tertiary-90\/55:active{
  border-color: rgb(61 17 82 / 0.55);
}

.active\:border-tertiary-90\/60:active{
  border-color: rgb(61 17 82 / 0.6);
}

.active\:border-tertiary-90\/65:active{
  border-color: rgb(61 17 82 / 0.65);
}

.active\:border-tertiary-90\/70:active{
  border-color: rgb(61 17 82 / 0.7);
}

.active\:border-tertiary-90\/75:active{
  border-color: rgb(61 17 82 / 0.75);
}

.active\:border-tertiary-90\/80:active{
  border-color: rgb(61 17 82 / 0.8);
}

.active\:border-tertiary-90\/85:active{
  border-color: rgb(61 17 82 / 0.85);
}

.active\:border-tertiary-90\/90:active{
  border-color: rgb(61 17 82 / 0.9);
}

.active\:border-tertiary-90\/95:active{
  border-color: rgb(61 17 82 / 0.95);
}

.active\:border-warning-100:active{
  --tw-border-opacity: 1;
  border-color: rgb(245 102 0 / var(--tw-border-opacity, 1));
}

.active\:border-warning-100\/0:active{
  border-color: rgb(245 102 0 / 0);
}

.active\:border-warning-100\/10:active{
  border-color: rgb(245 102 0 / 0.1);
}

.active\:border-warning-100\/100:active{
  border-color: rgb(245 102 0 / 1);
}

.active\:border-warning-100\/15:active{
  border-color: rgb(245 102 0 / 0.15);
}

.active\:border-warning-100\/20:active{
  border-color: rgb(245 102 0 / 0.2);
}

.active\:border-warning-100\/25:active{
  border-color: rgb(245 102 0 / 0.25);
}

.active\:border-warning-100\/30:active{
  border-color: rgb(245 102 0 / 0.3);
}

.active\:border-warning-100\/35:active{
  border-color: rgb(245 102 0 / 0.35);
}

.active\:border-warning-100\/40:active{
  border-color: rgb(245 102 0 / 0.4);
}

.active\:border-warning-100\/45:active{
  border-color: rgb(245 102 0 / 0.45);
}

.active\:border-warning-100\/5:active{
  border-color: rgb(245 102 0 / 0.05);
}

.active\:border-warning-100\/50:active{
  border-color: rgb(245 102 0 / 0.5);
}

.active\:border-warning-100\/55:active{
  border-color: rgb(245 102 0 / 0.55);
}

.active\:border-warning-100\/60:active{
  border-color: rgb(245 102 0 / 0.6);
}

.active\:border-warning-100\/65:active{
  border-color: rgb(245 102 0 / 0.65);
}

.active\:border-warning-100\/70:active{
  border-color: rgb(245 102 0 / 0.7);
}

.active\:border-warning-100\/75:active{
  border-color: rgb(245 102 0 / 0.75);
}

.active\:border-warning-100\/80:active{
  border-color: rgb(245 102 0 / 0.8);
}

.active\:border-warning-100\/85:active{
  border-color: rgb(245 102 0 / 0.85);
}

.active\:border-warning-100\/90:active{
  border-color: rgb(245 102 0 / 0.9);
}

.active\:border-warning-100\/95:active{
  border-color: rgb(245 102 0 / 0.95);
}

.active\:border-warning-background:active{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 204 / var(--tw-border-opacity, 1));
}

.active\:border-warning-background\/0:active{
  border-color: rgb(253 224 204 / 0);
}

.active\:border-warning-background\/10:active{
  border-color: rgb(253 224 204 / 0.1);
}

.active\:border-warning-background\/100:active{
  border-color: rgb(253 224 204 / 1);
}

.active\:border-warning-background\/15:active{
  border-color: rgb(253 224 204 / 0.15);
}

.active\:border-warning-background\/20:active{
  border-color: rgb(253 224 204 / 0.2);
}

.active\:border-warning-background\/25:active{
  border-color: rgb(253 224 204 / 0.25);
}

.active\:border-warning-background\/30:active{
  border-color: rgb(253 224 204 / 0.3);
}

.active\:border-warning-background\/35:active{
  border-color: rgb(253 224 204 / 0.35);
}

.active\:border-warning-background\/40:active{
  border-color: rgb(253 224 204 / 0.4);
}

.active\:border-warning-background\/45:active{
  border-color: rgb(253 224 204 / 0.45);
}

.active\:border-warning-background\/5:active{
  border-color: rgb(253 224 204 / 0.05);
}

.active\:border-warning-background\/50:active{
  border-color: rgb(253 224 204 / 0.5);
}

.active\:border-warning-background\/55:active{
  border-color: rgb(253 224 204 / 0.55);
}

.active\:border-warning-background\/60:active{
  border-color: rgb(253 224 204 / 0.6);
}

.active\:border-warning-background\/65:active{
  border-color: rgb(253 224 204 / 0.65);
}

.active\:border-warning-background\/70:active{
  border-color: rgb(253 224 204 / 0.7);
}

.active\:border-warning-background\/75:active{
  border-color: rgb(253 224 204 / 0.75);
}

.active\:border-warning-background\/80:active{
  border-color: rgb(253 224 204 / 0.8);
}

.active\:border-warning-background\/85:active{
  border-color: rgb(253 224 204 / 0.85);
}

.active\:border-warning-background\/90:active{
  border-color: rgb(253 224 204 / 0.9);
}

.active\:border-warning-background\/95:active{
  border-color: rgb(253 224 204 / 0.95);
}

.active\:bg-charts-1:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 107 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-1\/0:active{
  background-color: rgb(0 57 107 / 0);
}

.active\:bg-charts-1\/10:active{
  background-color: rgb(0 57 107 / 0.1);
}

.active\:bg-charts-1\/100:active{
  background-color: rgb(0 57 107 / 1);
}

.active\:bg-charts-1\/15:active{
  background-color: rgb(0 57 107 / 0.15);
}

.active\:bg-charts-1\/20:active{
  background-color: rgb(0 57 107 / 0.2);
}

.active\:bg-charts-1\/25:active{
  background-color: rgb(0 57 107 / 0.25);
}

.active\:bg-charts-1\/30:active{
  background-color: rgb(0 57 107 / 0.3);
}

.active\:bg-charts-1\/35:active{
  background-color: rgb(0 57 107 / 0.35);
}

.active\:bg-charts-1\/40:active{
  background-color: rgb(0 57 107 / 0.4);
}

.active\:bg-charts-1\/45:active{
  background-color: rgb(0 57 107 / 0.45);
}

.active\:bg-charts-1\/5:active{
  background-color: rgb(0 57 107 / 0.05);
}

.active\:bg-charts-1\/50:active{
  background-color: rgb(0 57 107 / 0.5);
}

.active\:bg-charts-1\/55:active{
  background-color: rgb(0 57 107 / 0.55);
}

.active\:bg-charts-1\/60:active{
  background-color: rgb(0 57 107 / 0.6);
}

.active\:bg-charts-1\/65:active{
  background-color: rgb(0 57 107 / 0.65);
}

.active\:bg-charts-1\/70:active{
  background-color: rgb(0 57 107 / 0.7);
}

.active\:bg-charts-1\/75:active{
  background-color: rgb(0 57 107 / 0.75);
}

.active\:bg-charts-1\/80:active{
  background-color: rgb(0 57 107 / 0.8);
}

.active\:bg-charts-1\/85:active{
  background-color: rgb(0 57 107 / 0.85);
}

.active\:bg-charts-1\/90:active{
  background-color: rgb(0 57 107 / 0.9);
}

.active\:bg-charts-1\/95:active{
  background-color: rgb(0 57 107 / 0.95);
}

.active\:bg-charts-10:active{
  --tw-bg-opacity: 1;
  background-color: rgb(250 77 86 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-10\/0:active{
  background-color: rgb(250 77 86 / 0);
}

.active\:bg-charts-10\/10:active{
  background-color: rgb(250 77 86 / 0.1);
}

.active\:bg-charts-10\/100:active{
  background-color: rgb(250 77 86 / 1);
}

.active\:bg-charts-10\/15:active{
  background-color: rgb(250 77 86 / 0.15);
}

.active\:bg-charts-10\/20:active{
  background-color: rgb(250 77 86 / 0.2);
}

.active\:bg-charts-10\/25:active{
  background-color: rgb(250 77 86 / 0.25);
}

.active\:bg-charts-10\/30:active{
  background-color: rgb(250 77 86 / 0.3);
}

.active\:bg-charts-10\/35:active{
  background-color: rgb(250 77 86 / 0.35);
}

.active\:bg-charts-10\/40:active{
  background-color: rgb(250 77 86 / 0.4);
}

.active\:bg-charts-10\/45:active{
  background-color: rgb(250 77 86 / 0.45);
}

.active\:bg-charts-10\/5:active{
  background-color: rgb(250 77 86 / 0.05);
}

.active\:bg-charts-10\/50:active{
  background-color: rgb(250 77 86 / 0.5);
}

.active\:bg-charts-10\/55:active{
  background-color: rgb(250 77 86 / 0.55);
}

.active\:bg-charts-10\/60:active{
  background-color: rgb(250 77 86 / 0.6);
}

.active\:bg-charts-10\/65:active{
  background-color: rgb(250 77 86 / 0.65);
}

.active\:bg-charts-10\/70:active{
  background-color: rgb(250 77 86 / 0.7);
}

.active\:bg-charts-10\/75:active{
  background-color: rgb(250 77 86 / 0.75);
}

.active\:bg-charts-10\/80:active{
  background-color: rgb(250 77 86 / 0.8);
}

.active\:bg-charts-10\/85:active{
  background-color: rgb(250 77 86 / 0.85);
}

.active\:bg-charts-10\/90:active{
  background-color: rgb(250 77 86 / 0.9);
}

.active\:bg-charts-10\/95:active{
  background-color: rgb(250 77 86 / 0.95);
}

.active\:bg-charts-11:active{
  --tw-bg-opacity: 1;
  background-color: rgb(165 110 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-11\/0:active{
  background-color: rgb(165 110 255 / 0);
}

.active\:bg-charts-11\/10:active{
  background-color: rgb(165 110 255 / 0.1);
}

.active\:bg-charts-11\/100:active{
  background-color: rgb(165 110 255 / 1);
}

.active\:bg-charts-11\/15:active{
  background-color: rgb(165 110 255 / 0.15);
}

.active\:bg-charts-11\/20:active{
  background-color: rgb(165 110 255 / 0.2);
}

.active\:bg-charts-11\/25:active{
  background-color: rgb(165 110 255 / 0.25);
}

.active\:bg-charts-11\/30:active{
  background-color: rgb(165 110 255 / 0.3);
}

.active\:bg-charts-11\/35:active{
  background-color: rgb(165 110 255 / 0.35);
}

.active\:bg-charts-11\/40:active{
  background-color: rgb(165 110 255 / 0.4);
}

.active\:bg-charts-11\/45:active{
  background-color: rgb(165 110 255 / 0.45);
}

.active\:bg-charts-11\/5:active{
  background-color: rgb(165 110 255 / 0.05);
}

.active\:bg-charts-11\/50:active{
  background-color: rgb(165 110 255 / 0.5);
}

.active\:bg-charts-11\/55:active{
  background-color: rgb(165 110 255 / 0.55);
}

.active\:bg-charts-11\/60:active{
  background-color: rgb(165 110 255 / 0.6);
}

.active\:bg-charts-11\/65:active{
  background-color: rgb(165 110 255 / 0.65);
}

.active\:bg-charts-11\/70:active{
  background-color: rgb(165 110 255 / 0.7);
}

.active\:bg-charts-11\/75:active{
  background-color: rgb(165 110 255 / 0.75);
}

.active\:bg-charts-11\/80:active{
  background-color: rgb(165 110 255 / 0.8);
}

.active\:bg-charts-11\/85:active{
  background-color: rgb(165 110 255 / 0.85);
}

.active\:bg-charts-11\/90:active{
  background-color: rgb(165 110 255 / 0.9);
}

.active\:bg-charts-11\/95:active{
  background-color: rgb(165 110 255 / 0.95);
}

.active\:bg-charts-12:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 93 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-12\/0:active{
  background-color: rgb(0 93 93 / 0);
}

.active\:bg-charts-12\/10:active{
  background-color: rgb(0 93 93 / 0.1);
}

.active\:bg-charts-12\/100:active{
  background-color: rgb(0 93 93 / 1);
}

.active\:bg-charts-12\/15:active{
  background-color: rgb(0 93 93 / 0.15);
}

.active\:bg-charts-12\/20:active{
  background-color: rgb(0 93 93 / 0.2);
}

.active\:bg-charts-12\/25:active{
  background-color: rgb(0 93 93 / 0.25);
}

.active\:bg-charts-12\/30:active{
  background-color: rgb(0 93 93 / 0.3);
}

.active\:bg-charts-12\/35:active{
  background-color: rgb(0 93 93 / 0.35);
}

.active\:bg-charts-12\/40:active{
  background-color: rgb(0 93 93 / 0.4);
}

.active\:bg-charts-12\/45:active{
  background-color: rgb(0 93 93 / 0.45);
}

.active\:bg-charts-12\/5:active{
  background-color: rgb(0 93 93 / 0.05);
}

.active\:bg-charts-12\/50:active{
  background-color: rgb(0 93 93 / 0.5);
}

.active\:bg-charts-12\/55:active{
  background-color: rgb(0 93 93 / 0.55);
}

.active\:bg-charts-12\/60:active{
  background-color: rgb(0 93 93 / 0.6);
}

.active\:bg-charts-12\/65:active{
  background-color: rgb(0 93 93 / 0.65);
}

.active\:bg-charts-12\/70:active{
  background-color: rgb(0 93 93 / 0.7);
}

.active\:bg-charts-12\/75:active{
  background-color: rgb(0 93 93 / 0.75);
}

.active\:bg-charts-12\/80:active{
  background-color: rgb(0 93 93 / 0.8);
}

.active\:bg-charts-12\/85:active{
  background-color: rgb(0 93 93 / 0.85);
}

.active\:bg-charts-12\/90:active{
  background-color: rgb(0 93 93 / 0.9);
}

.active\:bg-charts-12\/95:active{
  background-color: rgb(0 93 93 / 0.95);
}

.active\:bg-charts-13:active{
  --tw-bg-opacity: 1;
  background-color: rgb(94 165 49 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-13\/0:active{
  background-color: rgb(94 165 49 / 0);
}

.active\:bg-charts-13\/10:active{
  background-color: rgb(94 165 49 / 0.1);
}

.active\:bg-charts-13\/100:active{
  background-color: rgb(94 165 49 / 1);
}

.active\:bg-charts-13\/15:active{
  background-color: rgb(94 165 49 / 0.15);
}

.active\:bg-charts-13\/20:active{
  background-color: rgb(94 165 49 / 0.2);
}

.active\:bg-charts-13\/25:active{
  background-color: rgb(94 165 49 / 0.25);
}

.active\:bg-charts-13\/30:active{
  background-color: rgb(94 165 49 / 0.3);
}

.active\:bg-charts-13\/35:active{
  background-color: rgb(94 165 49 / 0.35);
}

.active\:bg-charts-13\/40:active{
  background-color: rgb(94 165 49 / 0.4);
}

.active\:bg-charts-13\/45:active{
  background-color: rgb(94 165 49 / 0.45);
}

.active\:bg-charts-13\/5:active{
  background-color: rgb(94 165 49 / 0.05);
}

.active\:bg-charts-13\/50:active{
  background-color: rgb(94 165 49 / 0.5);
}

.active\:bg-charts-13\/55:active{
  background-color: rgb(94 165 49 / 0.55);
}

.active\:bg-charts-13\/60:active{
  background-color: rgb(94 165 49 / 0.6);
}

.active\:bg-charts-13\/65:active{
  background-color: rgb(94 165 49 / 0.65);
}

.active\:bg-charts-13\/70:active{
  background-color: rgb(94 165 49 / 0.7);
}

.active\:bg-charts-13\/75:active{
  background-color: rgb(94 165 49 / 0.75);
}

.active\:bg-charts-13\/80:active{
  background-color: rgb(94 165 49 / 0.8);
}

.active\:bg-charts-13\/85:active{
  background-color: rgb(94 165 49 / 0.85);
}

.active\:bg-charts-13\/90:active{
  background-color: rgb(94 165 49 / 0.9);
}

.active\:bg-charts-13\/95:active{
  background-color: rgb(94 165 49 / 0.95);
}

.active\:bg-charts-2:active{
  --tw-bg-opacity: 1;
  background-color: rgb(38 124 215 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-2\/0:active{
  background-color: rgb(38 124 215 / 0);
}

.active\:bg-charts-2\/10:active{
  background-color: rgb(38 124 215 / 0.1);
}

.active\:bg-charts-2\/100:active{
  background-color: rgb(38 124 215 / 1);
}

.active\:bg-charts-2\/15:active{
  background-color: rgb(38 124 215 / 0.15);
}

.active\:bg-charts-2\/20:active{
  background-color: rgb(38 124 215 / 0.2);
}

.active\:bg-charts-2\/25:active{
  background-color: rgb(38 124 215 / 0.25);
}

.active\:bg-charts-2\/30:active{
  background-color: rgb(38 124 215 / 0.3);
}

.active\:bg-charts-2\/35:active{
  background-color: rgb(38 124 215 / 0.35);
}

.active\:bg-charts-2\/40:active{
  background-color: rgb(38 124 215 / 0.4);
}

.active\:bg-charts-2\/45:active{
  background-color: rgb(38 124 215 / 0.45);
}

.active\:bg-charts-2\/5:active{
  background-color: rgb(38 124 215 / 0.05);
}

.active\:bg-charts-2\/50:active{
  background-color: rgb(38 124 215 / 0.5);
}

.active\:bg-charts-2\/55:active{
  background-color: rgb(38 124 215 / 0.55);
}

.active\:bg-charts-2\/60:active{
  background-color: rgb(38 124 215 / 0.6);
}

.active\:bg-charts-2\/65:active{
  background-color: rgb(38 124 215 / 0.65);
}

.active\:bg-charts-2\/70:active{
  background-color: rgb(38 124 215 / 0.7);
}

.active\:bg-charts-2\/75:active{
  background-color: rgb(38 124 215 / 0.75);
}

.active\:bg-charts-2\/80:active{
  background-color: rgb(38 124 215 / 0.8);
}

.active\:bg-charts-2\/85:active{
  background-color: rgb(38 124 215 / 0.85);
}

.active\:bg-charts-2\/90:active{
  background-color: rgb(38 124 215 / 0.9);
}

.active\:bg-charts-2\/95:active{
  background-color: rgb(38 124 215 / 0.95);
}

.active\:bg-charts-3:active{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-3\/0:active{
  background-color: rgb(127 50 190 / 0);
}

.active\:bg-charts-3\/10:active{
  background-color: rgb(127 50 190 / 0.1);
}

.active\:bg-charts-3\/100:active{
  background-color: rgb(127 50 190 / 1);
}

.active\:bg-charts-3\/15:active{
  background-color: rgb(127 50 190 / 0.15);
}

.active\:bg-charts-3\/20:active{
  background-color: rgb(127 50 190 / 0.2);
}

.active\:bg-charts-3\/25:active{
  background-color: rgb(127 50 190 / 0.25);
}

.active\:bg-charts-3\/30:active{
  background-color: rgb(127 50 190 / 0.3);
}

.active\:bg-charts-3\/35:active{
  background-color: rgb(127 50 190 / 0.35);
}

.active\:bg-charts-3\/40:active{
  background-color: rgb(127 50 190 / 0.4);
}

.active\:bg-charts-3\/45:active{
  background-color: rgb(127 50 190 / 0.45);
}

.active\:bg-charts-3\/5:active{
  background-color: rgb(127 50 190 / 0.05);
}

.active\:bg-charts-3\/50:active{
  background-color: rgb(127 50 190 / 0.5);
}

.active\:bg-charts-3\/55:active{
  background-color: rgb(127 50 190 / 0.55);
}

.active\:bg-charts-3\/60:active{
  background-color: rgb(127 50 190 / 0.6);
}

.active\:bg-charts-3\/65:active{
  background-color: rgb(127 50 190 / 0.65);
}

.active\:bg-charts-3\/70:active{
  background-color: rgb(127 50 190 / 0.7);
}

.active\:bg-charts-3\/75:active{
  background-color: rgb(127 50 190 / 0.75);
}

.active\:bg-charts-3\/80:active{
  background-color: rgb(127 50 190 / 0.8);
}

.active\:bg-charts-3\/85:active{
  background-color: rgb(127 50 190 / 0.85);
}

.active\:bg-charts-3\/90:active{
  background-color: rgb(127 50 190 / 0.9);
}

.active\:bg-charts-3\/95:active{
  background-color: rgb(127 50 190 / 0.95);
}

.active\:bg-charts-4:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 157 154 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-4\/0:active{
  background-color: rgb(0 157 154 / 0);
}

.active\:bg-charts-4\/10:active{
  background-color: rgb(0 157 154 / 0.1);
}

.active\:bg-charts-4\/100:active{
  background-color: rgb(0 157 154 / 1);
}

.active\:bg-charts-4\/15:active{
  background-color: rgb(0 157 154 / 0.15);
}

.active\:bg-charts-4\/20:active{
  background-color: rgb(0 157 154 / 0.2);
}

.active\:bg-charts-4\/25:active{
  background-color: rgb(0 157 154 / 0.25);
}

.active\:bg-charts-4\/30:active{
  background-color: rgb(0 157 154 / 0.3);
}

.active\:bg-charts-4\/35:active{
  background-color: rgb(0 157 154 / 0.35);
}

.active\:bg-charts-4\/40:active{
  background-color: rgb(0 157 154 / 0.4);
}

.active\:bg-charts-4\/45:active{
  background-color: rgb(0 157 154 / 0.45);
}

.active\:bg-charts-4\/5:active{
  background-color: rgb(0 157 154 / 0.05);
}

.active\:bg-charts-4\/50:active{
  background-color: rgb(0 157 154 / 0.5);
}

.active\:bg-charts-4\/55:active{
  background-color: rgb(0 157 154 / 0.55);
}

.active\:bg-charts-4\/60:active{
  background-color: rgb(0 157 154 / 0.6);
}

.active\:bg-charts-4\/65:active{
  background-color: rgb(0 157 154 / 0.65);
}

.active\:bg-charts-4\/70:active{
  background-color: rgb(0 157 154 / 0.7);
}

.active\:bg-charts-4\/75:active{
  background-color: rgb(0 157 154 / 0.75);
}

.active\:bg-charts-4\/80:active{
  background-color: rgb(0 157 154 / 0.8);
}

.active\:bg-charts-4\/85:active{
  background-color: rgb(0 157 154 / 0.85);
}

.active\:bg-charts-4\/90:active{
  background-color: rgb(0 157 154 / 0.9);
}

.active\:bg-charts-4\/95:active{
  background-color: rgb(0 157 154 / 0.95);
}

.active\:bg-charts-5:active{
  --tw-bg-opacity: 1;
  background-color: rgb(240 111 25 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-5\/0:active{
  background-color: rgb(240 111 25 / 0);
}

.active\:bg-charts-5\/10:active{
  background-color: rgb(240 111 25 / 0.1);
}

.active\:bg-charts-5\/100:active{
  background-color: rgb(240 111 25 / 1);
}

.active\:bg-charts-5\/15:active{
  background-color: rgb(240 111 25 / 0.15);
}

.active\:bg-charts-5\/20:active{
  background-color: rgb(240 111 25 / 0.2);
}

.active\:bg-charts-5\/25:active{
  background-color: rgb(240 111 25 / 0.25);
}

.active\:bg-charts-5\/30:active{
  background-color: rgb(240 111 25 / 0.3);
}

.active\:bg-charts-5\/35:active{
  background-color: rgb(240 111 25 / 0.35);
}

.active\:bg-charts-5\/40:active{
  background-color: rgb(240 111 25 / 0.4);
}

.active\:bg-charts-5\/45:active{
  background-color: rgb(240 111 25 / 0.45);
}

.active\:bg-charts-5\/5:active{
  background-color: rgb(240 111 25 / 0.05);
}

.active\:bg-charts-5\/50:active{
  background-color: rgb(240 111 25 / 0.5);
}

.active\:bg-charts-5\/55:active{
  background-color: rgb(240 111 25 / 0.55);
}

.active\:bg-charts-5\/60:active{
  background-color: rgb(240 111 25 / 0.6);
}

.active\:bg-charts-5\/65:active{
  background-color: rgb(240 111 25 / 0.65);
}

.active\:bg-charts-5\/70:active{
  background-color: rgb(240 111 25 / 0.7);
}

.active\:bg-charts-5\/75:active{
  background-color: rgb(240 111 25 / 0.75);
}

.active\:bg-charts-5\/80:active{
  background-color: rgb(240 111 25 / 0.8);
}

.active\:bg-charts-5\/85:active{
  background-color: rgb(240 111 25 / 0.85);
}

.active\:bg-charts-5\/90:active{
  background-color: rgb(240 111 25 / 0.9);
}

.active\:bg-charts-5\/95:active{
  background-color: rgb(240 111 25 / 0.95);
}

.active\:bg-charts-6:active{
  --tw-bg-opacity: 1;
  background-color: rgb(238 83 139 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-6\/0:active{
  background-color: rgb(238 83 139 / 0);
}

.active\:bg-charts-6\/10:active{
  background-color: rgb(238 83 139 / 0.1);
}

.active\:bg-charts-6\/100:active{
  background-color: rgb(238 83 139 / 1);
}

.active\:bg-charts-6\/15:active{
  background-color: rgb(238 83 139 / 0.15);
}

.active\:bg-charts-6\/20:active{
  background-color: rgb(238 83 139 / 0.2);
}

.active\:bg-charts-6\/25:active{
  background-color: rgb(238 83 139 / 0.25);
}

.active\:bg-charts-6\/30:active{
  background-color: rgb(238 83 139 / 0.3);
}

.active\:bg-charts-6\/35:active{
  background-color: rgb(238 83 139 / 0.35);
}

.active\:bg-charts-6\/40:active{
  background-color: rgb(238 83 139 / 0.4);
}

.active\:bg-charts-6\/45:active{
  background-color: rgb(238 83 139 / 0.45);
}

.active\:bg-charts-6\/5:active{
  background-color: rgb(238 83 139 / 0.05);
}

.active\:bg-charts-6\/50:active{
  background-color: rgb(238 83 139 / 0.5);
}

.active\:bg-charts-6\/55:active{
  background-color: rgb(238 83 139 / 0.55);
}

.active\:bg-charts-6\/60:active{
  background-color: rgb(238 83 139 / 0.6);
}

.active\:bg-charts-6\/65:active{
  background-color: rgb(238 83 139 / 0.65);
}

.active\:bg-charts-6\/70:active{
  background-color: rgb(238 83 139 / 0.7);
}

.active\:bg-charts-6\/75:active{
  background-color: rgb(238 83 139 / 0.75);
}

.active\:bg-charts-6\/80:active{
  background-color: rgb(238 83 139 / 0.8);
}

.active\:bg-charts-6\/85:active{
  background-color: rgb(238 83 139 / 0.85);
}

.active\:bg-charts-6\/90:active{
  background-color: rgb(238 83 139 / 0.9);
}

.active\:bg-charts-6\/95:active{
  background-color: rgb(238 83 139 / 0.95);
}

.active\:bg-charts-7:active{
  --tw-bg-opacity: 1;
  background-color: rgb(13 126 160 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-7\/0:active{
  background-color: rgb(13 126 160 / 0);
}

.active\:bg-charts-7\/10:active{
  background-color: rgb(13 126 160 / 0.1);
}

.active\:bg-charts-7\/100:active{
  background-color: rgb(13 126 160 / 1);
}

.active\:bg-charts-7\/15:active{
  background-color: rgb(13 126 160 / 0.15);
}

.active\:bg-charts-7\/20:active{
  background-color: rgb(13 126 160 / 0.2);
}

.active\:bg-charts-7\/25:active{
  background-color: rgb(13 126 160 / 0.25);
}

.active\:bg-charts-7\/30:active{
  background-color: rgb(13 126 160 / 0.3);
}

.active\:bg-charts-7\/35:active{
  background-color: rgb(13 126 160 / 0.35);
}

.active\:bg-charts-7\/40:active{
  background-color: rgb(13 126 160 / 0.4);
}

.active\:bg-charts-7\/45:active{
  background-color: rgb(13 126 160 / 0.45);
}

.active\:bg-charts-7\/5:active{
  background-color: rgb(13 126 160 / 0.05);
}

.active\:bg-charts-7\/50:active{
  background-color: rgb(13 126 160 / 0.5);
}

.active\:bg-charts-7\/55:active{
  background-color: rgb(13 126 160 / 0.55);
}

.active\:bg-charts-7\/60:active{
  background-color: rgb(13 126 160 / 0.6);
}

.active\:bg-charts-7\/65:active{
  background-color: rgb(13 126 160 / 0.65);
}

.active\:bg-charts-7\/70:active{
  background-color: rgb(13 126 160 / 0.7);
}

.active\:bg-charts-7\/75:active{
  background-color: rgb(13 126 160 / 0.75);
}

.active\:bg-charts-7\/80:active{
  background-color: rgb(13 126 160 / 0.8);
}

.active\:bg-charts-7\/85:active{
  background-color: rgb(13 126 160 / 0.85);
}

.active\:bg-charts-7\/90:active{
  background-color: rgb(13 126 160 / 0.9);
}

.active\:bg-charts-7\/95:active{
  background-color: rgb(13 126 160 / 0.95);
}

.active\:bg-charts-8:active{
  --tw-bg-opacity: 1;
  background-color: rgb(159 24 83 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-8\/0:active{
  background-color: rgb(159 24 83 / 0);
}

.active\:bg-charts-8\/10:active{
  background-color: rgb(159 24 83 / 0.1);
}

.active\:bg-charts-8\/100:active{
  background-color: rgb(159 24 83 / 1);
}

.active\:bg-charts-8\/15:active{
  background-color: rgb(159 24 83 / 0.15);
}

.active\:bg-charts-8\/20:active{
  background-color: rgb(159 24 83 / 0.2);
}

.active\:bg-charts-8\/25:active{
  background-color: rgb(159 24 83 / 0.25);
}

.active\:bg-charts-8\/30:active{
  background-color: rgb(159 24 83 / 0.3);
}

.active\:bg-charts-8\/35:active{
  background-color: rgb(159 24 83 / 0.35);
}

.active\:bg-charts-8\/40:active{
  background-color: rgb(159 24 83 / 0.4);
}

.active\:bg-charts-8\/45:active{
  background-color: rgb(159 24 83 / 0.45);
}

.active\:bg-charts-8\/5:active{
  background-color: rgb(159 24 83 / 0.05);
}

.active\:bg-charts-8\/50:active{
  background-color: rgb(159 24 83 / 0.5);
}

.active\:bg-charts-8\/55:active{
  background-color: rgb(159 24 83 / 0.55);
}

.active\:bg-charts-8\/60:active{
  background-color: rgb(159 24 83 / 0.6);
}

.active\:bg-charts-8\/65:active{
  background-color: rgb(159 24 83 / 0.65);
}

.active\:bg-charts-8\/70:active{
  background-color: rgb(159 24 83 / 0.7);
}

.active\:bg-charts-8\/75:active{
  background-color: rgb(159 24 83 / 0.75);
}

.active\:bg-charts-8\/80:active{
  background-color: rgb(159 24 83 / 0.8);
}

.active\:bg-charts-8\/85:active{
  background-color: rgb(159 24 83 / 0.85);
}

.active\:bg-charts-8\/90:active{
  background-color: rgb(159 24 83 / 0.9);
}

.active\:bg-charts-8\/95:active{
  background-color: rgb(159 24 83 / 0.95);
}

.active\:bg-charts-9:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-charts-9\/0:active{
  background-color: rgb(255 186 0 / 0);
}

.active\:bg-charts-9\/10:active{
  background-color: rgb(255 186 0 / 0.1);
}

.active\:bg-charts-9\/100:active{
  background-color: rgb(255 186 0 / 1);
}

.active\:bg-charts-9\/15:active{
  background-color: rgb(255 186 0 / 0.15);
}

.active\:bg-charts-9\/20:active{
  background-color: rgb(255 186 0 / 0.2);
}

.active\:bg-charts-9\/25:active{
  background-color: rgb(255 186 0 / 0.25);
}

.active\:bg-charts-9\/30:active{
  background-color: rgb(255 186 0 / 0.3);
}

.active\:bg-charts-9\/35:active{
  background-color: rgb(255 186 0 / 0.35);
}

.active\:bg-charts-9\/40:active{
  background-color: rgb(255 186 0 / 0.4);
}

.active\:bg-charts-9\/45:active{
  background-color: rgb(255 186 0 / 0.45);
}

.active\:bg-charts-9\/5:active{
  background-color: rgb(255 186 0 / 0.05);
}

.active\:bg-charts-9\/50:active{
  background-color: rgb(255 186 0 / 0.5);
}

.active\:bg-charts-9\/55:active{
  background-color: rgb(255 186 0 / 0.55);
}

.active\:bg-charts-9\/60:active{
  background-color: rgb(255 186 0 / 0.6);
}

.active\:bg-charts-9\/65:active{
  background-color: rgb(255 186 0 / 0.65);
}

.active\:bg-charts-9\/70:active{
  background-color: rgb(255 186 0 / 0.7);
}

.active\:bg-charts-9\/75:active{
  background-color: rgb(255 186 0 / 0.75);
}

.active\:bg-charts-9\/80:active{
  background-color: rgb(255 186 0 / 0.8);
}

.active\:bg-charts-9\/85:active{
  background-color: rgb(255 186 0 / 0.85);
}

.active\:bg-charts-9\/90:active{
  background-color: rgb(255 186 0 / 0.9);
}

.active\:bg-charts-9\/95:active{
  background-color: rgb(255 186 0 / 0.95);
}

.active\:bg-error-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(217 0 7 / var(--tw-bg-opacity, 1));
}

.active\:bg-error-100\/0:active{
  background-color: rgb(217 0 7 / 0);
}

.active\:bg-error-100\/10:active{
  background-color: rgb(217 0 7 / 0.1);
}

.active\:bg-error-100\/100:active{
  background-color: rgb(217 0 7 / 1);
}

.active\:bg-error-100\/15:active{
  background-color: rgb(217 0 7 / 0.15);
}

.active\:bg-error-100\/20:active{
  background-color: rgb(217 0 7 / 0.2);
}

.active\:bg-error-100\/25:active{
  background-color: rgb(217 0 7 / 0.25);
}

.active\:bg-error-100\/30:active{
  background-color: rgb(217 0 7 / 0.3);
}

.active\:bg-error-100\/35:active{
  background-color: rgb(217 0 7 / 0.35);
}

.active\:bg-error-100\/40:active{
  background-color: rgb(217 0 7 / 0.4);
}

.active\:bg-error-100\/45:active{
  background-color: rgb(217 0 7 / 0.45);
}

.active\:bg-error-100\/5:active{
  background-color: rgb(217 0 7 / 0.05);
}

.active\:bg-error-100\/50:active{
  background-color: rgb(217 0 7 / 0.5);
}

.active\:bg-error-100\/55:active{
  background-color: rgb(217 0 7 / 0.55);
}

.active\:bg-error-100\/60:active{
  background-color: rgb(217 0 7 / 0.6);
}

.active\:bg-error-100\/65:active{
  background-color: rgb(217 0 7 / 0.65);
}

.active\:bg-error-100\/70:active{
  background-color: rgb(217 0 7 / 0.7);
}

.active\:bg-error-100\/75:active{
  background-color: rgb(217 0 7 / 0.75);
}

.active\:bg-error-100\/80:active{
  background-color: rgb(217 0 7 / 0.8);
}

.active\:bg-error-100\/85:active{
  background-color: rgb(217 0 7 / 0.85);
}

.active\:bg-error-100\/90:active{
  background-color: rgb(217 0 7 / 0.9);
}

.active\:bg-error-100\/95:active{
  background-color: rgb(217 0 7 / 0.95);
}

.active\:bg-error-background:active{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.active\:bg-error-background\/0:active{
  background-color: rgb(254 226 226 / 0);
}

.active\:bg-error-background\/10:active{
  background-color: rgb(254 226 226 / 0.1);
}

.active\:bg-error-background\/100:active{
  background-color: rgb(254 226 226 / 1);
}

.active\:bg-error-background\/15:active{
  background-color: rgb(254 226 226 / 0.15);
}

.active\:bg-error-background\/20:active{
  background-color: rgb(254 226 226 / 0.2);
}

.active\:bg-error-background\/25:active{
  background-color: rgb(254 226 226 / 0.25);
}

.active\:bg-error-background\/30:active{
  background-color: rgb(254 226 226 / 0.3);
}

.active\:bg-error-background\/35:active{
  background-color: rgb(254 226 226 / 0.35);
}

.active\:bg-error-background\/40:active{
  background-color: rgb(254 226 226 / 0.4);
}

.active\:bg-error-background\/45:active{
  background-color: rgb(254 226 226 / 0.45);
}

.active\:bg-error-background\/5:active{
  background-color: rgb(254 226 226 / 0.05);
}

.active\:bg-error-background\/50:active{
  background-color: rgb(254 226 226 / 0.5);
}

.active\:bg-error-background\/55:active{
  background-color: rgb(254 226 226 / 0.55);
}

.active\:bg-error-background\/60:active{
  background-color: rgb(254 226 226 / 0.6);
}

.active\:bg-error-background\/65:active{
  background-color: rgb(254 226 226 / 0.65);
}

.active\:bg-error-background\/70:active{
  background-color: rgb(254 226 226 / 0.7);
}

.active\:bg-error-background\/75:active{
  background-color: rgb(254 226 226 / 0.75);
}

.active\:bg-error-background\/80:active{
  background-color: rgb(254 226 226 / 0.8);
}

.active\:bg-error-background\/85:active{
  background-color: rgb(254 226 226 / 0.85);
}

.active\:bg-error-background\/90:active{
  background-color: rgb(254 226 226 / 0.9);
}

.active\:bg-error-background\/95:active{
  background-color: rgb(254 226 226 / 0.95);
}

.active\:bg-informational-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(35 87 137 / var(--tw-bg-opacity, 1));
}

.active\:bg-informational-100\/0:active{
  background-color: rgb(35 87 137 / 0);
}

.active\:bg-informational-100\/10:active{
  background-color: rgb(35 87 137 / 0.1);
}

.active\:bg-informational-100\/100:active{
  background-color: rgb(35 87 137 / 1);
}

.active\:bg-informational-100\/15:active{
  background-color: rgb(35 87 137 / 0.15);
}

.active\:bg-informational-100\/20:active{
  background-color: rgb(35 87 137 / 0.2);
}

.active\:bg-informational-100\/25:active{
  background-color: rgb(35 87 137 / 0.25);
}

.active\:bg-informational-100\/30:active{
  background-color: rgb(35 87 137 / 0.3);
}

.active\:bg-informational-100\/35:active{
  background-color: rgb(35 87 137 / 0.35);
}

.active\:bg-informational-100\/40:active{
  background-color: rgb(35 87 137 / 0.4);
}

.active\:bg-informational-100\/45:active{
  background-color: rgb(35 87 137 / 0.45);
}

.active\:bg-informational-100\/5:active{
  background-color: rgb(35 87 137 / 0.05);
}

.active\:bg-informational-100\/50:active{
  background-color: rgb(35 87 137 / 0.5);
}

.active\:bg-informational-100\/55:active{
  background-color: rgb(35 87 137 / 0.55);
}

.active\:bg-informational-100\/60:active{
  background-color: rgb(35 87 137 / 0.6);
}

.active\:bg-informational-100\/65:active{
  background-color: rgb(35 87 137 / 0.65);
}

.active\:bg-informational-100\/70:active{
  background-color: rgb(35 87 137 / 0.7);
}

.active\:bg-informational-100\/75:active{
  background-color: rgb(35 87 137 / 0.75);
}

.active\:bg-informational-100\/80:active{
  background-color: rgb(35 87 137 / 0.8);
}

.active\:bg-informational-100\/85:active{
  background-color: rgb(35 87 137 / 0.85);
}

.active\:bg-informational-100\/90:active{
  background-color: rgb(35 87 137 / 0.9);
}

.active\:bg-informational-100\/95:active{
  background-color: rgb(35 87 137 / 0.95);
}

.active\:bg-informational-background:active{
  --tw-bg-opacity: 1;
  background-color: rgb(226 241 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-informational-background\/0:active{
  background-color: rgb(226 241 254 / 0);
}

.active\:bg-informational-background\/10:active{
  background-color: rgb(226 241 254 / 0.1);
}

.active\:bg-informational-background\/100:active{
  background-color: rgb(226 241 254 / 1);
}

.active\:bg-informational-background\/15:active{
  background-color: rgb(226 241 254 / 0.15);
}

.active\:bg-informational-background\/20:active{
  background-color: rgb(226 241 254 / 0.2);
}

.active\:bg-informational-background\/25:active{
  background-color: rgb(226 241 254 / 0.25);
}

.active\:bg-informational-background\/30:active{
  background-color: rgb(226 241 254 / 0.3);
}

.active\:bg-informational-background\/35:active{
  background-color: rgb(226 241 254 / 0.35);
}

.active\:bg-informational-background\/40:active{
  background-color: rgb(226 241 254 / 0.4);
}

.active\:bg-informational-background\/45:active{
  background-color: rgb(226 241 254 / 0.45);
}

.active\:bg-informational-background\/5:active{
  background-color: rgb(226 241 254 / 0.05);
}

.active\:bg-informational-background\/50:active{
  background-color: rgb(226 241 254 / 0.5);
}

.active\:bg-informational-background\/55:active{
  background-color: rgb(226 241 254 / 0.55);
}

.active\:bg-informational-background\/60:active{
  background-color: rgb(226 241 254 / 0.6);
}

.active\:bg-informational-background\/65:active{
  background-color: rgb(226 241 254 / 0.65);
}

.active\:bg-informational-background\/70:active{
  background-color: rgb(226 241 254 / 0.7);
}

.active\:bg-informational-background\/75:active{
  background-color: rgb(226 241 254 / 0.75);
}

.active\:bg-informational-background\/80:active{
  background-color: rgb(226 241 254 / 0.8);
}

.active\:bg-informational-background\/85:active{
  background-color: rgb(226 241 254 / 0.85);
}

.active\:bg-informational-background\/90:active{
  background-color: rgb(226 241 254 / 0.9);
}

.active\:bg-informational-background\/95:active{
  background-color: rgb(226 241 254 / 0.95);
}

.active\:bg-neutral-10:active{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-10\/0:active{
  background-color: rgb(245 247 250 / 0);
}

.active\:bg-neutral-10\/10:active{
  background-color: rgb(245 247 250 / 0.1);
}

.active\:bg-neutral-10\/100:active{
  background-color: rgb(245 247 250 / 1);
}

.active\:bg-neutral-10\/15:active{
  background-color: rgb(245 247 250 / 0.15);
}

.active\:bg-neutral-10\/20:active{
  background-color: rgb(245 247 250 / 0.2);
}

.active\:bg-neutral-10\/25:active{
  background-color: rgb(245 247 250 / 0.25);
}

.active\:bg-neutral-10\/30:active{
  background-color: rgb(245 247 250 / 0.3);
}

.active\:bg-neutral-10\/35:active{
  background-color: rgb(245 247 250 / 0.35);
}

.active\:bg-neutral-10\/40:active{
  background-color: rgb(245 247 250 / 0.4);
}

.active\:bg-neutral-10\/45:active{
  background-color: rgb(245 247 250 / 0.45);
}

.active\:bg-neutral-10\/5:active{
  background-color: rgb(245 247 250 / 0.05);
}

.active\:bg-neutral-10\/50:active{
  background-color: rgb(245 247 250 / 0.5);
}

.active\:bg-neutral-10\/55:active{
  background-color: rgb(245 247 250 / 0.55);
}

.active\:bg-neutral-10\/60:active{
  background-color: rgb(245 247 250 / 0.6);
}

.active\:bg-neutral-10\/65:active{
  background-color: rgb(245 247 250 / 0.65);
}

.active\:bg-neutral-10\/70:active{
  background-color: rgb(245 247 250 / 0.7);
}

.active\:bg-neutral-10\/75:active{
  background-color: rgb(245 247 250 / 0.75);
}

.active\:bg-neutral-10\/80:active{
  background-color: rgb(245 247 250 / 0.8);
}

.active\:bg-neutral-10\/85:active{
  background-color: rgb(245 247 250 / 0.85);
}

.active\:bg-neutral-10\/90:active{
  background-color: rgb(245 247 250 / 0.9);
}

.active\:bg-neutral-10\/95:active{
  background-color: rgb(245 247 250 / 0.95);
}

.active\:bg-neutral-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-100\/0:active{
  background-color: rgb(26 26 26 / 0);
}

.active\:bg-neutral-100\/10:active{
  background-color: rgb(26 26 26 / 0.1);
}

.active\:bg-neutral-100\/100:active{
  background-color: rgb(26 26 26 / 1);
}

.active\:bg-neutral-100\/15:active{
  background-color: rgb(26 26 26 / 0.15);
}

.active\:bg-neutral-100\/20:active{
  background-color: rgb(26 26 26 / 0.2);
}

.active\:bg-neutral-100\/25:active{
  background-color: rgb(26 26 26 / 0.25);
}

.active\:bg-neutral-100\/30:active{
  background-color: rgb(26 26 26 / 0.3);
}

.active\:bg-neutral-100\/35:active{
  background-color: rgb(26 26 26 / 0.35);
}

.active\:bg-neutral-100\/40:active{
  background-color: rgb(26 26 26 / 0.4);
}

.active\:bg-neutral-100\/45:active{
  background-color: rgb(26 26 26 / 0.45);
}

.active\:bg-neutral-100\/5:active{
  background-color: rgb(26 26 26 / 0.05);
}

.active\:bg-neutral-100\/50:active{
  background-color: rgb(26 26 26 / 0.5);
}

.active\:bg-neutral-100\/55:active{
  background-color: rgb(26 26 26 / 0.55);
}

.active\:bg-neutral-100\/60:active{
  background-color: rgb(26 26 26 / 0.6);
}

.active\:bg-neutral-100\/65:active{
  background-color: rgb(26 26 26 / 0.65);
}

.active\:bg-neutral-100\/70:active{
  background-color: rgb(26 26 26 / 0.7);
}

.active\:bg-neutral-100\/75:active{
  background-color: rgb(26 26 26 / 0.75);
}

.active\:bg-neutral-100\/80:active{
  background-color: rgb(26 26 26 / 0.8);
}

.active\:bg-neutral-100\/85:active{
  background-color: rgb(26 26 26 / 0.85);
}

.active\:bg-neutral-100\/90:active{
  background-color: rgb(26 26 26 / 0.9);
}

.active\:bg-neutral-100\/95:active{
  background-color: rgb(26 26 26 / 0.95);
}

.active\:bg-neutral-20:active{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-20\/0:active{
  background-color: rgb(227 227 227 / 0);
}

.active\:bg-neutral-20\/10:active{
  background-color: rgb(227 227 227 / 0.1);
}

.active\:bg-neutral-20\/100:active{
  background-color: rgb(227 227 227 / 1);
}

.active\:bg-neutral-20\/15:active{
  background-color: rgb(227 227 227 / 0.15);
}

.active\:bg-neutral-20\/20:active{
  background-color: rgb(227 227 227 / 0.2);
}

.active\:bg-neutral-20\/25:active{
  background-color: rgb(227 227 227 / 0.25);
}

.active\:bg-neutral-20\/30:active{
  background-color: rgb(227 227 227 / 0.3);
}

.active\:bg-neutral-20\/35:active{
  background-color: rgb(227 227 227 / 0.35);
}

.active\:bg-neutral-20\/40:active{
  background-color: rgb(227 227 227 / 0.4);
}

.active\:bg-neutral-20\/45:active{
  background-color: rgb(227 227 227 / 0.45);
}

.active\:bg-neutral-20\/5:active{
  background-color: rgb(227 227 227 / 0.05);
}

.active\:bg-neutral-20\/50:active{
  background-color: rgb(227 227 227 / 0.5);
}

.active\:bg-neutral-20\/55:active{
  background-color: rgb(227 227 227 / 0.55);
}

.active\:bg-neutral-20\/60:active{
  background-color: rgb(227 227 227 / 0.6);
}

.active\:bg-neutral-20\/65:active{
  background-color: rgb(227 227 227 / 0.65);
}

.active\:bg-neutral-20\/70:active{
  background-color: rgb(227 227 227 / 0.7);
}

.active\:bg-neutral-20\/75:active{
  background-color: rgb(227 227 227 / 0.75);
}

.active\:bg-neutral-20\/80:active{
  background-color: rgb(227 227 227 / 0.8);
}

.active\:bg-neutral-20\/85:active{
  background-color: rgb(227 227 227 / 0.85);
}

.active\:bg-neutral-20\/90:active{
  background-color: rgb(227 227 227 / 0.9);
}

.active\:bg-neutral-20\/95:active{
  background-color: rgb(227 227 227 / 0.95);
}

.active\:bg-neutral-30:active{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-30\/0:active{
  background-color: rgb(199 199 199 / 0);
}

.active\:bg-neutral-30\/10:active{
  background-color: rgb(199 199 199 / 0.1);
}

.active\:bg-neutral-30\/100:active{
  background-color: rgb(199 199 199 / 1);
}

.active\:bg-neutral-30\/15:active{
  background-color: rgb(199 199 199 / 0.15);
}

.active\:bg-neutral-30\/20:active{
  background-color: rgb(199 199 199 / 0.2);
}

.active\:bg-neutral-30\/25:active{
  background-color: rgb(199 199 199 / 0.25);
}

.active\:bg-neutral-30\/30:active{
  background-color: rgb(199 199 199 / 0.3);
}

.active\:bg-neutral-30\/35:active{
  background-color: rgb(199 199 199 / 0.35);
}

.active\:bg-neutral-30\/40:active{
  background-color: rgb(199 199 199 / 0.4);
}

.active\:bg-neutral-30\/45:active{
  background-color: rgb(199 199 199 / 0.45);
}

.active\:bg-neutral-30\/5:active{
  background-color: rgb(199 199 199 / 0.05);
}

.active\:bg-neutral-30\/50:active{
  background-color: rgb(199 199 199 / 0.5);
}

.active\:bg-neutral-30\/55:active{
  background-color: rgb(199 199 199 / 0.55);
}

.active\:bg-neutral-30\/60:active{
  background-color: rgb(199 199 199 / 0.6);
}

.active\:bg-neutral-30\/65:active{
  background-color: rgb(199 199 199 / 0.65);
}

.active\:bg-neutral-30\/70:active{
  background-color: rgb(199 199 199 / 0.7);
}

.active\:bg-neutral-30\/75:active{
  background-color: rgb(199 199 199 / 0.75);
}

.active\:bg-neutral-30\/80:active{
  background-color: rgb(199 199 199 / 0.8);
}

.active\:bg-neutral-30\/85:active{
  background-color: rgb(199 199 199 / 0.85);
}

.active\:bg-neutral-30\/90:active{
  background-color: rgb(199 199 199 / 0.9);
}

.active\:bg-neutral-30\/95:active{
  background-color: rgb(199 199 199 / 0.95);
}

.active\:bg-neutral-40:active{
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-40\/0:active{
  background-color: rgb(172 172 172 / 0);
}

.active\:bg-neutral-40\/10:active{
  background-color: rgb(172 172 172 / 0.1);
}

.active\:bg-neutral-40\/100:active{
  background-color: rgb(172 172 172 / 1);
}

.active\:bg-neutral-40\/15:active{
  background-color: rgb(172 172 172 / 0.15);
}

.active\:bg-neutral-40\/20:active{
  background-color: rgb(172 172 172 / 0.2);
}

.active\:bg-neutral-40\/25:active{
  background-color: rgb(172 172 172 / 0.25);
}

.active\:bg-neutral-40\/30:active{
  background-color: rgb(172 172 172 / 0.3);
}

.active\:bg-neutral-40\/35:active{
  background-color: rgb(172 172 172 / 0.35);
}

.active\:bg-neutral-40\/40:active{
  background-color: rgb(172 172 172 / 0.4);
}

.active\:bg-neutral-40\/45:active{
  background-color: rgb(172 172 172 / 0.45);
}

.active\:bg-neutral-40\/5:active{
  background-color: rgb(172 172 172 / 0.05);
}

.active\:bg-neutral-40\/50:active{
  background-color: rgb(172 172 172 / 0.5);
}

.active\:bg-neutral-40\/55:active{
  background-color: rgb(172 172 172 / 0.55);
}

.active\:bg-neutral-40\/60:active{
  background-color: rgb(172 172 172 / 0.6);
}

.active\:bg-neutral-40\/65:active{
  background-color: rgb(172 172 172 / 0.65);
}

.active\:bg-neutral-40\/70:active{
  background-color: rgb(172 172 172 / 0.7);
}

.active\:bg-neutral-40\/75:active{
  background-color: rgb(172 172 172 / 0.75);
}

.active\:bg-neutral-40\/80:active{
  background-color: rgb(172 172 172 / 0.8);
}

.active\:bg-neutral-40\/85:active{
  background-color: rgb(172 172 172 / 0.85);
}

.active\:bg-neutral-40\/90:active{
  background-color: rgb(172 172 172 / 0.9);
}

.active\:bg-neutral-40\/95:active{
  background-color: rgb(172 172 172 / 0.95);
}

.active\:bg-neutral-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(142 145 146 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-50\/0:active{
  background-color: rgb(142 145 146 / 0);
}

.active\:bg-neutral-50\/10:active{
  background-color: rgb(142 145 146 / 0.1);
}

.active\:bg-neutral-50\/100:active{
  background-color: rgb(142 145 146 / 1);
}

.active\:bg-neutral-50\/15:active{
  background-color: rgb(142 145 146 / 0.15);
}

.active\:bg-neutral-50\/20:active{
  background-color: rgb(142 145 146 / 0.2);
}

.active\:bg-neutral-50\/25:active{
  background-color: rgb(142 145 146 / 0.25);
}

.active\:bg-neutral-50\/30:active{
  background-color: rgb(142 145 146 / 0.3);
}

.active\:bg-neutral-50\/35:active{
  background-color: rgb(142 145 146 / 0.35);
}

.active\:bg-neutral-50\/40:active{
  background-color: rgb(142 145 146 / 0.4);
}

.active\:bg-neutral-50\/45:active{
  background-color: rgb(142 145 146 / 0.45);
}

.active\:bg-neutral-50\/5:active{
  background-color: rgb(142 145 146 / 0.05);
}

.active\:bg-neutral-50\/50:active{
  background-color: rgb(142 145 146 / 0.5);
}

.active\:bg-neutral-50\/55:active{
  background-color: rgb(142 145 146 / 0.55);
}

.active\:bg-neutral-50\/60:active{
  background-color: rgb(142 145 146 / 0.6);
}

.active\:bg-neutral-50\/65:active{
  background-color: rgb(142 145 146 / 0.65);
}

.active\:bg-neutral-50\/70:active{
  background-color: rgb(142 145 146 / 0.7);
}

.active\:bg-neutral-50\/75:active{
  background-color: rgb(142 145 146 / 0.75);
}

.active\:bg-neutral-50\/80:active{
  background-color: rgb(142 145 146 / 0.8);
}

.active\:bg-neutral-50\/85:active{
  background-color: rgb(142 145 146 / 0.85);
}

.active\:bg-neutral-50\/90:active{
  background-color: rgb(142 145 146 / 0.9);
}

.active\:bg-neutral-50\/95:active{
  background-color: rgb(142 145 146 / 0.95);
}

.active\:bg-neutral-60:active{
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-60\/0:active{
  background-color: rgb(118 118 118 / 0);
}

.active\:bg-neutral-60\/10:active{
  background-color: rgb(118 118 118 / 0.1);
}

.active\:bg-neutral-60\/100:active{
  background-color: rgb(118 118 118 / 1);
}

.active\:bg-neutral-60\/15:active{
  background-color: rgb(118 118 118 / 0.15);
}

.active\:bg-neutral-60\/20:active{
  background-color: rgb(118 118 118 / 0.2);
}

.active\:bg-neutral-60\/25:active{
  background-color: rgb(118 118 118 / 0.25);
}

.active\:bg-neutral-60\/30:active{
  background-color: rgb(118 118 118 / 0.3);
}

.active\:bg-neutral-60\/35:active{
  background-color: rgb(118 118 118 / 0.35);
}

.active\:bg-neutral-60\/40:active{
  background-color: rgb(118 118 118 / 0.4);
}

.active\:bg-neutral-60\/45:active{
  background-color: rgb(118 118 118 / 0.45);
}

.active\:bg-neutral-60\/5:active{
  background-color: rgb(118 118 118 / 0.05);
}

.active\:bg-neutral-60\/50:active{
  background-color: rgb(118 118 118 / 0.5);
}

.active\:bg-neutral-60\/55:active{
  background-color: rgb(118 118 118 / 0.55);
}

.active\:bg-neutral-60\/60:active{
  background-color: rgb(118 118 118 / 0.6);
}

.active\:bg-neutral-60\/65:active{
  background-color: rgb(118 118 118 / 0.65);
}

.active\:bg-neutral-60\/70:active{
  background-color: rgb(118 118 118 / 0.7);
}

.active\:bg-neutral-60\/75:active{
  background-color: rgb(118 118 118 / 0.75);
}

.active\:bg-neutral-60\/80:active{
  background-color: rgb(118 118 118 / 0.8);
}

.active\:bg-neutral-60\/85:active{
  background-color: rgb(118 118 118 / 0.85);
}

.active\:bg-neutral-60\/90:active{
  background-color: rgb(118 118 118 / 0.9);
}

.active\:bg-neutral-60\/95:active{
  background-color: rgb(118 118 118 / 0.95);
}

.active\:bg-neutral-70:active{
  --tw-bg-opacity: 1;
  background-color: rgb(92 95 96 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-70\/0:active{
  background-color: rgb(92 95 96 / 0);
}

.active\:bg-neutral-70\/10:active{
  background-color: rgb(92 95 96 / 0.1);
}

.active\:bg-neutral-70\/100:active{
  background-color: rgb(92 95 96 / 1);
}

.active\:bg-neutral-70\/15:active{
  background-color: rgb(92 95 96 / 0.15);
}

.active\:bg-neutral-70\/20:active{
  background-color: rgb(92 95 96 / 0.2);
}

.active\:bg-neutral-70\/25:active{
  background-color: rgb(92 95 96 / 0.25);
}

.active\:bg-neutral-70\/30:active{
  background-color: rgb(92 95 96 / 0.3);
}

.active\:bg-neutral-70\/35:active{
  background-color: rgb(92 95 96 / 0.35);
}

.active\:bg-neutral-70\/40:active{
  background-color: rgb(92 95 96 / 0.4);
}

.active\:bg-neutral-70\/45:active{
  background-color: rgb(92 95 96 / 0.45);
}

.active\:bg-neutral-70\/5:active{
  background-color: rgb(92 95 96 / 0.05);
}

.active\:bg-neutral-70\/50:active{
  background-color: rgb(92 95 96 / 0.5);
}

.active\:bg-neutral-70\/55:active{
  background-color: rgb(92 95 96 / 0.55);
}

.active\:bg-neutral-70\/60:active{
  background-color: rgb(92 95 96 / 0.6);
}

.active\:bg-neutral-70\/65:active{
  background-color: rgb(92 95 96 / 0.65);
}

.active\:bg-neutral-70\/70:active{
  background-color: rgb(92 95 96 / 0.7);
}

.active\:bg-neutral-70\/75:active{
  background-color: rgb(92 95 96 / 0.75);
}

.active\:bg-neutral-70\/80:active{
  background-color: rgb(92 95 96 / 0.8);
}

.active\:bg-neutral-70\/85:active{
  background-color: rgb(92 95 96 / 0.85);
}

.active\:bg-neutral-70\/90:active{
  background-color: rgb(92 95 96 / 0.9);
}

.active\:bg-neutral-70\/95:active{
  background-color: rgb(92 95 96 / 0.95);
}

.active\:bg-neutral-80:active{
  --tw-bg-opacity: 1;
  background-color: rgb(68 71 72 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-80\/0:active{
  background-color: rgb(68 71 72 / 0);
}

.active\:bg-neutral-80\/10:active{
  background-color: rgb(68 71 72 / 0.1);
}

.active\:bg-neutral-80\/100:active{
  background-color: rgb(68 71 72 / 1);
}

.active\:bg-neutral-80\/15:active{
  background-color: rgb(68 71 72 / 0.15);
}

.active\:bg-neutral-80\/20:active{
  background-color: rgb(68 71 72 / 0.2);
}

.active\:bg-neutral-80\/25:active{
  background-color: rgb(68 71 72 / 0.25);
}

.active\:bg-neutral-80\/30:active{
  background-color: rgb(68 71 72 / 0.3);
}

.active\:bg-neutral-80\/35:active{
  background-color: rgb(68 71 72 / 0.35);
}

.active\:bg-neutral-80\/40:active{
  background-color: rgb(68 71 72 / 0.4);
}

.active\:bg-neutral-80\/45:active{
  background-color: rgb(68 71 72 / 0.45);
}

.active\:bg-neutral-80\/5:active{
  background-color: rgb(68 71 72 / 0.05);
}

.active\:bg-neutral-80\/50:active{
  background-color: rgb(68 71 72 / 0.5);
}

.active\:bg-neutral-80\/55:active{
  background-color: rgb(68 71 72 / 0.55);
}

.active\:bg-neutral-80\/60:active{
  background-color: rgb(68 71 72 / 0.6);
}

.active\:bg-neutral-80\/65:active{
  background-color: rgb(68 71 72 / 0.65);
}

.active\:bg-neutral-80\/70:active{
  background-color: rgb(68 71 72 / 0.7);
}

.active\:bg-neutral-80\/75:active{
  background-color: rgb(68 71 72 / 0.75);
}

.active\:bg-neutral-80\/80:active{
  background-color: rgb(68 71 72 / 0.8);
}

.active\:bg-neutral-80\/85:active{
  background-color: rgb(68 71 72 / 0.85);
}

.active\:bg-neutral-80\/90:active{
  background-color: rgb(68 71 72 / 0.9);
}

.active\:bg-neutral-80\/95:active{
  background-color: rgb(68 71 72 / 0.95);
}

.active\:bg-neutral-90:active{
  --tw-bg-opacity: 1;
  background-color: rgb(45 49 50 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-90\/0:active{
  background-color: rgb(45 49 50 / 0);
}

.active\:bg-neutral-90\/10:active{
  background-color: rgb(45 49 50 / 0.1);
}

.active\:bg-neutral-90\/100:active{
  background-color: rgb(45 49 50 / 1);
}

.active\:bg-neutral-90\/15:active{
  background-color: rgb(45 49 50 / 0.15);
}

.active\:bg-neutral-90\/20:active{
  background-color: rgb(45 49 50 / 0.2);
}

.active\:bg-neutral-90\/25:active{
  background-color: rgb(45 49 50 / 0.25);
}

.active\:bg-neutral-90\/30:active{
  background-color: rgb(45 49 50 / 0.3);
}

.active\:bg-neutral-90\/35:active{
  background-color: rgb(45 49 50 / 0.35);
}

.active\:bg-neutral-90\/40:active{
  background-color: rgb(45 49 50 / 0.4);
}

.active\:bg-neutral-90\/45:active{
  background-color: rgb(45 49 50 / 0.45);
}

.active\:bg-neutral-90\/5:active{
  background-color: rgb(45 49 50 / 0.05);
}

.active\:bg-neutral-90\/50:active{
  background-color: rgb(45 49 50 / 0.5);
}

.active\:bg-neutral-90\/55:active{
  background-color: rgb(45 49 50 / 0.55);
}

.active\:bg-neutral-90\/60:active{
  background-color: rgb(45 49 50 / 0.6);
}

.active\:bg-neutral-90\/65:active{
  background-color: rgb(45 49 50 / 0.65);
}

.active\:bg-neutral-90\/70:active{
  background-color: rgb(45 49 50 / 0.7);
}

.active\:bg-neutral-90\/75:active{
  background-color: rgb(45 49 50 / 0.75);
}

.active\:bg-neutral-90\/80:active{
  background-color: rgb(45 49 50 / 0.8);
}

.active\:bg-neutral-90\/85:active{
  background-color: rgb(45 49 50 / 0.85);
}

.active\:bg-neutral-90\/90:active{
  background-color: rgb(45 49 50 / 0.9);
}

.active\:bg-neutral-90\/95:active{
  background-color: rgb(45 49 50 / 0.95);
}

.active\:bg-primary-10:active{
  --tw-bg-opacity: 1;
  background-color: rgb(226 248 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-10\/0:active{
  background-color: rgb(226 248 255 / 0);
}

.active\:bg-primary-10\/10:active{
  background-color: rgb(226 248 255 / 0.1);
}

.active\:bg-primary-10\/100:active{
  background-color: rgb(226 248 255 / 1);
}

.active\:bg-primary-10\/15:active{
  background-color: rgb(226 248 255 / 0.15);
}

.active\:bg-primary-10\/20:active{
  background-color: rgb(226 248 255 / 0.2);
}

.active\:bg-primary-10\/25:active{
  background-color: rgb(226 248 255 / 0.25);
}

.active\:bg-primary-10\/30:active{
  background-color: rgb(226 248 255 / 0.3);
}

.active\:bg-primary-10\/35:active{
  background-color: rgb(226 248 255 / 0.35);
}

.active\:bg-primary-10\/40:active{
  background-color: rgb(226 248 255 / 0.4);
}

.active\:bg-primary-10\/45:active{
  background-color: rgb(226 248 255 / 0.45);
}

.active\:bg-primary-10\/5:active{
  background-color: rgb(226 248 255 / 0.05);
}

.active\:bg-primary-10\/50:active{
  background-color: rgb(226 248 255 / 0.5);
}

.active\:bg-primary-10\/55:active{
  background-color: rgb(226 248 255 / 0.55);
}

.active\:bg-primary-10\/60:active{
  background-color: rgb(226 248 255 / 0.6);
}

.active\:bg-primary-10\/65:active{
  background-color: rgb(226 248 255 / 0.65);
}

.active\:bg-primary-10\/70:active{
  background-color: rgb(226 248 255 / 0.7);
}

.active\:bg-primary-10\/75:active{
  background-color: rgb(226 248 255 / 0.75);
}

.active\:bg-primary-10\/80:active{
  background-color: rgb(226 248 255 / 0.8);
}

.active\:bg-primary-10\/85:active{
  background-color: rgb(226 248 255 / 0.85);
}

.active\:bg-primary-10\/90:active{
  background-color: rgb(226 248 255 / 0.9);
}

.active\:bg-primary-10\/95:active{
  background-color: rgb(226 248 255 / 0.95);
}

.active\:bg-primary-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 43 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-100\/0:active{
  background-color: rgb(0 30 43 / 0);
}

.active\:bg-primary-100\/10:active{
  background-color: rgb(0 30 43 / 0.1);
}

.active\:bg-primary-100\/100:active{
  background-color: rgb(0 30 43 / 1);
}

.active\:bg-primary-100\/15:active{
  background-color: rgb(0 30 43 / 0.15);
}

.active\:bg-primary-100\/20:active{
  background-color: rgb(0 30 43 / 0.2);
}

.active\:bg-primary-100\/25:active{
  background-color: rgb(0 30 43 / 0.25);
}

.active\:bg-primary-100\/30:active{
  background-color: rgb(0 30 43 / 0.3);
}

.active\:bg-primary-100\/35:active{
  background-color: rgb(0 30 43 / 0.35);
}

.active\:bg-primary-100\/40:active{
  background-color: rgb(0 30 43 / 0.4);
}

.active\:bg-primary-100\/45:active{
  background-color: rgb(0 30 43 / 0.45);
}

.active\:bg-primary-100\/5:active{
  background-color: rgb(0 30 43 / 0.05);
}

.active\:bg-primary-100\/50:active{
  background-color: rgb(0 30 43 / 0.5);
}

.active\:bg-primary-100\/55:active{
  background-color: rgb(0 30 43 / 0.55);
}

.active\:bg-primary-100\/60:active{
  background-color: rgb(0 30 43 / 0.6);
}

.active\:bg-primary-100\/65:active{
  background-color: rgb(0 30 43 / 0.65);
}

.active\:bg-primary-100\/70:active{
  background-color: rgb(0 30 43 / 0.7);
}

.active\:bg-primary-100\/75:active{
  background-color: rgb(0 30 43 / 0.75);
}

.active\:bg-primary-100\/80:active{
  background-color: rgb(0 30 43 / 0.8);
}

.active\:bg-primary-100\/85:active{
  background-color: rgb(0 30 43 / 0.85);
}

.active\:bg-primary-100\/90:active{
  background-color: rgb(0 30 43 / 0.9);
}

.active\:bg-primary-100\/95:active{
  background-color: rgb(0 30 43 / 0.95);
}

.active\:bg-primary-15:active{
  --tw-bg-opacity: 1;
  background-color: rgb(213 243 253 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-15\/0:active{
  background-color: rgb(213 243 253 / 0);
}

.active\:bg-primary-15\/10:active{
  background-color: rgb(213 243 253 / 0.1);
}

.active\:bg-primary-15\/100:active{
  background-color: rgb(213 243 253 / 1);
}

.active\:bg-primary-15\/15:active{
  background-color: rgb(213 243 253 / 0.15);
}

.active\:bg-primary-15\/20:active{
  background-color: rgb(213 243 253 / 0.2);
}

.active\:bg-primary-15\/25:active{
  background-color: rgb(213 243 253 / 0.25);
}

.active\:bg-primary-15\/30:active{
  background-color: rgb(213 243 253 / 0.3);
}

.active\:bg-primary-15\/35:active{
  background-color: rgb(213 243 253 / 0.35);
}

.active\:bg-primary-15\/40:active{
  background-color: rgb(213 243 253 / 0.4);
}

.active\:bg-primary-15\/45:active{
  background-color: rgb(213 243 253 / 0.45);
}

.active\:bg-primary-15\/5:active{
  background-color: rgb(213 243 253 / 0.05);
}

.active\:bg-primary-15\/50:active{
  background-color: rgb(213 243 253 / 0.5);
}

.active\:bg-primary-15\/55:active{
  background-color: rgb(213 243 253 / 0.55);
}

.active\:bg-primary-15\/60:active{
  background-color: rgb(213 243 253 / 0.6);
}

.active\:bg-primary-15\/65:active{
  background-color: rgb(213 243 253 / 0.65);
}

.active\:bg-primary-15\/70:active{
  background-color: rgb(213 243 253 / 0.7);
}

.active\:bg-primary-15\/75:active{
  background-color: rgb(213 243 253 / 0.75);
}

.active\:bg-primary-15\/80:active{
  background-color: rgb(213 243 253 / 0.8);
}

.active\:bg-primary-15\/85:active{
  background-color: rgb(213 243 253 / 0.85);
}

.active\:bg-primary-15\/90:active{
  background-color: rgb(213 243 253 / 0.9);
}

.active\:bg-primary-15\/95:active{
  background-color: rgb(213 243 253 / 0.95);
}

.active\:bg-primary-20:active{
  --tw-bg-opacity: 1;
  background-color: rgb(188 235 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-20\/0:active{
  background-color: rgb(188 235 255 / 0);
}

.active\:bg-primary-20\/10:active{
  background-color: rgb(188 235 255 / 0.1);
}

.active\:bg-primary-20\/100:active{
  background-color: rgb(188 235 255 / 1);
}

.active\:bg-primary-20\/15:active{
  background-color: rgb(188 235 255 / 0.15);
}

.active\:bg-primary-20\/20:active{
  background-color: rgb(188 235 255 / 0.2);
}

.active\:bg-primary-20\/25:active{
  background-color: rgb(188 235 255 / 0.25);
}

.active\:bg-primary-20\/30:active{
  background-color: rgb(188 235 255 / 0.3);
}

.active\:bg-primary-20\/35:active{
  background-color: rgb(188 235 255 / 0.35);
}

.active\:bg-primary-20\/40:active{
  background-color: rgb(188 235 255 / 0.4);
}

.active\:bg-primary-20\/45:active{
  background-color: rgb(188 235 255 / 0.45);
}

.active\:bg-primary-20\/5:active{
  background-color: rgb(188 235 255 / 0.05);
}

.active\:bg-primary-20\/50:active{
  background-color: rgb(188 235 255 / 0.5);
}

.active\:bg-primary-20\/55:active{
  background-color: rgb(188 235 255 / 0.55);
}

.active\:bg-primary-20\/60:active{
  background-color: rgb(188 235 255 / 0.6);
}

.active\:bg-primary-20\/65:active{
  background-color: rgb(188 235 255 / 0.65);
}

.active\:bg-primary-20\/70:active{
  background-color: rgb(188 235 255 / 0.7);
}

.active\:bg-primary-20\/75:active{
  background-color: rgb(188 235 255 / 0.75);
}

.active\:bg-primary-20\/80:active{
  background-color: rgb(188 235 255 / 0.8);
}

.active\:bg-primary-20\/85:active{
  background-color: rgb(188 235 255 / 0.85);
}

.active\:bg-primary-20\/90:active{
  background-color: rgb(188 235 255 / 0.9);
}

.active\:bg-primary-20\/95:active{
  background-color: rgb(188 235 255 / 0.95);
}

.active\:bg-primary-30:active{
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 247 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-30\/0:active{
  background-color: rgb(126 211 247 / 0);
}

.active\:bg-primary-30\/10:active{
  background-color: rgb(126 211 247 / 0.1);
}

.active\:bg-primary-30\/100:active{
  background-color: rgb(126 211 247 / 1);
}

.active\:bg-primary-30\/15:active{
  background-color: rgb(126 211 247 / 0.15);
}

.active\:bg-primary-30\/20:active{
  background-color: rgb(126 211 247 / 0.2);
}

.active\:bg-primary-30\/25:active{
  background-color: rgb(126 211 247 / 0.25);
}

.active\:bg-primary-30\/30:active{
  background-color: rgb(126 211 247 / 0.3);
}

.active\:bg-primary-30\/35:active{
  background-color: rgb(126 211 247 / 0.35);
}

.active\:bg-primary-30\/40:active{
  background-color: rgb(126 211 247 / 0.4);
}

.active\:bg-primary-30\/45:active{
  background-color: rgb(126 211 247 / 0.45);
}

.active\:bg-primary-30\/5:active{
  background-color: rgb(126 211 247 / 0.05);
}

.active\:bg-primary-30\/50:active{
  background-color: rgb(126 211 247 / 0.5);
}

.active\:bg-primary-30\/55:active{
  background-color: rgb(126 211 247 / 0.55);
}

.active\:bg-primary-30\/60:active{
  background-color: rgb(126 211 247 / 0.6);
}

.active\:bg-primary-30\/65:active{
  background-color: rgb(126 211 247 / 0.65);
}

.active\:bg-primary-30\/70:active{
  background-color: rgb(126 211 247 / 0.7);
}

.active\:bg-primary-30\/75:active{
  background-color: rgb(126 211 247 / 0.75);
}

.active\:bg-primary-30\/80:active{
  background-color: rgb(126 211 247 / 0.8);
}

.active\:bg-primary-30\/85:active{
  background-color: rgb(126 211 247 / 0.85);
}

.active\:bg-primary-30\/90:active{
  background-color: rgb(126 211 247 / 0.9);
}

.active\:bg-primary-30\/95:active{
  background-color: rgb(126 211 247 / 0.95);
}

.active\:bg-primary-40:active{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-40\/0:active{
  background-color: rgb(61 181 230 / 0);
}

.active\:bg-primary-40\/10:active{
  background-color: rgb(61 181 230 / 0.1);
}

.active\:bg-primary-40\/100:active{
  background-color: rgb(61 181 230 / 1);
}

.active\:bg-primary-40\/15:active{
  background-color: rgb(61 181 230 / 0.15);
}

.active\:bg-primary-40\/20:active{
  background-color: rgb(61 181 230 / 0.2);
}

.active\:bg-primary-40\/25:active{
  background-color: rgb(61 181 230 / 0.25);
}

.active\:bg-primary-40\/30:active{
  background-color: rgb(61 181 230 / 0.3);
}

.active\:bg-primary-40\/35:active{
  background-color: rgb(61 181 230 / 0.35);
}

.active\:bg-primary-40\/40:active{
  background-color: rgb(61 181 230 / 0.4);
}

.active\:bg-primary-40\/45:active{
  background-color: rgb(61 181 230 / 0.45);
}

.active\:bg-primary-40\/5:active{
  background-color: rgb(61 181 230 / 0.05);
}

.active\:bg-primary-40\/50:active{
  background-color: rgb(61 181 230 / 0.5);
}

.active\:bg-primary-40\/55:active{
  background-color: rgb(61 181 230 / 0.55);
}

.active\:bg-primary-40\/60:active{
  background-color: rgb(61 181 230 / 0.6);
}

.active\:bg-primary-40\/65:active{
  background-color: rgb(61 181 230 / 0.65);
}

.active\:bg-primary-40\/70:active{
  background-color: rgb(61 181 230 / 0.7);
}

.active\:bg-primary-40\/75:active{
  background-color: rgb(61 181 230 / 0.75);
}

.active\:bg-primary-40\/80:active{
  background-color: rgb(61 181 230 / 0.8);
}

.active\:bg-primary-40\/85:active{
  background-color: rgb(61 181 230 / 0.85);
}

.active\:bg-primary-40\/90:active{
  background-color: rgb(61 181 230 / 0.9);
}

.active\:bg-primary-40\/95:active{
  background-color: rgb(61 181 230 / 0.95);
}

.active\:bg-primary-5:active{
  --tw-bg-opacity: 1;
  background-color: rgb(240 252 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-5\/0:active{
  background-color: rgb(240 252 255 / 0);
}

.active\:bg-primary-5\/10:active{
  background-color: rgb(240 252 255 / 0.1);
}

.active\:bg-primary-5\/100:active{
  background-color: rgb(240 252 255 / 1);
}

.active\:bg-primary-5\/15:active{
  background-color: rgb(240 252 255 / 0.15);
}

.active\:bg-primary-5\/20:active{
  background-color: rgb(240 252 255 / 0.2);
}

.active\:bg-primary-5\/25:active{
  background-color: rgb(240 252 255 / 0.25);
}

.active\:bg-primary-5\/30:active{
  background-color: rgb(240 252 255 / 0.3);
}

.active\:bg-primary-5\/35:active{
  background-color: rgb(240 252 255 / 0.35);
}

.active\:bg-primary-5\/40:active{
  background-color: rgb(240 252 255 / 0.4);
}

.active\:bg-primary-5\/45:active{
  background-color: rgb(240 252 255 / 0.45);
}

.active\:bg-primary-5\/5:active{
  background-color: rgb(240 252 255 / 0.05);
}

.active\:bg-primary-5\/50:active{
  background-color: rgb(240 252 255 / 0.5);
}

.active\:bg-primary-5\/55:active{
  background-color: rgb(240 252 255 / 0.55);
}

.active\:bg-primary-5\/60:active{
  background-color: rgb(240 252 255 / 0.6);
}

.active\:bg-primary-5\/65:active{
  background-color: rgb(240 252 255 / 0.65);
}

.active\:bg-primary-5\/70:active{
  background-color: rgb(240 252 255 / 0.7);
}

.active\:bg-primary-5\/75:active{
  background-color: rgb(240 252 255 / 0.75);
}

.active\:bg-primary-5\/80:active{
  background-color: rgb(240 252 255 / 0.8);
}

.active\:bg-primary-5\/85:active{
  background-color: rgb(240 252 255 / 0.85);
}

.active\:bg-primary-5\/90:active{
  background-color: rgb(240 252 255 / 0.9);
}

.active\:bg-primary-5\/95:active{
  background-color: rgb(240 252 255 / 0.95);
}

.active\:bg-primary-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(4 156 204 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-50\/0:active{
  background-color: rgb(4 156 204 / 0);
}

.active\:bg-primary-50\/10:active{
  background-color: rgb(4 156 204 / 0.1);
}

.active\:bg-primary-50\/100:active{
  background-color: rgb(4 156 204 / 1);
}

.active\:bg-primary-50\/15:active{
  background-color: rgb(4 156 204 / 0.15);
}

.active\:bg-primary-50\/20:active{
  background-color: rgb(4 156 204 / 0.2);
}

.active\:bg-primary-50\/25:active{
  background-color: rgb(4 156 204 / 0.25);
}

.active\:bg-primary-50\/30:active{
  background-color: rgb(4 156 204 / 0.3);
}

.active\:bg-primary-50\/35:active{
  background-color: rgb(4 156 204 / 0.35);
}

.active\:bg-primary-50\/40:active{
  background-color: rgb(4 156 204 / 0.4);
}

.active\:bg-primary-50\/45:active{
  background-color: rgb(4 156 204 / 0.45);
}

.active\:bg-primary-50\/5:active{
  background-color: rgb(4 156 204 / 0.05);
}

.active\:bg-primary-50\/50:active{
  background-color: rgb(4 156 204 / 0.5);
}

.active\:bg-primary-50\/55:active{
  background-color: rgb(4 156 204 / 0.55);
}

.active\:bg-primary-50\/60:active{
  background-color: rgb(4 156 204 / 0.6);
}

.active\:bg-primary-50\/65:active{
  background-color: rgb(4 156 204 / 0.65);
}

.active\:bg-primary-50\/70:active{
  background-color: rgb(4 156 204 / 0.7);
}

.active\:bg-primary-50\/75:active{
  background-color: rgb(4 156 204 / 0.75);
}

.active\:bg-primary-50\/80:active{
  background-color: rgb(4 156 204 / 0.8);
}

.active\:bg-primary-50\/85:active{
  background-color: rgb(4 156 204 / 0.85);
}

.active\:bg-primary-50\/90:active{
  background-color: rgb(4 156 204 / 0.9);
}

.active\:bg-primary-50\/95:active{
  background-color: rgb(4 156 204 / 0.95);
}

.active\:bg-primary-60:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 176 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-60\/0:active{
  background-color: rgb(0 127 176 / 0);
}

.active\:bg-primary-60\/10:active{
  background-color: rgb(0 127 176 / 0.1);
}

.active\:bg-primary-60\/100:active{
  background-color: rgb(0 127 176 / 1);
}

.active\:bg-primary-60\/15:active{
  background-color: rgb(0 127 176 / 0.15);
}

.active\:bg-primary-60\/20:active{
  background-color: rgb(0 127 176 / 0.2);
}

.active\:bg-primary-60\/25:active{
  background-color: rgb(0 127 176 / 0.25);
}

.active\:bg-primary-60\/30:active{
  background-color: rgb(0 127 176 / 0.3);
}

.active\:bg-primary-60\/35:active{
  background-color: rgb(0 127 176 / 0.35);
}

.active\:bg-primary-60\/40:active{
  background-color: rgb(0 127 176 / 0.4);
}

.active\:bg-primary-60\/45:active{
  background-color: rgb(0 127 176 / 0.45);
}

.active\:bg-primary-60\/5:active{
  background-color: rgb(0 127 176 / 0.05);
}

.active\:bg-primary-60\/50:active{
  background-color: rgb(0 127 176 / 0.5);
}

.active\:bg-primary-60\/55:active{
  background-color: rgb(0 127 176 / 0.55);
}

.active\:bg-primary-60\/60:active{
  background-color: rgb(0 127 176 / 0.6);
}

.active\:bg-primary-60\/65:active{
  background-color: rgb(0 127 176 / 0.65);
}

.active\:bg-primary-60\/70:active{
  background-color: rgb(0 127 176 / 0.7);
}

.active\:bg-primary-60\/75:active{
  background-color: rgb(0 127 176 / 0.75);
}

.active\:bg-primary-60\/80:active{
  background-color: rgb(0 127 176 / 0.8);
}

.active\:bg-primary-60\/85:active{
  background-color: rgb(0 127 176 / 0.85);
}

.active\:bg-primary-60\/90:active{
  background-color: rgb(0 127 176 / 0.9);
}

.active\:bg-primary-60\/95:active{
  background-color: rgb(0 127 176 / 0.95);
}

.active\:bg-primary-70:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 136 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-70\/0:active{
  background-color: rgb(0 102 136 / 0);
}

.active\:bg-primary-70\/10:active{
  background-color: rgb(0 102 136 / 0.1);
}

.active\:bg-primary-70\/100:active{
  background-color: rgb(0 102 136 / 1);
}

.active\:bg-primary-70\/15:active{
  background-color: rgb(0 102 136 / 0.15);
}

.active\:bg-primary-70\/20:active{
  background-color: rgb(0 102 136 / 0.2);
}

.active\:bg-primary-70\/25:active{
  background-color: rgb(0 102 136 / 0.25);
}

.active\:bg-primary-70\/30:active{
  background-color: rgb(0 102 136 / 0.3);
}

.active\:bg-primary-70\/35:active{
  background-color: rgb(0 102 136 / 0.35);
}

.active\:bg-primary-70\/40:active{
  background-color: rgb(0 102 136 / 0.4);
}

.active\:bg-primary-70\/45:active{
  background-color: rgb(0 102 136 / 0.45);
}

.active\:bg-primary-70\/5:active{
  background-color: rgb(0 102 136 / 0.05);
}

.active\:bg-primary-70\/50:active{
  background-color: rgb(0 102 136 / 0.5);
}

.active\:bg-primary-70\/55:active{
  background-color: rgb(0 102 136 / 0.55);
}

.active\:bg-primary-70\/60:active{
  background-color: rgb(0 102 136 / 0.6);
}

.active\:bg-primary-70\/65:active{
  background-color: rgb(0 102 136 / 0.65);
}

.active\:bg-primary-70\/70:active{
  background-color: rgb(0 102 136 / 0.7);
}

.active\:bg-primary-70\/75:active{
  background-color: rgb(0 102 136 / 0.75);
}

.active\:bg-primary-70\/80:active{
  background-color: rgb(0 102 136 / 0.8);
}

.active\:bg-primary-70\/85:active{
  background-color: rgb(0 102 136 / 0.85);
}

.active\:bg-primary-70\/90:active{
  background-color: rgb(0 102 136 / 0.9);
}

.active\:bg-primary-70\/95:active{
  background-color: rgb(0 102 136 / 0.95);
}

.active\:bg-primary-80:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 104 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-80\/0:active{
  background-color: rgb(0 77 104 / 0);
}

.active\:bg-primary-80\/10:active{
  background-color: rgb(0 77 104 / 0.1);
}

.active\:bg-primary-80\/100:active{
  background-color: rgb(0 77 104 / 1);
}

.active\:bg-primary-80\/15:active{
  background-color: rgb(0 77 104 / 0.15);
}

.active\:bg-primary-80\/20:active{
  background-color: rgb(0 77 104 / 0.2);
}

.active\:bg-primary-80\/25:active{
  background-color: rgb(0 77 104 / 0.25);
}

.active\:bg-primary-80\/30:active{
  background-color: rgb(0 77 104 / 0.3);
}

.active\:bg-primary-80\/35:active{
  background-color: rgb(0 77 104 / 0.35);
}

.active\:bg-primary-80\/40:active{
  background-color: rgb(0 77 104 / 0.4);
}

.active\:bg-primary-80\/45:active{
  background-color: rgb(0 77 104 / 0.45);
}

.active\:bg-primary-80\/5:active{
  background-color: rgb(0 77 104 / 0.05);
}

.active\:bg-primary-80\/50:active{
  background-color: rgb(0 77 104 / 0.5);
}

.active\:bg-primary-80\/55:active{
  background-color: rgb(0 77 104 / 0.55);
}

.active\:bg-primary-80\/60:active{
  background-color: rgb(0 77 104 / 0.6);
}

.active\:bg-primary-80\/65:active{
  background-color: rgb(0 77 104 / 0.65);
}

.active\:bg-primary-80\/70:active{
  background-color: rgb(0 77 104 / 0.7);
}

.active\:bg-primary-80\/75:active{
  background-color: rgb(0 77 104 / 0.75);
}

.active\:bg-primary-80\/80:active{
  background-color: rgb(0 77 104 / 0.8);
}

.active\:bg-primary-80\/85:active{
  background-color: rgb(0 77 104 / 0.85);
}

.active\:bg-primary-80\/90:active{
  background-color: rgb(0 77 104 / 0.9);
}

.active\:bg-primary-80\/95:active{
  background-color: rgb(0 77 104 / 0.95);
}

.active\:bg-primary-90:active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 73 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-90\/0:active{
  background-color: rgb(0 53 73 / 0);
}

.active\:bg-primary-90\/10:active{
  background-color: rgb(0 53 73 / 0.1);
}

.active\:bg-primary-90\/100:active{
  background-color: rgb(0 53 73 / 1);
}

.active\:bg-primary-90\/15:active{
  background-color: rgb(0 53 73 / 0.15);
}

.active\:bg-primary-90\/20:active{
  background-color: rgb(0 53 73 / 0.2);
}

.active\:bg-primary-90\/25:active{
  background-color: rgb(0 53 73 / 0.25);
}

.active\:bg-primary-90\/30:active{
  background-color: rgb(0 53 73 / 0.3);
}

.active\:bg-primary-90\/35:active{
  background-color: rgb(0 53 73 / 0.35);
}

.active\:bg-primary-90\/40:active{
  background-color: rgb(0 53 73 / 0.4);
}

.active\:bg-primary-90\/45:active{
  background-color: rgb(0 53 73 / 0.45);
}

.active\:bg-primary-90\/5:active{
  background-color: rgb(0 53 73 / 0.05);
}

.active\:bg-primary-90\/50:active{
  background-color: rgb(0 53 73 / 0.5);
}

.active\:bg-primary-90\/55:active{
  background-color: rgb(0 53 73 / 0.55);
}

.active\:bg-primary-90\/60:active{
  background-color: rgb(0 53 73 / 0.6);
}

.active\:bg-primary-90\/65:active{
  background-color: rgb(0 53 73 / 0.65);
}

.active\:bg-primary-90\/70:active{
  background-color: rgb(0 53 73 / 0.7);
}

.active\:bg-primary-90\/75:active{
  background-color: rgb(0 53 73 / 0.75);
}

.active\:bg-primary-90\/80:active{
  background-color: rgb(0 53 73 / 0.8);
}

.active\:bg-primary-90\/85:active{
  background-color: rgb(0 53 73 / 0.85);
}

.active\:bg-primary-90\/90:active{
  background-color: rgb(0 53 73 / 0.9);
}

.active\:bg-primary-90\/95:active{
  background-color: rgb(0 53 73 / 0.95);
}

.active\:bg-secondary-10:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 232 241 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-10\/0:active{
  background-color: rgb(253 232 241 / 0);
}

.active\:bg-secondary-10\/10:active{
  background-color: rgb(253 232 241 / 0.1);
}

.active\:bg-secondary-10\/100:active{
  background-color: rgb(253 232 241 / 1);
}

.active\:bg-secondary-10\/15:active{
  background-color: rgb(253 232 241 / 0.15);
}

.active\:bg-secondary-10\/20:active{
  background-color: rgb(253 232 241 / 0.2);
}

.active\:bg-secondary-10\/25:active{
  background-color: rgb(253 232 241 / 0.25);
}

.active\:bg-secondary-10\/30:active{
  background-color: rgb(253 232 241 / 0.3);
}

.active\:bg-secondary-10\/35:active{
  background-color: rgb(253 232 241 / 0.35);
}

.active\:bg-secondary-10\/40:active{
  background-color: rgb(253 232 241 / 0.4);
}

.active\:bg-secondary-10\/45:active{
  background-color: rgb(253 232 241 / 0.45);
}

.active\:bg-secondary-10\/5:active{
  background-color: rgb(253 232 241 / 0.05);
}

.active\:bg-secondary-10\/50:active{
  background-color: rgb(253 232 241 / 0.5);
}

.active\:bg-secondary-10\/55:active{
  background-color: rgb(253 232 241 / 0.55);
}

.active\:bg-secondary-10\/60:active{
  background-color: rgb(253 232 241 / 0.6);
}

.active\:bg-secondary-10\/65:active{
  background-color: rgb(253 232 241 / 0.65);
}

.active\:bg-secondary-10\/70:active{
  background-color: rgb(253 232 241 / 0.7);
}

.active\:bg-secondary-10\/75:active{
  background-color: rgb(253 232 241 / 0.75);
}

.active\:bg-secondary-10\/80:active{
  background-color: rgb(253 232 241 / 0.8);
}

.active\:bg-secondary-10\/85:active{
  background-color: rgb(253 232 241 / 0.85);
}

.active\:bg-secondary-10\/90:active{
  background-color: rgb(253 232 241 / 0.9);
}

.active\:bg-secondary-10\/95:active{
  background-color: rgb(253 232 241 / 0.95);
}

.active\:bg-secondary-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(62 0 32 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-100\/0:active{
  background-color: rgb(62 0 32 / 0);
}

.active\:bg-secondary-100\/10:active{
  background-color: rgb(62 0 32 / 0.1);
}

.active\:bg-secondary-100\/100:active{
  background-color: rgb(62 0 32 / 1);
}

.active\:bg-secondary-100\/15:active{
  background-color: rgb(62 0 32 / 0.15);
}

.active\:bg-secondary-100\/20:active{
  background-color: rgb(62 0 32 / 0.2);
}

.active\:bg-secondary-100\/25:active{
  background-color: rgb(62 0 32 / 0.25);
}

.active\:bg-secondary-100\/30:active{
  background-color: rgb(62 0 32 / 0.3);
}

.active\:bg-secondary-100\/35:active{
  background-color: rgb(62 0 32 / 0.35);
}

.active\:bg-secondary-100\/40:active{
  background-color: rgb(62 0 32 / 0.4);
}

.active\:bg-secondary-100\/45:active{
  background-color: rgb(62 0 32 / 0.45);
}

.active\:bg-secondary-100\/5:active{
  background-color: rgb(62 0 32 / 0.05);
}

.active\:bg-secondary-100\/50:active{
  background-color: rgb(62 0 32 / 0.5);
}

.active\:bg-secondary-100\/55:active{
  background-color: rgb(62 0 32 / 0.55);
}

.active\:bg-secondary-100\/60:active{
  background-color: rgb(62 0 32 / 0.6);
}

.active\:bg-secondary-100\/65:active{
  background-color: rgb(62 0 32 / 0.65);
}

.active\:bg-secondary-100\/70:active{
  background-color: rgb(62 0 32 / 0.7);
}

.active\:bg-secondary-100\/75:active{
  background-color: rgb(62 0 32 / 0.75);
}

.active\:bg-secondary-100\/80:active{
  background-color: rgb(62 0 32 / 0.8);
}

.active\:bg-secondary-100\/85:active{
  background-color: rgb(62 0 32 / 0.85);
}

.active\:bg-secondary-100\/90:active{
  background-color: rgb(62 0 32 / 0.9);
}

.active\:bg-secondary-100\/95:active{
  background-color: rgb(62 0 32 / 0.95);
}

.active\:bg-secondary-20:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 175 209 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-20\/0:active{
  background-color: rgb(255 175 209 / 0);
}

.active\:bg-secondary-20\/10:active{
  background-color: rgb(255 175 209 / 0.1);
}

.active\:bg-secondary-20\/100:active{
  background-color: rgb(255 175 209 / 1);
}

.active\:bg-secondary-20\/15:active{
  background-color: rgb(255 175 209 / 0.15);
}

.active\:bg-secondary-20\/20:active{
  background-color: rgb(255 175 209 / 0.2);
}

.active\:bg-secondary-20\/25:active{
  background-color: rgb(255 175 209 / 0.25);
}

.active\:bg-secondary-20\/30:active{
  background-color: rgb(255 175 209 / 0.3);
}

.active\:bg-secondary-20\/35:active{
  background-color: rgb(255 175 209 / 0.35);
}

.active\:bg-secondary-20\/40:active{
  background-color: rgb(255 175 209 / 0.4);
}

.active\:bg-secondary-20\/45:active{
  background-color: rgb(255 175 209 / 0.45);
}

.active\:bg-secondary-20\/5:active{
  background-color: rgb(255 175 209 / 0.05);
}

.active\:bg-secondary-20\/50:active{
  background-color: rgb(255 175 209 / 0.5);
}

.active\:bg-secondary-20\/55:active{
  background-color: rgb(255 175 209 / 0.55);
}

.active\:bg-secondary-20\/60:active{
  background-color: rgb(255 175 209 / 0.6);
}

.active\:bg-secondary-20\/65:active{
  background-color: rgb(255 175 209 / 0.65);
}

.active\:bg-secondary-20\/70:active{
  background-color: rgb(255 175 209 / 0.7);
}

.active\:bg-secondary-20\/75:active{
  background-color: rgb(255 175 209 / 0.75);
}

.active\:bg-secondary-20\/80:active{
  background-color: rgb(255 175 209 / 0.8);
}

.active\:bg-secondary-20\/85:active{
  background-color: rgb(255 175 209 / 0.85);
}

.active\:bg-secondary-20\/90:active{
  background-color: rgb(255 175 209 / 0.9);
}

.active\:bg-secondary-20\/95:active{
  background-color: rgb(255 175 209 / 0.95);
}

.active\:bg-secondary-30:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 183 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-30\/0:active{
  background-color: rgb(255 130 183 / 0);
}

.active\:bg-secondary-30\/10:active{
  background-color: rgb(255 130 183 / 0.1);
}

.active\:bg-secondary-30\/100:active{
  background-color: rgb(255 130 183 / 1);
}

.active\:bg-secondary-30\/15:active{
  background-color: rgb(255 130 183 / 0.15);
}

.active\:bg-secondary-30\/20:active{
  background-color: rgb(255 130 183 / 0.2);
}

.active\:bg-secondary-30\/25:active{
  background-color: rgb(255 130 183 / 0.25);
}

.active\:bg-secondary-30\/30:active{
  background-color: rgb(255 130 183 / 0.3);
}

.active\:bg-secondary-30\/35:active{
  background-color: rgb(255 130 183 / 0.35);
}

.active\:bg-secondary-30\/40:active{
  background-color: rgb(255 130 183 / 0.4);
}

.active\:bg-secondary-30\/45:active{
  background-color: rgb(255 130 183 / 0.45);
}

.active\:bg-secondary-30\/5:active{
  background-color: rgb(255 130 183 / 0.05);
}

.active\:bg-secondary-30\/50:active{
  background-color: rgb(255 130 183 / 0.5);
}

.active\:bg-secondary-30\/55:active{
  background-color: rgb(255 130 183 / 0.55);
}

.active\:bg-secondary-30\/60:active{
  background-color: rgb(255 130 183 / 0.6);
}

.active\:bg-secondary-30\/65:active{
  background-color: rgb(255 130 183 / 0.65);
}

.active\:bg-secondary-30\/70:active{
  background-color: rgb(255 130 183 / 0.7);
}

.active\:bg-secondary-30\/75:active{
  background-color: rgb(255 130 183 / 0.75);
}

.active\:bg-secondary-30\/80:active{
  background-color: rgb(255 130 183 / 0.8);
}

.active\:bg-secondary-30\/85:active{
  background-color: rgb(255 130 183 / 0.85);
}

.active\:bg-secondary-30\/90:active{
  background-color: rgb(255 130 183 / 0.9);
}

.active\:bg-secondary-30\/95:active{
  background-color: rgb(255 130 183 / 0.95);
}

.active\:bg-secondary-40:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 195 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-40\/0:active{
  background-color: rgb(255 97 195 / 0);
}

.active\:bg-secondary-40\/10:active{
  background-color: rgb(255 97 195 / 0.1);
}

.active\:bg-secondary-40\/100:active{
  background-color: rgb(255 97 195 / 1);
}

.active\:bg-secondary-40\/15:active{
  background-color: rgb(255 97 195 / 0.15);
}

.active\:bg-secondary-40\/20:active{
  background-color: rgb(255 97 195 / 0.2);
}

.active\:bg-secondary-40\/25:active{
  background-color: rgb(255 97 195 / 0.25);
}

.active\:bg-secondary-40\/30:active{
  background-color: rgb(255 97 195 / 0.3);
}

.active\:bg-secondary-40\/35:active{
  background-color: rgb(255 97 195 / 0.35);
}

.active\:bg-secondary-40\/40:active{
  background-color: rgb(255 97 195 / 0.4);
}

.active\:bg-secondary-40\/45:active{
  background-color: rgb(255 97 195 / 0.45);
}

.active\:bg-secondary-40\/5:active{
  background-color: rgb(255 97 195 / 0.05);
}

.active\:bg-secondary-40\/50:active{
  background-color: rgb(255 97 195 / 0.5);
}

.active\:bg-secondary-40\/55:active{
  background-color: rgb(255 97 195 / 0.55);
}

.active\:bg-secondary-40\/60:active{
  background-color: rgb(255 97 195 / 0.6);
}

.active\:bg-secondary-40\/65:active{
  background-color: rgb(255 97 195 / 0.65);
}

.active\:bg-secondary-40\/70:active{
  background-color: rgb(255 97 195 / 0.7);
}

.active\:bg-secondary-40\/75:active{
  background-color: rgb(255 97 195 / 0.75);
}

.active\:bg-secondary-40\/80:active{
  background-color: rgb(255 97 195 / 0.8);
}

.active\:bg-secondary-40\/85:active{
  background-color: rgb(255 97 195 / 0.85);
}

.active\:bg-secondary-40\/90:active{
  background-color: rgb(255 97 195 / 0.9);
}

.active\:bg-secondary-40\/95:active{
  background-color: rgb(255 97 195 / 0.95);
}

.active\:bg-secondary-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 163 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-50\/0:active{
  background-color: rgb(255 69 163 / 0);
}

.active\:bg-secondary-50\/10:active{
  background-color: rgb(255 69 163 / 0.1);
}

.active\:bg-secondary-50\/100:active{
  background-color: rgb(255 69 163 / 1);
}

.active\:bg-secondary-50\/15:active{
  background-color: rgb(255 69 163 / 0.15);
}

.active\:bg-secondary-50\/20:active{
  background-color: rgb(255 69 163 / 0.2);
}

.active\:bg-secondary-50\/25:active{
  background-color: rgb(255 69 163 / 0.25);
}

.active\:bg-secondary-50\/30:active{
  background-color: rgb(255 69 163 / 0.3);
}

.active\:bg-secondary-50\/35:active{
  background-color: rgb(255 69 163 / 0.35);
}

.active\:bg-secondary-50\/40:active{
  background-color: rgb(255 69 163 / 0.4);
}

.active\:bg-secondary-50\/45:active{
  background-color: rgb(255 69 163 / 0.45);
}

.active\:bg-secondary-50\/5:active{
  background-color: rgb(255 69 163 / 0.05);
}

.active\:bg-secondary-50\/50:active{
  background-color: rgb(255 69 163 / 0.5);
}

.active\:bg-secondary-50\/55:active{
  background-color: rgb(255 69 163 / 0.55);
}

.active\:bg-secondary-50\/60:active{
  background-color: rgb(255 69 163 / 0.6);
}

.active\:bg-secondary-50\/65:active{
  background-color: rgb(255 69 163 / 0.65);
}

.active\:bg-secondary-50\/70:active{
  background-color: rgb(255 69 163 / 0.7);
}

.active\:bg-secondary-50\/75:active{
  background-color: rgb(255 69 163 / 0.75);
}

.active\:bg-secondary-50\/80:active{
  background-color: rgb(255 69 163 / 0.8);
}

.active\:bg-secondary-50\/85:active{
  background-color: rgb(255 69 163 / 0.85);
}

.active\:bg-secondary-50\/90:active{
  background-color: rgb(255 69 163 / 0.9);
}

.active\:bg-secondary-50\/95:active{
  background-color: rgb(255 69 163 / 0.95);
}

.active\:bg-secondary-60:active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-60\/0:active{
  background-color: rgb(236 0 140 / 0);
}

.active\:bg-secondary-60\/10:active{
  background-color: rgb(236 0 140 / 0.1);
}

.active\:bg-secondary-60\/100:active{
  background-color: rgb(236 0 140 / 1);
}

.active\:bg-secondary-60\/15:active{
  background-color: rgb(236 0 140 / 0.15);
}

.active\:bg-secondary-60\/20:active{
  background-color: rgb(236 0 140 / 0.2);
}

.active\:bg-secondary-60\/25:active{
  background-color: rgb(236 0 140 / 0.25);
}

.active\:bg-secondary-60\/30:active{
  background-color: rgb(236 0 140 / 0.3);
}

.active\:bg-secondary-60\/35:active{
  background-color: rgb(236 0 140 / 0.35);
}

.active\:bg-secondary-60\/40:active{
  background-color: rgb(236 0 140 / 0.4);
}

.active\:bg-secondary-60\/45:active{
  background-color: rgb(236 0 140 / 0.45);
}

.active\:bg-secondary-60\/5:active{
  background-color: rgb(236 0 140 / 0.05);
}

.active\:bg-secondary-60\/50:active{
  background-color: rgb(236 0 140 / 0.5);
}

.active\:bg-secondary-60\/55:active{
  background-color: rgb(236 0 140 / 0.55);
}

.active\:bg-secondary-60\/60:active{
  background-color: rgb(236 0 140 / 0.6);
}

.active\:bg-secondary-60\/65:active{
  background-color: rgb(236 0 140 / 0.65);
}

.active\:bg-secondary-60\/70:active{
  background-color: rgb(236 0 140 / 0.7);
}

.active\:bg-secondary-60\/75:active{
  background-color: rgb(236 0 140 / 0.75);
}

.active\:bg-secondary-60\/80:active{
  background-color: rgb(236 0 140 / 0.8);
}

.active\:bg-secondary-60\/85:active{
  background-color: rgb(236 0 140 / 0.85);
}

.active\:bg-secondary-60\/90:active{
  background-color: rgb(236 0 140 / 0.9);
}

.active\:bg-secondary-60\/95:active{
  background-color: rgb(236 0 140 / 0.95);
}

.active\:bg-secondary-70:active{
  --tw-bg-opacity: 1;
  background-color: rgb(182 0 113 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-70\/0:active{
  background-color: rgb(182 0 113 / 0);
}

.active\:bg-secondary-70\/10:active{
  background-color: rgb(182 0 113 / 0.1);
}

.active\:bg-secondary-70\/100:active{
  background-color: rgb(182 0 113 / 1);
}

.active\:bg-secondary-70\/15:active{
  background-color: rgb(182 0 113 / 0.15);
}

.active\:bg-secondary-70\/20:active{
  background-color: rgb(182 0 113 / 0.2);
}

.active\:bg-secondary-70\/25:active{
  background-color: rgb(182 0 113 / 0.25);
}

.active\:bg-secondary-70\/30:active{
  background-color: rgb(182 0 113 / 0.3);
}

.active\:bg-secondary-70\/35:active{
  background-color: rgb(182 0 113 / 0.35);
}

.active\:bg-secondary-70\/40:active{
  background-color: rgb(182 0 113 / 0.4);
}

.active\:bg-secondary-70\/45:active{
  background-color: rgb(182 0 113 / 0.45);
}

.active\:bg-secondary-70\/5:active{
  background-color: rgb(182 0 113 / 0.05);
}

.active\:bg-secondary-70\/50:active{
  background-color: rgb(182 0 113 / 0.5);
}

.active\:bg-secondary-70\/55:active{
  background-color: rgb(182 0 113 / 0.55);
}

.active\:bg-secondary-70\/60:active{
  background-color: rgb(182 0 113 / 0.6);
}

.active\:bg-secondary-70\/65:active{
  background-color: rgb(182 0 113 / 0.65);
}

.active\:bg-secondary-70\/70:active{
  background-color: rgb(182 0 113 / 0.7);
}

.active\:bg-secondary-70\/75:active{
  background-color: rgb(182 0 113 / 0.75);
}

.active\:bg-secondary-70\/80:active{
  background-color: rgb(182 0 113 / 0.8);
}

.active\:bg-secondary-70\/85:active{
  background-color: rgb(182 0 113 / 0.85);
}

.active\:bg-secondary-70\/90:active{
  background-color: rgb(182 0 113 / 0.9);
}

.active\:bg-secondary-70\/95:active{
  background-color: rgb(182 0 113 / 0.95);
}

.active\:bg-secondary-80:active{
  --tw-bg-opacity: 1;
  background-color: rgb(140 0 86 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-80\/0:active{
  background-color: rgb(140 0 86 / 0);
}

.active\:bg-secondary-80\/10:active{
  background-color: rgb(140 0 86 / 0.1);
}

.active\:bg-secondary-80\/100:active{
  background-color: rgb(140 0 86 / 1);
}

.active\:bg-secondary-80\/15:active{
  background-color: rgb(140 0 86 / 0.15);
}

.active\:bg-secondary-80\/20:active{
  background-color: rgb(140 0 86 / 0.2);
}

.active\:bg-secondary-80\/25:active{
  background-color: rgb(140 0 86 / 0.25);
}

.active\:bg-secondary-80\/30:active{
  background-color: rgb(140 0 86 / 0.3);
}

.active\:bg-secondary-80\/35:active{
  background-color: rgb(140 0 86 / 0.35);
}

.active\:bg-secondary-80\/40:active{
  background-color: rgb(140 0 86 / 0.4);
}

.active\:bg-secondary-80\/45:active{
  background-color: rgb(140 0 86 / 0.45);
}

.active\:bg-secondary-80\/5:active{
  background-color: rgb(140 0 86 / 0.05);
}

.active\:bg-secondary-80\/50:active{
  background-color: rgb(140 0 86 / 0.5);
}

.active\:bg-secondary-80\/55:active{
  background-color: rgb(140 0 86 / 0.55);
}

.active\:bg-secondary-80\/60:active{
  background-color: rgb(140 0 86 / 0.6);
}

.active\:bg-secondary-80\/65:active{
  background-color: rgb(140 0 86 / 0.65);
}

.active\:bg-secondary-80\/70:active{
  background-color: rgb(140 0 86 / 0.7);
}

.active\:bg-secondary-80\/75:active{
  background-color: rgb(140 0 86 / 0.75);
}

.active\:bg-secondary-80\/80:active{
  background-color: rgb(140 0 86 / 0.8);
}

.active\:bg-secondary-80\/85:active{
  background-color: rgb(140 0 86 / 0.85);
}

.active\:bg-secondary-80\/90:active{
  background-color: rgb(140 0 86 / 0.9);
}

.active\:bg-secondary-80\/95:active{
  background-color: rgb(140 0 86 / 0.95);
}

.active\:bg-secondary-90:active{
  --tw-bg-opacity: 1;
  background-color: rgb(99 0 59 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-90\/0:active{
  background-color: rgb(99 0 59 / 0);
}

.active\:bg-secondary-90\/10:active{
  background-color: rgb(99 0 59 / 0.1);
}

.active\:bg-secondary-90\/100:active{
  background-color: rgb(99 0 59 / 1);
}

.active\:bg-secondary-90\/15:active{
  background-color: rgb(99 0 59 / 0.15);
}

.active\:bg-secondary-90\/20:active{
  background-color: rgb(99 0 59 / 0.2);
}

.active\:bg-secondary-90\/25:active{
  background-color: rgb(99 0 59 / 0.25);
}

.active\:bg-secondary-90\/30:active{
  background-color: rgb(99 0 59 / 0.3);
}

.active\:bg-secondary-90\/35:active{
  background-color: rgb(99 0 59 / 0.35);
}

.active\:bg-secondary-90\/40:active{
  background-color: rgb(99 0 59 / 0.4);
}

.active\:bg-secondary-90\/45:active{
  background-color: rgb(99 0 59 / 0.45);
}

.active\:bg-secondary-90\/5:active{
  background-color: rgb(99 0 59 / 0.05);
}

.active\:bg-secondary-90\/50:active{
  background-color: rgb(99 0 59 / 0.5);
}

.active\:bg-secondary-90\/55:active{
  background-color: rgb(99 0 59 / 0.55);
}

.active\:bg-secondary-90\/60:active{
  background-color: rgb(99 0 59 / 0.6);
}

.active\:bg-secondary-90\/65:active{
  background-color: rgb(99 0 59 / 0.65);
}

.active\:bg-secondary-90\/70:active{
  background-color: rgb(99 0 59 / 0.7);
}

.active\:bg-secondary-90\/75:active{
  background-color: rgb(99 0 59 / 0.75);
}

.active\:bg-secondary-90\/80:active{
  background-color: rgb(99 0 59 / 0.8);
}

.active\:bg-secondary-90\/85:active{
  background-color: rgb(99 0 59 / 0.85);
}

.active\:bg-secondary-90\/90:active{
  background-color: rgb(99 0 59 / 0.9);
}

.active\:bg-secondary-90\/95:active{
  background-color: rgb(99 0 59 / 0.95);
}

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

.active\:bg-shade-black\/0:active{
  background-color: rgb(0 0 0 / 0);
}

.active\:bg-shade-black\/10:active{
  background-color: rgb(0 0 0 / 0.1);
}

.active\:bg-shade-black\/100:active{
  background-color: rgb(0 0 0 / 1);
}

.active\:bg-shade-black\/15:active{
  background-color: rgb(0 0 0 / 0.15);
}

.active\:bg-shade-black\/20:active{
  background-color: rgb(0 0 0 / 0.2);
}

.active\:bg-shade-black\/25:active{
  background-color: rgb(0 0 0 / 0.25);
}

.active\:bg-shade-black\/30:active{
  background-color: rgb(0 0 0 / 0.3);
}

.active\:bg-shade-black\/35:active{
  background-color: rgb(0 0 0 / 0.35);
}

.active\:bg-shade-black\/40:active{
  background-color: rgb(0 0 0 / 0.4);
}

.active\:bg-shade-black\/45:active{
  background-color: rgb(0 0 0 / 0.45);
}

.active\:bg-shade-black\/5:active{
  background-color: rgb(0 0 0 / 0.05);
}

.active\:bg-shade-black\/50:active{
  background-color: rgb(0 0 0 / 0.5);
}

.active\:bg-shade-black\/55:active{
  background-color: rgb(0 0 0 / 0.55);
}

.active\:bg-shade-black\/60:active{
  background-color: rgb(0 0 0 / 0.6);
}

.active\:bg-shade-black\/65:active{
  background-color: rgb(0 0 0 / 0.65);
}

.active\:bg-shade-black\/70:active{
  background-color: rgb(0 0 0 / 0.7);
}

.active\:bg-shade-black\/75:active{
  background-color: rgb(0 0 0 / 0.75);
}

.active\:bg-shade-black\/80:active{
  background-color: rgb(0 0 0 / 0.8);
}

.active\:bg-shade-black\/85:active{
  background-color: rgb(0 0 0 / 0.85);
}

.active\:bg-shade-black\/90:active{
  background-color: rgb(0 0 0 / 0.9);
}

.active\:bg-shade-black\/95:active{
  background-color: rgb(0 0 0 / 0.95);
}

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

.active\:bg-shade-white\/0:active{
  background-color: rgb(255 255 255 / 0);
}

.active\:bg-shade-white\/10:active{
  background-color: rgb(255 255 255 / 0.1);
}

.active\:bg-shade-white\/100:active{
  background-color: rgb(255 255 255 / 1);
}

.active\:bg-shade-white\/15:active{
  background-color: rgb(255 255 255 / 0.15);
}

.active\:bg-shade-white\/20:active{
  background-color: rgb(255 255 255 / 0.2);
}

.active\:bg-shade-white\/25:active{
  background-color: rgb(255 255 255 / 0.25);
}

.active\:bg-shade-white\/30:active{
  background-color: rgb(255 255 255 / 0.3);
}

.active\:bg-shade-white\/35:active{
  background-color: rgb(255 255 255 / 0.35);
}

.active\:bg-shade-white\/40:active{
  background-color: rgb(255 255 255 / 0.4);
}

.active\:bg-shade-white\/45:active{
  background-color: rgb(255 255 255 / 0.45);
}

.active\:bg-shade-white\/5:active{
  background-color: rgb(255 255 255 / 0.05);
}

.active\:bg-shade-white\/50:active{
  background-color: rgb(255 255 255 / 0.5);
}

.active\:bg-shade-white\/55:active{
  background-color: rgb(255 255 255 / 0.55);
}

.active\:bg-shade-white\/60:active{
  background-color: rgb(255 255 255 / 0.6);
}

.active\:bg-shade-white\/65:active{
  background-color: rgb(255 255 255 / 0.65);
}

.active\:bg-shade-white\/70:active{
  background-color: rgb(255 255 255 / 0.7);
}

.active\:bg-shade-white\/75:active{
  background-color: rgb(255 255 255 / 0.75);
}

.active\:bg-shade-white\/80:active{
  background-color: rgb(255 255 255 / 0.8);
}

.active\:bg-shade-white\/85:active{
  background-color: rgb(255 255 255 / 0.85);
}

.active\:bg-shade-white\/90:active{
  background-color: rgb(255 255 255 / 0.9);
}

.active\:bg-shade-white\/95:active{
  background-color: rgb(255 255 255 / 0.95);
}

.active\:bg-skynamo-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(61 181 230 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-blue\/0:active{
  background-color: rgb(61 181 230 / 0);
}

.active\:bg-skynamo-blue\/10:active{
  background-color: rgb(61 181 230 / 0.1);
}

.active\:bg-skynamo-blue\/100:active{
  background-color: rgb(61 181 230 / 1);
}

.active\:bg-skynamo-blue\/15:active{
  background-color: rgb(61 181 230 / 0.15);
}

.active\:bg-skynamo-blue\/20:active{
  background-color: rgb(61 181 230 / 0.2);
}

.active\:bg-skynamo-blue\/25:active{
  background-color: rgb(61 181 230 / 0.25);
}

.active\:bg-skynamo-blue\/30:active{
  background-color: rgb(61 181 230 / 0.3);
}

.active\:bg-skynamo-blue\/35:active{
  background-color: rgb(61 181 230 / 0.35);
}

.active\:bg-skynamo-blue\/40:active{
  background-color: rgb(61 181 230 / 0.4);
}

.active\:bg-skynamo-blue\/45:active{
  background-color: rgb(61 181 230 / 0.45);
}

.active\:bg-skynamo-blue\/5:active{
  background-color: rgb(61 181 230 / 0.05);
}

.active\:bg-skynamo-blue\/50:active{
  background-color: rgb(61 181 230 / 0.5);
}

.active\:bg-skynamo-blue\/55:active{
  background-color: rgb(61 181 230 / 0.55);
}

.active\:bg-skynamo-blue\/60:active{
  background-color: rgb(61 181 230 / 0.6);
}

.active\:bg-skynamo-blue\/65:active{
  background-color: rgb(61 181 230 / 0.65);
}

.active\:bg-skynamo-blue\/70:active{
  background-color: rgb(61 181 230 / 0.7);
}

.active\:bg-skynamo-blue\/75:active{
  background-color: rgb(61 181 230 / 0.75);
}

.active\:bg-skynamo-blue\/80:active{
  background-color: rgb(61 181 230 / 0.8);
}

.active\:bg-skynamo-blue\/85:active{
  background-color: rgb(61 181 230 / 0.85);
}

.active\:bg-skynamo-blue\/90:active{
  background-color: rgb(61 181 230 / 0.9);
}

.active\:bg-skynamo-blue\/95:active{
  background-color: rgb(61 181 230 / 0.95);
}

.active\:bg-skynamo-bright-pink:active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-bright-pink\/0:active{
  background-color: rgb(236 0 140 / 0);
}

.active\:bg-skynamo-bright-pink\/10:active{
  background-color: rgb(236 0 140 / 0.1);
}

.active\:bg-skynamo-bright-pink\/100:active{
  background-color: rgb(236 0 140 / 1);
}

.active\:bg-skynamo-bright-pink\/15:active{
  background-color: rgb(236 0 140 / 0.15);
}

.active\:bg-skynamo-bright-pink\/20:active{
  background-color: rgb(236 0 140 / 0.2);
}

.active\:bg-skynamo-bright-pink\/25:active{
  background-color: rgb(236 0 140 / 0.25);
}

.active\:bg-skynamo-bright-pink\/30:active{
  background-color: rgb(236 0 140 / 0.3);
}

.active\:bg-skynamo-bright-pink\/35:active{
  background-color: rgb(236 0 140 / 0.35);
}

.active\:bg-skynamo-bright-pink\/40:active{
  background-color: rgb(236 0 140 / 0.4);
}

.active\:bg-skynamo-bright-pink\/45:active{
  background-color: rgb(236 0 140 / 0.45);
}

.active\:bg-skynamo-bright-pink\/5:active{
  background-color: rgb(236 0 140 / 0.05);
}

.active\:bg-skynamo-bright-pink\/50:active{
  background-color: rgb(236 0 140 / 0.5);
}

.active\:bg-skynamo-bright-pink\/55:active{
  background-color: rgb(236 0 140 / 0.55);
}

.active\:bg-skynamo-bright-pink\/60:active{
  background-color: rgb(236 0 140 / 0.6);
}

.active\:bg-skynamo-bright-pink\/65:active{
  background-color: rgb(236 0 140 / 0.65);
}

.active\:bg-skynamo-bright-pink\/70:active{
  background-color: rgb(236 0 140 / 0.7);
}

.active\:bg-skynamo-bright-pink\/75:active{
  background-color: rgb(236 0 140 / 0.75);
}

.active\:bg-skynamo-bright-pink\/80:active{
  background-color: rgb(236 0 140 / 0.8);
}

.active\:bg-skynamo-bright-pink\/85:active{
  background-color: rgb(236 0 140 / 0.85);
}

.active\:bg-skynamo-bright-pink\/90:active{
  background-color: rgb(236 0 140 / 0.9);
}

.active\:bg-skynamo-bright-pink\/95:active{
  background-color: rgb(236 0 140 / 0.95);
}

.active\:bg-skynamo-bright-purple:active{
  --tw-bg-opacity: 1;
  background-color: rgb(127 50 190 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-bright-purple\/0:active{
  background-color: rgb(127 50 190 / 0);
}

.active\:bg-skynamo-bright-purple\/10:active{
  background-color: rgb(127 50 190 / 0.1);
}

.active\:bg-skynamo-bright-purple\/100:active{
  background-color: rgb(127 50 190 / 1);
}

.active\:bg-skynamo-bright-purple\/15:active{
  background-color: rgb(127 50 190 / 0.15);
}

.active\:bg-skynamo-bright-purple\/20:active{
  background-color: rgb(127 50 190 / 0.2);
}

.active\:bg-skynamo-bright-purple\/25:active{
  background-color: rgb(127 50 190 / 0.25);
}

.active\:bg-skynamo-bright-purple\/30:active{
  background-color: rgb(127 50 190 / 0.3);
}

.active\:bg-skynamo-bright-purple\/35:active{
  background-color: rgb(127 50 190 / 0.35);
}

.active\:bg-skynamo-bright-purple\/40:active{
  background-color: rgb(127 50 190 / 0.4);
}

.active\:bg-skynamo-bright-purple\/45:active{
  background-color: rgb(127 50 190 / 0.45);
}

.active\:bg-skynamo-bright-purple\/5:active{
  background-color: rgb(127 50 190 / 0.05);
}

.active\:bg-skynamo-bright-purple\/50:active{
  background-color: rgb(127 50 190 / 0.5);
}

.active\:bg-skynamo-bright-purple\/55:active{
  background-color: rgb(127 50 190 / 0.55);
}

.active\:bg-skynamo-bright-purple\/60:active{
  background-color: rgb(127 50 190 / 0.6);
}

.active\:bg-skynamo-bright-purple\/65:active{
  background-color: rgb(127 50 190 / 0.65);
}

.active\:bg-skynamo-bright-purple\/70:active{
  background-color: rgb(127 50 190 / 0.7);
}

.active\:bg-skynamo-bright-purple\/75:active{
  background-color: rgb(127 50 190 / 0.75);
}

.active\:bg-skynamo-bright-purple\/80:active{
  background-color: rgb(127 50 190 / 0.8);
}

.active\:bg-skynamo-bright-purple\/85:active{
  background-color: rgb(127 50 190 / 0.85);
}

.active\:bg-skynamo-bright-purple\/90:active{
  background-color: rgb(127 50 190 / 0.9);
}

.active\:bg-skynamo-bright-purple\/95:active{
  background-color: rgb(127 50 190 / 0.95);
}

.active\:bg-skynamo-dark-purple:active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 0 52 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-dark-purple\/0:active{
  background-color: rgb(29 0 52 / 0);
}

.active\:bg-skynamo-dark-purple\/10:active{
  background-color: rgb(29 0 52 / 0.1);
}

.active\:bg-skynamo-dark-purple\/100:active{
  background-color: rgb(29 0 52 / 1);
}

.active\:bg-skynamo-dark-purple\/15:active{
  background-color: rgb(29 0 52 / 0.15);
}

.active\:bg-skynamo-dark-purple\/20:active{
  background-color: rgb(29 0 52 / 0.2);
}

.active\:bg-skynamo-dark-purple\/25:active{
  background-color: rgb(29 0 52 / 0.25);
}

.active\:bg-skynamo-dark-purple\/30:active{
  background-color: rgb(29 0 52 / 0.3);
}

.active\:bg-skynamo-dark-purple\/35:active{
  background-color: rgb(29 0 52 / 0.35);
}

.active\:bg-skynamo-dark-purple\/40:active{
  background-color: rgb(29 0 52 / 0.4);
}

.active\:bg-skynamo-dark-purple\/45:active{
  background-color: rgb(29 0 52 / 0.45);
}

.active\:bg-skynamo-dark-purple\/5:active{
  background-color: rgb(29 0 52 / 0.05);
}

.active\:bg-skynamo-dark-purple\/50:active{
  background-color: rgb(29 0 52 / 0.5);
}

.active\:bg-skynamo-dark-purple\/55:active{
  background-color: rgb(29 0 52 / 0.55);
}

.active\:bg-skynamo-dark-purple\/60:active{
  background-color: rgb(29 0 52 / 0.6);
}

.active\:bg-skynamo-dark-purple\/65:active{
  background-color: rgb(29 0 52 / 0.65);
}

.active\:bg-skynamo-dark-purple\/70:active{
  background-color: rgb(29 0 52 / 0.7);
}

.active\:bg-skynamo-dark-purple\/75:active{
  background-color: rgb(29 0 52 / 0.75);
}

.active\:bg-skynamo-dark-purple\/80:active{
  background-color: rgb(29 0 52 / 0.8);
}

.active\:bg-skynamo-dark-purple\/85:active{
  background-color: rgb(29 0 52 / 0.85);
}

.active\:bg-skynamo-dark-purple\/90:active{
  background-color: rgb(29 0 52 / 0.9);
}

.active\:bg-skynamo-dark-purple\/95:active{
  background-color: rgb(29 0 52 / 0.95);
}

.active\:bg-skynamo-gray:active{
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-gray\/0:active{
  background-color: rgb(189 189 189 / 0);
}

.active\:bg-skynamo-gray\/10:active{
  background-color: rgb(189 189 189 / 0.1);
}

.active\:bg-skynamo-gray\/100:active{
  background-color: rgb(189 189 189 / 1);
}

.active\:bg-skynamo-gray\/15:active{
  background-color: rgb(189 189 189 / 0.15);
}

.active\:bg-skynamo-gray\/20:active{
  background-color: rgb(189 189 189 / 0.2);
}

.active\:bg-skynamo-gray\/25:active{
  background-color: rgb(189 189 189 / 0.25);
}

.active\:bg-skynamo-gray\/30:active{
  background-color: rgb(189 189 189 / 0.3);
}

.active\:bg-skynamo-gray\/35:active{
  background-color: rgb(189 189 189 / 0.35);
}

.active\:bg-skynamo-gray\/40:active{
  background-color: rgb(189 189 189 / 0.4);
}

.active\:bg-skynamo-gray\/45:active{
  background-color: rgb(189 189 189 / 0.45);
}

.active\:bg-skynamo-gray\/5:active{
  background-color: rgb(189 189 189 / 0.05);
}

.active\:bg-skynamo-gray\/50:active{
  background-color: rgb(189 189 189 / 0.5);
}

.active\:bg-skynamo-gray\/55:active{
  background-color: rgb(189 189 189 / 0.55);
}

.active\:bg-skynamo-gray\/60:active{
  background-color: rgb(189 189 189 / 0.6);
}

.active\:bg-skynamo-gray\/65:active{
  background-color: rgb(189 189 189 / 0.65);
}

.active\:bg-skynamo-gray\/70:active{
  background-color: rgb(189 189 189 / 0.7);
}

.active\:bg-skynamo-gray\/75:active{
  background-color: rgb(189 189 189 / 0.75);
}

.active\:bg-skynamo-gray\/80:active{
  background-color: rgb(189 189 189 / 0.8);
}

.active\:bg-skynamo-gray\/85:active{
  background-color: rgb(189 189 189 / 0.85);
}

.active\:bg-skynamo-gray\/90:active{
  background-color: rgb(189 189 189 / 0.9);
}

.active\:bg-skynamo-gray\/95:active{
  background-color: rgb(189 189 189 / 0.95);
}

.active\:bg-skynamo-light-gray:active{
  --tw-bg-opacity: 1;
  background-color: rgb(226 225 221 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-light-gray\/0:active{
  background-color: rgb(226 225 221 / 0);
}

.active\:bg-skynamo-light-gray\/10:active{
  background-color: rgb(226 225 221 / 0.1);
}

.active\:bg-skynamo-light-gray\/100:active{
  background-color: rgb(226 225 221 / 1);
}

.active\:bg-skynamo-light-gray\/15:active{
  background-color: rgb(226 225 221 / 0.15);
}

.active\:bg-skynamo-light-gray\/20:active{
  background-color: rgb(226 225 221 / 0.2);
}

.active\:bg-skynamo-light-gray\/25:active{
  background-color: rgb(226 225 221 / 0.25);
}

.active\:bg-skynamo-light-gray\/30:active{
  background-color: rgb(226 225 221 / 0.3);
}

.active\:bg-skynamo-light-gray\/35:active{
  background-color: rgb(226 225 221 / 0.35);
}

.active\:bg-skynamo-light-gray\/40:active{
  background-color: rgb(226 225 221 / 0.4);
}

.active\:bg-skynamo-light-gray\/45:active{
  background-color: rgb(226 225 221 / 0.45);
}

.active\:bg-skynamo-light-gray\/5:active{
  background-color: rgb(226 225 221 / 0.05);
}

.active\:bg-skynamo-light-gray\/50:active{
  background-color: rgb(226 225 221 / 0.5);
}

.active\:bg-skynamo-light-gray\/55:active{
  background-color: rgb(226 225 221 / 0.55);
}

.active\:bg-skynamo-light-gray\/60:active{
  background-color: rgb(226 225 221 / 0.6);
}

.active\:bg-skynamo-light-gray\/65:active{
  background-color: rgb(226 225 221 / 0.65);
}

.active\:bg-skynamo-light-gray\/70:active{
  background-color: rgb(226 225 221 / 0.7);
}

.active\:bg-skynamo-light-gray\/75:active{
  background-color: rgb(226 225 221 / 0.75);
}

.active\:bg-skynamo-light-gray\/80:active{
  background-color: rgb(226 225 221 / 0.8);
}

.active\:bg-skynamo-light-gray\/85:active{
  background-color: rgb(226 225 221 / 0.85);
}

.active\:bg-skynamo-light-gray\/90:active{
  background-color: rgb(226 225 221 / 0.9);
}

.active\:bg-skynamo-light-gray\/95:active{
  background-color: rgb(226 225 221 / 0.95);
}

.active\:bg-skynamo-mint:active{
  --tw-bg-opacity: 1;
  background-color: rgb(3 219 157 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-mint\/0:active{
  background-color: rgb(3 219 157 / 0);
}

.active\:bg-skynamo-mint\/10:active{
  background-color: rgb(3 219 157 / 0.1);
}

.active\:bg-skynamo-mint\/100:active{
  background-color: rgb(3 219 157 / 1);
}

.active\:bg-skynamo-mint\/15:active{
  background-color: rgb(3 219 157 / 0.15);
}

.active\:bg-skynamo-mint\/20:active{
  background-color: rgb(3 219 157 / 0.2);
}

.active\:bg-skynamo-mint\/25:active{
  background-color: rgb(3 219 157 / 0.25);
}

.active\:bg-skynamo-mint\/30:active{
  background-color: rgb(3 219 157 / 0.3);
}

.active\:bg-skynamo-mint\/35:active{
  background-color: rgb(3 219 157 / 0.35);
}

.active\:bg-skynamo-mint\/40:active{
  background-color: rgb(3 219 157 / 0.4);
}

.active\:bg-skynamo-mint\/45:active{
  background-color: rgb(3 219 157 / 0.45);
}

.active\:bg-skynamo-mint\/5:active{
  background-color: rgb(3 219 157 / 0.05);
}

.active\:bg-skynamo-mint\/50:active{
  background-color: rgb(3 219 157 / 0.5);
}

.active\:bg-skynamo-mint\/55:active{
  background-color: rgb(3 219 157 / 0.55);
}

.active\:bg-skynamo-mint\/60:active{
  background-color: rgb(3 219 157 / 0.6);
}

.active\:bg-skynamo-mint\/65:active{
  background-color: rgb(3 219 157 / 0.65);
}

.active\:bg-skynamo-mint\/70:active{
  background-color: rgb(3 219 157 / 0.7);
}

.active\:bg-skynamo-mint\/75:active{
  background-color: rgb(3 219 157 / 0.75);
}

.active\:bg-skynamo-mint\/80:active{
  background-color: rgb(3 219 157 / 0.8);
}

.active\:bg-skynamo-mint\/85:active{
  background-color: rgb(3 219 157 / 0.85);
}

.active\:bg-skynamo-mint\/90:active{
  background-color: rgb(3 219 157 / 0.9);
}

.active\:bg-skynamo-mint\/95:active{
  background-color: rgb(3 219 157 / 0.95);
}

.active\:bg-skynamo-orange:active{
  --tw-bg-opacity: 1;
  background-color: rgb(241 116 32 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-orange\/0:active{
  background-color: rgb(241 116 32 / 0);
}

.active\:bg-skynamo-orange\/10:active{
  background-color: rgb(241 116 32 / 0.1);
}

.active\:bg-skynamo-orange\/100:active{
  background-color: rgb(241 116 32 / 1);
}

.active\:bg-skynamo-orange\/15:active{
  background-color: rgb(241 116 32 / 0.15);
}

.active\:bg-skynamo-orange\/20:active{
  background-color: rgb(241 116 32 / 0.2);
}

.active\:bg-skynamo-orange\/25:active{
  background-color: rgb(241 116 32 / 0.25);
}

.active\:bg-skynamo-orange\/30:active{
  background-color: rgb(241 116 32 / 0.3);
}

.active\:bg-skynamo-orange\/35:active{
  background-color: rgb(241 116 32 / 0.35);
}

.active\:bg-skynamo-orange\/40:active{
  background-color: rgb(241 116 32 / 0.4);
}

.active\:bg-skynamo-orange\/45:active{
  background-color: rgb(241 116 32 / 0.45);
}

.active\:bg-skynamo-orange\/5:active{
  background-color: rgb(241 116 32 / 0.05);
}

.active\:bg-skynamo-orange\/50:active{
  background-color: rgb(241 116 32 / 0.5);
}

.active\:bg-skynamo-orange\/55:active{
  background-color: rgb(241 116 32 / 0.55);
}

.active\:bg-skynamo-orange\/60:active{
  background-color: rgb(241 116 32 / 0.6);
}

.active\:bg-skynamo-orange\/65:active{
  background-color: rgb(241 116 32 / 0.65);
}

.active\:bg-skynamo-orange\/70:active{
  background-color: rgb(241 116 32 / 0.7);
}

.active\:bg-skynamo-orange\/75:active{
  background-color: rgb(241 116 32 / 0.75);
}

.active\:bg-skynamo-orange\/80:active{
  background-color: rgb(241 116 32 / 0.8);
}

.active\:bg-skynamo-orange\/85:active{
  background-color: rgb(241 116 32 / 0.85);
}

.active\:bg-skynamo-orange\/90:active{
  background-color: rgb(241 116 32 / 0.9);
}

.active\:bg-skynamo-orange\/95:active{
  background-color: rgb(241 116 32 / 0.95);
}

.active\:bg-skynamo-purple:active{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-purple\/0:active{
  background-color: rgb(61 17 82 / 0);
}

.active\:bg-skynamo-purple\/10:active{
  background-color: rgb(61 17 82 / 0.1);
}

.active\:bg-skynamo-purple\/100:active{
  background-color: rgb(61 17 82 / 1);
}

.active\:bg-skynamo-purple\/15:active{
  background-color: rgb(61 17 82 / 0.15);
}

.active\:bg-skynamo-purple\/20:active{
  background-color: rgb(61 17 82 / 0.2);
}

.active\:bg-skynamo-purple\/25:active{
  background-color: rgb(61 17 82 / 0.25);
}

.active\:bg-skynamo-purple\/30:active{
  background-color: rgb(61 17 82 / 0.3);
}

.active\:bg-skynamo-purple\/35:active{
  background-color: rgb(61 17 82 / 0.35);
}

.active\:bg-skynamo-purple\/40:active{
  background-color: rgb(61 17 82 / 0.4);
}

.active\:bg-skynamo-purple\/45:active{
  background-color: rgb(61 17 82 / 0.45);
}

.active\:bg-skynamo-purple\/5:active{
  background-color: rgb(61 17 82 / 0.05);
}

.active\:bg-skynamo-purple\/50:active{
  background-color: rgb(61 17 82 / 0.5);
}

.active\:bg-skynamo-purple\/55:active{
  background-color: rgb(61 17 82 / 0.55);
}

.active\:bg-skynamo-purple\/60:active{
  background-color: rgb(61 17 82 / 0.6);
}

.active\:bg-skynamo-purple\/65:active{
  background-color: rgb(61 17 82 / 0.65);
}

.active\:bg-skynamo-purple\/70:active{
  background-color: rgb(61 17 82 / 0.7);
}

.active\:bg-skynamo-purple\/75:active{
  background-color: rgb(61 17 82 / 0.75);
}

.active\:bg-skynamo-purple\/80:active{
  background-color: rgb(61 17 82 / 0.8);
}

.active\:bg-skynamo-purple\/85:active{
  background-color: rgb(61 17 82 / 0.85);
}

.active\:bg-skynamo-purple\/90:active{
  background-color: rgb(61 17 82 / 0.9);
}

.active\:bg-skynamo-purple\/95:active{
  background-color: rgb(61 17 82 / 0.95);
}

.active\:bg-skynamo-yellow:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-skynamo-yellow\/0:active{
  background-color: rgb(255 186 0 / 0);
}

.active\:bg-skynamo-yellow\/10:active{
  background-color: rgb(255 186 0 / 0.1);
}

.active\:bg-skynamo-yellow\/100:active{
  background-color: rgb(255 186 0 / 1);
}

.active\:bg-skynamo-yellow\/15:active{
  background-color: rgb(255 186 0 / 0.15);
}

.active\:bg-skynamo-yellow\/20:active{
  background-color: rgb(255 186 0 / 0.2);
}

.active\:bg-skynamo-yellow\/25:active{
  background-color: rgb(255 186 0 / 0.25);
}

.active\:bg-skynamo-yellow\/30:active{
  background-color: rgb(255 186 0 / 0.3);
}

.active\:bg-skynamo-yellow\/35:active{
  background-color: rgb(255 186 0 / 0.35);
}

.active\:bg-skynamo-yellow\/40:active{
  background-color: rgb(255 186 0 / 0.4);
}

.active\:bg-skynamo-yellow\/45:active{
  background-color: rgb(255 186 0 / 0.45);
}

.active\:bg-skynamo-yellow\/5:active{
  background-color: rgb(255 186 0 / 0.05);
}

.active\:bg-skynamo-yellow\/50:active{
  background-color: rgb(255 186 0 / 0.5);
}

.active\:bg-skynamo-yellow\/55:active{
  background-color: rgb(255 186 0 / 0.55);
}

.active\:bg-skynamo-yellow\/60:active{
  background-color: rgb(255 186 0 / 0.6);
}

.active\:bg-skynamo-yellow\/65:active{
  background-color: rgb(255 186 0 / 0.65);
}

.active\:bg-skynamo-yellow\/70:active{
  background-color: rgb(255 186 0 / 0.7);
}

.active\:bg-skynamo-yellow\/75:active{
  background-color: rgb(255 186 0 / 0.75);
}

.active\:bg-skynamo-yellow\/80:active{
  background-color: rgb(255 186 0 / 0.8);
}

.active\:bg-skynamo-yellow\/85:active{
  background-color: rgb(255 186 0 / 0.85);
}

.active\:bg-skynamo-yellow\/90:active{
  background-color: rgb(255 186 0 / 0.9);
}

.active\:bg-skynamo-yellow\/95:active{
  background-color: rgb(255 186 0 / 0.95);
}

.active\:bg-success-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-100\/0:active{
  background-color: rgb(21 128 61 / 0);
}

.active\:bg-success-100\/10:active{
  background-color: rgb(21 128 61 / 0.1);
}

.active\:bg-success-100\/100:active{
  background-color: rgb(21 128 61 / 1);
}

.active\:bg-success-100\/15:active{
  background-color: rgb(21 128 61 / 0.15);
}

.active\:bg-success-100\/20:active{
  background-color: rgb(21 128 61 / 0.2);
}

.active\:bg-success-100\/25:active{
  background-color: rgb(21 128 61 / 0.25);
}

.active\:bg-success-100\/30:active{
  background-color: rgb(21 128 61 / 0.3);
}

.active\:bg-success-100\/35:active{
  background-color: rgb(21 128 61 / 0.35);
}

.active\:bg-success-100\/40:active{
  background-color: rgb(21 128 61 / 0.4);
}

.active\:bg-success-100\/45:active{
  background-color: rgb(21 128 61 / 0.45);
}

.active\:bg-success-100\/5:active{
  background-color: rgb(21 128 61 / 0.05);
}

.active\:bg-success-100\/50:active{
  background-color: rgb(21 128 61 / 0.5);
}

.active\:bg-success-100\/55:active{
  background-color: rgb(21 128 61 / 0.55);
}

.active\:bg-success-100\/60:active{
  background-color: rgb(21 128 61 / 0.6);
}

.active\:bg-success-100\/65:active{
  background-color: rgb(21 128 61 / 0.65);
}

.active\:bg-success-100\/70:active{
  background-color: rgb(21 128 61 / 0.7);
}

.active\:bg-success-100\/75:active{
  background-color: rgb(21 128 61 / 0.75);
}

.active\:bg-success-100\/80:active{
  background-color: rgb(21 128 61 / 0.8);
}

.active\:bg-success-100\/85:active{
  background-color: rgb(21 128 61 / 0.85);
}

.active\:bg-success-100\/90:active{
  background-color: rgb(21 128 61 / 0.9);
}

.active\:bg-success-100\/95:active{
  background-color: rgb(21 128 61 / 0.95);
}

.active\:bg-success-background:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.active\:bg-success-background\/0:active{
  background-color: rgb(220 252 231 / 0);
}

.active\:bg-success-background\/10:active{
  background-color: rgb(220 252 231 / 0.1);
}

.active\:bg-success-background\/100:active{
  background-color: rgb(220 252 231 / 1);
}

.active\:bg-success-background\/15:active{
  background-color: rgb(220 252 231 / 0.15);
}

.active\:bg-success-background\/20:active{
  background-color: rgb(220 252 231 / 0.2);
}

.active\:bg-success-background\/25:active{
  background-color: rgb(220 252 231 / 0.25);
}

.active\:bg-success-background\/30:active{
  background-color: rgb(220 252 231 / 0.3);
}

.active\:bg-success-background\/35:active{
  background-color: rgb(220 252 231 / 0.35);
}

.active\:bg-success-background\/40:active{
  background-color: rgb(220 252 231 / 0.4);
}

.active\:bg-success-background\/45:active{
  background-color: rgb(220 252 231 / 0.45);
}

.active\:bg-success-background\/5:active{
  background-color: rgb(220 252 231 / 0.05);
}

.active\:bg-success-background\/50:active{
  background-color: rgb(220 252 231 / 0.5);
}

.active\:bg-success-background\/55:active{
  background-color: rgb(220 252 231 / 0.55);
}

.active\:bg-success-background\/60:active{
  background-color: rgb(220 252 231 / 0.6);
}

.active\:bg-success-background\/65:active{
  background-color: rgb(220 252 231 / 0.65);
}

.active\:bg-success-background\/70:active{
  background-color: rgb(220 252 231 / 0.7);
}

.active\:bg-success-background\/75:active{
  background-color: rgb(220 252 231 / 0.75);
}

.active\:bg-success-background\/80:active{
  background-color: rgb(220 252 231 / 0.8);
}

.active\:bg-success-background\/85:active{
  background-color: rgb(220 252 231 / 0.85);
}

.active\:bg-success-background\/90:active{
  background-color: rgb(220 252 231 / 0.9);
}

.active\:bg-success-background\/95:active{
  background-color: rgb(220 252 231 / 0.95);
}

.active\:bg-tertiary-10:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-10\/0:active{
  background-color: rgb(255 235 255 / 0);
}

.active\:bg-tertiary-10\/10:active{
  background-color: rgb(255 235 255 / 0.1);
}

.active\:bg-tertiary-10\/100:active{
  background-color: rgb(255 235 255 / 1);
}

.active\:bg-tertiary-10\/15:active{
  background-color: rgb(255 235 255 / 0.15);
}

.active\:bg-tertiary-10\/20:active{
  background-color: rgb(255 235 255 / 0.2);
}

.active\:bg-tertiary-10\/25:active{
  background-color: rgb(255 235 255 / 0.25);
}

.active\:bg-tertiary-10\/30:active{
  background-color: rgb(255 235 255 / 0.3);
}

.active\:bg-tertiary-10\/35:active{
  background-color: rgb(255 235 255 / 0.35);
}

.active\:bg-tertiary-10\/40:active{
  background-color: rgb(255 235 255 / 0.4);
}

.active\:bg-tertiary-10\/45:active{
  background-color: rgb(255 235 255 / 0.45);
}

.active\:bg-tertiary-10\/5:active{
  background-color: rgb(255 235 255 / 0.05);
}

.active\:bg-tertiary-10\/50:active{
  background-color: rgb(255 235 255 / 0.5);
}

.active\:bg-tertiary-10\/55:active{
  background-color: rgb(255 235 255 / 0.55);
}

.active\:bg-tertiary-10\/60:active{
  background-color: rgb(255 235 255 / 0.6);
}

.active\:bg-tertiary-10\/65:active{
  background-color: rgb(255 235 255 / 0.65);
}

.active\:bg-tertiary-10\/70:active{
  background-color: rgb(255 235 255 / 0.7);
}

.active\:bg-tertiary-10\/75:active{
  background-color: rgb(255 235 255 / 0.75);
}

.active\:bg-tertiary-10\/80:active{
  background-color: rgb(255 235 255 / 0.8);
}

.active\:bg-tertiary-10\/85:active{
  background-color: rgb(255 235 255 / 0.85);
}

.active\:bg-tertiary-10\/90:active{
  background-color: rgb(255 235 255 / 0.9);
}

.active\:bg-tertiary-10\/95:active{
  background-color: rgb(255 235 255 / 0.95);
}

.active\:bg-tertiary-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(28 0 42 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-100\/0:active{
  background-color: rgb(28 0 42 / 0);
}

.active\:bg-tertiary-100\/10:active{
  background-color: rgb(28 0 42 / 0.1);
}

.active\:bg-tertiary-100\/100:active{
  background-color: rgb(28 0 42 / 1);
}

.active\:bg-tertiary-100\/15:active{
  background-color: rgb(28 0 42 / 0.15);
}

.active\:bg-tertiary-100\/20:active{
  background-color: rgb(28 0 42 / 0.2);
}

.active\:bg-tertiary-100\/25:active{
  background-color: rgb(28 0 42 / 0.25);
}

.active\:bg-tertiary-100\/30:active{
  background-color: rgb(28 0 42 / 0.3);
}

.active\:bg-tertiary-100\/35:active{
  background-color: rgb(28 0 42 / 0.35);
}

.active\:bg-tertiary-100\/40:active{
  background-color: rgb(28 0 42 / 0.4);
}

.active\:bg-tertiary-100\/45:active{
  background-color: rgb(28 0 42 / 0.45);
}

.active\:bg-tertiary-100\/5:active{
  background-color: rgb(28 0 42 / 0.05);
}

.active\:bg-tertiary-100\/50:active{
  background-color: rgb(28 0 42 / 0.5);
}

.active\:bg-tertiary-100\/55:active{
  background-color: rgb(28 0 42 / 0.55);
}

.active\:bg-tertiary-100\/60:active{
  background-color: rgb(28 0 42 / 0.6);
}

.active\:bg-tertiary-100\/65:active{
  background-color: rgb(28 0 42 / 0.65);
}

.active\:bg-tertiary-100\/70:active{
  background-color: rgb(28 0 42 / 0.7);
}

.active\:bg-tertiary-100\/75:active{
  background-color: rgb(28 0 42 / 0.75);
}

.active\:bg-tertiary-100\/80:active{
  background-color: rgb(28 0 42 / 0.8);
}

.active\:bg-tertiary-100\/85:active{
  background-color: rgb(28 0 42 / 0.85);
}

.active\:bg-tertiary-100\/90:active{
  background-color: rgb(28 0 42 / 0.9);
}

.active\:bg-tertiary-100\/95:active{
  background-color: rgb(28 0 42 / 0.95);
}

.active\:bg-tertiary-20:active{
  --tw-bg-opacity: 1;
  background-color: rgb(248 216 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-20\/0:active{
  background-color: rgb(248 216 255 / 0);
}

.active\:bg-tertiary-20\/10:active{
  background-color: rgb(248 216 255 / 0.1);
}

.active\:bg-tertiary-20\/100:active{
  background-color: rgb(248 216 255 / 1);
}

.active\:bg-tertiary-20\/15:active{
  background-color: rgb(248 216 255 / 0.15);
}

.active\:bg-tertiary-20\/20:active{
  background-color: rgb(248 216 255 / 0.2);
}

.active\:bg-tertiary-20\/25:active{
  background-color: rgb(248 216 255 / 0.25);
}

.active\:bg-tertiary-20\/30:active{
  background-color: rgb(248 216 255 / 0.3);
}

.active\:bg-tertiary-20\/35:active{
  background-color: rgb(248 216 255 / 0.35);
}

.active\:bg-tertiary-20\/40:active{
  background-color: rgb(248 216 255 / 0.4);
}

.active\:bg-tertiary-20\/45:active{
  background-color: rgb(248 216 255 / 0.45);
}

.active\:bg-tertiary-20\/5:active{
  background-color: rgb(248 216 255 / 0.05);
}

.active\:bg-tertiary-20\/50:active{
  background-color: rgb(248 216 255 / 0.5);
}

.active\:bg-tertiary-20\/55:active{
  background-color: rgb(248 216 255 / 0.55);
}

.active\:bg-tertiary-20\/60:active{
  background-color: rgb(248 216 255 / 0.6);
}

.active\:bg-tertiary-20\/65:active{
  background-color: rgb(248 216 255 / 0.65);
}

.active\:bg-tertiary-20\/70:active{
  background-color: rgb(248 216 255 / 0.7);
}

.active\:bg-tertiary-20\/75:active{
  background-color: rgb(248 216 255 / 0.75);
}

.active\:bg-tertiary-20\/80:active{
  background-color: rgb(248 216 255 / 0.8);
}

.active\:bg-tertiary-20\/85:active{
  background-color: rgb(248 216 255 / 0.85);
}

.active\:bg-tertiary-20\/90:active{
  background-color: rgb(248 216 255 / 0.9);
}

.active\:bg-tertiary-20\/95:active{
  background-color: rgb(248 216 255 / 0.95);
}

.active\:bg-tertiary-30:active{
  --tw-bg-opacity: 1;
  background-color: rgb(235 178 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-30\/0:active{
  background-color: rgb(235 178 255 / 0);
}

.active\:bg-tertiary-30\/10:active{
  background-color: rgb(235 178 255 / 0.1);
}

.active\:bg-tertiary-30\/100:active{
  background-color: rgb(235 178 255 / 1);
}

.active\:bg-tertiary-30\/15:active{
  background-color: rgb(235 178 255 / 0.15);
}

.active\:bg-tertiary-30\/20:active{
  background-color: rgb(235 178 255 / 0.2);
}

.active\:bg-tertiary-30\/25:active{
  background-color: rgb(235 178 255 / 0.25);
}

.active\:bg-tertiary-30\/30:active{
  background-color: rgb(235 178 255 / 0.3);
}

.active\:bg-tertiary-30\/35:active{
  background-color: rgb(235 178 255 / 0.35);
}

.active\:bg-tertiary-30\/40:active{
  background-color: rgb(235 178 255 / 0.4);
}

.active\:bg-tertiary-30\/45:active{
  background-color: rgb(235 178 255 / 0.45);
}

.active\:bg-tertiary-30\/5:active{
  background-color: rgb(235 178 255 / 0.05);
}

.active\:bg-tertiary-30\/50:active{
  background-color: rgb(235 178 255 / 0.5);
}

.active\:bg-tertiary-30\/55:active{
  background-color: rgb(235 178 255 / 0.55);
}

.active\:bg-tertiary-30\/60:active{
  background-color: rgb(235 178 255 / 0.6);
}

.active\:bg-tertiary-30\/65:active{
  background-color: rgb(235 178 255 / 0.65);
}

.active\:bg-tertiary-30\/70:active{
  background-color: rgb(235 178 255 / 0.7);
}

.active\:bg-tertiary-30\/75:active{
  background-color: rgb(235 178 255 / 0.75);
}

.active\:bg-tertiary-30\/80:active{
  background-color: rgb(235 178 255 / 0.8);
}

.active\:bg-tertiary-30\/85:active{
  background-color: rgb(235 178 255 / 0.85);
}

.active\:bg-tertiary-30\/90:active{
  background-color: rgb(235 178 255 / 0.9);
}

.active\:bg-tertiary-30\/95:active{
  background-color: rgb(235 178 255 / 0.95);
}

.active\:bg-tertiary-40:active{
  --tw-bg-opacity: 1;
  background-color: rgb(208 149 233 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-40\/0:active{
  background-color: rgb(208 149 233 / 0);
}

.active\:bg-tertiary-40\/10:active{
  background-color: rgb(208 149 233 / 0.1);
}

.active\:bg-tertiary-40\/100:active{
  background-color: rgb(208 149 233 / 1);
}

.active\:bg-tertiary-40\/15:active{
  background-color: rgb(208 149 233 / 0.15);
}

.active\:bg-tertiary-40\/20:active{
  background-color: rgb(208 149 233 / 0.2);
}

.active\:bg-tertiary-40\/25:active{
  background-color: rgb(208 149 233 / 0.25);
}

.active\:bg-tertiary-40\/30:active{
  background-color: rgb(208 149 233 / 0.3);
}

.active\:bg-tertiary-40\/35:active{
  background-color: rgb(208 149 233 / 0.35);
}

.active\:bg-tertiary-40\/40:active{
  background-color: rgb(208 149 233 / 0.4);
}

.active\:bg-tertiary-40\/45:active{
  background-color: rgb(208 149 233 / 0.45);
}

.active\:bg-tertiary-40\/5:active{
  background-color: rgb(208 149 233 / 0.05);
}

.active\:bg-tertiary-40\/50:active{
  background-color: rgb(208 149 233 / 0.5);
}

.active\:bg-tertiary-40\/55:active{
  background-color: rgb(208 149 233 / 0.55);
}

.active\:bg-tertiary-40\/60:active{
  background-color: rgb(208 149 233 / 0.6);
}

.active\:bg-tertiary-40\/65:active{
  background-color: rgb(208 149 233 / 0.65);
}

.active\:bg-tertiary-40\/70:active{
  background-color: rgb(208 149 233 / 0.7);
}

.active\:bg-tertiary-40\/75:active{
  background-color: rgb(208 149 233 / 0.75);
}

.active\:bg-tertiary-40\/80:active{
  background-color: rgb(208 149 233 / 0.8);
}

.active\:bg-tertiary-40\/85:active{
  background-color: rgb(208 149 233 / 0.85);
}

.active\:bg-tertiary-40\/90:active{
  background-color: rgb(208 149 233 / 0.9);
}

.active\:bg-tertiary-40\/95:active{
  background-color: rgb(208 149 233 / 0.95);
}

.active\:bg-tertiary-5:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-5\/0:active{
  background-color: rgb(253 246 255 / 0);
}

.active\:bg-tertiary-5\/10:active{
  background-color: rgb(253 246 255 / 0.1);
}

.active\:bg-tertiary-5\/100:active{
  background-color: rgb(253 246 255 / 1);
}

.active\:bg-tertiary-5\/15:active{
  background-color: rgb(253 246 255 / 0.15);
}

.active\:bg-tertiary-5\/20:active{
  background-color: rgb(253 246 255 / 0.2);
}

.active\:bg-tertiary-5\/25:active{
  background-color: rgb(253 246 255 / 0.25);
}

.active\:bg-tertiary-5\/30:active{
  background-color: rgb(253 246 255 / 0.3);
}

.active\:bg-tertiary-5\/35:active{
  background-color: rgb(253 246 255 / 0.35);
}

.active\:bg-tertiary-5\/40:active{
  background-color: rgb(253 246 255 / 0.4);
}

.active\:bg-tertiary-5\/45:active{
  background-color: rgb(253 246 255 / 0.45);
}

.active\:bg-tertiary-5\/5:active{
  background-color: rgb(253 246 255 / 0.05);
}

.active\:bg-tertiary-5\/50:active{
  background-color: rgb(253 246 255 / 0.5);
}

.active\:bg-tertiary-5\/55:active{
  background-color: rgb(253 246 255 / 0.55);
}

.active\:bg-tertiary-5\/60:active{
  background-color: rgb(253 246 255 / 0.6);
}

.active\:bg-tertiary-5\/65:active{
  background-color: rgb(253 246 255 / 0.65);
}

.active\:bg-tertiary-5\/70:active{
  background-color: rgb(253 246 255 / 0.7);
}

.active\:bg-tertiary-5\/75:active{
  background-color: rgb(253 246 255 / 0.75);
}

.active\:bg-tertiary-5\/80:active{
  background-color: rgb(253 246 255 / 0.8);
}

.active\:bg-tertiary-5\/85:active{
  background-color: rgb(253 246 255 / 0.85);
}

.active\:bg-tertiary-5\/90:active{
  background-color: rgb(253 246 255 / 0.9);
}

.active\:bg-tertiary-5\/95:active{
  background-color: rgb(253 246 255 / 0.95);
}

.active\:bg-tertiary-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(152 97 177 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-50\/0:active{
  background-color: rgb(152 97 177 / 0);
}

.active\:bg-tertiary-50\/10:active{
  background-color: rgb(152 97 177 / 0.1);
}

.active\:bg-tertiary-50\/100:active{
  background-color: rgb(152 97 177 / 1);
}

.active\:bg-tertiary-50\/15:active{
  background-color: rgb(152 97 177 / 0.15);
}

.active\:bg-tertiary-50\/20:active{
  background-color: rgb(152 97 177 / 0.2);
}

.active\:bg-tertiary-50\/25:active{
  background-color: rgb(152 97 177 / 0.25);
}

.active\:bg-tertiary-50\/30:active{
  background-color: rgb(152 97 177 / 0.3);
}

.active\:bg-tertiary-50\/35:active{
  background-color: rgb(152 97 177 / 0.35);
}

.active\:bg-tertiary-50\/40:active{
  background-color: rgb(152 97 177 / 0.4);
}

.active\:bg-tertiary-50\/45:active{
  background-color: rgb(152 97 177 / 0.45);
}

.active\:bg-tertiary-50\/5:active{
  background-color: rgb(152 97 177 / 0.05);
}

.active\:bg-tertiary-50\/50:active{
  background-color: rgb(152 97 177 / 0.5);
}

.active\:bg-tertiary-50\/55:active{
  background-color: rgb(152 97 177 / 0.55);
}

.active\:bg-tertiary-50\/60:active{
  background-color: rgb(152 97 177 / 0.6);
}

.active\:bg-tertiary-50\/65:active{
  background-color: rgb(152 97 177 / 0.65);
}

.active\:bg-tertiary-50\/70:active{
  background-color: rgb(152 97 177 / 0.7);
}

.active\:bg-tertiary-50\/75:active{
  background-color: rgb(152 97 177 / 0.75);
}

.active\:bg-tertiary-50\/80:active{
  background-color: rgb(152 97 177 / 0.8);
}

.active\:bg-tertiary-50\/85:active{
  background-color: rgb(152 97 177 / 0.85);
}

.active\:bg-tertiary-50\/90:active{
  background-color: rgb(152 97 177 / 0.9);
}

.active\:bg-tertiary-50\/95:active{
  background-color: rgb(152 97 177 / 0.95);
}

.active\:bg-tertiary-60:active{
  --tw-bg-opacity: 1;
  background-color: rgb(125 72 150 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-60\/0:active{
  background-color: rgb(125 72 150 / 0);
}

.active\:bg-tertiary-60\/10:active{
  background-color: rgb(125 72 150 / 0.1);
}

.active\:bg-tertiary-60\/100:active{
  background-color: rgb(125 72 150 / 1);
}

.active\:bg-tertiary-60\/15:active{
  background-color: rgb(125 72 150 / 0.15);
}

.active\:bg-tertiary-60\/20:active{
  background-color: rgb(125 72 150 / 0.2);
}

.active\:bg-tertiary-60\/25:active{
  background-color: rgb(125 72 150 / 0.25);
}

.active\:bg-tertiary-60\/30:active{
  background-color: rgb(125 72 150 / 0.3);
}

.active\:bg-tertiary-60\/35:active{
  background-color: rgb(125 72 150 / 0.35);
}

.active\:bg-tertiary-60\/40:active{
  background-color: rgb(125 72 150 / 0.4);
}

.active\:bg-tertiary-60\/45:active{
  background-color: rgb(125 72 150 / 0.45);
}

.active\:bg-tertiary-60\/5:active{
  background-color: rgb(125 72 150 / 0.05);
}

.active\:bg-tertiary-60\/50:active{
  background-color: rgb(125 72 150 / 0.5);
}

.active\:bg-tertiary-60\/55:active{
  background-color: rgb(125 72 150 / 0.55);
}

.active\:bg-tertiary-60\/60:active{
  background-color: rgb(125 72 150 / 0.6);
}

.active\:bg-tertiary-60\/65:active{
  background-color: rgb(125 72 150 / 0.65);
}

.active\:bg-tertiary-60\/70:active{
  background-color: rgb(125 72 150 / 0.7);
}

.active\:bg-tertiary-60\/75:active{
  background-color: rgb(125 72 150 / 0.75);
}

.active\:bg-tertiary-60\/80:active{
  background-color: rgb(125 72 150 / 0.8);
}

.active\:bg-tertiary-60\/85:active{
  background-color: rgb(125 72 150 / 0.85);
}

.active\:bg-tertiary-60\/90:active{
  background-color: rgb(125 72 150 / 0.9);
}

.active\:bg-tertiary-60\/95:active{
  background-color: rgb(125 72 150 / 0.95);
}

.active\:bg-tertiary-70:active{
  --tw-bg-opacity: 1;
  background-color: rgb(106 59 127 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-70\/0:active{
  background-color: rgb(106 59 127 / 0);
}

.active\:bg-tertiary-70\/10:active{
  background-color: rgb(106 59 127 / 0.1);
}

.active\:bg-tertiary-70\/100:active{
  background-color: rgb(106 59 127 / 1);
}

.active\:bg-tertiary-70\/15:active{
  background-color: rgb(106 59 127 / 0.15);
}

.active\:bg-tertiary-70\/20:active{
  background-color: rgb(106 59 127 / 0.2);
}

.active\:bg-tertiary-70\/25:active{
  background-color: rgb(106 59 127 / 0.25);
}

.active\:bg-tertiary-70\/30:active{
  background-color: rgb(106 59 127 / 0.3);
}

.active\:bg-tertiary-70\/35:active{
  background-color: rgb(106 59 127 / 0.35);
}

.active\:bg-tertiary-70\/40:active{
  background-color: rgb(106 59 127 / 0.4);
}

.active\:bg-tertiary-70\/45:active{
  background-color: rgb(106 59 127 / 0.45);
}

.active\:bg-tertiary-70\/5:active{
  background-color: rgb(106 59 127 / 0.05);
}

.active\:bg-tertiary-70\/50:active{
  background-color: rgb(106 59 127 / 0.5);
}

.active\:bg-tertiary-70\/55:active{
  background-color: rgb(106 59 127 / 0.55);
}

.active\:bg-tertiary-70\/60:active{
  background-color: rgb(106 59 127 / 0.6);
}

.active\:bg-tertiary-70\/65:active{
  background-color: rgb(106 59 127 / 0.65);
}

.active\:bg-tertiary-70\/70:active{
  background-color: rgb(106 59 127 / 0.7);
}

.active\:bg-tertiary-70\/75:active{
  background-color: rgb(106 59 127 / 0.75);
}

.active\:bg-tertiary-70\/80:active{
  background-color: rgb(106 59 127 / 0.8);
}

.active\:bg-tertiary-70\/85:active{
  background-color: rgb(106 59 127 / 0.85);
}

.active\:bg-tertiary-70\/90:active{
  background-color: rgb(106 59 127 / 0.9);
}

.active\:bg-tertiary-70\/95:active{
  background-color: rgb(106 59 127 / 0.95);
}

.active\:bg-tertiary-80:active{
  --tw-bg-opacity: 1;
  background-color: rgb(75 23 100 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-80\/0:active{
  background-color: rgb(75 23 100 / 0);
}

.active\:bg-tertiary-80\/10:active{
  background-color: rgb(75 23 100 / 0.1);
}

.active\:bg-tertiary-80\/100:active{
  background-color: rgb(75 23 100 / 1);
}

.active\:bg-tertiary-80\/15:active{
  background-color: rgb(75 23 100 / 0.15);
}

.active\:bg-tertiary-80\/20:active{
  background-color: rgb(75 23 100 / 0.2);
}

.active\:bg-tertiary-80\/25:active{
  background-color: rgb(75 23 100 / 0.25);
}

.active\:bg-tertiary-80\/30:active{
  background-color: rgb(75 23 100 / 0.3);
}

.active\:bg-tertiary-80\/35:active{
  background-color: rgb(75 23 100 / 0.35);
}

.active\:bg-tertiary-80\/40:active{
  background-color: rgb(75 23 100 / 0.4);
}

.active\:bg-tertiary-80\/45:active{
  background-color: rgb(75 23 100 / 0.45);
}

.active\:bg-tertiary-80\/5:active{
  background-color: rgb(75 23 100 / 0.05);
}

.active\:bg-tertiary-80\/50:active{
  background-color: rgb(75 23 100 / 0.5);
}

.active\:bg-tertiary-80\/55:active{
  background-color: rgb(75 23 100 / 0.55);
}

.active\:bg-tertiary-80\/60:active{
  background-color: rgb(75 23 100 / 0.6);
}

.active\:bg-tertiary-80\/65:active{
  background-color: rgb(75 23 100 / 0.65);
}

.active\:bg-tertiary-80\/70:active{
  background-color: rgb(75 23 100 / 0.7);
}

.active\:bg-tertiary-80\/75:active{
  background-color: rgb(75 23 100 / 0.75);
}

.active\:bg-tertiary-80\/80:active{
  background-color: rgb(75 23 100 / 0.8);
}

.active\:bg-tertiary-80\/85:active{
  background-color: rgb(75 23 100 / 0.85);
}

.active\:bg-tertiary-80\/90:active{
  background-color: rgb(75 23 100 / 0.9);
}

.active\:bg-tertiary-80\/95:active{
  background-color: rgb(75 23 100 / 0.95);
}

.active\:bg-tertiary-90:active{
  --tw-bg-opacity: 1;
  background-color: rgb(61 17 82 / var(--tw-bg-opacity, 1));
}

.active\:bg-tertiary-90\/0:active{
  background-color: rgb(61 17 82 / 0);
}

.active\:bg-tertiary-90\/10:active{
  background-color: rgb(61 17 82 / 0.1);
}

.active\:bg-tertiary-90\/100:active{
  background-color: rgb(61 17 82 / 1);
}

.active\:bg-tertiary-90\/15:active{
  background-color: rgb(61 17 82 / 0.15);
}

.active\:bg-tertiary-90\/20:active{
  background-color: rgb(61 17 82 / 0.2);
}

.active\:bg-tertiary-90\/25:active{
  background-color: rgb(61 17 82 / 0.25);
}

.active\:bg-tertiary-90\/30:active{
  background-color: rgb(61 17 82 / 0.3);
}

.active\:bg-tertiary-90\/35:active{
  background-color: rgb(61 17 82 / 0.35);
}

.active\:bg-tertiary-90\/40:active{
  background-color: rgb(61 17 82 / 0.4);
}

.active\:bg-tertiary-90\/45:active{
  background-color: rgb(61 17 82 / 0.45);
}

.active\:bg-tertiary-90\/5:active{
  background-color: rgb(61 17 82 / 0.05);
}

.active\:bg-tertiary-90\/50:active{
  background-color: rgb(61 17 82 / 0.5);
}

.active\:bg-tertiary-90\/55:active{
  background-color: rgb(61 17 82 / 0.55);
}

.active\:bg-tertiary-90\/60:active{
  background-color: rgb(61 17 82 / 0.6);
}

.active\:bg-tertiary-90\/65:active{
  background-color: rgb(61 17 82 / 0.65);
}

.active\:bg-tertiary-90\/70:active{
  background-color: rgb(61 17 82 / 0.7);
}

.active\:bg-tertiary-90\/75:active{
  background-color: rgb(61 17 82 / 0.75);
}

.active\:bg-tertiary-90\/80:active{
  background-color: rgb(61 17 82 / 0.8);
}

.active\:bg-tertiary-90\/85:active{
  background-color: rgb(61 17 82 / 0.85);
}

.active\:bg-tertiary-90\/90:active{
  background-color: rgb(61 17 82 / 0.9);
}

.active\:bg-tertiary-90\/95:active{
  background-color: rgb(61 17 82 / 0.95);
}

.active\:bg-warning-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(245 102 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-100\/0:active{
  background-color: rgb(245 102 0 / 0);
}

.active\:bg-warning-100\/10:active{
  background-color: rgb(245 102 0 / 0.1);
}

.active\:bg-warning-100\/100:active{
  background-color: rgb(245 102 0 / 1);
}

.active\:bg-warning-100\/15:active{
  background-color: rgb(245 102 0 / 0.15);
}

.active\:bg-warning-100\/20:active{
  background-color: rgb(245 102 0 / 0.2);
}

.active\:bg-warning-100\/25:active{
  background-color: rgb(245 102 0 / 0.25);
}

.active\:bg-warning-100\/30:active{
  background-color: rgb(245 102 0 / 0.3);
}

.active\:bg-warning-100\/35:active{
  background-color: rgb(245 102 0 / 0.35);
}

.active\:bg-warning-100\/40:active{
  background-color: rgb(245 102 0 / 0.4);
}

.active\:bg-warning-100\/45:active{
  background-color: rgb(245 102 0 / 0.45);
}

.active\:bg-warning-100\/5:active{
  background-color: rgb(245 102 0 / 0.05);
}

.active\:bg-warning-100\/50:active{
  background-color: rgb(245 102 0 / 0.5);
}

.active\:bg-warning-100\/55:active{
  background-color: rgb(245 102 0 / 0.55);
}

.active\:bg-warning-100\/60:active{
  background-color: rgb(245 102 0 / 0.6);
}

.active\:bg-warning-100\/65:active{
  background-color: rgb(245 102 0 / 0.65);
}

.active\:bg-warning-100\/70:active{
  background-color: rgb(245 102 0 / 0.7);
}

.active\:bg-warning-100\/75:active{
  background-color: rgb(245 102 0 / 0.75);
}

.active\:bg-warning-100\/80:active{
  background-color: rgb(245 102 0 / 0.8);
}

.active\:bg-warning-100\/85:active{
  background-color: rgb(245 102 0 / 0.85);
}

.active\:bg-warning-100\/90:active{
  background-color: rgb(245 102 0 / 0.9);
}

.active\:bg-warning-100\/95:active{
  background-color: rgb(245 102 0 / 0.95);
}

.active\:bg-warning-background:active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 204 / var(--tw-bg-opacity, 1));
}

.active\:bg-warning-background\/0:active{
  background-color: rgb(253 224 204 / 0);
}

.active\:bg-warning-background\/10:active{
  background-color: rgb(253 224 204 / 0.1);
}

.active\:bg-warning-background\/100:active{
  background-color: rgb(253 224 204 / 1);
}

.active\:bg-warning-background\/15:active{
  background-color: rgb(253 224 204 / 0.15);
}

.active\:bg-warning-background\/20:active{
  background-color: rgb(253 224 204 / 0.2);
}

.active\:bg-warning-background\/25:active{
  background-color: rgb(253 224 204 / 0.25);
}

.active\:bg-warning-background\/30:active{
  background-color: rgb(253 224 204 / 0.3);
}

.active\:bg-warning-background\/35:active{
  background-color: rgb(253 224 204 / 0.35);
}

.active\:bg-warning-background\/40:active{
  background-color: rgb(253 224 204 / 0.4);
}

.active\:bg-warning-background\/45:active{
  background-color: rgb(253 224 204 / 0.45);
}

.active\:bg-warning-background\/5:active{
  background-color: rgb(253 224 204 / 0.05);
}

.active\:bg-warning-background\/50:active{
  background-color: rgb(253 224 204 / 0.5);
}

.active\:bg-warning-background\/55:active{
  background-color: rgb(253 224 204 / 0.55);
}

.active\:bg-warning-background\/60:active{
  background-color: rgb(253 224 204 / 0.6);
}

.active\:bg-warning-background\/65:active{
  background-color: rgb(253 224 204 / 0.65);
}

.active\:bg-warning-background\/70:active{
  background-color: rgb(253 224 204 / 0.7);
}

.active\:bg-warning-background\/75:active{
  background-color: rgb(253 224 204 / 0.75);
}

.active\:bg-warning-background\/80:active{
  background-color: rgb(253 224 204 / 0.8);
}

.active\:bg-warning-background\/85:active{
  background-color: rgb(253 224 204 / 0.85);
}

.active\:bg-warning-background\/90:active{
  background-color: rgb(253 224 204 / 0.9);
}

.active\:bg-warning-background\/95:active{
  background-color: rgb(253 224 204 / 0.95);
}

.active\:text-charts-1:active{
  --tw-text-opacity: 1;
  color: rgb(0 57 107 / var(--tw-text-opacity, 1));
}

.active\:text-charts-1\/0:active{
  color: rgb(0 57 107 / 0);
}

.active\:text-charts-1\/10:active{
  color: rgb(0 57 107 / 0.1);
}

.active\:text-charts-1\/100:active{
  color: rgb(0 57 107 / 1);
}

.active\:text-charts-1\/15:active{
  color: rgb(0 57 107 / 0.15);
}

.active\:text-charts-1\/20:active{
  color: rgb(0 57 107 / 0.2);
}

.active\:text-charts-1\/25:active{
  color: rgb(0 57 107 / 0.25);
}

.active\:text-charts-1\/30:active{
  color: rgb(0 57 107 / 0.3);
}

.active\:text-charts-1\/35:active{
  color: rgb(0 57 107 / 0.35);
}

.active\:text-charts-1\/40:active{
  color: rgb(0 57 107 / 0.4);
}

.active\:text-charts-1\/45:active{
  color: rgb(0 57 107 / 0.45);
}

.active\:text-charts-1\/5:active{
  color: rgb(0 57 107 / 0.05);
}

.active\:text-charts-1\/50:active{
  color: rgb(0 57 107 / 0.5);
}

.active\:text-charts-1\/55:active{
  color: rgb(0 57 107 / 0.55);
}

.active\:text-charts-1\/60:active{
  color: rgb(0 57 107 / 0.6);
}

.active\:text-charts-1\/65:active{
  color: rgb(0 57 107 / 0.65);
}

.active\:text-charts-1\/70:active{
  color: rgb(0 57 107 / 0.7);
}

.active\:text-charts-1\/75:active{
  color: rgb(0 57 107 / 0.75);
}

.active\:text-charts-1\/80:active{
  color: rgb(0 57 107 / 0.8);
}

.active\:text-charts-1\/85:active{
  color: rgb(0 57 107 / 0.85);
}

.active\:text-charts-1\/90:active{
  color: rgb(0 57 107 / 0.9);
}

.active\:text-charts-1\/95:active{
  color: rgb(0 57 107 / 0.95);
}

.active\:text-charts-10:active{
  --tw-text-opacity: 1;
  color: rgb(250 77 86 / var(--tw-text-opacity, 1));
}

.active\:text-charts-10\/0:active{
  color: rgb(250 77 86 / 0);
}

.active\:text-charts-10\/10:active{
  color: rgb(250 77 86 / 0.1);
}

.active\:text-charts-10\/100:active{
  color: rgb(250 77 86 / 1);
}

.active\:text-charts-10\/15:active{
  color: rgb(250 77 86 / 0.15);
}

.active\:text-charts-10\/20:active{
  color: rgb(250 77 86 / 0.2);
}

.active\:text-charts-10\/25:active{
  color: rgb(250 77 86 / 0.25);
}

.active\:text-charts-10\/30:active{
  color: rgb(250 77 86 / 0.3);
}

.active\:text-charts-10\/35:active{
  color: rgb(250 77 86 / 0.35);
}

.active\:text-charts-10\/40:active{
  color: rgb(250 77 86 / 0.4);
}

.active\:text-charts-10\/45:active{
  color: rgb(250 77 86 / 0.45);
}

.active\:text-charts-10\/5:active{
  color: rgb(250 77 86 / 0.05);
}

.active\:text-charts-10\/50:active{
  color: rgb(250 77 86 / 0.5);
}

.active\:text-charts-10\/55:active{
  color: rgb(250 77 86 / 0.55);
}

.active\:text-charts-10\/60:active{
  color: rgb(250 77 86 / 0.6);
}

.active\:text-charts-10\/65:active{
  color: rgb(250 77 86 / 0.65);
}

.active\:text-charts-10\/70:active{
  color: rgb(250 77 86 / 0.7);
}

.active\:text-charts-10\/75:active{
  color: rgb(250 77 86 / 0.75);
}

.active\:text-charts-10\/80:active{
  color: rgb(250 77 86 / 0.8);
}

.active\:text-charts-10\/85:active{
  color: rgb(250 77 86 / 0.85);
}

.active\:text-charts-10\/90:active{
  color: rgb(250 77 86 / 0.9);
}

.active\:text-charts-10\/95:active{
  color: rgb(250 77 86 / 0.95);
}

.active\:text-charts-11:active{
  --tw-text-opacity: 1;
  color: rgb(165 110 255 / var(--tw-text-opacity, 1));
}

.active\:text-charts-11\/0:active{
  color: rgb(165 110 255 / 0);
}

.active\:text-charts-11\/10:active{
  color: rgb(165 110 255 / 0.1);
}

.active\:text-charts-11\/100:active{
  color: rgb(165 110 255 / 1);
}

.active\:text-charts-11\/15:active{
  color: rgb(165 110 255 / 0.15);
}

.active\:text-charts-11\/20:active{
  color: rgb(165 110 255 / 0.2);
}

.active\:text-charts-11\/25:active{
  color: rgb(165 110 255 / 0.25);
}

.active\:text-charts-11\/30:active{
  color: rgb(165 110 255 / 0.3);
}

.active\:text-charts-11\/35:active{
  color: rgb(165 110 255 / 0.35);
}

.active\:text-charts-11\/40:active{
  color: rgb(165 110 255 / 0.4);
}

.active\:text-charts-11\/45:active{
  color: rgb(165 110 255 / 0.45);
}

.active\:text-charts-11\/5:active{
  color: rgb(165 110 255 / 0.05);
}

.active\:text-charts-11\/50:active{
  color: rgb(165 110 255 / 0.5);
}

.active\:text-charts-11\/55:active{
  color: rgb(165 110 255 / 0.55);
}

.active\:text-charts-11\/60:active{
  color: rgb(165 110 255 / 0.6);
}

.active\:text-charts-11\/65:active{
  color: rgb(165 110 255 / 0.65);
}

.active\:text-charts-11\/70:active{
  color: rgb(165 110 255 / 0.7);
}

.active\:text-charts-11\/75:active{
  color: rgb(165 110 255 / 0.75);
}

.active\:text-charts-11\/80:active{
  color: rgb(165 110 255 / 0.8);
}

.active\:text-charts-11\/85:active{
  color: rgb(165 110 255 / 0.85);
}

.active\:text-charts-11\/90:active{
  color: rgb(165 110 255 / 0.9);
}

.active\:text-charts-11\/95:active{
  color: rgb(165 110 255 / 0.95);
}

.active\:text-charts-12:active{
  --tw-text-opacity: 1;
  color: rgb(0 93 93 / var(--tw-text-opacity, 1));
}

.active\:text-charts-12\/0:active{
  color: rgb(0 93 93 / 0);
}

.active\:text-charts-12\/10:active{
  color: rgb(0 93 93 / 0.1);
}

.active\:text-charts-12\/100:active{
  color: rgb(0 93 93 / 1);
}

.active\:text-charts-12\/15:active{
  color: rgb(0 93 93 / 0.15);
}

.active\:text-charts-12\/20:active{
  color: rgb(0 93 93 / 0.2);
}

.active\:text-charts-12\/25:active{
  color: rgb(0 93 93 / 0.25);
}

.active\:text-charts-12\/30:active{
  color: rgb(0 93 93 / 0.3);
}

.active\:text-charts-12\/35:active{
  color: rgb(0 93 93 / 0.35);
}

.active\:text-charts-12\/40:active{
  color: rgb(0 93 93 / 0.4);
}

.active\:text-charts-12\/45:active{
  color: rgb(0 93 93 / 0.45);
}

.active\:text-charts-12\/5:active{
  color: rgb(0 93 93 / 0.05);
}

.active\:text-charts-12\/50:active{
  color: rgb(0 93 93 / 0.5);
}

.active\:text-charts-12\/55:active{
  color: rgb(0 93 93 / 0.55);
}

.active\:text-charts-12\/60:active{
  color: rgb(0 93 93 / 0.6);
}

.active\:text-charts-12\/65:active{
  color: rgb(0 93 93 / 0.65);
}

.active\:text-charts-12\/70:active{
  color: rgb(0 93 93 / 0.7);
}

.active\:text-charts-12\/75:active{
  color: rgb(0 93 93 / 0.75);
}

.active\:text-charts-12\/80:active{
  color: rgb(0 93 93 / 0.8);
}

.active\:text-charts-12\/85:active{
  color: rgb(0 93 93 / 0.85);
}

.active\:text-charts-12\/90:active{
  color: rgb(0 93 93 / 0.9);
}

.active\:text-charts-12\/95:active{
  color: rgb(0 93 93 / 0.95);
}

.active\:text-charts-13:active{
  --tw-text-opacity: 1;
  color: rgb(94 165 49 / var(--tw-text-opacity, 1));
}

.active\:text-charts-13\/0:active{
  color: rgb(94 165 49 / 0);
}

.active\:text-charts-13\/10:active{
  color: rgb(94 165 49 / 0.1);
}

.active\:text-charts-13\/100:active{
  color: rgb(94 165 49 / 1);
}

.active\:text-charts-13\/15:active{
  color: rgb(94 165 49 / 0.15);
}

.active\:text-charts-13\/20:active{
  color: rgb(94 165 49 / 0.2);
}

.active\:text-charts-13\/25:active{
  color: rgb(94 165 49 / 0.25);
}

.active\:text-charts-13\/30:active{
  color: rgb(94 165 49 / 0.3);
}

.active\:text-charts-13\/35:active{
  color: rgb(94 165 49 / 0.35);
}

.active\:text-charts-13\/40:active{
  color: rgb(94 165 49 / 0.4);
}

.active\:text-charts-13\/45:active{
  color: rgb(94 165 49 / 0.45);
}

.active\:text-charts-13\/5:active{
  color: rgb(94 165 49 / 0.05);
}

.active\:text-charts-13\/50:active{
  color: rgb(94 165 49 / 0.5);
}

.active\:text-charts-13\/55:active{
  color: rgb(94 165 49 / 0.55);
}

.active\:text-charts-13\/60:active{
  color: rgb(94 165 49 / 0.6);
}

.active\:text-charts-13\/65:active{
  color: rgb(94 165 49 / 0.65);
}

.active\:text-charts-13\/70:active{
  color: rgb(94 165 49 / 0.7);
}

.active\:text-charts-13\/75:active{
  color: rgb(94 165 49 / 0.75);
}

.active\:text-charts-13\/80:active{
  color: rgb(94 165 49 / 0.8);
}

.active\:text-charts-13\/85:active{
  color: rgb(94 165 49 / 0.85);
}

.active\:text-charts-13\/90:active{
  color: rgb(94 165 49 / 0.9);
}

.active\:text-charts-13\/95:active{
  color: rgb(94 165 49 / 0.95);
}

.active\:text-charts-2:active{
  --tw-text-opacity: 1;
  color: rgb(38 124 215 / var(--tw-text-opacity, 1));
}

.active\:text-charts-2\/0:active{
  color: rgb(38 124 215 / 0);
}

.active\:text-charts-2\/10:active{
  color: rgb(38 124 215 / 0.1);
}

.active\:text-charts-2\/100:active{
  color: rgb(38 124 215 / 1);
}

.active\:text-charts-2\/15:active{
  color: rgb(38 124 215 / 0.15);
}

.active\:text-charts-2\/20:active{
  color: rgb(38 124 215 / 0.2);
}

.active\:text-charts-2\/25:active{
  color: rgb(38 124 215 / 0.25);
}

.active\:text-charts-2\/30:active{
  color: rgb(38 124 215 / 0.3);
}

.active\:text-charts-2\/35:active{
  color: rgb(38 124 215 / 0.35);
}

.active\:text-charts-2\/40:active{
  color: rgb(38 124 215 / 0.4);
}

.active\:text-charts-2\/45:active{
  color: rgb(38 124 215 / 0.45);
}

.active\:text-charts-2\/5:active{
  color: rgb(38 124 215 / 0.05);
}

.active\:text-charts-2\/50:active{
  color: rgb(38 124 215 / 0.5);
}

.active\:text-charts-2\/55:active{
  color: rgb(38 124 215 / 0.55);
}

.active\:text-charts-2\/60:active{
  color: rgb(38 124 215 / 0.6);
}

.active\:text-charts-2\/65:active{
  color: rgb(38 124 215 / 0.65);
}

.active\:text-charts-2\/70:active{
  color: rgb(38 124 215 / 0.7);
}

.active\:text-charts-2\/75:active{
  color: rgb(38 124 215 / 0.75);
}

.active\:text-charts-2\/80:active{
  color: rgb(38 124 215 / 0.8);
}

.active\:text-charts-2\/85:active{
  color: rgb(38 124 215 / 0.85);
}

.active\:text-charts-2\/90:active{
  color: rgb(38 124 215 / 0.9);
}

.active\:text-charts-2\/95:active{
  color: rgb(38 124 215 / 0.95);
}

.active\:text-charts-3:active{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.active\:text-charts-3\/0:active{
  color: rgb(127 50 190 / 0);
}

.active\:text-charts-3\/10:active{
  color: rgb(127 50 190 / 0.1);
}

.active\:text-charts-3\/100:active{
  color: rgb(127 50 190 / 1);
}

.active\:text-charts-3\/15:active{
  color: rgb(127 50 190 / 0.15);
}

.active\:text-charts-3\/20:active{
  color: rgb(127 50 190 / 0.2);
}

.active\:text-charts-3\/25:active{
  color: rgb(127 50 190 / 0.25);
}

.active\:text-charts-3\/30:active{
  color: rgb(127 50 190 / 0.3);
}

.active\:text-charts-3\/35:active{
  color: rgb(127 50 190 / 0.35);
}

.active\:text-charts-3\/40:active{
  color: rgb(127 50 190 / 0.4);
}

.active\:text-charts-3\/45:active{
  color: rgb(127 50 190 / 0.45);
}

.active\:text-charts-3\/5:active{
  color: rgb(127 50 190 / 0.05);
}

.active\:text-charts-3\/50:active{
  color: rgb(127 50 190 / 0.5);
}

.active\:text-charts-3\/55:active{
  color: rgb(127 50 190 / 0.55);
}

.active\:text-charts-3\/60:active{
  color: rgb(127 50 190 / 0.6);
}

.active\:text-charts-3\/65:active{
  color: rgb(127 50 190 / 0.65);
}

.active\:text-charts-3\/70:active{
  color: rgb(127 50 190 / 0.7);
}

.active\:text-charts-3\/75:active{
  color: rgb(127 50 190 / 0.75);
}

.active\:text-charts-3\/80:active{
  color: rgb(127 50 190 / 0.8);
}

.active\:text-charts-3\/85:active{
  color: rgb(127 50 190 / 0.85);
}

.active\:text-charts-3\/90:active{
  color: rgb(127 50 190 / 0.9);
}

.active\:text-charts-3\/95:active{
  color: rgb(127 50 190 / 0.95);
}

.active\:text-charts-4:active{
  --tw-text-opacity: 1;
  color: rgb(0 157 154 / var(--tw-text-opacity, 1));
}

.active\:text-charts-4\/0:active{
  color: rgb(0 157 154 / 0);
}

.active\:text-charts-4\/10:active{
  color: rgb(0 157 154 / 0.1);
}

.active\:text-charts-4\/100:active{
  color: rgb(0 157 154 / 1);
}

.active\:text-charts-4\/15:active{
  color: rgb(0 157 154 / 0.15);
}

.active\:text-charts-4\/20:active{
  color: rgb(0 157 154 / 0.2);
}

.active\:text-charts-4\/25:active{
  color: rgb(0 157 154 / 0.25);
}

.active\:text-charts-4\/30:active{
  color: rgb(0 157 154 / 0.3);
}

.active\:text-charts-4\/35:active{
  color: rgb(0 157 154 / 0.35);
}

.active\:text-charts-4\/40:active{
  color: rgb(0 157 154 / 0.4);
}

.active\:text-charts-4\/45:active{
  color: rgb(0 157 154 / 0.45);
}

.active\:text-charts-4\/5:active{
  color: rgb(0 157 154 / 0.05);
}

.active\:text-charts-4\/50:active{
  color: rgb(0 157 154 / 0.5);
}

.active\:text-charts-4\/55:active{
  color: rgb(0 157 154 / 0.55);
}

.active\:text-charts-4\/60:active{
  color: rgb(0 157 154 / 0.6);
}

.active\:text-charts-4\/65:active{
  color: rgb(0 157 154 / 0.65);
}

.active\:text-charts-4\/70:active{
  color: rgb(0 157 154 / 0.7);
}

.active\:text-charts-4\/75:active{
  color: rgb(0 157 154 / 0.75);
}

.active\:text-charts-4\/80:active{
  color: rgb(0 157 154 / 0.8);
}

.active\:text-charts-4\/85:active{
  color: rgb(0 157 154 / 0.85);
}

.active\:text-charts-4\/90:active{
  color: rgb(0 157 154 / 0.9);
}

.active\:text-charts-4\/95:active{
  color: rgb(0 157 154 / 0.95);
}

.active\:text-charts-5:active{
  --tw-text-opacity: 1;
  color: rgb(240 111 25 / var(--tw-text-opacity, 1));
}

.active\:text-charts-5\/0:active{
  color: rgb(240 111 25 / 0);
}

.active\:text-charts-5\/10:active{
  color: rgb(240 111 25 / 0.1);
}

.active\:text-charts-5\/100:active{
  color: rgb(240 111 25 / 1);
}

.active\:text-charts-5\/15:active{
  color: rgb(240 111 25 / 0.15);
}

.active\:text-charts-5\/20:active{
  color: rgb(240 111 25 / 0.2);
}

.active\:text-charts-5\/25:active{
  color: rgb(240 111 25 / 0.25);
}

.active\:text-charts-5\/30:active{
  color: rgb(240 111 25 / 0.3);
}

.active\:text-charts-5\/35:active{
  color: rgb(240 111 25 / 0.35);
}

.active\:text-charts-5\/40:active{
  color: rgb(240 111 25 / 0.4);
}

.active\:text-charts-5\/45:active{
  color: rgb(240 111 25 / 0.45);
}

.active\:text-charts-5\/5:active{
  color: rgb(240 111 25 / 0.05);
}

.active\:text-charts-5\/50:active{
  color: rgb(240 111 25 / 0.5);
}

.active\:text-charts-5\/55:active{
  color: rgb(240 111 25 / 0.55);
}

.active\:text-charts-5\/60:active{
  color: rgb(240 111 25 / 0.6);
}

.active\:text-charts-5\/65:active{
  color: rgb(240 111 25 / 0.65);
}

.active\:text-charts-5\/70:active{
  color: rgb(240 111 25 / 0.7);
}

.active\:text-charts-5\/75:active{
  color: rgb(240 111 25 / 0.75);
}

.active\:text-charts-5\/80:active{
  color: rgb(240 111 25 / 0.8);
}

.active\:text-charts-5\/85:active{
  color: rgb(240 111 25 / 0.85);
}

.active\:text-charts-5\/90:active{
  color: rgb(240 111 25 / 0.9);
}

.active\:text-charts-5\/95:active{
  color: rgb(240 111 25 / 0.95);
}

.active\:text-charts-6:active{
  --tw-text-opacity: 1;
  color: rgb(238 83 139 / var(--tw-text-opacity, 1));
}

.active\:text-charts-6\/0:active{
  color: rgb(238 83 139 / 0);
}

.active\:text-charts-6\/10:active{
  color: rgb(238 83 139 / 0.1);
}

.active\:text-charts-6\/100:active{
  color: rgb(238 83 139 / 1);
}

.active\:text-charts-6\/15:active{
  color: rgb(238 83 139 / 0.15);
}

.active\:text-charts-6\/20:active{
  color: rgb(238 83 139 / 0.2);
}

.active\:text-charts-6\/25:active{
  color: rgb(238 83 139 / 0.25);
}

.active\:text-charts-6\/30:active{
  color: rgb(238 83 139 / 0.3);
}

.active\:text-charts-6\/35:active{
  color: rgb(238 83 139 / 0.35);
}

.active\:text-charts-6\/40:active{
  color: rgb(238 83 139 / 0.4);
}

.active\:text-charts-6\/45:active{
  color: rgb(238 83 139 / 0.45);
}

.active\:text-charts-6\/5:active{
  color: rgb(238 83 139 / 0.05);
}

.active\:text-charts-6\/50:active{
  color: rgb(238 83 139 / 0.5);
}

.active\:text-charts-6\/55:active{
  color: rgb(238 83 139 / 0.55);
}

.active\:text-charts-6\/60:active{
  color: rgb(238 83 139 / 0.6);
}

.active\:text-charts-6\/65:active{
  color: rgb(238 83 139 / 0.65);
}

.active\:text-charts-6\/70:active{
  color: rgb(238 83 139 / 0.7);
}

.active\:text-charts-6\/75:active{
  color: rgb(238 83 139 / 0.75);
}

.active\:text-charts-6\/80:active{
  color: rgb(238 83 139 / 0.8);
}

.active\:text-charts-6\/85:active{
  color: rgb(238 83 139 / 0.85);
}

.active\:text-charts-6\/90:active{
  color: rgb(238 83 139 / 0.9);
}

.active\:text-charts-6\/95:active{
  color: rgb(238 83 139 / 0.95);
}

.active\:text-charts-7:active{
  --tw-text-opacity: 1;
  color: rgb(13 126 160 / var(--tw-text-opacity, 1));
}

.active\:text-charts-7\/0:active{
  color: rgb(13 126 160 / 0);
}

.active\:text-charts-7\/10:active{
  color: rgb(13 126 160 / 0.1);
}

.active\:text-charts-7\/100:active{
  color: rgb(13 126 160 / 1);
}

.active\:text-charts-7\/15:active{
  color: rgb(13 126 160 / 0.15);
}

.active\:text-charts-7\/20:active{
  color: rgb(13 126 160 / 0.2);
}

.active\:text-charts-7\/25:active{
  color: rgb(13 126 160 / 0.25);
}

.active\:text-charts-7\/30:active{
  color: rgb(13 126 160 / 0.3);
}

.active\:text-charts-7\/35:active{
  color: rgb(13 126 160 / 0.35);
}

.active\:text-charts-7\/40:active{
  color: rgb(13 126 160 / 0.4);
}

.active\:text-charts-7\/45:active{
  color: rgb(13 126 160 / 0.45);
}

.active\:text-charts-7\/5:active{
  color: rgb(13 126 160 / 0.05);
}

.active\:text-charts-7\/50:active{
  color: rgb(13 126 160 / 0.5);
}

.active\:text-charts-7\/55:active{
  color: rgb(13 126 160 / 0.55);
}

.active\:text-charts-7\/60:active{
  color: rgb(13 126 160 / 0.6);
}

.active\:text-charts-7\/65:active{
  color: rgb(13 126 160 / 0.65);
}

.active\:text-charts-7\/70:active{
  color: rgb(13 126 160 / 0.7);
}

.active\:text-charts-7\/75:active{
  color: rgb(13 126 160 / 0.75);
}

.active\:text-charts-7\/80:active{
  color: rgb(13 126 160 / 0.8);
}

.active\:text-charts-7\/85:active{
  color: rgb(13 126 160 / 0.85);
}

.active\:text-charts-7\/90:active{
  color: rgb(13 126 160 / 0.9);
}

.active\:text-charts-7\/95:active{
  color: rgb(13 126 160 / 0.95);
}

.active\:text-charts-8:active{
  --tw-text-opacity: 1;
  color: rgb(159 24 83 / var(--tw-text-opacity, 1));
}

.active\:text-charts-8\/0:active{
  color: rgb(159 24 83 / 0);
}

.active\:text-charts-8\/10:active{
  color: rgb(159 24 83 / 0.1);
}

.active\:text-charts-8\/100:active{
  color: rgb(159 24 83 / 1);
}

.active\:text-charts-8\/15:active{
  color: rgb(159 24 83 / 0.15);
}

.active\:text-charts-8\/20:active{
  color: rgb(159 24 83 / 0.2);
}

.active\:text-charts-8\/25:active{
  color: rgb(159 24 83 / 0.25);
}

.active\:text-charts-8\/30:active{
  color: rgb(159 24 83 / 0.3);
}

.active\:text-charts-8\/35:active{
  color: rgb(159 24 83 / 0.35);
}

.active\:text-charts-8\/40:active{
  color: rgb(159 24 83 / 0.4);
}

.active\:text-charts-8\/45:active{
  color: rgb(159 24 83 / 0.45);
}

.active\:text-charts-8\/5:active{
  color: rgb(159 24 83 / 0.05);
}

.active\:text-charts-8\/50:active{
  color: rgb(159 24 83 / 0.5);
}

.active\:text-charts-8\/55:active{
  color: rgb(159 24 83 / 0.55);
}

.active\:text-charts-8\/60:active{
  color: rgb(159 24 83 / 0.6);
}

.active\:text-charts-8\/65:active{
  color: rgb(159 24 83 / 0.65);
}

.active\:text-charts-8\/70:active{
  color: rgb(159 24 83 / 0.7);
}

.active\:text-charts-8\/75:active{
  color: rgb(159 24 83 / 0.75);
}

.active\:text-charts-8\/80:active{
  color: rgb(159 24 83 / 0.8);
}

.active\:text-charts-8\/85:active{
  color: rgb(159 24 83 / 0.85);
}

.active\:text-charts-8\/90:active{
  color: rgb(159 24 83 / 0.9);
}

.active\:text-charts-8\/95:active{
  color: rgb(159 24 83 / 0.95);
}

.active\:text-charts-9:active{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.active\:text-charts-9\/0:active{
  color: rgb(255 186 0 / 0);
}

.active\:text-charts-9\/10:active{
  color: rgb(255 186 0 / 0.1);
}

.active\:text-charts-9\/100:active{
  color: rgb(255 186 0 / 1);
}

.active\:text-charts-9\/15:active{
  color: rgb(255 186 0 / 0.15);
}

.active\:text-charts-9\/20:active{
  color: rgb(255 186 0 / 0.2);
}

.active\:text-charts-9\/25:active{
  color: rgb(255 186 0 / 0.25);
}

.active\:text-charts-9\/30:active{
  color: rgb(255 186 0 / 0.3);
}

.active\:text-charts-9\/35:active{
  color: rgb(255 186 0 / 0.35);
}

.active\:text-charts-9\/40:active{
  color: rgb(255 186 0 / 0.4);
}

.active\:text-charts-9\/45:active{
  color: rgb(255 186 0 / 0.45);
}

.active\:text-charts-9\/5:active{
  color: rgb(255 186 0 / 0.05);
}

.active\:text-charts-9\/50:active{
  color: rgb(255 186 0 / 0.5);
}

.active\:text-charts-9\/55:active{
  color: rgb(255 186 0 / 0.55);
}

.active\:text-charts-9\/60:active{
  color: rgb(255 186 0 / 0.6);
}

.active\:text-charts-9\/65:active{
  color: rgb(255 186 0 / 0.65);
}

.active\:text-charts-9\/70:active{
  color: rgb(255 186 0 / 0.7);
}

.active\:text-charts-9\/75:active{
  color: rgb(255 186 0 / 0.75);
}

.active\:text-charts-9\/80:active{
  color: rgb(255 186 0 / 0.8);
}

.active\:text-charts-9\/85:active{
  color: rgb(255 186 0 / 0.85);
}

.active\:text-charts-9\/90:active{
  color: rgb(255 186 0 / 0.9);
}

.active\:text-charts-9\/95:active{
  color: rgb(255 186 0 / 0.95);
}

.active\:text-error-100:active{
  --tw-text-opacity: 1;
  color: rgb(217 0 7 / var(--tw-text-opacity, 1));
}

.active\:text-error-100\/0:active{
  color: rgb(217 0 7 / 0);
}

.active\:text-error-100\/10:active{
  color: rgb(217 0 7 / 0.1);
}

.active\:text-error-100\/100:active{
  color: rgb(217 0 7 / 1);
}

.active\:text-error-100\/15:active{
  color: rgb(217 0 7 / 0.15);
}

.active\:text-error-100\/20:active{
  color: rgb(217 0 7 / 0.2);
}

.active\:text-error-100\/25:active{
  color: rgb(217 0 7 / 0.25);
}

.active\:text-error-100\/30:active{
  color: rgb(217 0 7 / 0.3);
}

.active\:text-error-100\/35:active{
  color: rgb(217 0 7 / 0.35);
}

.active\:text-error-100\/40:active{
  color: rgb(217 0 7 / 0.4);
}

.active\:text-error-100\/45:active{
  color: rgb(217 0 7 / 0.45);
}

.active\:text-error-100\/5:active{
  color: rgb(217 0 7 / 0.05);
}

.active\:text-error-100\/50:active{
  color: rgb(217 0 7 / 0.5);
}

.active\:text-error-100\/55:active{
  color: rgb(217 0 7 / 0.55);
}

.active\:text-error-100\/60:active{
  color: rgb(217 0 7 / 0.6);
}

.active\:text-error-100\/65:active{
  color: rgb(217 0 7 / 0.65);
}

.active\:text-error-100\/70:active{
  color: rgb(217 0 7 / 0.7);
}

.active\:text-error-100\/75:active{
  color: rgb(217 0 7 / 0.75);
}

.active\:text-error-100\/80:active{
  color: rgb(217 0 7 / 0.8);
}

.active\:text-error-100\/85:active{
  color: rgb(217 0 7 / 0.85);
}

.active\:text-error-100\/90:active{
  color: rgb(217 0 7 / 0.9);
}

.active\:text-error-100\/95:active{
  color: rgb(217 0 7 / 0.95);
}

.active\:text-error-background:active{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.active\:text-error-background\/0:active{
  color: rgb(254 226 226 / 0);
}

.active\:text-error-background\/10:active{
  color: rgb(254 226 226 / 0.1);
}

.active\:text-error-background\/100:active{
  color: rgb(254 226 226 / 1);
}

.active\:text-error-background\/15:active{
  color: rgb(254 226 226 / 0.15);
}

.active\:text-error-background\/20:active{
  color: rgb(254 226 226 / 0.2);
}

.active\:text-error-background\/25:active{
  color: rgb(254 226 226 / 0.25);
}

.active\:text-error-background\/30:active{
  color: rgb(254 226 226 / 0.3);
}

.active\:text-error-background\/35:active{
  color: rgb(254 226 226 / 0.35);
}

.active\:text-error-background\/40:active{
  color: rgb(254 226 226 / 0.4);
}

.active\:text-error-background\/45:active{
  color: rgb(254 226 226 / 0.45);
}

.active\:text-error-background\/5:active{
  color: rgb(254 226 226 / 0.05);
}

.active\:text-error-background\/50:active{
  color: rgb(254 226 226 / 0.5);
}

.active\:text-error-background\/55:active{
  color: rgb(254 226 226 / 0.55);
}

.active\:text-error-background\/60:active{
  color: rgb(254 226 226 / 0.6);
}

.active\:text-error-background\/65:active{
  color: rgb(254 226 226 / 0.65);
}

.active\:text-error-background\/70:active{
  color: rgb(254 226 226 / 0.7);
}

.active\:text-error-background\/75:active{
  color: rgb(254 226 226 / 0.75);
}

.active\:text-error-background\/80:active{
  color: rgb(254 226 226 / 0.8);
}

.active\:text-error-background\/85:active{
  color: rgb(254 226 226 / 0.85);
}

.active\:text-error-background\/90:active{
  color: rgb(254 226 226 / 0.9);
}

.active\:text-error-background\/95:active{
  color: rgb(254 226 226 / 0.95);
}

.active\:text-informational-100:active{
  --tw-text-opacity: 1;
  color: rgb(35 87 137 / var(--tw-text-opacity, 1));
}

.active\:text-informational-100\/0:active{
  color: rgb(35 87 137 / 0);
}

.active\:text-informational-100\/10:active{
  color: rgb(35 87 137 / 0.1);
}

.active\:text-informational-100\/100:active{
  color: rgb(35 87 137 / 1);
}

.active\:text-informational-100\/15:active{
  color: rgb(35 87 137 / 0.15);
}

.active\:text-informational-100\/20:active{
  color: rgb(35 87 137 / 0.2);
}

.active\:text-informational-100\/25:active{
  color: rgb(35 87 137 / 0.25);
}

.active\:text-informational-100\/30:active{
  color: rgb(35 87 137 / 0.3);
}

.active\:text-informational-100\/35:active{
  color: rgb(35 87 137 / 0.35);
}

.active\:text-informational-100\/40:active{
  color: rgb(35 87 137 / 0.4);
}

.active\:text-informational-100\/45:active{
  color: rgb(35 87 137 / 0.45);
}

.active\:text-informational-100\/5:active{
  color: rgb(35 87 137 / 0.05);
}

.active\:text-informational-100\/50:active{
  color: rgb(35 87 137 / 0.5);
}

.active\:text-informational-100\/55:active{
  color: rgb(35 87 137 / 0.55);
}

.active\:text-informational-100\/60:active{
  color: rgb(35 87 137 / 0.6);
}

.active\:text-informational-100\/65:active{
  color: rgb(35 87 137 / 0.65);
}

.active\:text-informational-100\/70:active{
  color: rgb(35 87 137 / 0.7);
}

.active\:text-informational-100\/75:active{
  color: rgb(35 87 137 / 0.75);
}

.active\:text-informational-100\/80:active{
  color: rgb(35 87 137 / 0.8);
}

.active\:text-informational-100\/85:active{
  color: rgb(35 87 137 / 0.85);
}

.active\:text-informational-100\/90:active{
  color: rgb(35 87 137 / 0.9);
}

.active\:text-informational-100\/95:active{
  color: rgb(35 87 137 / 0.95);
}

.active\:text-informational-background:active{
  --tw-text-opacity: 1;
  color: rgb(226 241 254 / var(--tw-text-opacity, 1));
}

.active\:text-informational-background\/0:active{
  color: rgb(226 241 254 / 0);
}

.active\:text-informational-background\/10:active{
  color: rgb(226 241 254 / 0.1);
}

.active\:text-informational-background\/100:active{
  color: rgb(226 241 254 / 1);
}

.active\:text-informational-background\/15:active{
  color: rgb(226 241 254 / 0.15);
}

.active\:text-informational-background\/20:active{
  color: rgb(226 241 254 / 0.2);
}

.active\:text-informational-background\/25:active{
  color: rgb(226 241 254 / 0.25);
}

.active\:text-informational-background\/30:active{
  color: rgb(226 241 254 / 0.3);
}

.active\:text-informational-background\/35:active{
  color: rgb(226 241 254 / 0.35);
}

.active\:text-informational-background\/40:active{
  color: rgb(226 241 254 / 0.4);
}

.active\:text-informational-background\/45:active{
  color: rgb(226 241 254 / 0.45);
}

.active\:text-informational-background\/5:active{
  color: rgb(226 241 254 / 0.05);
}

.active\:text-informational-background\/50:active{
  color: rgb(226 241 254 / 0.5);
}

.active\:text-informational-background\/55:active{
  color: rgb(226 241 254 / 0.55);
}

.active\:text-informational-background\/60:active{
  color: rgb(226 241 254 / 0.6);
}

.active\:text-informational-background\/65:active{
  color: rgb(226 241 254 / 0.65);
}

.active\:text-informational-background\/70:active{
  color: rgb(226 241 254 / 0.7);
}

.active\:text-informational-background\/75:active{
  color: rgb(226 241 254 / 0.75);
}

.active\:text-informational-background\/80:active{
  color: rgb(226 241 254 / 0.8);
}

.active\:text-informational-background\/85:active{
  color: rgb(226 241 254 / 0.85);
}

.active\:text-informational-background\/90:active{
  color: rgb(226 241 254 / 0.9);
}

.active\:text-informational-background\/95:active{
  color: rgb(226 241 254 / 0.95);
}

.active\:text-neutral-10:active{
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-10\/0:active{
  color: rgb(245 247 250 / 0);
}

.active\:text-neutral-10\/10:active{
  color: rgb(245 247 250 / 0.1);
}

.active\:text-neutral-10\/100:active{
  color: rgb(245 247 250 / 1);
}

.active\:text-neutral-10\/15:active{
  color: rgb(245 247 250 / 0.15);
}

.active\:text-neutral-10\/20:active{
  color: rgb(245 247 250 / 0.2);
}

.active\:text-neutral-10\/25:active{
  color: rgb(245 247 250 / 0.25);
}

.active\:text-neutral-10\/30:active{
  color: rgb(245 247 250 / 0.3);
}

.active\:text-neutral-10\/35:active{
  color: rgb(245 247 250 / 0.35);
}

.active\:text-neutral-10\/40:active{
  color: rgb(245 247 250 / 0.4);
}

.active\:text-neutral-10\/45:active{
  color: rgb(245 247 250 / 0.45);
}

.active\:text-neutral-10\/5:active{
  color: rgb(245 247 250 / 0.05);
}

.active\:text-neutral-10\/50:active{
  color: rgb(245 247 250 / 0.5);
}

.active\:text-neutral-10\/55:active{
  color: rgb(245 247 250 / 0.55);
}

.active\:text-neutral-10\/60:active{
  color: rgb(245 247 250 / 0.6);
}

.active\:text-neutral-10\/65:active{
  color: rgb(245 247 250 / 0.65);
}

.active\:text-neutral-10\/70:active{
  color: rgb(245 247 250 / 0.7);
}

.active\:text-neutral-10\/75:active{
  color: rgb(245 247 250 / 0.75);
}

.active\:text-neutral-10\/80:active{
  color: rgb(245 247 250 / 0.8);
}

.active\:text-neutral-10\/85:active{
  color: rgb(245 247 250 / 0.85);
}

.active\:text-neutral-10\/90:active{
  color: rgb(245 247 250 / 0.9);
}

.active\:text-neutral-10\/95:active{
  color: rgb(245 247 250 / 0.95);
}

.active\:text-neutral-100:active{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-100\/0:active{
  color: rgb(26 26 26 / 0);
}

.active\:text-neutral-100\/10:active{
  color: rgb(26 26 26 / 0.1);
}

.active\:text-neutral-100\/100:active{
  color: rgb(26 26 26 / 1);
}

.active\:text-neutral-100\/15:active{
  color: rgb(26 26 26 / 0.15);
}

.active\:text-neutral-100\/20:active{
  color: rgb(26 26 26 / 0.2);
}

.active\:text-neutral-100\/25:active{
  color: rgb(26 26 26 / 0.25);
}

.active\:text-neutral-100\/30:active{
  color: rgb(26 26 26 / 0.3);
}

.active\:text-neutral-100\/35:active{
  color: rgb(26 26 26 / 0.35);
}

.active\:text-neutral-100\/40:active{
  color: rgb(26 26 26 / 0.4);
}

.active\:text-neutral-100\/45:active{
  color: rgb(26 26 26 / 0.45);
}

.active\:text-neutral-100\/5:active{
  color: rgb(26 26 26 / 0.05);
}

.active\:text-neutral-100\/50:active{
  color: rgb(26 26 26 / 0.5);
}

.active\:text-neutral-100\/55:active{
  color: rgb(26 26 26 / 0.55);
}

.active\:text-neutral-100\/60:active{
  color: rgb(26 26 26 / 0.6);
}

.active\:text-neutral-100\/65:active{
  color: rgb(26 26 26 / 0.65);
}

.active\:text-neutral-100\/70:active{
  color: rgb(26 26 26 / 0.7);
}

.active\:text-neutral-100\/75:active{
  color: rgb(26 26 26 / 0.75);
}

.active\:text-neutral-100\/80:active{
  color: rgb(26 26 26 / 0.8);
}

.active\:text-neutral-100\/85:active{
  color: rgb(26 26 26 / 0.85);
}

.active\:text-neutral-100\/90:active{
  color: rgb(26 26 26 / 0.9);
}

.active\:text-neutral-100\/95:active{
  color: rgb(26 26 26 / 0.95);
}

.active\:text-neutral-20:active{
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-20\/0:active{
  color: rgb(227 227 227 / 0);
}

.active\:text-neutral-20\/10:active{
  color: rgb(227 227 227 / 0.1);
}

.active\:text-neutral-20\/100:active{
  color: rgb(227 227 227 / 1);
}

.active\:text-neutral-20\/15:active{
  color: rgb(227 227 227 / 0.15);
}

.active\:text-neutral-20\/20:active{
  color: rgb(227 227 227 / 0.2);
}

.active\:text-neutral-20\/25:active{
  color: rgb(227 227 227 / 0.25);
}

.active\:text-neutral-20\/30:active{
  color: rgb(227 227 227 / 0.3);
}

.active\:text-neutral-20\/35:active{
  color: rgb(227 227 227 / 0.35);
}

.active\:text-neutral-20\/40:active{
  color: rgb(227 227 227 / 0.4);
}

.active\:text-neutral-20\/45:active{
  color: rgb(227 227 227 / 0.45);
}

.active\:text-neutral-20\/5:active{
  color: rgb(227 227 227 / 0.05);
}

.active\:text-neutral-20\/50:active{
  color: rgb(227 227 227 / 0.5);
}

.active\:text-neutral-20\/55:active{
  color: rgb(227 227 227 / 0.55);
}

.active\:text-neutral-20\/60:active{
  color: rgb(227 227 227 / 0.6);
}

.active\:text-neutral-20\/65:active{
  color: rgb(227 227 227 / 0.65);
}

.active\:text-neutral-20\/70:active{
  color: rgb(227 227 227 / 0.7);
}

.active\:text-neutral-20\/75:active{
  color: rgb(227 227 227 / 0.75);
}

.active\:text-neutral-20\/80:active{
  color: rgb(227 227 227 / 0.8);
}

.active\:text-neutral-20\/85:active{
  color: rgb(227 227 227 / 0.85);
}

.active\:text-neutral-20\/90:active{
  color: rgb(227 227 227 / 0.9);
}

.active\:text-neutral-20\/95:active{
  color: rgb(227 227 227 / 0.95);
}

.active\:text-neutral-30:active{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-30\/0:active{
  color: rgb(199 199 199 / 0);
}

.active\:text-neutral-30\/10:active{
  color: rgb(199 199 199 / 0.1);
}

.active\:text-neutral-30\/100:active{
  color: rgb(199 199 199 / 1);
}

.active\:text-neutral-30\/15:active{
  color: rgb(199 199 199 / 0.15);
}

.active\:text-neutral-30\/20:active{
  color: rgb(199 199 199 / 0.2);
}

.active\:text-neutral-30\/25:active{
  color: rgb(199 199 199 / 0.25);
}

.active\:text-neutral-30\/30:active{
  color: rgb(199 199 199 / 0.3);
}

.active\:text-neutral-30\/35:active{
  color: rgb(199 199 199 / 0.35);
}

.active\:text-neutral-30\/40:active{
  color: rgb(199 199 199 / 0.4);
}

.active\:text-neutral-30\/45:active{
  color: rgb(199 199 199 / 0.45);
}

.active\:text-neutral-30\/5:active{
  color: rgb(199 199 199 / 0.05);
}

.active\:text-neutral-30\/50:active{
  color: rgb(199 199 199 / 0.5);
}

.active\:text-neutral-30\/55:active{
  color: rgb(199 199 199 / 0.55);
}

.active\:text-neutral-30\/60:active{
  color: rgb(199 199 199 / 0.6);
}

.active\:text-neutral-30\/65:active{
  color: rgb(199 199 199 / 0.65);
}

.active\:text-neutral-30\/70:active{
  color: rgb(199 199 199 / 0.7);
}

.active\:text-neutral-30\/75:active{
  color: rgb(199 199 199 / 0.75);
}

.active\:text-neutral-30\/80:active{
  color: rgb(199 199 199 / 0.8);
}

.active\:text-neutral-30\/85:active{
  color: rgb(199 199 199 / 0.85);
}

.active\:text-neutral-30\/90:active{
  color: rgb(199 199 199 / 0.9);
}

.active\:text-neutral-30\/95:active{
  color: rgb(199 199 199 / 0.95);
}

.active\:text-neutral-40:active{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-40\/0:active{
  color: rgb(172 172 172 / 0);
}

.active\:text-neutral-40\/10:active{
  color: rgb(172 172 172 / 0.1);
}

.active\:text-neutral-40\/100:active{
  color: rgb(172 172 172 / 1);
}

.active\:text-neutral-40\/15:active{
  color: rgb(172 172 172 / 0.15);
}

.active\:text-neutral-40\/20:active{
  color: rgb(172 172 172 / 0.2);
}

.active\:text-neutral-40\/25:active{
  color: rgb(172 172 172 / 0.25);
}

.active\:text-neutral-40\/30:active{
  color: rgb(172 172 172 / 0.3);
}

.active\:text-neutral-40\/35:active{
  color: rgb(172 172 172 / 0.35);
}

.active\:text-neutral-40\/40:active{
  color: rgb(172 172 172 / 0.4);
}

.active\:text-neutral-40\/45:active{
  color: rgb(172 172 172 / 0.45);
}

.active\:text-neutral-40\/5:active{
  color: rgb(172 172 172 / 0.05);
}

.active\:text-neutral-40\/50:active{
  color: rgb(172 172 172 / 0.5);
}

.active\:text-neutral-40\/55:active{
  color: rgb(172 172 172 / 0.55);
}

.active\:text-neutral-40\/60:active{
  color: rgb(172 172 172 / 0.6);
}

.active\:text-neutral-40\/65:active{
  color: rgb(172 172 172 / 0.65);
}

.active\:text-neutral-40\/70:active{
  color: rgb(172 172 172 / 0.7);
}

.active\:text-neutral-40\/75:active{
  color: rgb(172 172 172 / 0.75);
}

.active\:text-neutral-40\/80:active{
  color: rgb(172 172 172 / 0.8);
}

.active\:text-neutral-40\/85:active{
  color: rgb(172 172 172 / 0.85);
}

.active\:text-neutral-40\/90:active{
  color: rgb(172 172 172 / 0.9);
}

.active\:text-neutral-40\/95:active{
  color: rgb(172 172 172 / 0.95);
}

.active\:text-neutral-50:active{
  --tw-text-opacity: 1;
  color: rgb(142 145 146 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-50\/0:active{
  color: rgb(142 145 146 / 0);
}

.active\:text-neutral-50\/10:active{
  color: rgb(142 145 146 / 0.1);
}

.active\:text-neutral-50\/100:active{
  color: rgb(142 145 146 / 1);
}

.active\:text-neutral-50\/15:active{
  color: rgb(142 145 146 / 0.15);
}

.active\:text-neutral-50\/20:active{
  color: rgb(142 145 146 / 0.2);
}

.active\:text-neutral-50\/25:active{
  color: rgb(142 145 146 / 0.25);
}

.active\:text-neutral-50\/30:active{
  color: rgb(142 145 146 / 0.3);
}

.active\:text-neutral-50\/35:active{
  color: rgb(142 145 146 / 0.35);
}

.active\:text-neutral-50\/40:active{
  color: rgb(142 145 146 / 0.4);
}

.active\:text-neutral-50\/45:active{
  color: rgb(142 145 146 / 0.45);
}

.active\:text-neutral-50\/5:active{
  color: rgb(142 145 146 / 0.05);
}

.active\:text-neutral-50\/50:active{
  color: rgb(142 145 146 / 0.5);
}

.active\:text-neutral-50\/55:active{
  color: rgb(142 145 146 / 0.55);
}

.active\:text-neutral-50\/60:active{
  color: rgb(142 145 146 / 0.6);
}

.active\:text-neutral-50\/65:active{
  color: rgb(142 145 146 / 0.65);
}

.active\:text-neutral-50\/70:active{
  color: rgb(142 145 146 / 0.7);
}

.active\:text-neutral-50\/75:active{
  color: rgb(142 145 146 / 0.75);
}

.active\:text-neutral-50\/80:active{
  color: rgb(142 145 146 / 0.8);
}

.active\:text-neutral-50\/85:active{
  color: rgb(142 145 146 / 0.85);
}

.active\:text-neutral-50\/90:active{
  color: rgb(142 145 146 / 0.9);
}

.active\:text-neutral-50\/95:active{
  color: rgb(142 145 146 / 0.95);
}

.active\:text-neutral-60:active{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-60\/0:active{
  color: rgb(118 118 118 / 0);
}

.active\:text-neutral-60\/10:active{
  color: rgb(118 118 118 / 0.1);
}

.active\:text-neutral-60\/100:active{
  color: rgb(118 118 118 / 1);
}

.active\:text-neutral-60\/15:active{
  color: rgb(118 118 118 / 0.15);
}

.active\:text-neutral-60\/20:active{
  color: rgb(118 118 118 / 0.2);
}

.active\:text-neutral-60\/25:active{
  color: rgb(118 118 118 / 0.25);
}

.active\:text-neutral-60\/30:active{
  color: rgb(118 118 118 / 0.3);
}

.active\:text-neutral-60\/35:active{
  color: rgb(118 118 118 / 0.35);
}

.active\:text-neutral-60\/40:active{
  color: rgb(118 118 118 / 0.4);
}

.active\:text-neutral-60\/45:active{
  color: rgb(118 118 118 / 0.45);
}

.active\:text-neutral-60\/5:active{
  color: rgb(118 118 118 / 0.05);
}

.active\:text-neutral-60\/50:active{
  color: rgb(118 118 118 / 0.5);
}

.active\:text-neutral-60\/55:active{
  color: rgb(118 118 118 / 0.55);
}

.active\:text-neutral-60\/60:active{
  color: rgb(118 118 118 / 0.6);
}

.active\:text-neutral-60\/65:active{
  color: rgb(118 118 118 / 0.65);
}

.active\:text-neutral-60\/70:active{
  color: rgb(118 118 118 / 0.7);
}

.active\:text-neutral-60\/75:active{
  color: rgb(118 118 118 / 0.75);
}

.active\:text-neutral-60\/80:active{
  color: rgb(118 118 118 / 0.8);
}

.active\:text-neutral-60\/85:active{
  color: rgb(118 118 118 / 0.85);
}

.active\:text-neutral-60\/90:active{
  color: rgb(118 118 118 / 0.9);
}

.active\:text-neutral-60\/95:active{
  color: rgb(118 118 118 / 0.95);
}

.active\:text-neutral-70:active{
  --tw-text-opacity: 1;
  color: rgb(92 95 96 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-70\/0:active{
  color: rgb(92 95 96 / 0);
}

.active\:text-neutral-70\/10:active{
  color: rgb(92 95 96 / 0.1);
}

.active\:text-neutral-70\/100:active{
  color: rgb(92 95 96 / 1);
}

.active\:text-neutral-70\/15:active{
  color: rgb(92 95 96 / 0.15);
}

.active\:text-neutral-70\/20:active{
  color: rgb(92 95 96 / 0.2);
}

.active\:text-neutral-70\/25:active{
  color: rgb(92 95 96 / 0.25);
}

.active\:text-neutral-70\/30:active{
  color: rgb(92 95 96 / 0.3);
}

.active\:text-neutral-70\/35:active{
  color: rgb(92 95 96 / 0.35);
}

.active\:text-neutral-70\/40:active{
  color: rgb(92 95 96 / 0.4);
}

.active\:text-neutral-70\/45:active{
  color: rgb(92 95 96 / 0.45);
}

.active\:text-neutral-70\/5:active{
  color: rgb(92 95 96 / 0.05);
}

.active\:text-neutral-70\/50:active{
  color: rgb(92 95 96 / 0.5);
}

.active\:text-neutral-70\/55:active{
  color: rgb(92 95 96 / 0.55);
}

.active\:text-neutral-70\/60:active{
  color: rgb(92 95 96 / 0.6);
}

.active\:text-neutral-70\/65:active{
  color: rgb(92 95 96 / 0.65);
}

.active\:text-neutral-70\/70:active{
  color: rgb(92 95 96 / 0.7);
}

.active\:text-neutral-70\/75:active{
  color: rgb(92 95 96 / 0.75);
}

.active\:text-neutral-70\/80:active{
  color: rgb(92 95 96 / 0.8);
}

.active\:text-neutral-70\/85:active{
  color: rgb(92 95 96 / 0.85);
}

.active\:text-neutral-70\/90:active{
  color: rgb(92 95 96 / 0.9);
}

.active\:text-neutral-70\/95:active{
  color: rgb(92 95 96 / 0.95);
}

.active\:text-neutral-80:active{
  --tw-text-opacity: 1;
  color: rgb(68 71 72 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-80\/0:active{
  color: rgb(68 71 72 / 0);
}

.active\:text-neutral-80\/10:active{
  color: rgb(68 71 72 / 0.1);
}

.active\:text-neutral-80\/100:active{
  color: rgb(68 71 72 / 1);
}

.active\:text-neutral-80\/15:active{
  color: rgb(68 71 72 / 0.15);
}

.active\:text-neutral-80\/20:active{
  color: rgb(68 71 72 / 0.2);
}

.active\:text-neutral-80\/25:active{
  color: rgb(68 71 72 / 0.25);
}

.active\:text-neutral-80\/30:active{
  color: rgb(68 71 72 / 0.3);
}

.active\:text-neutral-80\/35:active{
  color: rgb(68 71 72 / 0.35);
}

.active\:text-neutral-80\/40:active{
  color: rgb(68 71 72 / 0.4);
}

.active\:text-neutral-80\/45:active{
  color: rgb(68 71 72 / 0.45);
}

.active\:text-neutral-80\/5:active{
  color: rgb(68 71 72 / 0.05);
}

.active\:text-neutral-80\/50:active{
  color: rgb(68 71 72 / 0.5);
}

.active\:text-neutral-80\/55:active{
  color: rgb(68 71 72 / 0.55);
}

.active\:text-neutral-80\/60:active{
  color: rgb(68 71 72 / 0.6);
}

.active\:text-neutral-80\/65:active{
  color: rgb(68 71 72 / 0.65);
}

.active\:text-neutral-80\/70:active{
  color: rgb(68 71 72 / 0.7);
}

.active\:text-neutral-80\/75:active{
  color: rgb(68 71 72 / 0.75);
}

.active\:text-neutral-80\/80:active{
  color: rgb(68 71 72 / 0.8);
}

.active\:text-neutral-80\/85:active{
  color: rgb(68 71 72 / 0.85);
}

.active\:text-neutral-80\/90:active{
  color: rgb(68 71 72 / 0.9);
}

.active\:text-neutral-80\/95:active{
  color: rgb(68 71 72 / 0.95);
}

.active\:text-neutral-90:active{
  --tw-text-opacity: 1;
  color: rgb(45 49 50 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-90\/0:active{
  color: rgb(45 49 50 / 0);
}

.active\:text-neutral-90\/10:active{
  color: rgb(45 49 50 / 0.1);
}

.active\:text-neutral-90\/100:active{
  color: rgb(45 49 50 / 1);
}

.active\:text-neutral-90\/15:active{
  color: rgb(45 49 50 / 0.15);
}

.active\:text-neutral-90\/20:active{
  color: rgb(45 49 50 / 0.2);
}

.active\:text-neutral-90\/25:active{
  color: rgb(45 49 50 / 0.25);
}

.active\:text-neutral-90\/30:active{
  color: rgb(45 49 50 / 0.3);
}

.active\:text-neutral-90\/35:active{
  color: rgb(45 49 50 / 0.35);
}

.active\:text-neutral-90\/40:active{
  color: rgb(45 49 50 / 0.4);
}

.active\:text-neutral-90\/45:active{
  color: rgb(45 49 50 / 0.45);
}

.active\:text-neutral-90\/5:active{
  color: rgb(45 49 50 / 0.05);
}

.active\:text-neutral-90\/50:active{
  color: rgb(45 49 50 / 0.5);
}

.active\:text-neutral-90\/55:active{
  color: rgb(45 49 50 / 0.55);
}

.active\:text-neutral-90\/60:active{
  color: rgb(45 49 50 / 0.6);
}

.active\:text-neutral-90\/65:active{
  color: rgb(45 49 50 / 0.65);
}

.active\:text-neutral-90\/70:active{
  color: rgb(45 49 50 / 0.7);
}

.active\:text-neutral-90\/75:active{
  color: rgb(45 49 50 / 0.75);
}

.active\:text-neutral-90\/80:active{
  color: rgb(45 49 50 / 0.8);
}

.active\:text-neutral-90\/85:active{
  color: rgb(45 49 50 / 0.85);
}

.active\:text-neutral-90\/90:active{
  color: rgb(45 49 50 / 0.9);
}

.active\:text-neutral-90\/95:active{
  color: rgb(45 49 50 / 0.95);
}

.active\:text-primary-10:active{
  --tw-text-opacity: 1;
  color: rgb(226 248 255 / var(--tw-text-opacity, 1));
}

.active\:text-primary-10\/0:active{
  color: rgb(226 248 255 / 0);
}

.active\:text-primary-10\/10:active{
  color: rgb(226 248 255 / 0.1);
}

.active\:text-primary-10\/100:active{
  color: rgb(226 248 255 / 1);
}

.active\:text-primary-10\/15:active{
  color: rgb(226 248 255 / 0.15);
}

.active\:text-primary-10\/20:active{
  color: rgb(226 248 255 / 0.2);
}

.active\:text-primary-10\/25:active{
  color: rgb(226 248 255 / 0.25);
}

.active\:text-primary-10\/30:active{
  color: rgb(226 248 255 / 0.3);
}

.active\:text-primary-10\/35:active{
  color: rgb(226 248 255 / 0.35);
}

.active\:text-primary-10\/40:active{
  color: rgb(226 248 255 / 0.4);
}

.active\:text-primary-10\/45:active{
  color: rgb(226 248 255 / 0.45);
}

.active\:text-primary-10\/5:active{
  color: rgb(226 248 255 / 0.05);
}

.active\:text-primary-10\/50:active{
  color: rgb(226 248 255 / 0.5);
}

.active\:text-primary-10\/55:active{
  color: rgb(226 248 255 / 0.55);
}

.active\:text-primary-10\/60:active{
  color: rgb(226 248 255 / 0.6);
}

.active\:text-primary-10\/65:active{
  color: rgb(226 248 255 / 0.65);
}

.active\:text-primary-10\/70:active{
  color: rgb(226 248 255 / 0.7);
}

.active\:text-primary-10\/75:active{
  color: rgb(226 248 255 / 0.75);
}

.active\:text-primary-10\/80:active{
  color: rgb(226 248 255 / 0.8);
}

.active\:text-primary-10\/85:active{
  color: rgb(226 248 255 / 0.85);
}

.active\:text-primary-10\/90:active{
  color: rgb(226 248 255 / 0.9);
}

.active\:text-primary-10\/95:active{
  color: rgb(226 248 255 / 0.95);
}

.active\:text-primary-100:active{
  --tw-text-opacity: 1;
  color: rgb(0 30 43 / var(--tw-text-opacity, 1));
}

.active\:text-primary-100\/0:active{
  color: rgb(0 30 43 / 0);
}

.active\:text-primary-100\/10:active{
  color: rgb(0 30 43 / 0.1);
}

.active\:text-primary-100\/100:active{
  color: rgb(0 30 43 / 1);
}

.active\:text-primary-100\/15:active{
  color: rgb(0 30 43 / 0.15);
}

.active\:text-primary-100\/20:active{
  color: rgb(0 30 43 / 0.2);
}

.active\:text-primary-100\/25:active{
  color: rgb(0 30 43 / 0.25);
}

.active\:text-primary-100\/30:active{
  color: rgb(0 30 43 / 0.3);
}

.active\:text-primary-100\/35:active{
  color: rgb(0 30 43 / 0.35);
}

.active\:text-primary-100\/40:active{
  color: rgb(0 30 43 / 0.4);
}

.active\:text-primary-100\/45:active{
  color: rgb(0 30 43 / 0.45);
}

.active\:text-primary-100\/5:active{
  color: rgb(0 30 43 / 0.05);
}

.active\:text-primary-100\/50:active{
  color: rgb(0 30 43 / 0.5);
}

.active\:text-primary-100\/55:active{
  color: rgb(0 30 43 / 0.55);
}

.active\:text-primary-100\/60:active{
  color: rgb(0 30 43 / 0.6);
}

.active\:text-primary-100\/65:active{
  color: rgb(0 30 43 / 0.65);
}

.active\:text-primary-100\/70:active{
  color: rgb(0 30 43 / 0.7);
}

.active\:text-primary-100\/75:active{
  color: rgb(0 30 43 / 0.75);
}

.active\:text-primary-100\/80:active{
  color: rgb(0 30 43 / 0.8);
}

.active\:text-primary-100\/85:active{
  color: rgb(0 30 43 / 0.85);
}

.active\:text-primary-100\/90:active{
  color: rgb(0 30 43 / 0.9);
}

.active\:text-primary-100\/95:active{
  color: rgb(0 30 43 / 0.95);
}

.active\:text-primary-15:active{
  --tw-text-opacity: 1;
  color: rgb(213 243 253 / var(--tw-text-opacity, 1));
}

.active\:text-primary-15\/0:active{
  color: rgb(213 243 253 / 0);
}

.active\:text-primary-15\/10:active{
  color: rgb(213 243 253 / 0.1);
}

.active\:text-primary-15\/100:active{
  color: rgb(213 243 253 / 1);
}

.active\:text-primary-15\/15:active{
  color: rgb(213 243 253 / 0.15);
}

.active\:text-primary-15\/20:active{
  color: rgb(213 243 253 / 0.2);
}

.active\:text-primary-15\/25:active{
  color: rgb(213 243 253 / 0.25);
}

.active\:text-primary-15\/30:active{
  color: rgb(213 243 253 / 0.3);
}

.active\:text-primary-15\/35:active{
  color: rgb(213 243 253 / 0.35);
}

.active\:text-primary-15\/40:active{
  color: rgb(213 243 253 / 0.4);
}

.active\:text-primary-15\/45:active{
  color: rgb(213 243 253 / 0.45);
}

.active\:text-primary-15\/5:active{
  color: rgb(213 243 253 / 0.05);
}

.active\:text-primary-15\/50:active{
  color: rgb(213 243 253 / 0.5);
}

.active\:text-primary-15\/55:active{
  color: rgb(213 243 253 / 0.55);
}

.active\:text-primary-15\/60:active{
  color: rgb(213 243 253 / 0.6);
}

.active\:text-primary-15\/65:active{
  color: rgb(213 243 253 / 0.65);
}

.active\:text-primary-15\/70:active{
  color: rgb(213 243 253 / 0.7);
}

.active\:text-primary-15\/75:active{
  color: rgb(213 243 253 / 0.75);
}

.active\:text-primary-15\/80:active{
  color: rgb(213 243 253 / 0.8);
}

.active\:text-primary-15\/85:active{
  color: rgb(213 243 253 / 0.85);
}

.active\:text-primary-15\/90:active{
  color: rgb(213 243 253 / 0.9);
}

.active\:text-primary-15\/95:active{
  color: rgb(213 243 253 / 0.95);
}

.active\:text-primary-20:active{
  --tw-text-opacity: 1;
  color: rgb(188 235 255 / var(--tw-text-opacity, 1));
}

.active\:text-primary-20\/0:active{
  color: rgb(188 235 255 / 0);
}

.active\:text-primary-20\/10:active{
  color: rgb(188 235 255 / 0.1);
}

.active\:text-primary-20\/100:active{
  color: rgb(188 235 255 / 1);
}

.active\:text-primary-20\/15:active{
  color: rgb(188 235 255 / 0.15);
}

.active\:text-primary-20\/20:active{
  color: rgb(188 235 255 / 0.2);
}

.active\:text-primary-20\/25:active{
  color: rgb(188 235 255 / 0.25);
}

.active\:text-primary-20\/30:active{
  color: rgb(188 235 255 / 0.3);
}

.active\:text-primary-20\/35:active{
  color: rgb(188 235 255 / 0.35);
}

.active\:text-primary-20\/40:active{
  color: rgb(188 235 255 / 0.4);
}

.active\:text-primary-20\/45:active{
  color: rgb(188 235 255 / 0.45);
}

.active\:text-primary-20\/5:active{
  color: rgb(188 235 255 / 0.05);
}

.active\:text-primary-20\/50:active{
  color: rgb(188 235 255 / 0.5);
}

.active\:text-primary-20\/55:active{
  color: rgb(188 235 255 / 0.55);
}

.active\:text-primary-20\/60:active{
  color: rgb(188 235 255 / 0.6);
}

.active\:text-primary-20\/65:active{
  color: rgb(188 235 255 / 0.65);
}

.active\:text-primary-20\/70:active{
  color: rgb(188 235 255 / 0.7);
}

.active\:text-primary-20\/75:active{
  color: rgb(188 235 255 / 0.75);
}

.active\:text-primary-20\/80:active{
  color: rgb(188 235 255 / 0.8);
}

.active\:text-primary-20\/85:active{
  color: rgb(188 235 255 / 0.85);
}

.active\:text-primary-20\/90:active{
  color: rgb(188 235 255 / 0.9);
}

.active\:text-primary-20\/95:active{
  color: rgb(188 235 255 / 0.95);
}

.active\:text-primary-30:active{
  --tw-text-opacity: 1;
  color: rgb(126 211 247 / var(--tw-text-opacity, 1));
}

.active\:text-primary-30\/0:active{
  color: rgb(126 211 247 / 0);
}

.active\:text-primary-30\/10:active{
  color: rgb(126 211 247 / 0.1);
}

.active\:text-primary-30\/100:active{
  color: rgb(126 211 247 / 1);
}

.active\:text-primary-30\/15:active{
  color: rgb(126 211 247 / 0.15);
}

.active\:text-primary-30\/20:active{
  color: rgb(126 211 247 / 0.2);
}

.active\:text-primary-30\/25:active{
  color: rgb(126 211 247 / 0.25);
}

.active\:text-primary-30\/30:active{
  color: rgb(126 211 247 / 0.3);
}

.active\:text-primary-30\/35:active{
  color: rgb(126 211 247 / 0.35);
}

.active\:text-primary-30\/40:active{
  color: rgb(126 211 247 / 0.4);
}

.active\:text-primary-30\/45:active{
  color: rgb(126 211 247 / 0.45);
}

.active\:text-primary-30\/5:active{
  color: rgb(126 211 247 / 0.05);
}

.active\:text-primary-30\/50:active{
  color: rgb(126 211 247 / 0.5);
}

.active\:text-primary-30\/55:active{
  color: rgb(126 211 247 / 0.55);
}

.active\:text-primary-30\/60:active{
  color: rgb(126 211 247 / 0.6);
}

.active\:text-primary-30\/65:active{
  color: rgb(126 211 247 / 0.65);
}

.active\:text-primary-30\/70:active{
  color: rgb(126 211 247 / 0.7);
}

.active\:text-primary-30\/75:active{
  color: rgb(126 211 247 / 0.75);
}

.active\:text-primary-30\/80:active{
  color: rgb(126 211 247 / 0.8);
}

.active\:text-primary-30\/85:active{
  color: rgb(126 211 247 / 0.85);
}

.active\:text-primary-30\/90:active{
  color: rgb(126 211 247 / 0.9);
}

.active\:text-primary-30\/95:active{
  color: rgb(126 211 247 / 0.95);
}

.active\:text-primary-40:active{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.active\:text-primary-40\/0:active{
  color: rgb(61 181 230 / 0);
}

.active\:text-primary-40\/10:active{
  color: rgb(61 181 230 / 0.1);
}

.active\:text-primary-40\/100:active{
  color: rgb(61 181 230 / 1);
}

.active\:text-primary-40\/15:active{
  color: rgb(61 181 230 / 0.15);
}

.active\:text-primary-40\/20:active{
  color: rgb(61 181 230 / 0.2);
}

.active\:text-primary-40\/25:active{
  color: rgb(61 181 230 / 0.25);
}

.active\:text-primary-40\/30:active{
  color: rgb(61 181 230 / 0.3);
}

.active\:text-primary-40\/35:active{
  color: rgb(61 181 230 / 0.35);
}

.active\:text-primary-40\/40:active{
  color: rgb(61 181 230 / 0.4);
}

.active\:text-primary-40\/45:active{
  color: rgb(61 181 230 / 0.45);
}

.active\:text-primary-40\/5:active{
  color: rgb(61 181 230 / 0.05);
}

.active\:text-primary-40\/50:active{
  color: rgb(61 181 230 / 0.5);
}

.active\:text-primary-40\/55:active{
  color: rgb(61 181 230 / 0.55);
}

.active\:text-primary-40\/60:active{
  color: rgb(61 181 230 / 0.6);
}

.active\:text-primary-40\/65:active{
  color: rgb(61 181 230 / 0.65);
}

.active\:text-primary-40\/70:active{
  color: rgb(61 181 230 / 0.7);
}

.active\:text-primary-40\/75:active{
  color: rgb(61 181 230 / 0.75);
}

.active\:text-primary-40\/80:active{
  color: rgb(61 181 230 / 0.8);
}

.active\:text-primary-40\/85:active{
  color: rgb(61 181 230 / 0.85);
}

.active\:text-primary-40\/90:active{
  color: rgb(61 181 230 / 0.9);
}

.active\:text-primary-40\/95:active{
  color: rgb(61 181 230 / 0.95);
}

.active\:text-primary-5:active{
  --tw-text-opacity: 1;
  color: rgb(240 252 255 / var(--tw-text-opacity, 1));
}

.active\:text-primary-5\/0:active{
  color: rgb(240 252 255 / 0);
}

.active\:text-primary-5\/10:active{
  color: rgb(240 252 255 / 0.1);
}

.active\:text-primary-5\/100:active{
  color: rgb(240 252 255 / 1);
}

.active\:text-primary-5\/15:active{
  color: rgb(240 252 255 / 0.15);
}

.active\:text-primary-5\/20:active{
  color: rgb(240 252 255 / 0.2);
}

.active\:text-primary-5\/25:active{
  color: rgb(240 252 255 / 0.25);
}

.active\:text-primary-5\/30:active{
  color: rgb(240 252 255 / 0.3);
}

.active\:text-primary-5\/35:active{
  color: rgb(240 252 255 / 0.35);
}

.active\:text-primary-5\/40:active{
  color: rgb(240 252 255 / 0.4);
}

.active\:text-primary-5\/45:active{
  color: rgb(240 252 255 / 0.45);
}

.active\:text-primary-5\/5:active{
  color: rgb(240 252 255 / 0.05);
}

.active\:text-primary-5\/50:active{
  color: rgb(240 252 255 / 0.5);
}

.active\:text-primary-5\/55:active{
  color: rgb(240 252 255 / 0.55);
}

.active\:text-primary-5\/60:active{
  color: rgb(240 252 255 / 0.6);
}

.active\:text-primary-5\/65:active{
  color: rgb(240 252 255 / 0.65);
}

.active\:text-primary-5\/70:active{
  color: rgb(240 252 255 / 0.7);
}

.active\:text-primary-5\/75:active{
  color: rgb(240 252 255 / 0.75);
}

.active\:text-primary-5\/80:active{
  color: rgb(240 252 255 / 0.8);
}

.active\:text-primary-5\/85:active{
  color: rgb(240 252 255 / 0.85);
}

.active\:text-primary-5\/90:active{
  color: rgb(240 252 255 / 0.9);
}

.active\:text-primary-5\/95:active{
  color: rgb(240 252 255 / 0.95);
}

.active\:text-primary-50:active{
  --tw-text-opacity: 1;
  color: rgb(4 156 204 / var(--tw-text-opacity, 1));
}

.active\:text-primary-50\/0:active{
  color: rgb(4 156 204 / 0);
}

.active\:text-primary-50\/10:active{
  color: rgb(4 156 204 / 0.1);
}

.active\:text-primary-50\/100:active{
  color: rgb(4 156 204 / 1);
}

.active\:text-primary-50\/15:active{
  color: rgb(4 156 204 / 0.15);
}

.active\:text-primary-50\/20:active{
  color: rgb(4 156 204 / 0.2);
}

.active\:text-primary-50\/25:active{
  color: rgb(4 156 204 / 0.25);
}

.active\:text-primary-50\/30:active{
  color: rgb(4 156 204 / 0.3);
}

.active\:text-primary-50\/35:active{
  color: rgb(4 156 204 / 0.35);
}

.active\:text-primary-50\/40:active{
  color: rgb(4 156 204 / 0.4);
}

.active\:text-primary-50\/45:active{
  color: rgb(4 156 204 / 0.45);
}

.active\:text-primary-50\/5:active{
  color: rgb(4 156 204 / 0.05);
}

.active\:text-primary-50\/50:active{
  color: rgb(4 156 204 / 0.5);
}

.active\:text-primary-50\/55:active{
  color: rgb(4 156 204 / 0.55);
}

.active\:text-primary-50\/60:active{
  color: rgb(4 156 204 / 0.6);
}

.active\:text-primary-50\/65:active{
  color: rgb(4 156 204 / 0.65);
}

.active\:text-primary-50\/70:active{
  color: rgb(4 156 204 / 0.7);
}

.active\:text-primary-50\/75:active{
  color: rgb(4 156 204 / 0.75);
}

.active\:text-primary-50\/80:active{
  color: rgb(4 156 204 / 0.8);
}

.active\:text-primary-50\/85:active{
  color: rgb(4 156 204 / 0.85);
}

.active\:text-primary-50\/90:active{
  color: rgb(4 156 204 / 0.9);
}

.active\:text-primary-50\/95:active{
  color: rgb(4 156 204 / 0.95);
}

.active\:text-primary-60:active{
  --tw-text-opacity: 1;
  color: rgb(0 127 176 / var(--tw-text-opacity, 1));
}

.active\:text-primary-60\/0:active{
  color: rgb(0 127 176 / 0);
}

.active\:text-primary-60\/10:active{
  color: rgb(0 127 176 / 0.1);
}

.active\:text-primary-60\/100:active{
  color: rgb(0 127 176 / 1);
}

.active\:text-primary-60\/15:active{
  color: rgb(0 127 176 / 0.15);
}

.active\:text-primary-60\/20:active{
  color: rgb(0 127 176 / 0.2);
}

.active\:text-primary-60\/25:active{
  color: rgb(0 127 176 / 0.25);
}

.active\:text-primary-60\/30:active{
  color: rgb(0 127 176 / 0.3);
}

.active\:text-primary-60\/35:active{
  color: rgb(0 127 176 / 0.35);
}

.active\:text-primary-60\/40:active{
  color: rgb(0 127 176 / 0.4);
}

.active\:text-primary-60\/45:active{
  color: rgb(0 127 176 / 0.45);
}

.active\:text-primary-60\/5:active{
  color: rgb(0 127 176 / 0.05);
}

.active\:text-primary-60\/50:active{
  color: rgb(0 127 176 / 0.5);
}

.active\:text-primary-60\/55:active{
  color: rgb(0 127 176 / 0.55);
}

.active\:text-primary-60\/60:active{
  color: rgb(0 127 176 / 0.6);
}

.active\:text-primary-60\/65:active{
  color: rgb(0 127 176 / 0.65);
}

.active\:text-primary-60\/70:active{
  color: rgb(0 127 176 / 0.7);
}

.active\:text-primary-60\/75:active{
  color: rgb(0 127 176 / 0.75);
}

.active\:text-primary-60\/80:active{
  color: rgb(0 127 176 / 0.8);
}

.active\:text-primary-60\/85:active{
  color: rgb(0 127 176 / 0.85);
}

.active\:text-primary-60\/90:active{
  color: rgb(0 127 176 / 0.9);
}

.active\:text-primary-60\/95:active{
  color: rgb(0 127 176 / 0.95);
}

.active\:text-primary-70:active{
  --tw-text-opacity: 1;
  color: rgb(0 102 136 / var(--tw-text-opacity, 1));
}

.active\:text-primary-70\/0:active{
  color: rgb(0 102 136 / 0);
}

.active\:text-primary-70\/10:active{
  color: rgb(0 102 136 / 0.1);
}

.active\:text-primary-70\/100:active{
  color: rgb(0 102 136 / 1);
}

.active\:text-primary-70\/15:active{
  color: rgb(0 102 136 / 0.15);
}

.active\:text-primary-70\/20:active{
  color: rgb(0 102 136 / 0.2);
}

.active\:text-primary-70\/25:active{
  color: rgb(0 102 136 / 0.25);
}

.active\:text-primary-70\/30:active{
  color: rgb(0 102 136 / 0.3);
}

.active\:text-primary-70\/35:active{
  color: rgb(0 102 136 / 0.35);
}

.active\:text-primary-70\/40:active{
  color: rgb(0 102 136 / 0.4);
}

.active\:text-primary-70\/45:active{
  color: rgb(0 102 136 / 0.45);
}

.active\:text-primary-70\/5:active{
  color: rgb(0 102 136 / 0.05);
}

.active\:text-primary-70\/50:active{
  color: rgb(0 102 136 / 0.5);
}

.active\:text-primary-70\/55:active{
  color: rgb(0 102 136 / 0.55);
}

.active\:text-primary-70\/60:active{
  color: rgb(0 102 136 / 0.6);
}

.active\:text-primary-70\/65:active{
  color: rgb(0 102 136 / 0.65);
}

.active\:text-primary-70\/70:active{
  color: rgb(0 102 136 / 0.7);
}

.active\:text-primary-70\/75:active{
  color: rgb(0 102 136 / 0.75);
}

.active\:text-primary-70\/80:active{
  color: rgb(0 102 136 / 0.8);
}

.active\:text-primary-70\/85:active{
  color: rgb(0 102 136 / 0.85);
}

.active\:text-primary-70\/90:active{
  color: rgb(0 102 136 / 0.9);
}

.active\:text-primary-70\/95:active{
  color: rgb(0 102 136 / 0.95);
}

.active\:text-primary-80:active{
  --tw-text-opacity: 1;
  color: rgb(0 77 104 / var(--tw-text-opacity, 1));
}

.active\:text-primary-80\/0:active{
  color: rgb(0 77 104 / 0);
}

.active\:text-primary-80\/10:active{
  color: rgb(0 77 104 / 0.1);
}

.active\:text-primary-80\/100:active{
  color: rgb(0 77 104 / 1);
}

.active\:text-primary-80\/15:active{
  color: rgb(0 77 104 / 0.15);
}

.active\:text-primary-80\/20:active{
  color: rgb(0 77 104 / 0.2);
}

.active\:text-primary-80\/25:active{
  color: rgb(0 77 104 / 0.25);
}

.active\:text-primary-80\/30:active{
  color: rgb(0 77 104 / 0.3);
}

.active\:text-primary-80\/35:active{
  color: rgb(0 77 104 / 0.35);
}

.active\:text-primary-80\/40:active{
  color: rgb(0 77 104 / 0.4);
}

.active\:text-primary-80\/45:active{
  color: rgb(0 77 104 / 0.45);
}

.active\:text-primary-80\/5:active{
  color: rgb(0 77 104 / 0.05);
}

.active\:text-primary-80\/50:active{
  color: rgb(0 77 104 / 0.5);
}

.active\:text-primary-80\/55:active{
  color: rgb(0 77 104 / 0.55);
}

.active\:text-primary-80\/60:active{
  color: rgb(0 77 104 / 0.6);
}

.active\:text-primary-80\/65:active{
  color: rgb(0 77 104 / 0.65);
}

.active\:text-primary-80\/70:active{
  color: rgb(0 77 104 / 0.7);
}

.active\:text-primary-80\/75:active{
  color: rgb(0 77 104 / 0.75);
}

.active\:text-primary-80\/80:active{
  color: rgb(0 77 104 / 0.8);
}

.active\:text-primary-80\/85:active{
  color: rgb(0 77 104 / 0.85);
}

.active\:text-primary-80\/90:active{
  color: rgb(0 77 104 / 0.9);
}

.active\:text-primary-80\/95:active{
  color: rgb(0 77 104 / 0.95);
}

.active\:text-primary-90:active{
  --tw-text-opacity: 1;
  color: rgb(0 53 73 / var(--tw-text-opacity, 1));
}

.active\:text-primary-90\/0:active{
  color: rgb(0 53 73 / 0);
}

.active\:text-primary-90\/10:active{
  color: rgb(0 53 73 / 0.1);
}

.active\:text-primary-90\/100:active{
  color: rgb(0 53 73 / 1);
}

.active\:text-primary-90\/15:active{
  color: rgb(0 53 73 / 0.15);
}

.active\:text-primary-90\/20:active{
  color: rgb(0 53 73 / 0.2);
}

.active\:text-primary-90\/25:active{
  color: rgb(0 53 73 / 0.25);
}

.active\:text-primary-90\/30:active{
  color: rgb(0 53 73 / 0.3);
}

.active\:text-primary-90\/35:active{
  color: rgb(0 53 73 / 0.35);
}

.active\:text-primary-90\/40:active{
  color: rgb(0 53 73 / 0.4);
}

.active\:text-primary-90\/45:active{
  color: rgb(0 53 73 / 0.45);
}

.active\:text-primary-90\/5:active{
  color: rgb(0 53 73 / 0.05);
}

.active\:text-primary-90\/50:active{
  color: rgb(0 53 73 / 0.5);
}

.active\:text-primary-90\/55:active{
  color: rgb(0 53 73 / 0.55);
}

.active\:text-primary-90\/60:active{
  color: rgb(0 53 73 / 0.6);
}

.active\:text-primary-90\/65:active{
  color: rgb(0 53 73 / 0.65);
}

.active\:text-primary-90\/70:active{
  color: rgb(0 53 73 / 0.7);
}

.active\:text-primary-90\/75:active{
  color: rgb(0 53 73 / 0.75);
}

.active\:text-primary-90\/80:active{
  color: rgb(0 53 73 / 0.8);
}

.active\:text-primary-90\/85:active{
  color: rgb(0 53 73 / 0.85);
}

.active\:text-primary-90\/90:active{
  color: rgb(0 53 73 / 0.9);
}

.active\:text-primary-90\/95:active{
  color: rgb(0 53 73 / 0.95);
}

.active\:text-secondary-10:active{
  --tw-text-opacity: 1;
  color: rgb(253 232 241 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-10\/0:active{
  color: rgb(253 232 241 / 0);
}

.active\:text-secondary-10\/10:active{
  color: rgb(253 232 241 / 0.1);
}

.active\:text-secondary-10\/100:active{
  color: rgb(253 232 241 / 1);
}

.active\:text-secondary-10\/15:active{
  color: rgb(253 232 241 / 0.15);
}

.active\:text-secondary-10\/20:active{
  color: rgb(253 232 241 / 0.2);
}

.active\:text-secondary-10\/25:active{
  color: rgb(253 232 241 / 0.25);
}

.active\:text-secondary-10\/30:active{
  color: rgb(253 232 241 / 0.3);
}

.active\:text-secondary-10\/35:active{
  color: rgb(253 232 241 / 0.35);
}

.active\:text-secondary-10\/40:active{
  color: rgb(253 232 241 / 0.4);
}

.active\:text-secondary-10\/45:active{
  color: rgb(253 232 241 / 0.45);
}

.active\:text-secondary-10\/5:active{
  color: rgb(253 232 241 / 0.05);
}

.active\:text-secondary-10\/50:active{
  color: rgb(253 232 241 / 0.5);
}

.active\:text-secondary-10\/55:active{
  color: rgb(253 232 241 / 0.55);
}

.active\:text-secondary-10\/60:active{
  color: rgb(253 232 241 / 0.6);
}

.active\:text-secondary-10\/65:active{
  color: rgb(253 232 241 / 0.65);
}

.active\:text-secondary-10\/70:active{
  color: rgb(253 232 241 / 0.7);
}

.active\:text-secondary-10\/75:active{
  color: rgb(253 232 241 / 0.75);
}

.active\:text-secondary-10\/80:active{
  color: rgb(253 232 241 / 0.8);
}

.active\:text-secondary-10\/85:active{
  color: rgb(253 232 241 / 0.85);
}

.active\:text-secondary-10\/90:active{
  color: rgb(253 232 241 / 0.9);
}

.active\:text-secondary-10\/95:active{
  color: rgb(253 232 241 / 0.95);
}

.active\:text-secondary-100:active{
  --tw-text-opacity: 1;
  color: rgb(62 0 32 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-100\/0:active{
  color: rgb(62 0 32 / 0);
}

.active\:text-secondary-100\/10:active{
  color: rgb(62 0 32 / 0.1);
}

.active\:text-secondary-100\/100:active{
  color: rgb(62 0 32 / 1);
}

.active\:text-secondary-100\/15:active{
  color: rgb(62 0 32 / 0.15);
}

.active\:text-secondary-100\/20:active{
  color: rgb(62 0 32 / 0.2);
}

.active\:text-secondary-100\/25:active{
  color: rgb(62 0 32 / 0.25);
}

.active\:text-secondary-100\/30:active{
  color: rgb(62 0 32 / 0.3);
}

.active\:text-secondary-100\/35:active{
  color: rgb(62 0 32 / 0.35);
}

.active\:text-secondary-100\/40:active{
  color: rgb(62 0 32 / 0.4);
}

.active\:text-secondary-100\/45:active{
  color: rgb(62 0 32 / 0.45);
}

.active\:text-secondary-100\/5:active{
  color: rgb(62 0 32 / 0.05);
}

.active\:text-secondary-100\/50:active{
  color: rgb(62 0 32 / 0.5);
}

.active\:text-secondary-100\/55:active{
  color: rgb(62 0 32 / 0.55);
}

.active\:text-secondary-100\/60:active{
  color: rgb(62 0 32 / 0.6);
}

.active\:text-secondary-100\/65:active{
  color: rgb(62 0 32 / 0.65);
}

.active\:text-secondary-100\/70:active{
  color: rgb(62 0 32 / 0.7);
}

.active\:text-secondary-100\/75:active{
  color: rgb(62 0 32 / 0.75);
}

.active\:text-secondary-100\/80:active{
  color: rgb(62 0 32 / 0.8);
}

.active\:text-secondary-100\/85:active{
  color: rgb(62 0 32 / 0.85);
}

.active\:text-secondary-100\/90:active{
  color: rgb(62 0 32 / 0.9);
}

.active\:text-secondary-100\/95:active{
  color: rgb(62 0 32 / 0.95);
}

.active\:text-secondary-20:active{
  --tw-text-opacity: 1;
  color: rgb(255 175 209 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-20\/0:active{
  color: rgb(255 175 209 / 0);
}

.active\:text-secondary-20\/10:active{
  color: rgb(255 175 209 / 0.1);
}

.active\:text-secondary-20\/100:active{
  color: rgb(255 175 209 / 1);
}

.active\:text-secondary-20\/15:active{
  color: rgb(255 175 209 / 0.15);
}

.active\:text-secondary-20\/20:active{
  color: rgb(255 175 209 / 0.2);
}

.active\:text-secondary-20\/25:active{
  color: rgb(255 175 209 / 0.25);
}

.active\:text-secondary-20\/30:active{
  color: rgb(255 175 209 / 0.3);
}

.active\:text-secondary-20\/35:active{
  color: rgb(255 175 209 / 0.35);
}

.active\:text-secondary-20\/40:active{
  color: rgb(255 175 209 / 0.4);
}

.active\:text-secondary-20\/45:active{
  color: rgb(255 175 209 / 0.45);
}

.active\:text-secondary-20\/5:active{
  color: rgb(255 175 209 / 0.05);
}

.active\:text-secondary-20\/50:active{
  color: rgb(255 175 209 / 0.5);
}

.active\:text-secondary-20\/55:active{
  color: rgb(255 175 209 / 0.55);
}

.active\:text-secondary-20\/60:active{
  color: rgb(255 175 209 / 0.6);
}

.active\:text-secondary-20\/65:active{
  color: rgb(255 175 209 / 0.65);
}

.active\:text-secondary-20\/70:active{
  color: rgb(255 175 209 / 0.7);
}

.active\:text-secondary-20\/75:active{
  color: rgb(255 175 209 / 0.75);
}

.active\:text-secondary-20\/80:active{
  color: rgb(255 175 209 / 0.8);
}

.active\:text-secondary-20\/85:active{
  color: rgb(255 175 209 / 0.85);
}

.active\:text-secondary-20\/90:active{
  color: rgb(255 175 209 / 0.9);
}

.active\:text-secondary-20\/95:active{
  color: rgb(255 175 209 / 0.95);
}

.active\:text-secondary-30:active{
  --tw-text-opacity: 1;
  color: rgb(255 130 183 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-30\/0:active{
  color: rgb(255 130 183 / 0);
}

.active\:text-secondary-30\/10:active{
  color: rgb(255 130 183 / 0.1);
}

.active\:text-secondary-30\/100:active{
  color: rgb(255 130 183 / 1);
}

.active\:text-secondary-30\/15:active{
  color: rgb(255 130 183 / 0.15);
}

.active\:text-secondary-30\/20:active{
  color: rgb(255 130 183 / 0.2);
}

.active\:text-secondary-30\/25:active{
  color: rgb(255 130 183 / 0.25);
}

.active\:text-secondary-30\/30:active{
  color: rgb(255 130 183 / 0.3);
}

.active\:text-secondary-30\/35:active{
  color: rgb(255 130 183 / 0.35);
}

.active\:text-secondary-30\/40:active{
  color: rgb(255 130 183 / 0.4);
}

.active\:text-secondary-30\/45:active{
  color: rgb(255 130 183 / 0.45);
}

.active\:text-secondary-30\/5:active{
  color: rgb(255 130 183 / 0.05);
}

.active\:text-secondary-30\/50:active{
  color: rgb(255 130 183 / 0.5);
}

.active\:text-secondary-30\/55:active{
  color: rgb(255 130 183 / 0.55);
}

.active\:text-secondary-30\/60:active{
  color: rgb(255 130 183 / 0.6);
}

.active\:text-secondary-30\/65:active{
  color: rgb(255 130 183 / 0.65);
}

.active\:text-secondary-30\/70:active{
  color: rgb(255 130 183 / 0.7);
}

.active\:text-secondary-30\/75:active{
  color: rgb(255 130 183 / 0.75);
}

.active\:text-secondary-30\/80:active{
  color: rgb(255 130 183 / 0.8);
}

.active\:text-secondary-30\/85:active{
  color: rgb(255 130 183 / 0.85);
}

.active\:text-secondary-30\/90:active{
  color: rgb(255 130 183 / 0.9);
}

.active\:text-secondary-30\/95:active{
  color: rgb(255 130 183 / 0.95);
}

.active\:text-secondary-40:active{
  --tw-text-opacity: 1;
  color: rgb(255 97 195 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-40\/0:active{
  color: rgb(255 97 195 / 0);
}

.active\:text-secondary-40\/10:active{
  color: rgb(255 97 195 / 0.1);
}

.active\:text-secondary-40\/100:active{
  color: rgb(255 97 195 / 1);
}

.active\:text-secondary-40\/15:active{
  color: rgb(255 97 195 / 0.15);
}

.active\:text-secondary-40\/20:active{
  color: rgb(255 97 195 / 0.2);
}

.active\:text-secondary-40\/25:active{
  color: rgb(255 97 195 / 0.25);
}

.active\:text-secondary-40\/30:active{
  color: rgb(255 97 195 / 0.3);
}

.active\:text-secondary-40\/35:active{
  color: rgb(255 97 195 / 0.35);
}

.active\:text-secondary-40\/40:active{
  color: rgb(255 97 195 / 0.4);
}

.active\:text-secondary-40\/45:active{
  color: rgb(255 97 195 / 0.45);
}

.active\:text-secondary-40\/5:active{
  color: rgb(255 97 195 / 0.05);
}

.active\:text-secondary-40\/50:active{
  color: rgb(255 97 195 / 0.5);
}

.active\:text-secondary-40\/55:active{
  color: rgb(255 97 195 / 0.55);
}

.active\:text-secondary-40\/60:active{
  color: rgb(255 97 195 / 0.6);
}

.active\:text-secondary-40\/65:active{
  color: rgb(255 97 195 / 0.65);
}

.active\:text-secondary-40\/70:active{
  color: rgb(255 97 195 / 0.7);
}

.active\:text-secondary-40\/75:active{
  color: rgb(255 97 195 / 0.75);
}

.active\:text-secondary-40\/80:active{
  color: rgb(255 97 195 / 0.8);
}

.active\:text-secondary-40\/85:active{
  color: rgb(255 97 195 / 0.85);
}

.active\:text-secondary-40\/90:active{
  color: rgb(255 97 195 / 0.9);
}

.active\:text-secondary-40\/95:active{
  color: rgb(255 97 195 / 0.95);
}

.active\:text-secondary-50:active{
  --tw-text-opacity: 1;
  color: rgb(255 69 163 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-50\/0:active{
  color: rgb(255 69 163 / 0);
}

.active\:text-secondary-50\/10:active{
  color: rgb(255 69 163 / 0.1);
}

.active\:text-secondary-50\/100:active{
  color: rgb(255 69 163 / 1);
}

.active\:text-secondary-50\/15:active{
  color: rgb(255 69 163 / 0.15);
}

.active\:text-secondary-50\/20:active{
  color: rgb(255 69 163 / 0.2);
}

.active\:text-secondary-50\/25:active{
  color: rgb(255 69 163 / 0.25);
}

.active\:text-secondary-50\/30:active{
  color: rgb(255 69 163 / 0.3);
}

.active\:text-secondary-50\/35:active{
  color: rgb(255 69 163 / 0.35);
}

.active\:text-secondary-50\/40:active{
  color: rgb(255 69 163 / 0.4);
}

.active\:text-secondary-50\/45:active{
  color: rgb(255 69 163 / 0.45);
}

.active\:text-secondary-50\/5:active{
  color: rgb(255 69 163 / 0.05);
}

.active\:text-secondary-50\/50:active{
  color: rgb(255 69 163 / 0.5);
}

.active\:text-secondary-50\/55:active{
  color: rgb(255 69 163 / 0.55);
}

.active\:text-secondary-50\/60:active{
  color: rgb(255 69 163 / 0.6);
}

.active\:text-secondary-50\/65:active{
  color: rgb(255 69 163 / 0.65);
}

.active\:text-secondary-50\/70:active{
  color: rgb(255 69 163 / 0.7);
}

.active\:text-secondary-50\/75:active{
  color: rgb(255 69 163 / 0.75);
}

.active\:text-secondary-50\/80:active{
  color: rgb(255 69 163 / 0.8);
}

.active\:text-secondary-50\/85:active{
  color: rgb(255 69 163 / 0.85);
}

.active\:text-secondary-50\/90:active{
  color: rgb(255 69 163 / 0.9);
}

.active\:text-secondary-50\/95:active{
  color: rgb(255 69 163 / 0.95);
}

.active\:text-secondary-60:active{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-60\/0:active{
  color: rgb(236 0 140 / 0);
}

.active\:text-secondary-60\/10:active{
  color: rgb(236 0 140 / 0.1);
}

.active\:text-secondary-60\/100:active{
  color: rgb(236 0 140 / 1);
}

.active\:text-secondary-60\/15:active{
  color: rgb(236 0 140 / 0.15);
}

.active\:text-secondary-60\/20:active{
  color: rgb(236 0 140 / 0.2);
}

.active\:text-secondary-60\/25:active{
  color: rgb(236 0 140 / 0.25);
}

.active\:text-secondary-60\/30:active{
  color: rgb(236 0 140 / 0.3);
}

.active\:text-secondary-60\/35:active{
  color: rgb(236 0 140 / 0.35);
}

.active\:text-secondary-60\/40:active{
  color: rgb(236 0 140 / 0.4);
}

.active\:text-secondary-60\/45:active{
  color: rgb(236 0 140 / 0.45);
}

.active\:text-secondary-60\/5:active{
  color: rgb(236 0 140 / 0.05);
}

.active\:text-secondary-60\/50:active{
  color: rgb(236 0 140 / 0.5);
}

.active\:text-secondary-60\/55:active{
  color: rgb(236 0 140 / 0.55);
}

.active\:text-secondary-60\/60:active{
  color: rgb(236 0 140 / 0.6);
}

.active\:text-secondary-60\/65:active{
  color: rgb(236 0 140 / 0.65);
}

.active\:text-secondary-60\/70:active{
  color: rgb(236 0 140 / 0.7);
}

.active\:text-secondary-60\/75:active{
  color: rgb(236 0 140 / 0.75);
}

.active\:text-secondary-60\/80:active{
  color: rgb(236 0 140 / 0.8);
}

.active\:text-secondary-60\/85:active{
  color: rgb(236 0 140 / 0.85);
}

.active\:text-secondary-60\/90:active{
  color: rgb(236 0 140 / 0.9);
}

.active\:text-secondary-60\/95:active{
  color: rgb(236 0 140 / 0.95);
}

.active\:text-secondary-70:active{
  --tw-text-opacity: 1;
  color: rgb(182 0 113 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-70\/0:active{
  color: rgb(182 0 113 / 0);
}

.active\:text-secondary-70\/10:active{
  color: rgb(182 0 113 / 0.1);
}

.active\:text-secondary-70\/100:active{
  color: rgb(182 0 113 / 1);
}

.active\:text-secondary-70\/15:active{
  color: rgb(182 0 113 / 0.15);
}

.active\:text-secondary-70\/20:active{
  color: rgb(182 0 113 / 0.2);
}

.active\:text-secondary-70\/25:active{
  color: rgb(182 0 113 / 0.25);
}

.active\:text-secondary-70\/30:active{
  color: rgb(182 0 113 / 0.3);
}

.active\:text-secondary-70\/35:active{
  color: rgb(182 0 113 / 0.35);
}

.active\:text-secondary-70\/40:active{
  color: rgb(182 0 113 / 0.4);
}

.active\:text-secondary-70\/45:active{
  color: rgb(182 0 113 / 0.45);
}

.active\:text-secondary-70\/5:active{
  color: rgb(182 0 113 / 0.05);
}

.active\:text-secondary-70\/50:active{
  color: rgb(182 0 113 / 0.5);
}

.active\:text-secondary-70\/55:active{
  color: rgb(182 0 113 / 0.55);
}

.active\:text-secondary-70\/60:active{
  color: rgb(182 0 113 / 0.6);
}

.active\:text-secondary-70\/65:active{
  color: rgb(182 0 113 / 0.65);
}

.active\:text-secondary-70\/70:active{
  color: rgb(182 0 113 / 0.7);
}

.active\:text-secondary-70\/75:active{
  color: rgb(182 0 113 / 0.75);
}

.active\:text-secondary-70\/80:active{
  color: rgb(182 0 113 / 0.8);
}

.active\:text-secondary-70\/85:active{
  color: rgb(182 0 113 / 0.85);
}

.active\:text-secondary-70\/90:active{
  color: rgb(182 0 113 / 0.9);
}

.active\:text-secondary-70\/95:active{
  color: rgb(182 0 113 / 0.95);
}

.active\:text-secondary-80:active{
  --tw-text-opacity: 1;
  color: rgb(140 0 86 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-80\/0:active{
  color: rgb(140 0 86 / 0);
}

.active\:text-secondary-80\/10:active{
  color: rgb(140 0 86 / 0.1);
}

.active\:text-secondary-80\/100:active{
  color: rgb(140 0 86 / 1);
}

.active\:text-secondary-80\/15:active{
  color: rgb(140 0 86 / 0.15);
}

.active\:text-secondary-80\/20:active{
  color: rgb(140 0 86 / 0.2);
}

.active\:text-secondary-80\/25:active{
  color: rgb(140 0 86 / 0.25);
}

.active\:text-secondary-80\/30:active{
  color: rgb(140 0 86 / 0.3);
}

.active\:text-secondary-80\/35:active{
  color: rgb(140 0 86 / 0.35);
}

.active\:text-secondary-80\/40:active{
  color: rgb(140 0 86 / 0.4);
}

.active\:text-secondary-80\/45:active{
  color: rgb(140 0 86 / 0.45);
}

.active\:text-secondary-80\/5:active{
  color: rgb(140 0 86 / 0.05);
}

.active\:text-secondary-80\/50:active{
  color: rgb(140 0 86 / 0.5);
}

.active\:text-secondary-80\/55:active{
  color: rgb(140 0 86 / 0.55);
}

.active\:text-secondary-80\/60:active{
  color: rgb(140 0 86 / 0.6);
}

.active\:text-secondary-80\/65:active{
  color: rgb(140 0 86 / 0.65);
}

.active\:text-secondary-80\/70:active{
  color: rgb(140 0 86 / 0.7);
}

.active\:text-secondary-80\/75:active{
  color: rgb(140 0 86 / 0.75);
}

.active\:text-secondary-80\/80:active{
  color: rgb(140 0 86 / 0.8);
}

.active\:text-secondary-80\/85:active{
  color: rgb(140 0 86 / 0.85);
}

.active\:text-secondary-80\/90:active{
  color: rgb(140 0 86 / 0.9);
}

.active\:text-secondary-80\/95:active{
  color: rgb(140 0 86 / 0.95);
}

.active\:text-secondary-90:active{
  --tw-text-opacity: 1;
  color: rgb(99 0 59 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-90\/0:active{
  color: rgb(99 0 59 / 0);
}

.active\:text-secondary-90\/10:active{
  color: rgb(99 0 59 / 0.1);
}

.active\:text-secondary-90\/100:active{
  color: rgb(99 0 59 / 1);
}

.active\:text-secondary-90\/15:active{
  color: rgb(99 0 59 / 0.15);
}

.active\:text-secondary-90\/20:active{
  color: rgb(99 0 59 / 0.2);
}

.active\:text-secondary-90\/25:active{
  color: rgb(99 0 59 / 0.25);
}

.active\:text-secondary-90\/30:active{
  color: rgb(99 0 59 / 0.3);
}

.active\:text-secondary-90\/35:active{
  color: rgb(99 0 59 / 0.35);
}

.active\:text-secondary-90\/40:active{
  color: rgb(99 0 59 / 0.4);
}

.active\:text-secondary-90\/45:active{
  color: rgb(99 0 59 / 0.45);
}

.active\:text-secondary-90\/5:active{
  color: rgb(99 0 59 / 0.05);
}

.active\:text-secondary-90\/50:active{
  color: rgb(99 0 59 / 0.5);
}

.active\:text-secondary-90\/55:active{
  color: rgb(99 0 59 / 0.55);
}

.active\:text-secondary-90\/60:active{
  color: rgb(99 0 59 / 0.6);
}

.active\:text-secondary-90\/65:active{
  color: rgb(99 0 59 / 0.65);
}

.active\:text-secondary-90\/70:active{
  color: rgb(99 0 59 / 0.7);
}

.active\:text-secondary-90\/75:active{
  color: rgb(99 0 59 / 0.75);
}

.active\:text-secondary-90\/80:active{
  color: rgb(99 0 59 / 0.8);
}

.active\:text-secondary-90\/85:active{
  color: rgb(99 0 59 / 0.85);
}

.active\:text-secondary-90\/90:active{
  color: rgb(99 0 59 / 0.9);
}

.active\:text-secondary-90\/95:active{
  color: rgb(99 0 59 / 0.95);
}

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

.active\:text-shade-black\/0:active{
  color: rgb(0 0 0 / 0);
}

.active\:text-shade-black\/10:active{
  color: rgb(0 0 0 / 0.1);
}

.active\:text-shade-black\/100:active{
  color: rgb(0 0 0 / 1);
}

.active\:text-shade-black\/15:active{
  color: rgb(0 0 0 / 0.15);
}

.active\:text-shade-black\/20:active{
  color: rgb(0 0 0 / 0.2);
}

.active\:text-shade-black\/25:active{
  color: rgb(0 0 0 / 0.25);
}

.active\:text-shade-black\/30:active{
  color: rgb(0 0 0 / 0.3);
}

.active\:text-shade-black\/35:active{
  color: rgb(0 0 0 / 0.35);
}

.active\:text-shade-black\/40:active{
  color: rgb(0 0 0 / 0.4);
}

.active\:text-shade-black\/45:active{
  color: rgb(0 0 0 / 0.45);
}

.active\:text-shade-black\/5:active{
  color: rgb(0 0 0 / 0.05);
}

.active\:text-shade-black\/50:active{
  color: rgb(0 0 0 / 0.5);
}

.active\:text-shade-black\/55:active{
  color: rgb(0 0 0 / 0.55);
}

.active\:text-shade-black\/60:active{
  color: rgb(0 0 0 / 0.6);
}

.active\:text-shade-black\/65:active{
  color: rgb(0 0 0 / 0.65);
}

.active\:text-shade-black\/70:active{
  color: rgb(0 0 0 / 0.7);
}

.active\:text-shade-black\/75:active{
  color: rgb(0 0 0 / 0.75);
}

.active\:text-shade-black\/80:active{
  color: rgb(0 0 0 / 0.8);
}

.active\:text-shade-black\/85:active{
  color: rgb(0 0 0 / 0.85);
}

.active\:text-shade-black\/90:active{
  color: rgb(0 0 0 / 0.9);
}

.active\:text-shade-black\/95:active{
  color: rgb(0 0 0 / 0.95);
}

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

.active\:text-shade-white\/0:active{
  color: rgb(255 255 255 / 0);
}

.active\:text-shade-white\/10:active{
  color: rgb(255 255 255 / 0.1);
}

.active\:text-shade-white\/100:active{
  color: rgb(255 255 255 / 1);
}

.active\:text-shade-white\/15:active{
  color: rgb(255 255 255 / 0.15);
}

.active\:text-shade-white\/20:active{
  color: rgb(255 255 255 / 0.2);
}

.active\:text-shade-white\/25:active{
  color: rgb(255 255 255 / 0.25);
}

.active\:text-shade-white\/30:active{
  color: rgb(255 255 255 / 0.3);
}

.active\:text-shade-white\/35:active{
  color: rgb(255 255 255 / 0.35);
}

.active\:text-shade-white\/40:active{
  color: rgb(255 255 255 / 0.4);
}

.active\:text-shade-white\/45:active{
  color: rgb(255 255 255 / 0.45);
}

.active\:text-shade-white\/5:active{
  color: rgb(255 255 255 / 0.05);
}

.active\:text-shade-white\/50:active{
  color: rgb(255 255 255 / 0.5);
}

.active\:text-shade-white\/55:active{
  color: rgb(255 255 255 / 0.55);
}

.active\:text-shade-white\/60:active{
  color: rgb(255 255 255 / 0.6);
}

.active\:text-shade-white\/65:active{
  color: rgb(255 255 255 / 0.65);
}

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

.active\:text-shade-white\/75:active{
  color: rgb(255 255 255 / 0.75);
}

.active\:text-shade-white\/80:active{
  color: rgb(255 255 255 / 0.8);
}

.active\:text-shade-white\/85:active{
  color: rgb(255 255 255 / 0.85);
}

.active\:text-shade-white\/90:active{
  color: rgb(255 255 255 / 0.9);
}

.active\:text-shade-white\/95:active{
  color: rgb(255 255 255 / 0.95);
}

.active\:text-skynamo-blue:active{
  --tw-text-opacity: 1;
  color: rgb(61 181 230 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-blue\/0:active{
  color: rgb(61 181 230 / 0);
}

.active\:text-skynamo-blue\/10:active{
  color: rgb(61 181 230 / 0.1);
}

.active\:text-skynamo-blue\/100:active{
  color: rgb(61 181 230 / 1);
}

.active\:text-skynamo-blue\/15:active{
  color: rgb(61 181 230 / 0.15);
}

.active\:text-skynamo-blue\/20:active{
  color: rgb(61 181 230 / 0.2);
}

.active\:text-skynamo-blue\/25:active{
  color: rgb(61 181 230 / 0.25);
}

.active\:text-skynamo-blue\/30:active{
  color: rgb(61 181 230 / 0.3);
}

.active\:text-skynamo-blue\/35:active{
  color: rgb(61 181 230 / 0.35);
}

.active\:text-skynamo-blue\/40:active{
  color: rgb(61 181 230 / 0.4);
}

.active\:text-skynamo-blue\/45:active{
  color: rgb(61 181 230 / 0.45);
}

.active\:text-skynamo-blue\/5:active{
  color: rgb(61 181 230 / 0.05);
}

.active\:text-skynamo-blue\/50:active{
  color: rgb(61 181 230 / 0.5);
}

.active\:text-skynamo-blue\/55:active{
  color: rgb(61 181 230 / 0.55);
}

.active\:text-skynamo-blue\/60:active{
  color: rgb(61 181 230 / 0.6);
}

.active\:text-skynamo-blue\/65:active{
  color: rgb(61 181 230 / 0.65);
}

.active\:text-skynamo-blue\/70:active{
  color: rgb(61 181 230 / 0.7);
}

.active\:text-skynamo-blue\/75:active{
  color: rgb(61 181 230 / 0.75);
}

.active\:text-skynamo-blue\/80:active{
  color: rgb(61 181 230 / 0.8);
}

.active\:text-skynamo-blue\/85:active{
  color: rgb(61 181 230 / 0.85);
}

.active\:text-skynamo-blue\/90:active{
  color: rgb(61 181 230 / 0.9);
}

.active\:text-skynamo-blue\/95:active{
  color: rgb(61 181 230 / 0.95);
}

.active\:text-skynamo-bright-pink:active{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-bright-pink\/0:active{
  color: rgb(236 0 140 / 0);
}

.active\:text-skynamo-bright-pink\/10:active{
  color: rgb(236 0 140 / 0.1);
}

.active\:text-skynamo-bright-pink\/100:active{
  color: rgb(236 0 140 / 1);
}

.active\:text-skynamo-bright-pink\/15:active{
  color: rgb(236 0 140 / 0.15);
}

.active\:text-skynamo-bright-pink\/20:active{
  color: rgb(236 0 140 / 0.2);
}

.active\:text-skynamo-bright-pink\/25:active{
  color: rgb(236 0 140 / 0.25);
}

.active\:text-skynamo-bright-pink\/30:active{
  color: rgb(236 0 140 / 0.3);
}

.active\:text-skynamo-bright-pink\/35:active{
  color: rgb(236 0 140 / 0.35);
}

.active\:text-skynamo-bright-pink\/40:active{
  color: rgb(236 0 140 / 0.4);
}

.active\:text-skynamo-bright-pink\/45:active{
  color: rgb(236 0 140 / 0.45);
}

.active\:text-skynamo-bright-pink\/5:active{
  color: rgb(236 0 140 / 0.05);
}

.active\:text-skynamo-bright-pink\/50:active{
  color: rgb(236 0 140 / 0.5);
}

.active\:text-skynamo-bright-pink\/55:active{
  color: rgb(236 0 140 / 0.55);
}

.active\:text-skynamo-bright-pink\/60:active{
  color: rgb(236 0 140 / 0.6);
}

.active\:text-skynamo-bright-pink\/65:active{
  color: rgb(236 0 140 / 0.65);
}

.active\:text-skynamo-bright-pink\/70:active{
  color: rgb(236 0 140 / 0.7);
}

.active\:text-skynamo-bright-pink\/75:active{
  color: rgb(236 0 140 / 0.75);
}

.active\:text-skynamo-bright-pink\/80:active{
  color: rgb(236 0 140 / 0.8);
}

.active\:text-skynamo-bright-pink\/85:active{
  color: rgb(236 0 140 / 0.85);
}

.active\:text-skynamo-bright-pink\/90:active{
  color: rgb(236 0 140 / 0.9);
}

.active\:text-skynamo-bright-pink\/95:active{
  color: rgb(236 0 140 / 0.95);
}

.active\:text-skynamo-bright-purple:active{
  --tw-text-opacity: 1;
  color: rgb(127 50 190 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-bright-purple\/0:active{
  color: rgb(127 50 190 / 0);
}

.active\:text-skynamo-bright-purple\/10:active{
  color: rgb(127 50 190 / 0.1);
}

.active\:text-skynamo-bright-purple\/100:active{
  color: rgb(127 50 190 / 1);
}

.active\:text-skynamo-bright-purple\/15:active{
  color: rgb(127 50 190 / 0.15);
}

.active\:text-skynamo-bright-purple\/20:active{
  color: rgb(127 50 190 / 0.2);
}

.active\:text-skynamo-bright-purple\/25:active{
  color: rgb(127 50 190 / 0.25);
}

.active\:text-skynamo-bright-purple\/30:active{
  color: rgb(127 50 190 / 0.3);
}

.active\:text-skynamo-bright-purple\/35:active{
  color: rgb(127 50 190 / 0.35);
}

.active\:text-skynamo-bright-purple\/40:active{
  color: rgb(127 50 190 / 0.4);
}

.active\:text-skynamo-bright-purple\/45:active{
  color: rgb(127 50 190 / 0.45);
}

.active\:text-skynamo-bright-purple\/5:active{
  color: rgb(127 50 190 / 0.05);
}

.active\:text-skynamo-bright-purple\/50:active{
  color: rgb(127 50 190 / 0.5);
}

.active\:text-skynamo-bright-purple\/55:active{
  color: rgb(127 50 190 / 0.55);
}

.active\:text-skynamo-bright-purple\/60:active{
  color: rgb(127 50 190 / 0.6);
}

.active\:text-skynamo-bright-purple\/65:active{
  color: rgb(127 50 190 / 0.65);
}

.active\:text-skynamo-bright-purple\/70:active{
  color: rgb(127 50 190 / 0.7);
}

.active\:text-skynamo-bright-purple\/75:active{
  color: rgb(127 50 190 / 0.75);
}

.active\:text-skynamo-bright-purple\/80:active{
  color: rgb(127 50 190 / 0.8);
}

.active\:text-skynamo-bright-purple\/85:active{
  color: rgb(127 50 190 / 0.85);
}

.active\:text-skynamo-bright-purple\/90:active{
  color: rgb(127 50 190 / 0.9);
}

.active\:text-skynamo-bright-purple\/95:active{
  color: rgb(127 50 190 / 0.95);
}

.active\:text-skynamo-dark-purple:active{
  --tw-text-opacity: 1;
  color: rgb(29 0 52 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-dark-purple\/0:active{
  color: rgb(29 0 52 / 0);
}

.active\:text-skynamo-dark-purple\/10:active{
  color: rgb(29 0 52 / 0.1);
}

.active\:text-skynamo-dark-purple\/100:active{
  color: rgb(29 0 52 / 1);
}

.active\:text-skynamo-dark-purple\/15:active{
  color: rgb(29 0 52 / 0.15);
}

.active\:text-skynamo-dark-purple\/20:active{
  color: rgb(29 0 52 / 0.2);
}

.active\:text-skynamo-dark-purple\/25:active{
  color: rgb(29 0 52 / 0.25);
}

.active\:text-skynamo-dark-purple\/30:active{
  color: rgb(29 0 52 / 0.3);
}

.active\:text-skynamo-dark-purple\/35:active{
  color: rgb(29 0 52 / 0.35);
}

.active\:text-skynamo-dark-purple\/40:active{
  color: rgb(29 0 52 / 0.4);
}

.active\:text-skynamo-dark-purple\/45:active{
  color: rgb(29 0 52 / 0.45);
}

.active\:text-skynamo-dark-purple\/5:active{
  color: rgb(29 0 52 / 0.05);
}

.active\:text-skynamo-dark-purple\/50:active{
  color: rgb(29 0 52 / 0.5);
}

.active\:text-skynamo-dark-purple\/55:active{
  color: rgb(29 0 52 / 0.55);
}

.active\:text-skynamo-dark-purple\/60:active{
  color: rgb(29 0 52 / 0.6);
}

.active\:text-skynamo-dark-purple\/65:active{
  color: rgb(29 0 52 / 0.65);
}

.active\:text-skynamo-dark-purple\/70:active{
  color: rgb(29 0 52 / 0.7);
}

.active\:text-skynamo-dark-purple\/75:active{
  color: rgb(29 0 52 / 0.75);
}

.active\:text-skynamo-dark-purple\/80:active{
  color: rgb(29 0 52 / 0.8);
}

.active\:text-skynamo-dark-purple\/85:active{
  color: rgb(29 0 52 / 0.85);
}

.active\:text-skynamo-dark-purple\/90:active{
  color: rgb(29 0 52 / 0.9);
}

.active\:text-skynamo-dark-purple\/95:active{
  color: rgb(29 0 52 / 0.95);
}

.active\:text-skynamo-gray:active{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-gray\/0:active{
  color: rgb(189 189 189 / 0);
}

.active\:text-skynamo-gray\/10:active{
  color: rgb(189 189 189 / 0.1);
}

.active\:text-skynamo-gray\/100:active{
  color: rgb(189 189 189 / 1);
}

.active\:text-skynamo-gray\/15:active{
  color: rgb(189 189 189 / 0.15);
}

.active\:text-skynamo-gray\/20:active{
  color: rgb(189 189 189 / 0.2);
}

.active\:text-skynamo-gray\/25:active{
  color: rgb(189 189 189 / 0.25);
}

.active\:text-skynamo-gray\/30:active{
  color: rgb(189 189 189 / 0.3);
}

.active\:text-skynamo-gray\/35:active{
  color: rgb(189 189 189 / 0.35);
}

.active\:text-skynamo-gray\/40:active{
  color: rgb(189 189 189 / 0.4);
}

.active\:text-skynamo-gray\/45:active{
  color: rgb(189 189 189 / 0.45);
}

.active\:text-skynamo-gray\/5:active{
  color: rgb(189 189 189 / 0.05);
}

.active\:text-skynamo-gray\/50:active{
  color: rgb(189 189 189 / 0.5);
}

.active\:text-skynamo-gray\/55:active{
  color: rgb(189 189 189 / 0.55);
}

.active\:text-skynamo-gray\/60:active{
  color: rgb(189 189 189 / 0.6);
}

.active\:text-skynamo-gray\/65:active{
  color: rgb(189 189 189 / 0.65);
}

.active\:text-skynamo-gray\/70:active{
  color: rgb(189 189 189 / 0.7);
}

.active\:text-skynamo-gray\/75:active{
  color: rgb(189 189 189 / 0.75);
}

.active\:text-skynamo-gray\/80:active{
  color: rgb(189 189 189 / 0.8);
}

.active\:text-skynamo-gray\/85:active{
  color: rgb(189 189 189 / 0.85);
}

.active\:text-skynamo-gray\/90:active{
  color: rgb(189 189 189 / 0.9);
}

.active\:text-skynamo-gray\/95:active{
  color: rgb(189 189 189 / 0.95);
}

.active\:text-skynamo-light-gray:active{
  --tw-text-opacity: 1;
  color: rgb(226 225 221 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-light-gray\/0:active{
  color: rgb(226 225 221 / 0);
}

.active\:text-skynamo-light-gray\/10:active{
  color: rgb(226 225 221 / 0.1);
}

.active\:text-skynamo-light-gray\/100:active{
  color: rgb(226 225 221 / 1);
}

.active\:text-skynamo-light-gray\/15:active{
  color: rgb(226 225 221 / 0.15);
}

.active\:text-skynamo-light-gray\/20:active{
  color: rgb(226 225 221 / 0.2);
}

.active\:text-skynamo-light-gray\/25:active{
  color: rgb(226 225 221 / 0.25);
}

.active\:text-skynamo-light-gray\/30:active{
  color: rgb(226 225 221 / 0.3);
}

.active\:text-skynamo-light-gray\/35:active{
  color: rgb(226 225 221 / 0.35);
}

.active\:text-skynamo-light-gray\/40:active{
  color: rgb(226 225 221 / 0.4);
}

.active\:text-skynamo-light-gray\/45:active{
  color: rgb(226 225 221 / 0.45);
}

.active\:text-skynamo-light-gray\/5:active{
  color: rgb(226 225 221 / 0.05);
}

.active\:text-skynamo-light-gray\/50:active{
  color: rgb(226 225 221 / 0.5);
}

.active\:text-skynamo-light-gray\/55:active{
  color: rgb(226 225 221 / 0.55);
}

.active\:text-skynamo-light-gray\/60:active{
  color: rgb(226 225 221 / 0.6);
}

.active\:text-skynamo-light-gray\/65:active{
  color: rgb(226 225 221 / 0.65);
}

.active\:text-skynamo-light-gray\/70:active{
  color: rgb(226 225 221 / 0.7);
}

.active\:text-skynamo-light-gray\/75:active{
  color: rgb(226 225 221 / 0.75);
}

.active\:text-skynamo-light-gray\/80:active{
  color: rgb(226 225 221 / 0.8);
}

.active\:text-skynamo-light-gray\/85:active{
  color: rgb(226 225 221 / 0.85);
}

.active\:text-skynamo-light-gray\/90:active{
  color: rgb(226 225 221 / 0.9);
}

.active\:text-skynamo-light-gray\/95:active{
  color: rgb(226 225 221 / 0.95);
}

.active\:text-skynamo-mint:active{
  --tw-text-opacity: 1;
  color: rgb(3 219 157 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-mint\/0:active{
  color: rgb(3 219 157 / 0);
}

.active\:text-skynamo-mint\/10:active{
  color: rgb(3 219 157 / 0.1);
}

.active\:text-skynamo-mint\/100:active{
  color: rgb(3 219 157 / 1);
}

.active\:text-skynamo-mint\/15:active{
  color: rgb(3 219 157 / 0.15);
}

.active\:text-skynamo-mint\/20:active{
  color: rgb(3 219 157 / 0.2);
}

.active\:text-skynamo-mint\/25:active{
  color: rgb(3 219 157 / 0.25);
}

.active\:text-skynamo-mint\/30:active{
  color: rgb(3 219 157 / 0.3);
}

.active\:text-skynamo-mint\/35:active{
  color: rgb(3 219 157 / 0.35);
}

.active\:text-skynamo-mint\/40:active{
  color: rgb(3 219 157 / 0.4);
}

.active\:text-skynamo-mint\/45:active{
  color: rgb(3 219 157 / 0.45);
}

.active\:text-skynamo-mint\/5:active{
  color: rgb(3 219 157 / 0.05);
}

.active\:text-skynamo-mint\/50:active{
  color: rgb(3 219 157 / 0.5);
}

.active\:text-skynamo-mint\/55:active{
  color: rgb(3 219 157 / 0.55);
}

.active\:text-skynamo-mint\/60:active{
  color: rgb(3 219 157 / 0.6);
}

.active\:text-skynamo-mint\/65:active{
  color: rgb(3 219 157 / 0.65);
}

.active\:text-skynamo-mint\/70:active{
  color: rgb(3 219 157 / 0.7);
}

.active\:text-skynamo-mint\/75:active{
  color: rgb(3 219 157 / 0.75);
}

.active\:text-skynamo-mint\/80:active{
  color: rgb(3 219 157 / 0.8);
}

.active\:text-skynamo-mint\/85:active{
  color: rgb(3 219 157 / 0.85);
}

.active\:text-skynamo-mint\/90:active{
  color: rgb(3 219 157 / 0.9);
}

.active\:text-skynamo-mint\/95:active{
  color: rgb(3 219 157 / 0.95);
}

.active\:text-skynamo-orange:active{
  --tw-text-opacity: 1;
  color: rgb(241 116 32 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-orange\/0:active{
  color: rgb(241 116 32 / 0);
}

.active\:text-skynamo-orange\/10:active{
  color: rgb(241 116 32 / 0.1);
}

.active\:text-skynamo-orange\/100:active{
  color: rgb(241 116 32 / 1);
}

.active\:text-skynamo-orange\/15:active{
  color: rgb(241 116 32 / 0.15);
}

.active\:text-skynamo-orange\/20:active{
  color: rgb(241 116 32 / 0.2);
}

.active\:text-skynamo-orange\/25:active{
  color: rgb(241 116 32 / 0.25);
}

.active\:text-skynamo-orange\/30:active{
  color: rgb(241 116 32 / 0.3);
}

.active\:text-skynamo-orange\/35:active{
  color: rgb(241 116 32 / 0.35);
}

.active\:text-skynamo-orange\/40:active{
  color: rgb(241 116 32 / 0.4);
}

.active\:text-skynamo-orange\/45:active{
  color: rgb(241 116 32 / 0.45);
}

.active\:text-skynamo-orange\/5:active{
  color: rgb(241 116 32 / 0.05);
}

.active\:text-skynamo-orange\/50:active{
  color: rgb(241 116 32 / 0.5);
}

.active\:text-skynamo-orange\/55:active{
  color: rgb(241 116 32 / 0.55);
}

.active\:text-skynamo-orange\/60:active{
  color: rgb(241 116 32 / 0.6);
}

.active\:text-skynamo-orange\/65:active{
  color: rgb(241 116 32 / 0.65);
}

.active\:text-skynamo-orange\/70:active{
  color: rgb(241 116 32 / 0.7);
}

.active\:text-skynamo-orange\/75:active{
  color: rgb(241 116 32 / 0.75);
}

.active\:text-skynamo-orange\/80:active{
  color: rgb(241 116 32 / 0.8);
}

.active\:text-skynamo-orange\/85:active{
  color: rgb(241 116 32 / 0.85);
}

.active\:text-skynamo-orange\/90:active{
  color: rgb(241 116 32 / 0.9);
}

.active\:text-skynamo-orange\/95:active{
  color: rgb(241 116 32 / 0.95);
}

.active\:text-skynamo-purple:active{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-purple\/0:active{
  color: rgb(61 17 82 / 0);
}

.active\:text-skynamo-purple\/10:active{
  color: rgb(61 17 82 / 0.1);
}

.active\:text-skynamo-purple\/100:active{
  color: rgb(61 17 82 / 1);
}

.active\:text-skynamo-purple\/15:active{
  color: rgb(61 17 82 / 0.15);
}

.active\:text-skynamo-purple\/20:active{
  color: rgb(61 17 82 / 0.2);
}

.active\:text-skynamo-purple\/25:active{
  color: rgb(61 17 82 / 0.25);
}

.active\:text-skynamo-purple\/30:active{
  color: rgb(61 17 82 / 0.3);
}

.active\:text-skynamo-purple\/35:active{
  color: rgb(61 17 82 / 0.35);
}

.active\:text-skynamo-purple\/40:active{
  color: rgb(61 17 82 / 0.4);
}

.active\:text-skynamo-purple\/45:active{
  color: rgb(61 17 82 / 0.45);
}

.active\:text-skynamo-purple\/5:active{
  color: rgb(61 17 82 / 0.05);
}

.active\:text-skynamo-purple\/50:active{
  color: rgb(61 17 82 / 0.5);
}

.active\:text-skynamo-purple\/55:active{
  color: rgb(61 17 82 / 0.55);
}

.active\:text-skynamo-purple\/60:active{
  color: rgb(61 17 82 / 0.6);
}

.active\:text-skynamo-purple\/65:active{
  color: rgb(61 17 82 / 0.65);
}

.active\:text-skynamo-purple\/70:active{
  color: rgb(61 17 82 / 0.7);
}

.active\:text-skynamo-purple\/75:active{
  color: rgb(61 17 82 / 0.75);
}

.active\:text-skynamo-purple\/80:active{
  color: rgb(61 17 82 / 0.8);
}

.active\:text-skynamo-purple\/85:active{
  color: rgb(61 17 82 / 0.85);
}

.active\:text-skynamo-purple\/90:active{
  color: rgb(61 17 82 / 0.9);
}

.active\:text-skynamo-purple\/95:active{
  color: rgb(61 17 82 / 0.95);
}

.active\:text-skynamo-yellow:active{
  --tw-text-opacity: 1;
  color: rgb(255 186 0 / var(--tw-text-opacity, 1));
}

.active\:text-skynamo-yellow\/0:active{
  color: rgb(255 186 0 / 0);
}

.active\:text-skynamo-yellow\/10:active{
  color: rgb(255 186 0 / 0.1);
}

.active\:text-skynamo-yellow\/100:active{
  color: rgb(255 186 0 / 1);
}

.active\:text-skynamo-yellow\/15:active{
  color: rgb(255 186 0 / 0.15);
}

.active\:text-skynamo-yellow\/20:active{
  color: rgb(255 186 0 / 0.2);
}

.active\:text-skynamo-yellow\/25:active{
  color: rgb(255 186 0 / 0.25);
}

.active\:text-skynamo-yellow\/30:active{
  color: rgb(255 186 0 / 0.3);
}

.active\:text-skynamo-yellow\/35:active{
  color: rgb(255 186 0 / 0.35);
}

.active\:text-skynamo-yellow\/40:active{
  color: rgb(255 186 0 / 0.4);
}

.active\:text-skynamo-yellow\/45:active{
  color: rgb(255 186 0 / 0.45);
}

.active\:text-skynamo-yellow\/5:active{
  color: rgb(255 186 0 / 0.05);
}

.active\:text-skynamo-yellow\/50:active{
  color: rgb(255 186 0 / 0.5);
}

.active\:text-skynamo-yellow\/55:active{
  color: rgb(255 186 0 / 0.55);
}

.active\:text-skynamo-yellow\/60:active{
  color: rgb(255 186 0 / 0.6);
}

.active\:text-skynamo-yellow\/65:active{
  color: rgb(255 186 0 / 0.65);
}

.active\:text-skynamo-yellow\/70:active{
  color: rgb(255 186 0 / 0.7);
}

.active\:text-skynamo-yellow\/75:active{
  color: rgb(255 186 0 / 0.75);
}

.active\:text-skynamo-yellow\/80:active{
  color: rgb(255 186 0 / 0.8);
}

.active\:text-skynamo-yellow\/85:active{
  color: rgb(255 186 0 / 0.85);
}

.active\:text-skynamo-yellow\/90:active{
  color: rgb(255 186 0 / 0.9);
}

.active\:text-skynamo-yellow\/95:active{
  color: rgb(255 186 0 / 0.95);
}

.active\:text-success-100:active{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.active\:text-success-100\/0:active{
  color: rgb(21 128 61 / 0);
}

.active\:text-success-100\/10:active{
  color: rgb(21 128 61 / 0.1);
}

.active\:text-success-100\/100:active{
  color: rgb(21 128 61 / 1);
}

.active\:text-success-100\/15:active{
  color: rgb(21 128 61 / 0.15);
}

.active\:text-success-100\/20:active{
  color: rgb(21 128 61 / 0.2);
}

.active\:text-success-100\/25:active{
  color: rgb(21 128 61 / 0.25);
}

.active\:text-success-100\/30:active{
  color: rgb(21 128 61 / 0.3);
}

.active\:text-success-100\/35:active{
  color: rgb(21 128 61 / 0.35);
}

.active\:text-success-100\/40:active{
  color: rgb(21 128 61 / 0.4);
}

.active\:text-success-100\/45:active{
  color: rgb(21 128 61 / 0.45);
}

.active\:text-success-100\/5:active{
  color: rgb(21 128 61 / 0.05);
}

.active\:text-success-100\/50:active{
  color: rgb(21 128 61 / 0.5);
}

.active\:text-success-100\/55:active{
  color: rgb(21 128 61 / 0.55);
}

.active\:text-success-100\/60:active{
  color: rgb(21 128 61 / 0.6);
}

.active\:text-success-100\/65:active{
  color: rgb(21 128 61 / 0.65);
}

.active\:text-success-100\/70:active{
  color: rgb(21 128 61 / 0.7);
}

.active\:text-success-100\/75:active{
  color: rgb(21 128 61 / 0.75);
}

.active\:text-success-100\/80:active{
  color: rgb(21 128 61 / 0.8);
}

.active\:text-success-100\/85:active{
  color: rgb(21 128 61 / 0.85);
}

.active\:text-success-100\/90:active{
  color: rgb(21 128 61 / 0.9);
}

.active\:text-success-100\/95:active{
  color: rgb(21 128 61 / 0.95);
}

.active\:text-success-background:active{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.active\:text-success-background\/0:active{
  color: rgb(220 252 231 / 0);
}

.active\:text-success-background\/10:active{
  color: rgb(220 252 231 / 0.1);
}

.active\:text-success-background\/100:active{
  color: rgb(220 252 231 / 1);
}

.active\:text-success-background\/15:active{
  color: rgb(220 252 231 / 0.15);
}

.active\:text-success-background\/20:active{
  color: rgb(220 252 231 / 0.2);
}

.active\:text-success-background\/25:active{
  color: rgb(220 252 231 / 0.25);
}

.active\:text-success-background\/30:active{
  color: rgb(220 252 231 / 0.3);
}

.active\:text-success-background\/35:active{
  color: rgb(220 252 231 / 0.35);
}

.active\:text-success-background\/40:active{
  color: rgb(220 252 231 / 0.4);
}

.active\:text-success-background\/45:active{
  color: rgb(220 252 231 / 0.45);
}

.active\:text-success-background\/5:active{
  color: rgb(220 252 231 / 0.05);
}

.active\:text-success-background\/50:active{
  color: rgb(220 252 231 / 0.5);
}

.active\:text-success-background\/55:active{
  color: rgb(220 252 231 / 0.55);
}

.active\:text-success-background\/60:active{
  color: rgb(220 252 231 / 0.6);
}

.active\:text-success-background\/65:active{
  color: rgb(220 252 231 / 0.65);
}

.active\:text-success-background\/70:active{
  color: rgb(220 252 231 / 0.7);
}

.active\:text-success-background\/75:active{
  color: rgb(220 252 231 / 0.75);
}

.active\:text-success-background\/80:active{
  color: rgb(220 252 231 / 0.8);
}

.active\:text-success-background\/85:active{
  color: rgb(220 252 231 / 0.85);
}

.active\:text-success-background\/90:active{
  color: rgb(220 252 231 / 0.9);
}

.active\:text-success-background\/95:active{
  color: rgb(220 252 231 / 0.95);
}

.active\:text-tertiary-10:active{
  --tw-text-opacity: 1;
  color: rgb(255 235 255 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-10\/0:active{
  color: rgb(255 235 255 / 0);
}

.active\:text-tertiary-10\/10:active{
  color: rgb(255 235 255 / 0.1);
}

.active\:text-tertiary-10\/100:active{
  color: rgb(255 235 255 / 1);
}

.active\:text-tertiary-10\/15:active{
  color: rgb(255 235 255 / 0.15);
}

.active\:text-tertiary-10\/20:active{
  color: rgb(255 235 255 / 0.2);
}

.active\:text-tertiary-10\/25:active{
  color: rgb(255 235 255 / 0.25);
}

.active\:text-tertiary-10\/30:active{
  color: rgb(255 235 255 / 0.3);
}

.active\:text-tertiary-10\/35:active{
  color: rgb(255 235 255 / 0.35);
}

.active\:text-tertiary-10\/40:active{
  color: rgb(255 235 255 / 0.4);
}

.active\:text-tertiary-10\/45:active{
  color: rgb(255 235 255 / 0.45);
}

.active\:text-tertiary-10\/5:active{
  color: rgb(255 235 255 / 0.05);
}

.active\:text-tertiary-10\/50:active{
  color: rgb(255 235 255 / 0.5);
}

.active\:text-tertiary-10\/55:active{
  color: rgb(255 235 255 / 0.55);
}

.active\:text-tertiary-10\/60:active{
  color: rgb(255 235 255 / 0.6);
}

.active\:text-tertiary-10\/65:active{
  color: rgb(255 235 255 / 0.65);
}

.active\:text-tertiary-10\/70:active{
  color: rgb(255 235 255 / 0.7);
}

.active\:text-tertiary-10\/75:active{
  color: rgb(255 235 255 / 0.75);
}

.active\:text-tertiary-10\/80:active{
  color: rgb(255 235 255 / 0.8);
}

.active\:text-tertiary-10\/85:active{
  color: rgb(255 235 255 / 0.85);
}

.active\:text-tertiary-10\/90:active{
  color: rgb(255 235 255 / 0.9);
}

.active\:text-tertiary-10\/95:active{
  color: rgb(255 235 255 / 0.95);
}

.active\:text-tertiary-100:active{
  --tw-text-opacity: 1;
  color: rgb(28 0 42 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-100\/0:active{
  color: rgb(28 0 42 / 0);
}

.active\:text-tertiary-100\/10:active{
  color: rgb(28 0 42 / 0.1);
}

.active\:text-tertiary-100\/100:active{
  color: rgb(28 0 42 / 1);
}

.active\:text-tertiary-100\/15:active{
  color: rgb(28 0 42 / 0.15);
}

.active\:text-tertiary-100\/20:active{
  color: rgb(28 0 42 / 0.2);
}

.active\:text-tertiary-100\/25:active{
  color: rgb(28 0 42 / 0.25);
}

.active\:text-tertiary-100\/30:active{
  color: rgb(28 0 42 / 0.3);
}

.active\:text-tertiary-100\/35:active{
  color: rgb(28 0 42 / 0.35);
}

.active\:text-tertiary-100\/40:active{
  color: rgb(28 0 42 / 0.4);
}

.active\:text-tertiary-100\/45:active{
  color: rgb(28 0 42 / 0.45);
}

.active\:text-tertiary-100\/5:active{
  color: rgb(28 0 42 / 0.05);
}

.active\:text-tertiary-100\/50:active{
  color: rgb(28 0 42 / 0.5);
}

.active\:text-tertiary-100\/55:active{
  color: rgb(28 0 42 / 0.55);
}

.active\:text-tertiary-100\/60:active{
  color: rgb(28 0 42 / 0.6);
}

.active\:text-tertiary-100\/65:active{
  color: rgb(28 0 42 / 0.65);
}

.active\:text-tertiary-100\/70:active{
  color: rgb(28 0 42 / 0.7);
}

.active\:text-tertiary-100\/75:active{
  color: rgb(28 0 42 / 0.75);
}

.active\:text-tertiary-100\/80:active{
  color: rgb(28 0 42 / 0.8);
}

.active\:text-tertiary-100\/85:active{
  color: rgb(28 0 42 / 0.85);
}

.active\:text-tertiary-100\/90:active{
  color: rgb(28 0 42 / 0.9);
}

.active\:text-tertiary-100\/95:active{
  color: rgb(28 0 42 / 0.95);
}

.active\:text-tertiary-20:active{
  --tw-text-opacity: 1;
  color: rgb(248 216 255 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-20\/0:active{
  color: rgb(248 216 255 / 0);
}

.active\:text-tertiary-20\/10:active{
  color: rgb(248 216 255 / 0.1);
}

.active\:text-tertiary-20\/100:active{
  color: rgb(248 216 255 / 1);
}

.active\:text-tertiary-20\/15:active{
  color: rgb(248 216 255 / 0.15);
}

.active\:text-tertiary-20\/20:active{
  color: rgb(248 216 255 / 0.2);
}

.active\:text-tertiary-20\/25:active{
  color: rgb(248 216 255 / 0.25);
}

.active\:text-tertiary-20\/30:active{
  color: rgb(248 216 255 / 0.3);
}

.active\:text-tertiary-20\/35:active{
  color: rgb(248 216 255 / 0.35);
}

.active\:text-tertiary-20\/40:active{
  color: rgb(248 216 255 / 0.4);
}

.active\:text-tertiary-20\/45:active{
  color: rgb(248 216 255 / 0.45);
}

.active\:text-tertiary-20\/5:active{
  color: rgb(248 216 255 / 0.05);
}

.active\:text-tertiary-20\/50:active{
  color: rgb(248 216 255 / 0.5);
}

.active\:text-tertiary-20\/55:active{
  color: rgb(248 216 255 / 0.55);
}

.active\:text-tertiary-20\/60:active{
  color: rgb(248 216 255 / 0.6);
}

.active\:text-tertiary-20\/65:active{
  color: rgb(248 216 255 / 0.65);
}

.active\:text-tertiary-20\/70:active{
  color: rgb(248 216 255 / 0.7);
}

.active\:text-tertiary-20\/75:active{
  color: rgb(248 216 255 / 0.75);
}

.active\:text-tertiary-20\/80:active{
  color: rgb(248 216 255 / 0.8);
}

.active\:text-tertiary-20\/85:active{
  color: rgb(248 216 255 / 0.85);
}

.active\:text-tertiary-20\/90:active{
  color: rgb(248 216 255 / 0.9);
}

.active\:text-tertiary-20\/95:active{
  color: rgb(248 216 255 / 0.95);
}

.active\:text-tertiary-30:active{
  --tw-text-opacity: 1;
  color: rgb(235 178 255 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-30\/0:active{
  color: rgb(235 178 255 / 0);
}

.active\:text-tertiary-30\/10:active{
  color: rgb(235 178 255 / 0.1);
}

.active\:text-tertiary-30\/100:active{
  color: rgb(235 178 255 / 1);
}

.active\:text-tertiary-30\/15:active{
  color: rgb(235 178 255 / 0.15);
}

.active\:text-tertiary-30\/20:active{
  color: rgb(235 178 255 / 0.2);
}

.active\:text-tertiary-30\/25:active{
  color: rgb(235 178 255 / 0.25);
}

.active\:text-tertiary-30\/30:active{
  color: rgb(235 178 255 / 0.3);
}

.active\:text-tertiary-30\/35:active{
  color: rgb(235 178 255 / 0.35);
}

.active\:text-tertiary-30\/40:active{
  color: rgb(235 178 255 / 0.4);
}

.active\:text-tertiary-30\/45:active{
  color: rgb(235 178 255 / 0.45);
}

.active\:text-tertiary-30\/5:active{
  color: rgb(235 178 255 / 0.05);
}

.active\:text-tertiary-30\/50:active{
  color: rgb(235 178 255 / 0.5);
}

.active\:text-tertiary-30\/55:active{
  color: rgb(235 178 255 / 0.55);
}

.active\:text-tertiary-30\/60:active{
  color: rgb(235 178 255 / 0.6);
}

.active\:text-tertiary-30\/65:active{
  color: rgb(235 178 255 / 0.65);
}

.active\:text-tertiary-30\/70:active{
  color: rgb(235 178 255 / 0.7);
}

.active\:text-tertiary-30\/75:active{
  color: rgb(235 178 255 / 0.75);
}

.active\:text-tertiary-30\/80:active{
  color: rgb(235 178 255 / 0.8);
}

.active\:text-tertiary-30\/85:active{
  color: rgb(235 178 255 / 0.85);
}

.active\:text-tertiary-30\/90:active{
  color: rgb(235 178 255 / 0.9);
}

.active\:text-tertiary-30\/95:active{
  color: rgb(235 178 255 / 0.95);
}

.active\:text-tertiary-40:active{
  --tw-text-opacity: 1;
  color: rgb(208 149 233 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-40\/0:active{
  color: rgb(208 149 233 / 0);
}

.active\:text-tertiary-40\/10:active{
  color: rgb(208 149 233 / 0.1);
}

.active\:text-tertiary-40\/100:active{
  color: rgb(208 149 233 / 1);
}

.active\:text-tertiary-40\/15:active{
  color: rgb(208 149 233 / 0.15);
}

.active\:text-tertiary-40\/20:active{
  color: rgb(208 149 233 / 0.2);
}

.active\:text-tertiary-40\/25:active{
  color: rgb(208 149 233 / 0.25);
}

.active\:text-tertiary-40\/30:active{
  color: rgb(208 149 233 / 0.3);
}

.active\:text-tertiary-40\/35:active{
  color: rgb(208 149 233 / 0.35);
}

.active\:text-tertiary-40\/40:active{
  color: rgb(208 149 233 / 0.4);
}

.active\:text-tertiary-40\/45:active{
  color: rgb(208 149 233 / 0.45);
}

.active\:text-tertiary-40\/5:active{
  color: rgb(208 149 233 / 0.05);
}

.active\:text-tertiary-40\/50:active{
  color: rgb(208 149 233 / 0.5);
}

.active\:text-tertiary-40\/55:active{
  color: rgb(208 149 233 / 0.55);
}

.active\:text-tertiary-40\/60:active{
  color: rgb(208 149 233 / 0.6);
}

.active\:text-tertiary-40\/65:active{
  color: rgb(208 149 233 / 0.65);
}

.active\:text-tertiary-40\/70:active{
  color: rgb(208 149 233 / 0.7);
}

.active\:text-tertiary-40\/75:active{
  color: rgb(208 149 233 / 0.75);
}

.active\:text-tertiary-40\/80:active{
  color: rgb(208 149 233 / 0.8);
}

.active\:text-tertiary-40\/85:active{
  color: rgb(208 149 233 / 0.85);
}

.active\:text-tertiary-40\/90:active{
  color: rgb(208 149 233 / 0.9);
}

.active\:text-tertiary-40\/95:active{
  color: rgb(208 149 233 / 0.95);
}

.active\:text-tertiary-5:active{
  --tw-text-opacity: 1;
  color: rgb(253 246 255 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-5\/0:active{
  color: rgb(253 246 255 / 0);
}

.active\:text-tertiary-5\/10:active{
  color: rgb(253 246 255 / 0.1);
}

.active\:text-tertiary-5\/100:active{
  color: rgb(253 246 255 / 1);
}

.active\:text-tertiary-5\/15:active{
  color: rgb(253 246 255 / 0.15);
}

.active\:text-tertiary-5\/20:active{
  color: rgb(253 246 255 / 0.2);
}

.active\:text-tertiary-5\/25:active{
  color: rgb(253 246 255 / 0.25);
}

.active\:text-tertiary-5\/30:active{
  color: rgb(253 246 255 / 0.3);
}

.active\:text-tertiary-5\/35:active{
  color: rgb(253 246 255 / 0.35);
}

.active\:text-tertiary-5\/40:active{
  color: rgb(253 246 255 / 0.4);
}

.active\:text-tertiary-5\/45:active{
  color: rgb(253 246 255 / 0.45);
}

.active\:text-tertiary-5\/5:active{
  color: rgb(253 246 255 / 0.05);
}

.active\:text-tertiary-5\/50:active{
  color: rgb(253 246 255 / 0.5);
}

.active\:text-tertiary-5\/55:active{
  color: rgb(253 246 255 / 0.55);
}

.active\:text-tertiary-5\/60:active{
  color: rgb(253 246 255 / 0.6);
}

.active\:text-tertiary-5\/65:active{
  color: rgb(253 246 255 / 0.65);
}

.active\:text-tertiary-5\/70:active{
  color: rgb(253 246 255 / 0.7);
}

.active\:text-tertiary-5\/75:active{
  color: rgb(253 246 255 / 0.75);
}

.active\:text-tertiary-5\/80:active{
  color: rgb(253 246 255 / 0.8);
}

.active\:text-tertiary-5\/85:active{
  color: rgb(253 246 255 / 0.85);
}

.active\:text-tertiary-5\/90:active{
  color: rgb(253 246 255 / 0.9);
}

.active\:text-tertiary-5\/95:active{
  color: rgb(253 246 255 / 0.95);
}

.active\:text-tertiary-50:active{
  --tw-text-opacity: 1;
  color: rgb(152 97 177 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-50\/0:active{
  color: rgb(152 97 177 / 0);
}

.active\:text-tertiary-50\/10:active{
  color: rgb(152 97 177 / 0.1);
}

.active\:text-tertiary-50\/100:active{
  color: rgb(152 97 177 / 1);
}

.active\:text-tertiary-50\/15:active{
  color: rgb(152 97 177 / 0.15);
}

.active\:text-tertiary-50\/20:active{
  color: rgb(152 97 177 / 0.2);
}

.active\:text-tertiary-50\/25:active{
  color: rgb(152 97 177 / 0.25);
}

.active\:text-tertiary-50\/30:active{
  color: rgb(152 97 177 / 0.3);
}

.active\:text-tertiary-50\/35:active{
  color: rgb(152 97 177 / 0.35);
}

.active\:text-tertiary-50\/40:active{
  color: rgb(152 97 177 / 0.4);
}

.active\:text-tertiary-50\/45:active{
  color: rgb(152 97 177 / 0.45);
}

.active\:text-tertiary-50\/5:active{
  color: rgb(152 97 177 / 0.05);
}

.active\:text-tertiary-50\/50:active{
  color: rgb(152 97 177 / 0.5);
}

.active\:text-tertiary-50\/55:active{
  color: rgb(152 97 177 / 0.55);
}

.active\:text-tertiary-50\/60:active{
  color: rgb(152 97 177 / 0.6);
}

.active\:text-tertiary-50\/65:active{
  color: rgb(152 97 177 / 0.65);
}

.active\:text-tertiary-50\/70:active{
  color: rgb(152 97 177 / 0.7);
}

.active\:text-tertiary-50\/75:active{
  color: rgb(152 97 177 / 0.75);
}

.active\:text-tertiary-50\/80:active{
  color: rgb(152 97 177 / 0.8);
}

.active\:text-tertiary-50\/85:active{
  color: rgb(152 97 177 / 0.85);
}

.active\:text-tertiary-50\/90:active{
  color: rgb(152 97 177 / 0.9);
}

.active\:text-tertiary-50\/95:active{
  color: rgb(152 97 177 / 0.95);
}

.active\:text-tertiary-60:active{
  --tw-text-opacity: 1;
  color: rgb(125 72 150 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-60\/0:active{
  color: rgb(125 72 150 / 0);
}

.active\:text-tertiary-60\/10:active{
  color: rgb(125 72 150 / 0.1);
}

.active\:text-tertiary-60\/100:active{
  color: rgb(125 72 150 / 1);
}

.active\:text-tertiary-60\/15:active{
  color: rgb(125 72 150 / 0.15);
}

.active\:text-tertiary-60\/20:active{
  color: rgb(125 72 150 / 0.2);
}

.active\:text-tertiary-60\/25:active{
  color: rgb(125 72 150 / 0.25);
}

.active\:text-tertiary-60\/30:active{
  color: rgb(125 72 150 / 0.3);
}

.active\:text-tertiary-60\/35:active{
  color: rgb(125 72 150 / 0.35);
}

.active\:text-tertiary-60\/40:active{
  color: rgb(125 72 150 / 0.4);
}

.active\:text-tertiary-60\/45:active{
  color: rgb(125 72 150 / 0.45);
}

.active\:text-tertiary-60\/5:active{
  color: rgb(125 72 150 / 0.05);
}

.active\:text-tertiary-60\/50:active{
  color: rgb(125 72 150 / 0.5);
}

.active\:text-tertiary-60\/55:active{
  color: rgb(125 72 150 / 0.55);
}

.active\:text-tertiary-60\/60:active{
  color: rgb(125 72 150 / 0.6);
}

.active\:text-tertiary-60\/65:active{
  color: rgb(125 72 150 / 0.65);
}

.active\:text-tertiary-60\/70:active{
  color: rgb(125 72 150 / 0.7);
}

.active\:text-tertiary-60\/75:active{
  color: rgb(125 72 150 / 0.75);
}

.active\:text-tertiary-60\/80:active{
  color: rgb(125 72 150 / 0.8);
}

.active\:text-tertiary-60\/85:active{
  color: rgb(125 72 150 / 0.85);
}

.active\:text-tertiary-60\/90:active{
  color: rgb(125 72 150 / 0.9);
}

.active\:text-tertiary-60\/95:active{
  color: rgb(125 72 150 / 0.95);
}

.active\:text-tertiary-70:active{
  --tw-text-opacity: 1;
  color: rgb(106 59 127 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-70\/0:active{
  color: rgb(106 59 127 / 0);
}

.active\:text-tertiary-70\/10:active{
  color: rgb(106 59 127 / 0.1);
}

.active\:text-tertiary-70\/100:active{
  color: rgb(106 59 127 / 1);
}

.active\:text-tertiary-70\/15:active{
  color: rgb(106 59 127 / 0.15);
}

.active\:text-tertiary-70\/20:active{
  color: rgb(106 59 127 / 0.2);
}

.active\:text-tertiary-70\/25:active{
  color: rgb(106 59 127 / 0.25);
}

.active\:text-tertiary-70\/30:active{
  color: rgb(106 59 127 / 0.3);
}

.active\:text-tertiary-70\/35:active{
  color: rgb(106 59 127 / 0.35);
}

.active\:text-tertiary-70\/40:active{
  color: rgb(106 59 127 / 0.4);
}

.active\:text-tertiary-70\/45:active{
  color: rgb(106 59 127 / 0.45);
}

.active\:text-tertiary-70\/5:active{
  color: rgb(106 59 127 / 0.05);
}

.active\:text-tertiary-70\/50:active{
  color: rgb(106 59 127 / 0.5);
}

.active\:text-tertiary-70\/55:active{
  color: rgb(106 59 127 / 0.55);
}

.active\:text-tertiary-70\/60:active{
  color: rgb(106 59 127 / 0.6);
}

.active\:text-tertiary-70\/65:active{
  color: rgb(106 59 127 / 0.65);
}

.active\:text-tertiary-70\/70:active{
  color: rgb(106 59 127 / 0.7);
}

.active\:text-tertiary-70\/75:active{
  color: rgb(106 59 127 / 0.75);
}

.active\:text-tertiary-70\/80:active{
  color: rgb(106 59 127 / 0.8);
}

.active\:text-tertiary-70\/85:active{
  color: rgb(106 59 127 / 0.85);
}

.active\:text-tertiary-70\/90:active{
  color: rgb(106 59 127 / 0.9);
}

.active\:text-tertiary-70\/95:active{
  color: rgb(106 59 127 / 0.95);
}

.active\:text-tertiary-80:active{
  --tw-text-opacity: 1;
  color: rgb(75 23 100 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-80\/0:active{
  color: rgb(75 23 100 / 0);
}

.active\:text-tertiary-80\/10:active{
  color: rgb(75 23 100 / 0.1);
}

.active\:text-tertiary-80\/100:active{
  color: rgb(75 23 100 / 1);
}

.active\:text-tertiary-80\/15:active{
  color: rgb(75 23 100 / 0.15);
}

.active\:text-tertiary-80\/20:active{
  color: rgb(75 23 100 / 0.2);
}

.active\:text-tertiary-80\/25:active{
  color: rgb(75 23 100 / 0.25);
}

.active\:text-tertiary-80\/30:active{
  color: rgb(75 23 100 / 0.3);
}

.active\:text-tertiary-80\/35:active{
  color: rgb(75 23 100 / 0.35);
}

.active\:text-tertiary-80\/40:active{
  color: rgb(75 23 100 / 0.4);
}

.active\:text-tertiary-80\/45:active{
  color: rgb(75 23 100 / 0.45);
}

.active\:text-tertiary-80\/5:active{
  color: rgb(75 23 100 / 0.05);
}

.active\:text-tertiary-80\/50:active{
  color: rgb(75 23 100 / 0.5);
}

.active\:text-tertiary-80\/55:active{
  color: rgb(75 23 100 / 0.55);
}

.active\:text-tertiary-80\/60:active{
  color: rgb(75 23 100 / 0.6);
}

.active\:text-tertiary-80\/65:active{
  color: rgb(75 23 100 / 0.65);
}

.active\:text-tertiary-80\/70:active{
  color: rgb(75 23 100 / 0.7);
}

.active\:text-tertiary-80\/75:active{
  color: rgb(75 23 100 / 0.75);
}

.active\:text-tertiary-80\/80:active{
  color: rgb(75 23 100 / 0.8);
}

.active\:text-tertiary-80\/85:active{
  color: rgb(75 23 100 / 0.85);
}

.active\:text-tertiary-80\/90:active{
  color: rgb(75 23 100 / 0.9);
}

.active\:text-tertiary-80\/95:active{
  color: rgb(75 23 100 / 0.95);
}

.active\:text-tertiary-90:active{
  --tw-text-opacity: 1;
  color: rgb(61 17 82 / var(--tw-text-opacity, 1));
}

.active\:text-tertiary-90\/0:active{
  color: rgb(61 17 82 / 0);
}

.active\:text-tertiary-90\/10:active{
  color: rgb(61 17 82 / 0.1);
}

.active\:text-tertiary-90\/100:active{
  color: rgb(61 17 82 / 1);
}

.active\:text-tertiary-90\/15:active{
  color: rgb(61 17 82 / 0.15);
}

.active\:text-tertiary-90\/20:active{
  color: rgb(61 17 82 / 0.2);
}

.active\:text-tertiary-90\/25:active{
  color: rgb(61 17 82 / 0.25);
}

.active\:text-tertiary-90\/30:active{
  color: rgb(61 17 82 / 0.3);
}

.active\:text-tertiary-90\/35:active{
  color: rgb(61 17 82 / 0.35);
}

.active\:text-tertiary-90\/40:active{
  color: rgb(61 17 82 / 0.4);
}

.active\:text-tertiary-90\/45:active{
  color: rgb(61 17 82 / 0.45);
}

.active\:text-tertiary-90\/5:active{
  color: rgb(61 17 82 / 0.05);
}

.active\:text-tertiary-90\/50:active{
  color: rgb(61 17 82 / 0.5);
}

.active\:text-tertiary-90\/55:active{
  color: rgb(61 17 82 / 0.55);
}

.active\:text-tertiary-90\/60:active{
  color: rgb(61 17 82 / 0.6);
}

.active\:text-tertiary-90\/65:active{
  color: rgb(61 17 82 / 0.65);
}

.active\:text-tertiary-90\/70:active{
  color: rgb(61 17 82 / 0.7);
}

.active\:text-tertiary-90\/75:active{
  color: rgb(61 17 82 / 0.75);
}

.active\:text-tertiary-90\/80:active{
  color: rgb(61 17 82 / 0.8);
}

.active\:text-tertiary-90\/85:active{
  color: rgb(61 17 82 / 0.85);
}

.active\:text-tertiary-90\/90:active{
  color: rgb(61 17 82 / 0.9);
}

.active\:text-tertiary-90\/95:active{
  color: rgb(61 17 82 / 0.95);
}

.active\:text-warning-100:active{
  --tw-text-opacity: 1;
  color: rgb(245 102 0 / var(--tw-text-opacity, 1));
}

.active\:text-warning-100\/0:active{
  color: rgb(245 102 0 / 0);
}

.active\:text-warning-100\/10:active{
  color: rgb(245 102 0 / 0.1);
}

.active\:text-warning-100\/100:active{
  color: rgb(245 102 0 / 1);
}

.active\:text-warning-100\/15:active{
  color: rgb(245 102 0 / 0.15);
}

.active\:text-warning-100\/20:active{
  color: rgb(245 102 0 / 0.2);
}

.active\:text-warning-100\/25:active{
  color: rgb(245 102 0 / 0.25);
}

.active\:text-warning-100\/30:active{
  color: rgb(245 102 0 / 0.3);
}

.active\:text-warning-100\/35:active{
  color: rgb(245 102 0 / 0.35);
}

.active\:text-warning-100\/40:active{
  color: rgb(245 102 0 / 0.4);
}

.active\:text-warning-100\/45:active{
  color: rgb(245 102 0 / 0.45);
}

.active\:text-warning-100\/5:active{
  color: rgb(245 102 0 / 0.05);
}

.active\:text-warning-100\/50:active{
  color: rgb(245 102 0 / 0.5);
}

.active\:text-warning-100\/55:active{
  color: rgb(245 102 0 / 0.55);
}

.active\:text-warning-100\/60:active{
  color: rgb(245 102 0 / 0.6);
}

.active\:text-warning-100\/65:active{
  color: rgb(245 102 0 / 0.65);
}

.active\:text-warning-100\/70:active{
  color: rgb(245 102 0 / 0.7);
}

.active\:text-warning-100\/75:active{
  color: rgb(245 102 0 / 0.75);
}

.active\:text-warning-100\/80:active{
  color: rgb(245 102 0 / 0.8);
}

.active\:text-warning-100\/85:active{
  color: rgb(245 102 0 / 0.85);
}

.active\:text-warning-100\/90:active{
  color: rgb(245 102 0 / 0.9);
}

.active\:text-warning-100\/95:active{
  color: rgb(245 102 0 / 0.95);
}

.active\:text-warning-background:active{
  --tw-text-opacity: 1;
  color: rgb(253 224 204 / var(--tw-text-opacity, 1));
}

.active\:text-warning-background\/0:active{
  color: rgb(253 224 204 / 0);
}

.active\:text-warning-background\/10:active{
  color: rgb(253 224 204 / 0.1);
}

.active\:text-warning-background\/100:active{
  color: rgb(253 224 204 / 1);
}

.active\:text-warning-background\/15:active{
  color: rgb(253 224 204 / 0.15);
}

.active\:text-warning-background\/20:active{
  color: rgb(253 224 204 / 0.2);
}

.active\:text-warning-background\/25:active{
  color: rgb(253 224 204 / 0.25);
}

.active\:text-warning-background\/30:active{
  color: rgb(253 224 204 / 0.3);
}

.active\:text-warning-background\/35:active{
  color: rgb(253 224 204 / 0.35);
}

.active\:text-warning-background\/40:active{
  color: rgb(253 224 204 / 0.4);
}

.active\:text-warning-background\/45:active{
  color: rgb(253 224 204 / 0.45);
}

.active\:text-warning-background\/5:active{
  color: rgb(253 224 204 / 0.05);
}

.active\:text-warning-background\/50:active{
  color: rgb(253 224 204 / 0.5);
}

.active\:text-warning-background\/55:active{
  color: rgb(253 224 204 / 0.55);
}

.active\:text-warning-background\/60:active{
  color: rgb(253 224 204 / 0.6);
}

.active\:text-warning-background\/65:active{
  color: rgb(253 224 204 / 0.65);
}

.active\:text-warning-background\/70:active{
  color: rgb(253 224 204 / 0.7);
}

.active\:text-warning-background\/75:active{
  color: rgb(253 224 204 / 0.75);
}

.active\:text-warning-background\/80:active{
  color: rgb(253 224 204 / 0.8);
}

.active\:text-warning-background\/85:active{
  color: rgb(253 224 204 / 0.85);
}

.active\:text-warning-background\/90:active{
  color: rgb(253 224 204 / 0.9);
}

.active\:text-warning-background\/95:active{
  color: rgb(253 224 204 / 0.95);
}

/*# sourceMappingURL=SkynamoSupportAdmin-styles.css.map*/