@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sureconsent-styles .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sureconsent-styles .pointer-events-none{
  pointer-events: none;
}
.sureconsent-styles .pointer-events-auto{
  pointer-events: auto;
}
.sureconsent-styles .visible{
  visibility: visible;
}
.sureconsent-styles .collapse{
  visibility: collapse;
}
.sureconsent-styles .static{
  position: static;
}
.sureconsent-styles .fixed{
  position: fixed;
}
.sureconsent-styles .absolute{
  position: absolute;
}
.sureconsent-styles .relative{
  position: relative;
}
.sureconsent-styles .-inset-1{
  inset: -0.25rem;
}
.sureconsent-styles .inset-0{
  inset: 0px;
}
.sureconsent-styles .inset-x-0{
  left: 0px;
  right: 0px;
}
.sureconsent-styles .inset-y-0{
  top: 0px;
  bottom: 0px;
}
.sureconsent-styles .-bottom-px{
  bottom: -1px;
}
.sureconsent-styles .-right-1{
  right: -0.25rem;
}
.sureconsent-styles .-top-1{
  top: -0.25rem;
}
.sureconsent-styles .bottom-0{
  bottom: 0px;
}
.sureconsent-styles .bottom-1{
  bottom: 0.25rem;
}
.sureconsent-styles .bottom-1\.5{
  bottom: 0.375rem;
}
.sureconsent-styles .left-0{
  left: 0px;
}
.sureconsent-styles .left-0\.5{
  left: 0.125rem;
}
.sureconsent-styles .left-1\/2{
  left: 50%;
}
.sureconsent-styles .left-\[calc\(50\%\+10px\)\]{
  left: calc(50% + 10px);
}
.sureconsent-styles .left-\[calc\(50\%\+12px\)\]{
  left: calc(50% + 12px);
}
.sureconsent-styles .left-\[calc\(50\%\+14px\)\]{
  left: calc(50% + 14px);
}
.sureconsent-styles .right-0{
  right: 0px;
}
.sureconsent-styles .right-1\/2{
  right: 50%;
}
.sureconsent-styles .right-3{
  right: 0.75rem;
}
.sureconsent-styles .right-4{
  right: 1rem;
}
.sureconsent-styles .right-\[calc\(-50\%\+10px\)\]{
  right: calc(-50% + 10px);
}
.sureconsent-styles .right-\[calc\(-50\%\+12px\)\]{
  right: calc(-50% + 12px);
}
.sureconsent-styles .right-\[calc\(-50\%\+14px\)\]{
  right: calc(-50% + 14px);
}
.sureconsent-styles .top-0{
  top: 0px;
}
.sureconsent-styles .top-0\.5{
  top: 0.125rem;
}
.sureconsent-styles .top-2\.5{
  top: 0.625rem;
}
.sureconsent-styles .top-2\/4{
  top: 50%;
}
.sureconsent-styles .top-3{
  top: 0.75rem;
}
.sureconsent-styles .top-3\.5{
  top: 0.875rem;
}
.sureconsent-styles .top-4{
  top: 1rem;
}
.sureconsent-styles .top-full{
  top: 100%;
}
.sureconsent-styles .-z-10{
  z-index: -10;
}
.sureconsent-styles .z-10{
  z-index: 10;
}
.sureconsent-styles .z-20{
  z-index: 20;
}
.sureconsent-styles .z-50{
  z-index: 50;
}
.sureconsent-styles .z-999999{
  z-index: 999999;
}
.sureconsent-styles .z-\[1\]{
  z-index: 1;
}
.sureconsent-styles .order-1{
  order: 1;
}
.sureconsent-styles .order-10{
  order: 10;
}
.sureconsent-styles .order-11{
  order: 11;
}
.sureconsent-styles .order-12{
  order: 12;
}
.sureconsent-styles .order-2{
  order: 2;
}
.sureconsent-styles .order-3{
  order: 3;
}
.sureconsent-styles .order-4{
  order: 4;
}
.sureconsent-styles .order-5{
  order: 5;
}
.sureconsent-styles .order-6{
  order: 6;
}
.sureconsent-styles .order-7{
  order: 7;
}
.sureconsent-styles .order-8{
  order: 8;
}
.sureconsent-styles .order-9{
  order: 9;
}
.sureconsent-styles .order-first{
  order: -9999;
}
.sureconsent-styles .order-last{
  order: 9999;
}
.sureconsent-styles .order-none{
  order: 0;
}
.sureconsent-styles .col-span-1{
  grid-column: span 1 / span 1;
}
.sureconsent-styles .col-span-10{
  grid-column: span 10 / span 10;
}
.sureconsent-styles .col-span-11{
  grid-column: span 11 / span 11;
}
.sureconsent-styles .col-span-12{
  grid-column: span 12 / span 12;
}
.sureconsent-styles .col-span-2{
  grid-column: span 2 / span 2;
}
.sureconsent-styles .col-span-3{
  grid-column: span 3 / span 3;
}
.sureconsent-styles .col-span-4{
  grid-column: span 4 / span 4;
}
.sureconsent-styles .col-span-5{
  grid-column: span 5 / span 5;
}
.sureconsent-styles .col-span-6{
  grid-column: span 6 / span 6;
}
.sureconsent-styles .col-span-7{
  grid-column: span 7 / span 7;
}
.sureconsent-styles .col-span-8{
  grid-column: span 8 / span 8;
}
.sureconsent-styles .col-span-9{
  grid-column: span 9 / span 9;
}
.sureconsent-styles .col-start-1{
  grid-column-start: 1;
}
.sureconsent-styles .col-start-10{
  grid-column-start: 10;
}
.sureconsent-styles .col-start-11{
  grid-column-start: 11;
}
.sureconsent-styles .col-start-12{
  grid-column-start: 12;
}
.sureconsent-styles .col-start-2{
  grid-column-start: 2;
}
.sureconsent-styles .col-start-3{
  grid-column-start: 3;
}
.sureconsent-styles .col-start-4{
  grid-column-start: 4;
}
.sureconsent-styles .col-start-5{
  grid-column-start: 5;
}
.sureconsent-styles .col-start-6{
  grid-column-start: 6;
}
.sureconsent-styles .col-start-7{
  grid-column-start: 7;
}
.sureconsent-styles .col-start-8{
  grid-column-start: 8;
}
.sureconsent-styles .col-start-9{
  grid-column-start: 9;
}
.sureconsent-styles .m-0{
  margin: 0px;
}
.sureconsent-styles .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.sureconsent-styles .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sureconsent-styles .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.sureconsent-styles .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.sureconsent-styles .my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.sureconsent-styles .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sureconsent-styles .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.sureconsent-styles .mb-0{
  margin-bottom: 0px;
}
.sureconsent-styles .mb-1{
  margin-bottom: 0.25rem;
}
.sureconsent-styles .mb-2{
  margin-bottom: 0.5rem;
}
.sureconsent-styles .mb-3{
  margin-bottom: 0.75rem;
}
.sureconsent-styles .mb-4{
  margin-bottom: 1rem;
}
.sureconsent-styles .mb-6{
  margin-bottom: 1.5rem;
}
.sureconsent-styles .ml-0{
  margin-left: 0px;
}
.sureconsent-styles .ml-1{
  margin-left: 0.25rem;
}
.sureconsent-styles .ml-10{
  margin-left: 2.5rem;
}
.sureconsent-styles .ml-2{
  margin-left: 0.5rem;
}
.sureconsent-styles .ml-3{
  margin-left: 0.75rem;
}
.sureconsent-styles .ml-4{
  margin-left: 1rem;
}
.sureconsent-styles .ml-6{
  margin-left: 1.5rem;
}
.sureconsent-styles .ml-auto{
  margin-left: auto;
}
.sureconsent-styles .mr-0{
  margin-right: 0px;
}
.sureconsent-styles .mr-0\.5{
  margin-right: 0.125rem;
}
.sureconsent-styles .mr-1{
  margin-right: 0.25rem;
}
.sureconsent-styles .mr-1\.5{
  margin-right: 0.375rem;
}
.sureconsent-styles .mr-10{
  margin-right: 2.5rem;
}
.sureconsent-styles .mr-2{
  margin-right: 0.5rem;
}
.sureconsent-styles .mr-3{
  margin-right: 0.75rem;
}
.sureconsent-styles .mr-4{
  margin-right: 1rem;
}
.sureconsent-styles .mr-6{
  margin-right: 1.5rem;
}
.sureconsent-styles .mr-7{
  margin-right: 1.75rem;
}
.sureconsent-styles .mt-0{
  margin-top: 0px;
}
.sureconsent-styles .mt-0\.5{
  margin-top: 0.125rem;
}
.sureconsent-styles .mt-1{
  margin-top: 0.25rem;
}
.sureconsent-styles .mt-1\.5{
  margin-top: 0.375rem;
}
.sureconsent-styles .mt-14{
  margin-top: 3.5rem;
}
.sureconsent-styles .mt-2{
  margin-top: 0.5rem;
}
.sureconsent-styles .mt-2\.5{
  margin-top: 0.625rem;
}
.sureconsent-styles .mt-3{
  margin-top: 0.75rem;
}
.sureconsent-styles .mt-4{
  margin-top: 1rem;
}
.sureconsent-styles .mt-6{
  margin-top: 1.5rem;
}
.sureconsent-styles .mt-8{
  margin-top: 2rem;
}
.sureconsent-styles .mt-\[2px\]{
  margin-top: 2px;
}
.sureconsent-styles .mt-auto{
  margin-top: auto;
}
.sureconsent-styles .box-border{
  box-sizing: border-box;
}
.sureconsent-styles .box-content{
  box-sizing: content-box;
}
.sureconsent-styles .block{
  display: block;
}
.sureconsent-styles .inline-block{
  display: inline-block;
}
.sureconsent-styles .inline{
  display: inline;
}
.sureconsent-styles .flex{
  display: flex;
}
.sureconsent-styles .inline-flex{
  display: inline-flex;
}
.sureconsent-styles .table{
  display: table;
}
.sureconsent-styles .flow-root{
  display: flow-root;
}
.sureconsent-styles .grid{
  display: grid;
}
.sureconsent-styles .contents{
  display: contents;
}
.sureconsent-styles .hidden{
  display: none;
}
.sureconsent-styles .size-1\.5{
  width: 0.375rem;
  height: 0.375rem;
}
.sureconsent-styles .size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.sureconsent-styles .size-12{
  width: 3rem;
  height: 3rem;
}
.sureconsent-styles .size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.sureconsent-styles .size-2\.5{
  width: 0.625rem;
  height: 0.625rem;
}
.sureconsent-styles .size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.sureconsent-styles .size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}
.sureconsent-styles .size-4{
  width: 1rem;
  height: 1rem;
}
.sureconsent-styles .size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.sureconsent-styles .size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.sureconsent-styles .size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.sureconsent-styles .size-8{
  width: 2rem;
  height: 2rem;
}
.sureconsent-styles .\!h-full{
  height: 100% !important;
}
.sureconsent-styles .h-1{
  height: 0.25rem;
}
.sureconsent-styles .h-10{
  height: 2.5rem;
}
.sureconsent-styles .h-12{
  height: 3rem;
}
.sureconsent-styles .h-16{
  height: 4rem;
}
.sureconsent-styles .h-2{
  height: 0.5rem;
}
.sureconsent-styles .h-2\.5{
  height: 0.625rem;
}
.sureconsent-styles .h-3{
  height: 0.75rem;
}
.sureconsent-styles .h-32{
  height: 8rem;
}
.sureconsent-styles .h-4{
  height: 1rem;
}
.sureconsent-styles .h-40{
  height: 10rem;
}
.sureconsent-styles .h-48{
  height: 12rem;
}
.sureconsent-styles .h-5{
  height: 1.25rem;
}
.sureconsent-styles .h-6{
  height: 1.5rem;
}
.sureconsent-styles .h-64{
  height: 16rem;
}
.sureconsent-styles .h-7{
  height: 1.75rem;
}
.sureconsent-styles .h-8{
  height: 2rem;
}
.sureconsent-styles .h-\[calc\(100vh-64px\)\]{
  height: calc(100vh - 64px);
}
.sureconsent-styles .h-auto{
  height: auto;
}
.sureconsent-styles .h-fit{
  height: fit-content;
}
.sureconsent-styles .h-full{
  height: 100%;
}
.sureconsent-styles .h-px{
  height: 1px;
}
.sureconsent-styles .h-screen{
  height: 100vh;
}
.sureconsent-styles .max-h-96{
  max-height: 24rem;
}
.sureconsent-styles .max-h-\[10\.75rem\]{
  max-height: 10.75rem;
}
.sureconsent-styles .max-h-\[13\.5rem\]{
  max-height: 13.5rem;
}
.sureconsent-styles .max-h-\[70vh\]{
  max-height: 70vh;
}
.sureconsent-styles .max-h-screen{
  max-height: 100vh;
}
.sureconsent-styles .min-h-16{
  min-height: 4rem;
}
.sureconsent-styles .min-h-5{
  min-height: 1.25rem;
}
.sureconsent-styles .min-h-6{
  min-height: 1.5rem;
}
.sureconsent-styles .min-h-\[2\.5rem\]{
  min-height: 2.5rem;
}
.sureconsent-styles .min-h-\[2rem\]{
  min-height: 2rem;
}
.sureconsent-styles .min-h-\[3rem\]{
  min-height: 3rem;
}
.sureconsent-styles .min-h-\[calc\(100vh-64px\)\]{
  min-height: calc(100vh - 64px);
}
.sureconsent-styles .min-h-\[unset\]{
  min-height: unset;
}
.sureconsent-styles .min-h-fit{
  min-height: fit-content;
}
.sureconsent-styles .min-h-full{
  min-height: 100%;
}
.sureconsent-styles .min-h-screen{
  min-height: 100vh;
}
.sureconsent-styles .w-0{
  width: 0px;
}
.sureconsent-styles .w-1{
  width: 0.25rem;
}
.sureconsent-styles .w-1\/10{
  width: 10%;
}
.sureconsent-styles .w-1\/11{
  width: 9.0909091%;
}
.sureconsent-styles .w-1\/12{
  width: 8.3333333%;
}
.sureconsent-styles .w-1\/2{
  width: 50%;
}
.sureconsent-styles .w-1\/3{
  width: 33.333333%;
}
.sureconsent-styles .w-1\/4{
  width: 25%;
}
.sureconsent-styles .w-1\/5{
  width: 20%;
}
.sureconsent-styles .w-1\/6{
  width: 16.666667%;
}
.sureconsent-styles .w-1\/7{
  width: 14.2857143%;
}
.sureconsent-styles .w-1\/8{
  width: 12.5%;
}
.sureconsent-styles .w-1\/9{
  width: 11.1111111%;
}
.sureconsent-styles .w-10{
  width: 2.5rem;
}
.sureconsent-styles .w-11{
  width: 2.75rem;
}
.sureconsent-styles .w-12{
  width: 3rem;
}
.sureconsent-styles .w-120{
  width: 30rem;
}
.sureconsent-styles .w-16{
  width: 4rem;
}
.sureconsent-styles .w-2{
  width: 0.5rem;
}
.sureconsent-styles .w-2\.5{
  width: 0.625rem;
}
.sureconsent-styles .w-28{
  width: 7rem;
}
.sureconsent-styles .w-3{
  width: 0.75rem;
}
.sureconsent-styles .w-32{
  width: 8rem;
}
.sureconsent-styles .w-4{
  width: 1rem;
}
.sureconsent-styles .w-40{
  width: 10rem;
}
.sureconsent-styles .w-48{
  width: 12rem;
}
.sureconsent-styles .w-5{
  width: 1.25rem;
}
.sureconsent-styles .w-6{
  width: 1.5rem;
}
.sureconsent-styles .w-72{
  width: 18rem;
}
.sureconsent-styles .w-8{
  width: 2rem;
}
.sureconsent-styles .w-80{
  width: 20rem;
}
.sureconsent-styles .w-96{
  width: 24rem;
}
.sureconsent-styles .w-\[18\.5rem\]{
  width: 18.5rem;
}
.sureconsent-styles .w-\[22\.5rem\]{
  width: 22.5rem;
}
.sureconsent-styles .w-\[4\.375rem\]{
  width: 4.375rem;
}
.sureconsent-styles .w-\[calc\(100\%\+0\.75rem\)\]{
  width: calc(100% + 0.75rem);
}
.sureconsent-styles .w-\[calc\(100\%\+1rem\)\]{
  width: calc(100% + 1rem);
}
.sureconsent-styles .w-\[calc\(100\%_-_5\.5rem\)\]{
  width: calc(100% - 5.5rem);
}
.sureconsent-styles .w-auto{
  width: auto;
}
.sureconsent-styles .w-fit{
  width: fit-content;
}
.sureconsent-styles .w-full{
  width: 100%;
}
.sureconsent-styles .min-w-10{
  min-width: 2.5rem;
}
.sureconsent-styles .min-w-12{
  min-width: 3rem;
}
.sureconsent-styles .min-w-6{
  min-width: 1.5rem;
}
.sureconsent-styles .min-w-8{
  min-width: 2rem;
}
.sureconsent-styles .min-w-80{
  min-width: 20rem;
}
.sureconsent-styles .min-w-\[180px\]{
  min-width: 180px;
}
.sureconsent-styles .min-w-\[200px\]{
  min-width: 200px;
}
.sureconsent-styles .min-w-\[8rem\]{
  min-width: 8rem;
}
.sureconsent-styles .min-w-full{
  min-width: 100%;
}
.sureconsent-styles .max-w-32{
  max-width: 8rem;
}
.sureconsent-styles .max-w-3xl{
  max-width: 48rem;
}
.sureconsent-styles .max-w-80{
  max-width: 20rem;
}
.sureconsent-styles .max-w-\[1200px\]{
  max-width: 1200px;
}
.sureconsent-styles .max-w-\[768px\]{
  max-width: 768px;
}
.sureconsent-styles .max-w-full{
  max-width: 100%;
}
.sureconsent-styles .max-w-md{
  max-width: 28rem;
}
.sureconsent-styles .max-w-xs{
  max-width: 20rem;
}
.sureconsent-styles .flex-1{
  flex: 1 1 0%;
}
.sureconsent-styles .flex-shrink-0{
  flex-shrink: 0;
}
.sureconsent-styles .shrink{
  flex-shrink: 1;
}
.sureconsent-styles .shrink-0{
  flex-shrink: 0;
}
.sureconsent-styles .flex-grow{
  flex-grow: 1;
}
.sureconsent-styles .grow{
  flex-grow: 1;
}
.sureconsent-styles .grow-0{
  flex-grow: 0;
}
.sureconsent-styles .table-fixed{
  table-layout: fixed;
}
.sureconsent-styles .border-collapse{
  border-collapse: collapse;
}
.sureconsent-styles .border-separate{
  border-collapse: separate;
}
.sureconsent-styles .border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.sureconsent-styles .origin-left{
  transform-origin: left;
}
.sureconsent-styles .-translate-x-2\/4{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .translate-x-\[-0\.375rem\]{
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .translate-x-\[-0\.5rem\]{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sureconsent-styles .transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.sureconsent-styles .animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.sureconsent-styles .animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.sureconsent-styles .animate-spin{
  animation: spin 1s linear infinite;
}
.sureconsent-styles .cursor-auto{
  cursor: auto;
}
.sureconsent-styles .cursor-default{
  cursor: default;
}
.sureconsent-styles .cursor-move{
  cursor: move;
}
.sureconsent-styles .cursor-not-allowed{
  cursor: not-allowed;
}
.sureconsent-styles .cursor-pointer{
  cursor: pointer;
}
.sureconsent-styles .resize{
  resize: both;
}
.sureconsent-styles .list-inside{
  list-style-position: inside;
}
.sureconsent-styles .list-disc{
  list-style-type: disc;
}
.sureconsent-styles .list-none{
  list-style-type: none;
}
.sureconsent-styles .appearance-none{
  appearance: none;
}
.sureconsent-styles .auto-cols-auto{
  grid-auto-columns: auto;
}
.sureconsent-styles .grid-flow-row{
  grid-auto-flow: row;
}
.sureconsent-styles .grid-flow-col{
  grid-auto-flow: column;
}
.sureconsent-styles .grid-flow-row-dense{
  grid-auto-flow: row dense;
}
.sureconsent-styles .grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.sureconsent-styles .auto-rows-auto{
  grid-auto-rows: auto;
}
.sureconsent-styles .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.sureconsent-styles .grid-cols-\[290px_1fr\]{
  grid-template-columns: 290px 1fr;
}
.sureconsent-styles .grid-cols-subgrid{
  grid-template-columns: subgrid;
}
.sureconsent-styles .grid-rows-\[64px_calc\(100dvh_-_96px\)\]{
  grid-template-rows: 64px calc(100dvh - 96px);
}
.sureconsent-styles .grid-rows-\[auto_1fr\]{
  grid-template-rows: auto 1fr;
}
.sureconsent-styles .grid-rows-subgrid{
  grid-template-rows: subgrid;
}
.sureconsent-styles .flex-row{
  flex-direction: row;
}
.sureconsent-styles .flex-row-reverse{
  flex-direction: row-reverse;
}
.sureconsent-styles .flex-col{
  flex-direction: column;
}
.sureconsent-styles .flex-col-reverse{
  flex-direction: column-reverse;
}
.sureconsent-styles .flex-wrap{
  flex-wrap: wrap;
}
.sureconsent-styles .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.sureconsent-styles .flex-nowrap{
  flex-wrap: nowrap;
}
.sureconsent-styles .place-content-center{
  place-content: center;
}
.sureconsent-styles .content-center{
  align-content: center;
}
.sureconsent-styles .content-start{
  align-content: flex-start;
}
.sureconsent-styles .items-start{
  align-items: flex-start;
}
.sureconsent-styles .items-end{
  align-items: flex-end;
}
.sureconsent-styles .items-center{
  align-items: center;
}
.sureconsent-styles .items-baseline{
  align-items: baseline;
}
.sureconsent-styles .items-stretch{
  align-items: stretch;
}
.sureconsent-styles .justify-normal{
  justify-content: normal;
}
.sureconsent-styles .justify-start{
  justify-content: flex-start;
}
.sureconsent-styles .justify-end{
  justify-content: flex-end;
}
.sureconsent-styles .justify-center{
  justify-content: center;
}
.sureconsent-styles .justify-between{
  justify-content: space-between;
}
.sureconsent-styles .justify-around{
  justify-content: space-around;
}
.sureconsent-styles .justify-evenly{
  justify-content: space-evenly;
}
.sureconsent-styles .justify-stretch{
  justify-content: stretch;
}
.sureconsent-styles .gap-0{
  gap: 0px;
}
.sureconsent-styles .gap-0\.5{
  gap: 0.125rem;
}
.sureconsent-styles .gap-1{
  gap: 0.25rem;
}
.sureconsent-styles .gap-1\.5{
  gap: 0.375rem;
}
.sureconsent-styles .gap-2{
  gap: 0.5rem;
}
.sureconsent-styles .gap-2\.5{
  gap: 0.625rem;
}
.sureconsent-styles .gap-3{
  gap: 0.75rem;
}
.sureconsent-styles .gap-4{
  gap: 1rem;
}
.sureconsent-styles .gap-5{
  gap: 1.25rem;
}
.sureconsent-styles .gap-6{
  gap: 1.5rem;
}
.sureconsent-styles .gap-8{
  gap: 2rem;
}
.sureconsent-styles .gap-x-2{
  column-gap: 0.5rem;
}
.sureconsent-styles .gap-x-4{
  column-gap: 1rem;
}
.sureconsent-styles .gap-x-5{
  column-gap: 1.25rem;
}
.sureconsent-styles .gap-x-6{
  column-gap: 1.5rem;
}
.sureconsent-styles .gap-x-8{
  column-gap: 2rem;
}
.sureconsent-styles .gap-y-2{
  row-gap: 0.5rem;
}
.sureconsent-styles .gap-y-4{
  row-gap: 1rem;
}
.sureconsent-styles .gap-y-5{
  row-gap: 1.25rem;
}
.sureconsent-styles .gap-y-6{
  row-gap: 1.5rem;
}
.sureconsent-styles .gap-y-8{
  row-gap: 2rem;
}
.sureconsent-styles :is(.space-x-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.sureconsent-styles :is(.space-x-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sureconsent-styles :is(.space-x-3 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.sureconsent-styles :is(.space-y-0\.5 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.space-y-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.space-y-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.space-y-3 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.sureconsent-styles :is(.divide-x-0 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
.sureconsent-styles :is(.divide-y > :not([hidden]) ~ :not([hidden])){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.sureconsent-styles :is(.divide-y-0\.5 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}
.sureconsent-styles :is(.divide-solid > :not([hidden]) ~ :not([hidden])){
  border-style: solid;
}
.sureconsent-styles :is(.divide-border-subtle > :not([hidden]) ~ :not([hidden])){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.sureconsent-styles :is(.divide-gray-100 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.sureconsent-styles :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.sureconsent-styles .self-start{
  align-self: flex-start;
}
.sureconsent-styles .self-end{
  align-self: flex-end;
}
.sureconsent-styles .self-center{
  align-self: center;
}
.sureconsent-styles .self-stretch{
  align-self: stretch;
}
.sureconsent-styles .self-baseline{
  align-self: baseline;
}
.sureconsent-styles .justify-self-auto{
  justify-self: auto;
}
.sureconsent-styles .justify-self-start{
  justify-self: start;
}
.sureconsent-styles .justify-self-end{
  justify-self: end;
}
.sureconsent-styles .justify-self-center{
  justify-self: center;
}
.sureconsent-styles .justify-self-stretch{
  justify-self: stretch;
}
.sureconsent-styles .overflow-auto{
  overflow: auto;
}
.sureconsent-styles .overflow-hidden{
  overflow: hidden;
}
.sureconsent-styles .overflow-x-auto{
  overflow-x: auto;
}
.sureconsent-styles .overflow-y-auto{
  overflow-y: auto;
}
.sureconsent-styles .overflow-x-hidden{
  overflow-x: hidden;
}
.sureconsent-styles .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sureconsent-styles .whitespace-nowrap{
  white-space: nowrap;
}
.sureconsent-styles .whitespace-pre-line{
  white-space: pre-line;
}
.sureconsent-styles .text-wrap{
  text-wrap: wrap;
}
.sureconsent-styles .text-nowrap{
  text-wrap: nowrap;
}
.sureconsent-styles .rounded{
  border-radius: 0.25rem;
}
.sureconsent-styles .rounded-full{
  border-radius: 9999px;
}
.sureconsent-styles .rounded-lg{
  border-radius: 0.5rem;
}
.sureconsent-styles .rounded-md{
  border-radius: 0.375rem;
}
.sureconsent-styles .rounded-none{
  border-radius: 0px;
}
.sureconsent-styles .rounded-sm{
  border-radius: 0.125rem;
}
.sureconsent-styles .rounded-xl{
  border-radius: 0.75rem;
}
.sureconsent-styles .rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sureconsent-styles .rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.sureconsent-styles .rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.sureconsent-styles .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.sureconsent-styles .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.sureconsent-styles .rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.sureconsent-styles .rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.sureconsent-styles .rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}
.sureconsent-styles .rounded-tl{
  border-top-left-radius: 0.25rem;
}
.sureconsent-styles .rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.sureconsent-styles .rounded-tl-none{
  border-top-left-radius: 0px;
}
.sureconsent-styles .rounded-tr{
  border-top-right-radius: 0.25rem;
}
.sureconsent-styles .rounded-tr-md{
  border-top-right-radius: 0.375rem;
}
.sureconsent-styles .rounded-tr-none{
  border-top-right-radius: 0px;
}
.sureconsent-styles .border{
  border-width: 1px;
}
.sureconsent-styles .border-0{
  border-width: 0px;
}
.sureconsent-styles .border-0\.5{
  border-width: 0.5px;
}
.sureconsent-styles .border-2{
  border-width: 2px;
}
.sureconsent-styles .border-4{
  border-width: 4px;
}
.sureconsent-styles .border-\[0\.5px\]{
  border-width: 0.5px;
}
.sureconsent-styles .border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.sureconsent-styles .border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.sureconsent-styles .border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.sureconsent-styles .border-b{
  border-bottom-width: 1px;
}
.sureconsent-styles .border-b-0{
  border-bottom-width: 0px;
}
.sureconsent-styles .border-b-0\.5{
  border-bottom-width: 0.5px;
}
.sureconsent-styles .border-b-2{
  border-bottom-width: 2px;
}
.sureconsent-styles .border-b-4{
  border-bottom-width: 4px;
}
.sureconsent-styles .border-l{
  border-left-width: 1px;
}
.sureconsent-styles .border-l-0{
  border-left-width: 0px;
}
.sureconsent-styles .border-r{
  border-right-width: 1px;
}
.sureconsent-styles .border-r-0{
  border-right-width: 0px;
}
.sureconsent-styles .border-t{
  border-top-width: 1px;
}
.sureconsent-styles .border-t-0{
  border-top-width: 0px;
}
.sureconsent-styles .border-t-4{
  border-top-width: 4px;
}
.sureconsent-styles .border-solid{
  border-style: solid;
}
.sureconsent-styles .border-dashed{
  border-style: dashed;
}
.sureconsent-styles .border-dotted{
  border-style: dotted;
}
.sureconsent-styles .border-double{
  border-style: double;
}
.sureconsent-styles .border-hidden{
  border-style: hidden;
}
.sureconsent-styles .border-none{
  border-style: none;
}
.sureconsent-styles .border-alert-border-danger{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-alert-border-green{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-alert-border-info{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-alert-border-neutral{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-alert-border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-background-inverse{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-green{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-red{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-sky{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-badge-border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-border-disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-border-strong{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-border-subtle{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-brand-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-button-primary{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-current{
  border-color: currentColor;
}
.sureconsent-styles .border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-field-border{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-field-dropzone-color{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-focus-error-border{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-tab-border{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-text-inverse{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-toggle-off-border{
  --tw-border-opacity: 1;
  border-color: rgb(189 193 199 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-transparent{
  border-color: transparent;
}
.sureconsent-styles .border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.sureconsent-styles .border-r-transparent{
  border-right-color: transparent;
}
.sureconsent-styles .bg-alert-background-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-alert-background-green{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-alert-background-info{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-alert-background-neutral{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-alert-background-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-background-brand{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-background-inverse{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-background-inverse\/90{
  background-color: rgb(17 24 39 / 0.9);
}
.sureconsent-styles .bg-background-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-background-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-green{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-red{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-background-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-green{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-red{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-badge-hover-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-border-interactive{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-brand-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-brand-background-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-brand-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-button-tertiary-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-current{
  background-color: currentColor;
}
.sureconsent-styles .bg-field-background-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-field-background-error{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-field-dropzone-background-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-field-primary-background{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-field-secondary-background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-icon-interactive{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-misc-progress-background{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-tab-background{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-text-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-toggle-dial-background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-toggle-off{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-toggle-off-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-tooltip-background-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-tooltip-background-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-transparent{
  background-color: transparent;
}
.sureconsent-styles .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.sureconsent-styles .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.sureconsent-styles .bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.sureconsent-styles .bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.sureconsent-styles .bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.sureconsent-styles .bg-none{
  background-image: none;
}
.sureconsent-styles .from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.sureconsent-styles .from-emerald-100{
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.sureconsent-styles .from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.sureconsent-styles .from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.sureconsent-styles .from-red-50{
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.sureconsent-styles .to-emerald-50{
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}
.sureconsent-styles .to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}
.sureconsent-styles .to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.sureconsent-styles .to-rose-50{
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}
.sureconsent-styles .fill-current{
  fill: currentColor;
}
.sureconsent-styles .stroke-icon-primary{
  stroke: #111827;
}
.sureconsent-styles .object-contain{
  object-fit: contain;
}
.sureconsent-styles .object-cover{
  object-fit: cover;
}
.sureconsent-styles .object-center{
  object-position: center;
}
.sureconsent-styles .p-0{
  padding: 0px;
}
.sureconsent-styles .p-0\.5{
  padding: 0.125rem;
}
.sureconsent-styles .p-1{
  padding: 0.25rem;
}
.sureconsent-styles .p-1\.5{
  padding: 0.375rem;
}
.sureconsent-styles .p-10{
  padding: 2.5rem;
}
.sureconsent-styles .p-12{
  padding: 3rem;
}
.sureconsent-styles .p-2{
  padding: 0.5rem;
}
.sureconsent-styles .p-2\.5{
  padding: 0.625rem;
}
.sureconsent-styles .p-3{
  padding: 0.75rem;
}
.sureconsent-styles .p-3\.5{
  padding: 0.875rem;
}
.sureconsent-styles .p-4{
  padding: 1rem;
}
.sureconsent-styles .p-5{
  padding: 1.25rem;
}
.sureconsent-styles .p-6{
  padding: 1.5rem;
}
.sureconsent-styles .p-8{
  padding: 2rem;
}
.sureconsent-styles .px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.sureconsent-styles .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.sureconsent-styles .px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.sureconsent-styles .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sureconsent-styles .px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.sureconsent-styles .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sureconsent-styles .px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.sureconsent-styles .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.sureconsent-styles .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.sureconsent-styles .px-5\.5{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.sureconsent-styles .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sureconsent-styles .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.sureconsent-styles .py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.sureconsent-styles .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sureconsent-styles .py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.sureconsent-styles .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sureconsent-styles .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sureconsent-styles .py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.sureconsent-styles .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.sureconsent-styles .py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.sureconsent-styles .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sureconsent-styles .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sureconsent-styles .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sureconsent-styles .pb-1{
  padding-bottom: 0.25rem;
}
.sureconsent-styles .pb-3{
  padding-bottom: 0.75rem;
}
.sureconsent-styles .pb-4{
  padding-bottom: 1rem;
}
.sureconsent-styles .pb-5{
  padding-bottom: 1.25rem;
}
.sureconsent-styles .pb-8{
  padding-bottom: 2rem;
}
.sureconsent-styles .pl-10{
  padding-left: 2.5rem;
}
.sureconsent-styles .pl-2{
  padding-left: 0.5rem;
}
.sureconsent-styles .pl-2\.5{
  padding-left: 0.625rem;
}
.sureconsent-styles .pl-3{
  padding-left: 0.75rem;
}
.sureconsent-styles .pl-3\.5{
  padding-left: 0.875rem;
}
.sureconsent-styles .pl-4{
  padding-left: 1rem;
}
.sureconsent-styles .pl-8{
  padding-left: 2rem;
}
.sureconsent-styles .pl-9{
  padding-left: 2.25rem;
}
.sureconsent-styles .pr-10{
  padding-right: 2.5rem;
}
.sureconsent-styles .pr-12{
  padding-right: 3rem;
}
.sureconsent-styles .pr-2{
  padding-right: 0.5rem;
}
.sureconsent-styles .pr-2\.5{
  padding-right: 0.625rem;
}
.sureconsent-styles .pr-3{
  padding-right: 0.75rem;
}
.sureconsent-styles .pr-8{
  padding-right: 2rem;
}
.sureconsent-styles .pr-9{
  padding-right: 2.25rem;
}
.sureconsent-styles .pt-2{
  padding-top: 0.5rem;
}
.sureconsent-styles .pt-3{
  padding-top: 0.75rem;
}
.sureconsent-styles .pt-4{
  padding-top: 1rem;
}
.sureconsent-styles .pt-5{
  padding-top: 1.25rem;
}
.sureconsent-styles .text-left{
  text-align: left;
}
.sureconsent-styles .text-center{
  text-align: center;
}
.sureconsent-styles .text-right{
  text-align: right;
}
.sureconsent-styles .align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.sureconsent-styles .font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.sureconsent-styles .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.sureconsent-styles .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.sureconsent-styles .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.sureconsent-styles .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.sureconsent-styles .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.sureconsent-styles .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sureconsent-styles .text-tiny{
  font-size: 0.625rem;
}
.sureconsent-styles .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.sureconsent-styles .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.sureconsent-styles .font-bold{
  font-weight: 700;
}
.sureconsent-styles .font-medium{
  font-weight: 500;
}
.sureconsent-styles .font-normal{
  font-weight: 400;
}
.sureconsent-styles .font-semibold{
  font-weight: 600;
}
.sureconsent-styles .uppercase{
  text-transform: uppercase;
}
.sureconsent-styles .lowercase{
  text-transform: lowercase;
}
.sureconsent-styles .capitalize{
  text-transform: capitalize;
}
.sureconsent-styles .italic{
  font-style: italic;
}
.sureconsent-styles .leading-11{
  line-height: 2.75rem;
}
.sureconsent-styles .leading-4{
  line-height: 1rem;
}
.sureconsent-styles .leading-5{
  line-height: 1.25rem;
}
.sureconsent-styles .leading-6{
  line-height: 1.5rem;
}
.sureconsent-styles .leading-7{
  line-height: 1.75rem;
}
.sureconsent-styles .leading-7\.5{
  line-height: 1.875rem;
}
.sureconsent-styles .leading-8{
  line-height: 2rem;
}
.sureconsent-styles .leading-9\.5{
  line-height: 2.375rem;
}
.sureconsent-styles .leading-none{
  line-height: 1;
}
.sureconsent-styles .leading-relaxed{
  line-height: 1.625;
}
.sureconsent-styles .tracking-2{
  letter-spacing: 0.125em;
}
.sureconsent-styles .tracking-wider{
  letter-spacing: 0.05em;
}
.sureconsent-styles .text-background-primary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-disabled{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-gray{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-green{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-red{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-sky{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-badge-color-yellow{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-border-strong{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-brand-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-brand-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-button-danger{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-button-primary{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-button-secondary{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-button-tertiary-color{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-color-disabled{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-dropzone-color{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-helper{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-input{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-label{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-field-placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-icon-disabled{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-icon-inverse{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-icon-on-color-disabled{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-icon-primary{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-icon-secondary{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-link-primary{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-error{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-error-inverse{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-info{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-info-inverse{
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-success{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-success-inverse{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-warning{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-support-warning-inverse{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-disabled{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-inverse{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-on-color{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-tooltip-background-dark{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-tooltip-background-light{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.sureconsent-styles .underline{
  text-decoration-line: underline;
}
.sureconsent-styles .no-underline{
  text-decoration-line: none;
}
.sureconsent-styles .placeholder-text-tertiary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.sureconsent-styles .opacity-0{
  opacity: 0;
}
.sureconsent-styles .opacity-40{
  opacity: 0.4;
}
.sureconsent-styles .opacity-50{
  opacity: 0.5;
}
.sureconsent-styles .opacity-75{
  opacity: 0.75;
}
.sureconsent-styles .shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .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);
}
.sureconsent-styles .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);
}
.sureconsent-styles .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-soft-shadow-2xl{
  --tw-shadow: 0px 24px 64px -12px rgba(149, 160, 178, 0.32);
  --tw-shadow-colored: 0px 24px 64px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-soft-shadow-lg{
  --tw-shadow: 0px 12px 32px -12px rgba(149, 160, 178, 0.24);
  --tw-shadow-colored: 0px 12px 32px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .shadow-xs{
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sureconsent-styles .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.sureconsent-styles .outline{
  outline-style: solid;
}
.sureconsent-styles .outline-1{
  outline-width: 1px;
}
.sureconsent-styles .outline-border-disabled{
  outline-color: #E5E7EB;
}
.sureconsent-styles .outline-border-interactive{
  outline-color: #6B21A8;
}
.sureconsent-styles .outline-border-subtle{
  outline-color: #E5E7EB;
}
.sureconsent-styles .outline-button-danger{
  outline-color: #DC2626;
}
.sureconsent-styles .outline-button-danger-hover{
  outline-color: #B91C1C;
}
.sureconsent-styles .outline-button-disabled{
  outline-color: #F3F4F6;
}
.sureconsent-styles .outline-button-primary{
  outline-color: #6B21A8;
}
.sureconsent-styles .outline-button-secondary{
  outline-color: #1F2937;
}
.sureconsent-styles .outline-field-border{
  outline-color: #E5E7EB;
}
.sureconsent-styles .outline-field-border-disabled{
  outline-color: #F3F4F6;
}
.sureconsent-styles .outline-focus-error-border{
  outline-color: #FECACA;
}
.sureconsent-styles .outline-transparent{
  outline-color: transparent;
}
.sureconsent-styles .ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.sureconsent-styles .ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.sureconsent-styles .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.sureconsent-styles .ring-alert-border-danger{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-alert-border-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-alert-border-info{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-alert-border-neutral{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-alert-border-warning{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-background-inverse{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-border-subtle{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-border-transparent-subtle{
  --tw-ring-color: #37415114;
}
.sureconsent-styles .ring-brand-primary-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-tab-border{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.sureconsent-styles .ring-offset-0{
  --tw-ring-offset-width: 0px;
}
.sureconsent-styles .blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sureconsent-styles .blur-sm{
  --tw-blur: blur(4px);
  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);
}
.sureconsent-styles .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.sureconsent-styles .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);
}
.sureconsent-styles .transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-\[box-shadow\2c color\2c background-color\]{
  transition-property: box-shadow,color,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-\[color\2c box-shadow\2c outline\]{
  transition-property: color,box-shadow,outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-\[color\2c outline\2c box-shadow\]{
  transition-property: color,outline,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-\[outline\2c background-color\2c color\2c box-shadow\]{
  transition-property: outline,background-color,color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sureconsent-styles .duration-150{
  transition-duration: 150ms;
}
.sureconsent-styles .duration-200{
  transition-duration: 200ms;
}
.sureconsent-styles .duration-300{
  transition-duration: 300ms;
}
.sureconsent-styles .duration-500{
  transition-duration: 500ms;
}
.sureconsent-styles .duration-700{
  transition-duration: 700ms;
}
.sureconsent-styles .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.sureconsent-styles .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sureconsent-styles .ease-linear{
  transition-timing-function: linear;
}
.sureconsent-styles .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.sureconsent-styles .\[grid-area\:1\/1\/2\/3\]{
  grid-area: 1/1/2/3;
}
.sureconsent-styles .\[word-break\:break-word\]{
  word-break: break-word;
}

/* Cookie Banner Styles */
* {
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Cookie Banner Styles */
.cookie-banner {
	background-color: #1f2937;
	color: #fff;
	padding: 1rem;
	box-shadow: 0 4px 6px -1px rgba( 0, 0, 0, 0.1 );
}

.cookie-banner-content {
	display: flex;
	gap: 1rem;
}

.cookie-banner-text {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.cookie-banner-buttons {
	display: flex;
	gap: 0.75rem;
}

.cookie-banner-button {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
	transition: background-color 0.2s;
	cursor: pointer;
	border: none;
}

.cookie-banner-button-decline {
	border: 1px solid #6b7280;
	background: transparent;
	color: #fff;
}

.cookie-banner-button-decline:hover {
	background-color: #374151;
}

.cookie-banner-button-accept {
	background-color: #2563eb;
	color: #fff;
}

.cookie-banner-button-accept:hover {
	background-color: #1d4ed8;
}

/* Public Cookie Banner - Fixed Positioning */
.sureconsent-public-banner {
	position: fixed !important;
	z-index: 999999999 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	box-sizing: border-box !important;
}

.sureconsent-public-banner[data-banner="true"] {
	box-sizing: border-box !important;
}

.sureconsent-styles .file\:border-0::file-selector-button{
  border-width: 0px;
}

.sureconsent-styles .file\:bg-transparent::file-selector-button{
  background-color: transparent;
}

.sureconsent-styles .file\:text-text-tertiary::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .placeholder\:text-field-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .placeholder\:text-text-disabled::placeholder{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.sureconsent-styles .before\:top-2\/4::before{
  content: var(--tw-content);
  top: 50%;
}

.sureconsent-styles .before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.sureconsent-styles .before\:h-10::before{
  content: var(--tw-content);
  height: 2.5rem;
}

.sureconsent-styles .before\:w-10::before{
  content: var(--tw-content);
  width: 2.5rem;
}

.sureconsent-styles .before\:-translate-x-2\/4::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sureconsent-styles .before\:-translate-y-2\/4::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sureconsent-styles .before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.sureconsent-styles .before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

.sureconsent-styles .before\:transition-opacity::before{
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sureconsent-styles .before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.sureconsent-styles .after\:ml-0::after{
  content: var(--tw-content);
  margin-left: 0px;
}

.sureconsent-styles .after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.sureconsent-styles .after\:text-field-required::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .after\:content-\[\'\*\'\]::after{
  --tw-content: '*';
  content: var(--tw-content);
}

.sureconsent-styles .first\:rounded-bl:first-child{
  border-bottom-left-radius: 0.25rem;
}

.sureconsent-styles .first\:rounded-tl:first-child{
  border-top-left-radius: 0.25rem;
}

.sureconsent-styles .first\:border-0:first-child{
  border-width: 0px;
}

.sureconsent-styles .first\:border-r:first-child{
  border-right-width: 1px;
}

.sureconsent-styles .first\:border-border-subtle:first-child{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .last\:rounded-br:last-child{
  border-bottom-right-radius: 0.25rem;
}

.sureconsent-styles .last\:rounded-tr:last-child{
  border-top-right-radius: 0.25rem;
}

.sureconsent-styles .last\:border-0:last-child{
  border-width: 0px;
}

.sureconsent-styles .checked\:border-border-interactive:checked{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .checked\:border-toggle-on-border:checked{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .checked\:bg-toggle-on:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .checked\:\[background-image\:none\]:checked{
  background-image: none;
}

.sureconsent-styles .checked\:before\:hidden:checked::before{
  content: var(--tw-content);
  display: none;
}

.sureconsent-styles .checked\:before\:content-\[\'\'\]:checked::before{
  --tw-content: '';
  content: var(--tw-content);
}

.sureconsent-styles .focus-within\:z-10:focus-within{
  z-index: 10;
}

.sureconsent-styles .focus-within\:border-focus-border:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus-within\:text-field-input:focus-within{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

.sureconsent-styles .focus-within\:outline-focus-border:focus-within{
  outline-color: #D8B4FE;
}

.sureconsent-styles .focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.sureconsent-styles .focus-within\:ring-focus:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.sureconsent-styles .hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-border-disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-border-interactive:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-border-strong:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-field-border:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-field-dropzone-color:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:border-text-inverse:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .hover\:bg-background-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-background-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-disabled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-sky:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-badge-hover-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-button-danger-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-button-primary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-button-secondary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-button-tertiary-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-emerald-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-field-background-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-field-dropzone-background-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .hover\:bg-transparent:hover{
  background-color: transparent;
}

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

.sureconsent-styles .hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

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

.sureconsent-styles .hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-button-danger-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-button-primary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-link-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-link-primary-hover:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-text-disabled:hover{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-text-inverse:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .hover\:underline:hover{
  text-decoration-line: underline;
}

.sureconsent-styles .hover\:no-underline:hover{
  text-decoration-line: none;
}

.sureconsent-styles .hover\:shadow-md:hover{
  --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);
}

.sureconsent-styles .hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sureconsent-styles .hover\:outline-border-disabled:hover{
  outline-color: #E5E7EB;
}

.sureconsent-styles .hover\:outline-border-interactive:hover{
  outline-color: #6B21A8;
}

.sureconsent-styles .hover\:outline-border-strong:hover{
  outline-color: #6B7280;
}

.sureconsent-styles .hover\:outline-border-subtle:hover{
  outline-color: #E5E7EB;
}

.sureconsent-styles .hover\:outline-button-danger:hover{
  outline-color: #DC2626;
}

.sureconsent-styles .hover\:outline-button-danger-hover:hover{
  outline-color: #B91C1C;
}

.sureconsent-styles .hover\:outline-button-primary-hover:hover{
  outline-color: #7E22CE;
}

.sureconsent-styles .hover\:outline-button-secondary-hover:hover{
  outline-color: #374151;
}

.sureconsent-styles .hover\:outline-field-border-disabled:hover{
  outline-color: #F3F4F6;
}

.sureconsent-styles .hover\:before\:opacity-10:hover::before{
  content: var(--tw-content);
  opacity: 0.1;
}

.sureconsent-styles .checked\:hover\:border-toggle-on-hover:hover:checked{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .checked\:hover\:bg-toggle-on-hover:hover:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .focus-within\:hover\:border-focus-border:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus-within\:hover\:outline-focus-border:hover:focus-within{
  outline-color: #D8B4FE;
}

.sureconsent-styles .hover\:focus-within\:outline-focus-border:focus-within:hover{
  outline-color: #D8B4FE;
}

.sureconsent-styles .focus\:rounded-sm:focus{
  border-radius: 0.125rem;
}

.sureconsent-styles .focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-border-interactive:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-focus-border:focus{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-focus-error-border:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-toggle-off-border:focus{
  --tw-border-opacity: 1;
  border-color: rgb(189 193 199 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .focus\:border-transparent:focus{
  border-color: transparent;
}

.sureconsent-styles .focus\:bg-background-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .focus\:bg-button-tertiary-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .focus\:shadow-none:focus{
  --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);
}

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

.sureconsent-styles .focus\:outline:focus{
  outline-style: solid;
}

.sureconsent-styles .focus\:outline-1:focus{
  outline-width: 1px;
}

.sureconsent-styles .focus\:outline-border-subtle:focus{
  outline-color: #E5E7EB;
}

.sureconsent-styles .focus\:outline-focus-border:focus{
  outline-color: #D8B4FE;
}

.sureconsent-styles .focus\:outline-focus-error-border:focus{
  outline-color: #FECACA;
}

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

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

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

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

.sureconsent-styles .focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-border-interactive:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-field-color-error:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-focus:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-focus-error:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-toggle-on:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.sureconsent-styles .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.sureconsent-styles .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.sureconsent-styles .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.sureconsent-styles .focus\:\[box-shadow\:none\]:focus{
  box-shadow: none;
}

.sureconsent-styles .checked\:focus\:border-toggle-on-border:focus:checked{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

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

.sureconsent-styles .active\:text-button-primary:active{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .active\:outline-none:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sureconsent-styles .disabled\:cursor-default:disabled{
  cursor: default;
}

.sureconsent-styles .disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.sureconsent-styles .disabled\:border-border-disabled:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .disabled\:border-field-border-disabled:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .disabled\:border-transparent:disabled{
  border-color: transparent;
}

.sureconsent-styles .disabled\:bg-button-disabled:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles .disabled\:bg-button-tertiary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.sureconsent-styles .disabled\:text-text-disabled:disabled{
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .disabled\:shadow-none:disabled{
  --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);
}

.sureconsent-styles .disabled\:shadow-toggle-disabled:disabled{
  --tw-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  --tw-shadow-colored: inset 1px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sureconsent-styles .disabled\:outline-border-disabled:disabled{
  outline-color: #E5E7EB;
}

.sureconsent-styles .disabled\:outline-button-disabled:disabled{
  outline-color: #F3F4F6;
}

.sureconsent-styles .disabled\:outline-field-border-disabled:disabled{
  outline-color: #F3F4F6;
}

.sureconsent-styles .checked\:disabled\:border-border-disabled:disabled:checked{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.sureconsent-styles .checked\:disabled\:bg-toggle-on-disabled:disabled:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

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

.sureconsent-styles :is(.group\/switch:focus-within .group-focus-within\/switch\:size-3\.25){
  width: 0.8125rem;
  height: 0.8125rem;
}

.sureconsent-styles :is(.group\/switch:focus-within .group-focus-within\/switch\:size-4){
  width: 1rem;
  height: 1rem;
}

.sureconsent-styles :is(.group\/switch:focus-within .group-focus-within\/switch\:size-5){
  width: 1.25rem;
  height: 1.25rem;
}

.sureconsent-styles :is(.group:focus-within .group-focus-within\:text-icon-primary){
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:right-0\.5){
  right: 0.125rem;
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:size-3\.25){
  width: 0.8125rem;
  height: 0.8125rem;
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:size-4){
  width: 1rem;
  height: 1rem;
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:size-5){
  width: 1.25rem;
  height: 1.25rem;
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:border-toggle-on-border){
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.sureconsent-styles :is(.group\/switch:hover .group-hover\/switch\:bg-toggle-off-hover){
  --tw-bg-opacity: 1;
  background-color: rgb(189 193 199 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles :is(.group:hover .group-hover\:text-field-input){
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.group:hover .group-hover\:text-icon-primary){
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.group\/switch:hover .checked\:group-hover\/switch\:border-toggle-on-border:checked){
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.sureconsent-styles :is(.group\/switch:hover .checked\:group-hover\/switch\:bg-toggle-on-hover:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles :is(.group:disabled .group-disabled\:text-field-color-disabled){
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.group:disabled .group-disabled\:text-icon-disabled){
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.peer:checked ~ .peer-checked\:translate-x-3){
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sureconsent-styles :is(.peer:checked ~ .peer-checked\:translate-x-3\.75){
  --tw-translate-x: 0.9375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sureconsent-styles :is(.peer:checked ~ .peer-checked\:translate-x-5){
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sureconsent-styles :is(.peer:checked ~ .peer-checked\:opacity-100){
  opacity: 1;
}

.sureconsent-styles :is(.peer:disabled ~ .peer-disabled\:cursor-not-allowed){
  cursor: not-allowed;
}

.sureconsent-styles :is(.peer:disabled ~ .peer-disabled\:text-border-disabled){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.sureconsent-styles .not-rtl\:left-1:not([dir="rtl"], [dir="rtl"] *){
  left: 0.25rem;
}

.sureconsent-styles .not-rtl\:left-2\/4:not([dir="rtl"], [dir="rtl"] *){
  left: 50%;
}

.sureconsent-styles .not-rtl\:before\:left-2\/4:not([dir="rtl"], [dir="rtl"] *)::before{
  content: var(--tw-content);
  left: 50%;
}

.sureconsent-styles :is(.group\/switch:focus-within .not-rtl\:group-focus-within\/switch\:left-0\.5:not([dir="rtl"], [dir="rtl"] *)){
  left: 0.125rem;
}

.sureconsent-styles :is(.group\/switch:hover .not-rtl\:group-hover\/switch\:left-0\.5:not([dir="rtl"], [dir="rtl"] *)){
  left: 0.125rem;
}

@media (prefers-reduced-motion: reduce){
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  .sureconsent-styles .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
}

@media (max-width: 1920px){
  .sureconsent-styles .max-\[1920px\]\:max-w-full{
    max-width: 100%;
  }
}

@media (max-width: 782px){
  .sureconsent-styles .max-\[782px\]\:grid-rows-\[64px_calc\(100dvh_-_110px\)\]{
    grid-template-rows: 64px calc(100dvh - 110px);
  }
}

@media (min-width: 425px){
  .sureconsent-styles .min-\[425px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
  .sureconsent-styles .sm\:inline{
    display: inline;
  }
  .sureconsent-styles .sm\:flex{
    display: flex;
  }
  .sureconsent-styles .sm\:hidden{
    display: none;
  }
  .sureconsent-styles .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sureconsent-styles .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sureconsent-styles .sm\:flex-row{
    flex-direction: row;
  }
  .sureconsent-styles .sm\:items-center{
    align-items: center;
  }
  .sureconsent-styles .sm\:justify-between{
    justify-content: space-between;
  }
  .sureconsent-styles .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .sureconsent-styles .md\:order-1{
    order: 1;
  }
  .sureconsent-styles .md\:order-10{
    order: 10;
  }
  .sureconsent-styles .md\:order-11{
    order: 11;
  }
  .sureconsent-styles .md\:order-12{
    order: 12;
  }
  .sureconsent-styles .md\:order-2{
    order: 2;
  }
  .sureconsent-styles .md\:order-3{
    order: 3;
  }
  .sureconsent-styles .md\:order-4{
    order: 4;
  }
  .sureconsent-styles .md\:order-5{
    order: 5;
  }
  .sureconsent-styles .md\:order-6{
    order: 6;
  }
  .sureconsent-styles .md\:order-7{
    order: 7;
  }
  .sureconsent-styles .md\:order-8{
    order: 8;
  }
  .sureconsent-styles .md\:order-9{
    order: 9;
  }
  .sureconsent-styles .md\:order-first{
    order: -9999;
  }
  .sureconsent-styles .md\:order-last{
    order: 9999;
  }
  .sureconsent-styles .md\:order-none{
    order: 0;
  }
  .sureconsent-styles .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sureconsent-styles .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sureconsent-styles .md\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .sureconsent-styles .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .sureconsent-styles .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sureconsent-styles .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sureconsent-styles .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sureconsent-styles .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sureconsent-styles .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sureconsent-styles .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sureconsent-styles .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sureconsent-styles .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .sureconsent-styles .md\:col-start-1{
    grid-column-start: 1;
  }
  .sureconsent-styles .md\:col-start-10{
    grid-column-start: 10;
  }
  .sureconsent-styles .md\:col-start-11{
    grid-column-start: 11;
  }
  .sureconsent-styles .md\:col-start-12{
    grid-column-start: 12;
  }
  .sureconsent-styles .md\:col-start-2{
    grid-column-start: 2;
  }
  .sureconsent-styles .md\:col-start-3{
    grid-column-start: 3;
  }
  .sureconsent-styles .md\:col-start-4{
    grid-column-start: 4;
  }
  .sureconsent-styles .md\:col-start-5{
    grid-column-start: 5;
  }
  .sureconsent-styles .md\:col-start-6{
    grid-column-start: 6;
  }
  .sureconsent-styles .md\:col-start-7{
    grid-column-start: 7;
  }
  .sureconsent-styles .md\:col-start-8{
    grid-column-start: 8;
  }
  .sureconsent-styles .md\:col-start-9{
    grid-column-start: 9;
  }
  .sureconsent-styles .md\:flex{
    display: flex;
  }
  .sureconsent-styles .md\:hidden{
    display: none;
  }
  .sureconsent-styles .md\:w-1\/10{
    width: 10%;
  }
  .sureconsent-styles .md\:w-1\/11{
    width: 9.0909091%;
  }
  .sureconsent-styles .md\:w-1\/12{
    width: 8.3333333%;
  }
  .sureconsent-styles .md\:w-1\/2{
    width: 50%;
  }
  .sureconsent-styles .md\:w-1\/3{
    width: 33.333333%;
  }
  .sureconsent-styles .md\:w-1\/4{
    width: 25%;
  }
  .sureconsent-styles .md\:w-1\/5{
    width: 20%;
  }
  .sureconsent-styles .md\:w-1\/6{
    width: 16.666667%;
  }
  .sureconsent-styles .md\:w-1\/7{
    width: 14.2857143%;
  }
  .sureconsent-styles .md\:w-1\/8{
    width: 12.5%;
  }
  .sureconsent-styles .md\:w-1\/9{
    width: 11.1111111%;
  }
  .sureconsent-styles .md\:w-full{
    width: 100%;
  }
  .sureconsent-styles .md\:shrink{
    flex-shrink: 1;
  }
  .sureconsent-styles .md\:shrink-0{
    flex-shrink: 0;
  }
  .sureconsent-styles .md\:grow{
    flex-grow: 1;
  }
  .sureconsent-styles .md\:grow-0{
    flex-grow: 0;
  }
  .sureconsent-styles .md\:grid-flow-row{
    grid-auto-flow: row;
  }
  .sureconsent-styles .md\:grid-flow-col{
    grid-auto-flow: column;
  }
  .sureconsent-styles .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }
  .sureconsent-styles .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }
  .sureconsent-styles .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sureconsent-styles .md\:flex-row{
    flex-direction: row;
  }
  .sureconsent-styles .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sureconsent-styles .md\:flex-col{
    flex-direction: column;
  }
  .sureconsent-styles .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .sureconsent-styles .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .sureconsent-styles .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }
  .sureconsent-styles .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sureconsent-styles .md\:items-start{
    align-items: flex-start;
  }
  .sureconsent-styles .md\:items-end{
    align-items: flex-end;
  }
  .sureconsent-styles .md\:items-center{
    align-items: center;
  }
  .sureconsent-styles .md\:items-baseline{
    align-items: baseline;
  }
  .sureconsent-styles .md\:items-stretch{
    align-items: stretch;
  }
  .sureconsent-styles .md\:justify-normal{
    justify-content: normal;
  }
  .sureconsent-styles .md\:justify-start{
    justify-content: flex-start;
  }
  .sureconsent-styles .md\:justify-end{
    justify-content: flex-end;
  }
  .sureconsent-styles .md\:justify-center{
    justify-content: center;
  }
  .sureconsent-styles .md\:justify-between{
    justify-content: space-between;
  }
  .sureconsent-styles .md\:justify-around{
    justify-content: space-around;
  }
  .sureconsent-styles .md\:justify-evenly{
    justify-content: space-evenly;
  }
  .sureconsent-styles .md\:justify-stretch{
    justify-content: stretch;
  }
  .sureconsent-styles .md\:gap-2{
    gap: 0.5rem;
  }
  .sureconsent-styles .md\:gap-4{
    gap: 1rem;
  }
  .sureconsent-styles .md\:gap-5{
    gap: 1.25rem;
  }
  .sureconsent-styles .md\:gap-6{
    gap: 1.5rem;
  }
  .sureconsent-styles .md\:gap-8{
    gap: 2rem;
  }
  .sureconsent-styles .md\:gap-x-2{
    column-gap: 0.5rem;
  }
  .sureconsent-styles .md\:gap-x-4{
    column-gap: 1rem;
  }
  .sureconsent-styles .md\:gap-x-5{
    column-gap: 1.25rem;
  }
  .sureconsent-styles .md\:gap-x-6{
    column-gap: 1.5rem;
  }
  .sureconsent-styles .md\:gap-x-8{
    column-gap: 2rem;
  }
  .sureconsent-styles .md\:gap-y-2{
    row-gap: 0.5rem;
  }
  .sureconsent-styles .md\:gap-y-4{
    row-gap: 1rem;
  }
  .sureconsent-styles .md\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sureconsent-styles .md\:gap-y-6{
    row-gap: 1.5rem;
  }
  .sureconsent-styles .md\:gap-y-8{
    row-gap: 2rem;
  }
  .sureconsent-styles :is(.md\:space-x-1 > :not([hidden]) ~ :not([hidden])){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sureconsent-styles .md\:self-start{
    align-self: flex-start;
  }
  .sureconsent-styles .md\:self-end{
    align-self: flex-end;
  }
  .sureconsent-styles .md\:self-center{
    align-self: center;
  }
  .sureconsent-styles .md\:self-stretch{
    align-self: stretch;
  }
  .sureconsent-styles .md\:self-baseline{
    align-self: baseline;
  }
  .sureconsent-styles .md\:justify-self-auto{
    justify-self: auto;
  }
  .sureconsent-styles .md\:justify-self-start{
    justify-self: start;
  }
  .sureconsent-styles .md\:justify-self-end{
    justify-self: end;
  }
  .sureconsent-styles .md\:justify-self-center{
    justify-self: center;
  }
  .sureconsent-styles .md\:justify-self-stretch{
    justify-self: stretch;
  }
}

@media (min-width: 1024px){
  .sureconsent-styles .lg\:order-1{
    order: 1;
  }
  .sureconsent-styles .lg\:order-10{
    order: 10;
  }
  .sureconsent-styles .lg\:order-11{
    order: 11;
  }
  .sureconsent-styles .lg\:order-12{
    order: 12;
  }
  .sureconsent-styles .lg\:order-2{
    order: 2;
  }
  .sureconsent-styles .lg\:order-3{
    order: 3;
  }
  .sureconsent-styles .lg\:order-4{
    order: 4;
  }
  .sureconsent-styles .lg\:order-5{
    order: 5;
  }
  .sureconsent-styles .lg\:order-6{
    order: 6;
  }
  .sureconsent-styles .lg\:order-7{
    order: 7;
  }
  .sureconsent-styles .lg\:order-8{
    order: 8;
  }
  .sureconsent-styles .lg\:order-9{
    order: 9;
  }
  .sureconsent-styles .lg\:order-first{
    order: -9999;
  }
  .sureconsent-styles .lg\:order-last{
    order: 9999;
  }
  .sureconsent-styles .lg\:order-none{
    order: 0;
  }
  .sureconsent-styles .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sureconsent-styles .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sureconsent-styles .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .sureconsent-styles .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .sureconsent-styles .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sureconsent-styles .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sureconsent-styles .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sureconsent-styles .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sureconsent-styles .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sureconsent-styles .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sureconsent-styles .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sureconsent-styles .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .sureconsent-styles .lg\:col-start-1{
    grid-column-start: 1;
  }
  .sureconsent-styles .lg\:col-start-10{
    grid-column-start: 10;
  }
  .sureconsent-styles .lg\:col-start-11{
    grid-column-start: 11;
  }
  .sureconsent-styles .lg\:col-start-12{
    grid-column-start: 12;
  }
  .sureconsent-styles .lg\:col-start-2{
    grid-column-start: 2;
  }
  .sureconsent-styles .lg\:col-start-3{
    grid-column-start: 3;
  }
  .sureconsent-styles .lg\:col-start-4{
    grid-column-start: 4;
  }
  .sureconsent-styles .lg\:col-start-5{
    grid-column-start: 5;
  }
  .sureconsent-styles .lg\:col-start-6{
    grid-column-start: 6;
  }
  .sureconsent-styles .lg\:col-start-7{
    grid-column-start: 7;
  }
  .sureconsent-styles .lg\:col-start-8{
    grid-column-start: 8;
  }
  .sureconsent-styles .lg\:col-start-9{
    grid-column-start: 9;
  }
  .sureconsent-styles .lg\:hidden{
    display: none;
  }
  .sureconsent-styles .lg\:w-1\/10{
    width: 10%;
  }
  .sureconsent-styles .lg\:w-1\/11{
    width: 9.0909091%;
  }
  .sureconsent-styles .lg\:w-1\/12{
    width: 8.3333333%;
  }
  .sureconsent-styles .lg\:w-1\/2{
    width: 50%;
  }
  .sureconsent-styles .lg\:w-1\/3{
    width: 33.333333%;
  }
  .sureconsent-styles .lg\:w-1\/4{
    width: 25%;
  }
  .sureconsent-styles .lg\:w-1\/5{
    width: 20%;
  }
  .sureconsent-styles .lg\:w-1\/6{
    width: 16.666667%;
  }
  .sureconsent-styles .lg\:w-1\/7{
    width: 14.2857143%;
  }
  .sureconsent-styles .lg\:w-1\/8{
    width: 12.5%;
  }
  .sureconsent-styles .lg\:w-1\/9{
    width: 11.1111111%;
  }
  .sureconsent-styles .lg\:w-\[47\.5rem\]{
    width: 47.5rem;
  }
  .sureconsent-styles .lg\:w-full{
    width: 100%;
  }
  .sureconsent-styles .lg\:shrink{
    flex-shrink: 1;
  }
  .sureconsent-styles .lg\:shrink-0{
    flex-shrink: 0;
  }
  .sureconsent-styles .lg\:grow{
    flex-grow: 1;
  }
  .sureconsent-styles .lg\:grow-0{
    flex-grow: 0;
  }
  .sureconsent-styles .lg\:grid-flow-row{
    grid-auto-flow: row;
  }
  .sureconsent-styles .lg\:grid-flow-col{
    grid-auto-flow: column;
  }
  .sureconsent-styles .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }
  .sureconsent-styles .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }
  .sureconsent-styles .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sureconsent-styles .lg\:flex-row{
    flex-direction: row;
  }
  .sureconsent-styles .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sureconsent-styles .lg\:flex-col{
    flex-direction: column;
  }
  .sureconsent-styles .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .sureconsent-styles .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .sureconsent-styles .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }
  .sureconsent-styles .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sureconsent-styles .lg\:items-start{
    align-items: flex-start;
  }
  .sureconsent-styles .lg\:items-end{
    align-items: flex-end;
  }
  .sureconsent-styles .lg\:items-center{
    align-items: center;
  }
  .sureconsent-styles .lg\:items-baseline{
    align-items: baseline;
  }
  .sureconsent-styles .lg\:items-stretch{
    align-items: stretch;
  }
  .sureconsent-styles .lg\:justify-normal{
    justify-content: normal;
  }
  .sureconsent-styles .lg\:justify-start{
    justify-content: flex-start;
  }
  .sureconsent-styles .lg\:justify-end{
    justify-content: flex-end;
  }
  .sureconsent-styles .lg\:justify-center{
    justify-content: center;
  }
  .sureconsent-styles .lg\:justify-between{
    justify-content: space-between;
  }
  .sureconsent-styles .lg\:justify-around{
    justify-content: space-around;
  }
  .sureconsent-styles .lg\:justify-evenly{
    justify-content: space-evenly;
  }
  .sureconsent-styles .lg\:justify-stretch{
    justify-content: stretch;
  }
  .sureconsent-styles .lg\:gap-2{
    gap: 0.5rem;
  }
  .sureconsent-styles .lg\:gap-4{
    gap: 1rem;
  }
  .sureconsent-styles .lg\:gap-5{
    gap: 1.25rem;
  }
  .sureconsent-styles .lg\:gap-6{
    gap: 1.5rem;
  }
  .sureconsent-styles .lg\:gap-8{
    gap: 2rem;
  }
  .sureconsent-styles .lg\:gap-x-2{
    column-gap: 0.5rem;
  }
  .sureconsent-styles .lg\:gap-x-4{
    column-gap: 1rem;
  }
  .sureconsent-styles .lg\:gap-x-5{
    column-gap: 1.25rem;
  }
  .sureconsent-styles .lg\:gap-x-6{
    column-gap: 1.5rem;
  }
  .sureconsent-styles .lg\:gap-x-8{
    column-gap: 2rem;
  }
  .sureconsent-styles .lg\:gap-y-2{
    row-gap: 0.5rem;
  }
  .sureconsent-styles .lg\:gap-y-4{
    row-gap: 1rem;
  }
  .sureconsent-styles .lg\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sureconsent-styles .lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .sureconsent-styles .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .sureconsent-styles .lg\:self-start{
    align-self: flex-start;
  }
  .sureconsent-styles .lg\:self-end{
    align-self: flex-end;
  }
  .sureconsent-styles .lg\:self-center{
    align-self: center;
  }
  .sureconsent-styles .lg\:self-stretch{
    align-self: stretch;
  }
  .sureconsent-styles .lg\:self-baseline{
    align-self: baseline;
  }
  .sureconsent-styles .lg\:justify-self-auto{
    justify-self: auto;
  }
  .sureconsent-styles .lg\:justify-self-start{
    justify-self: start;
  }
  .sureconsent-styles .lg\:justify-self-end{
    justify-self: end;
  }
  .sureconsent-styles .lg\:justify-self-center{
    justify-self: center;
  }
  .sureconsent-styles .lg\:justify-self-stretch{
    justify-self: stretch;
  }
}

@media (min-width: 1280px){
  .sureconsent-styles .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sureconsent-styles .xl\:p-8{
    padding: 2rem;
  }
}

.sureconsent-styles .rtl\:right-1:where([dir="rtl"], [dir="rtl"] *){
  right: 0.25rem;
}

.sureconsent-styles .rtl\:right-2\/4:where([dir="rtl"], [dir="rtl"] *){
  right: 50%;
}

.sureconsent-styles .rtl\:before\:right-2\/4:where([dir="rtl"], [dir="rtl"] *)::before{
  content: var(--tw-content);
  right: 50%;
}

.sureconsent-styles :is(.group\/switch:focus-within .rtl\:group-focus-within\/switch\:right-0\.5:where([dir="rtl"], [dir="rtl"] *)){
  right: 0.125rem;
}

.sureconsent-styles :is(.group\/switch:hover .rtl\:group-hover\/switch\:right-0:where([dir="rtl"], [dir="rtl"] *)){
  right: 0px;
}

.sureconsent-styles :is(.group\/switch:hover .rtl\:group-hover\/switch\:right-0\.5:where([dir="rtl"], [dir="rtl"] *)){
  right: 0.125rem;
}

.sureconsent-styles .\[\&\:hover\:has\(\:disabled\)\]\:outline-field-border-disabled:hover:has(:disabled){
  outline-color: #F3F4F6;
}

.sureconsent-styles .\[\&\:hover\:not\(\:focus\)\:not\(\:disabled\)\]\:outline-border-strong:hover:not(:focus):not(:disabled){
  outline-color: #6B7280;
}

.sureconsent-styles .\[\&\:is\(\[data-hover\=true\]\)\]\:rounded-none:is([data-hover=true]){
  border-radius: 0px;
}

.sureconsent-styles .\[\&\:is\(\[data-hover\=true\]\)\]\:bg-brand-background-50:is([data-hover=true]){
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.sureconsent-styles :is(.\[\&\>\*\:not\(svg\)\]\:m-1>*:not(svg)){
  margin: 0.25rem;
}

.sureconsent-styles :is(.\[\&\>\*\:not\(svg\)\]\:mx-1>*:not(svg)){
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.sureconsent-styles :is(.\[\&\>\*\:not\(svg\)\]\:my-0\.5>*:not(svg)){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:box-border>*){
  box-sizing: border-box;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-2xl>*){
  font-size: 1.5rem;
  line-height: 2rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-base>*){
  font-size: 1rem;
  line-height: 1.5rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-lg>*){
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-sm>*){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-xl>*){
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-xs>*){
  font-size: 0.75rem;
  line-height: 1rem;
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-field-color-disabled>*){
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-field-helper>*){
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-field-label>*){
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&\>\*\]\:text-support-error>*){
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&\>li\]\:pointer-events-auto>li){
  pointer-events: auto;
}

.sureconsent-styles :is(.\[\&\>p\]\:m-0>p){
  margin: 0px;
}

.sureconsent-styles :is(.\[\&\>p\]\:w-full>p){
  width: 100%;
}

.sureconsent-styles :is(.\[\&\>span\:first-child\]\:shrink-0>span:first-child){
  flex-shrink: 0;
}

.sureconsent-styles :is(.\[\&\>span\]\:flex>span){
  display: flex;
}

.sureconsent-styles :is(.\[\&\>span\]\:items-center>span){
  align-items: center;
}

.sureconsent-styles :is(.\[\&\>svg\]\:m-1>svg){
  margin: 0.25rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:m-1\.5>svg){
  margin: 0.375rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:block>svg){
  display: block;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-12>svg){
  width: 3rem;
  height: 3rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-3>svg){
  width: 0.75rem;
  height: 0.75rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-3\.5>svg){
  width: 0.875rem;
  height: 0.875rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-4>svg){
  width: 1rem;
  height: 1rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-5>svg){
  width: 1.25rem;
  height: 1.25rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-6>svg){
  width: 1.5rem;
  height: 1.5rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:size-8>svg){
  width: 2rem;
  height: 2rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:h-3>svg){
  height: 0.75rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:h-4>svg){
  height: 1rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:h-5>svg){
  height: 1.25rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:w-3>svg){
  width: 0.75rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:w-4>svg){
  width: 1rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:w-5>svg){
  width: 1.25rem;
}

.sureconsent-styles :is(.\[\&\>svg\]\:shrink-0>svg){
  flex-shrink: 0;
}

.sureconsent-styles :is(.\[\&\>svg\]\:text-icon-interactive>svg){
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&_\*\]\:box-border *){
  box-sizing: border-box;
}

.sureconsent-styles :is(.\[\&_\*\]\:text-sm *){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_\*\]\:leading-5 *){
  line-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:min-h-5 .editor-content>p){
  min-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:min-h-6 .editor-content>p){
  min-height: 1.5rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:min-h-7 .editor-content>p){
  min-height: 1.75rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:content-center .editor-content>p){
  align-content: center;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:text-base .editor-content>p){
  font-size: 1rem;
  line-height: 1.5rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:text-sm .editor-content>p){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:text-xs .editor-content>p){
  font-size: 0.75rem;
  line-height: 1rem;
}

.sureconsent-styles :is(.\[\&_\.editor-content\>p\]\:font-normal .editor-content>p){
  font-weight: 400;
}

.sureconsent-styles :is(.\[\&_\.pointer-events-none\]\:text-base .pointer-events-none){
  font-size: 1rem;
  line-height: 1.5rem;
}

.sureconsent-styles :is(.\[\&_\.pointer-events-none\]\:text-sm .pointer-events-none){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_\.pointer-events-none\]\:text-xs .pointer-events-none){
  font-size: 0.75rem;
  line-height: 1rem;
}

.sureconsent-styles :is(.\[\&_\.pointer-events-none\]\:font-normal .pointer-events-none){
  font-weight: 400;
}

.sureconsent-styles :is(.\[\&_p\]\:m-0 p){
  margin: 0px;
}

.sureconsent-styles :is(.\[\&_p\]\:text-badge-color-disabled p){
  --tw-text-opacity: 1;
  color: rgb(189 193 199 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&_svg\]\:size-3 svg){
  width: 0.75rem;
  height: 0.75rem;
}

.sureconsent-styles :is(.\[\&_svg\]\:size-4 svg){
  width: 1rem;
  height: 1rem;
}

.sureconsent-styles :is(.\[\&_svg\]\:size-5 svg){
  width: 1.25rem;
  height: 1.25rem;
}

.sureconsent-styles :is(.\[\&_svg\]\:size-6 svg){
  width: 1.5rem;
  height: 1.5rem;
}

.sureconsent-styles :is(.\[\&_svg\]\:text-brand-800 svg){
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.sureconsent-styles :is(.\[\&_svg\]\:text-icon-secondary svg){
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

