.social-ocean *, .social-ocean ::before, .social-ocean ::after {
  --so-tw-border-spacing-x: 0;
  --so-tw-border-spacing-y: 0;
  --so-tw-translate-x: 0;
  --so-tw-translate-y: 0;
  --so-tw-rotate: 0;
  --so-tw-skew-x: 0;
  --so-tw-skew-y: 0;
  --so-tw-scale-x: 1;
  --so-tw-scale-y: 1;
  --so-tw-pan-x:  ;
  --so-tw-pan-y:  ;
  --so-tw-pinch-zoom:  ;
  --so-tw-scroll-snap-strictness: proximity;
  --so-tw-gradient-from-position:  ;
  --so-tw-gradient-via-position:  ;
  --so-tw-gradient-to-position:  ;
  --so-tw-ordinal:  ;
  --so-tw-slashed-zero:  ;
  --so-tw-numeric-figure:  ;
  --so-tw-numeric-spacing:  ;
  --so-tw-numeric-fraction:  ;
  --so-tw-ring-inset:  ;
  --so-tw-ring-offset-width: 0px;
  --so-tw-ring-offset-color: #fff;
  --so-tw-ring-color: rgb(59 130 246 / 0.5);
  --so-tw-ring-offset-shadow: 0 0 #0000;
  --so-tw-ring-shadow: 0 0 #0000;
  --so-tw-shadow: 0 0 #0000;
  --so-tw-shadow-colored: 0 0 #0000;
  --so-tw-blur:  ;
  --so-tw-brightness:  ;
  --so-tw-contrast:  ;
  --so-tw-grayscale:  ;
  --so-tw-hue-rotate:  ;
  --so-tw-invert:  ;
  --so-tw-saturate:  ;
  --so-tw-sepia:  ;
  --so-tw-drop-shadow:  ;
  --so-tw-backdrop-blur:  ;
  --so-tw-backdrop-brightness:  ;
  --so-tw-backdrop-contrast:  ;
  --so-tw-backdrop-grayscale:  ;
  --so-tw-backdrop-hue-rotate:  ;
  --so-tw-backdrop-invert:  ;
  --so-tw-backdrop-opacity:  ;
  --so-tw-backdrop-saturate:  ;
  --so-tw-backdrop-sepia:  ;
  --so-tw-contain-size:  ;
  --so-tw-contain-layout:  ;
  --so-tw-contain-paint:  ;
  --so-tw-contain-style:  ;
}

.social-ocean ::backdrop {
  --so-tw-border-spacing-x: 0;
  --so-tw-border-spacing-y: 0;
  --so-tw-translate-x: 0;
  --so-tw-translate-y: 0;
  --so-tw-rotate: 0;
  --so-tw-skew-x: 0;
  --so-tw-skew-y: 0;
  --so-tw-scale-x: 1;
  --so-tw-scale-y: 1;
  --so-tw-pan-x:  ;
  --so-tw-pan-y:  ;
  --so-tw-pinch-zoom:  ;
  --so-tw-scroll-snap-strictness: proximity;
  --so-tw-gradient-from-position:  ;
  --so-tw-gradient-via-position:  ;
  --so-tw-gradient-to-position:  ;
  --so-tw-ordinal:  ;
  --so-tw-slashed-zero:  ;
  --so-tw-numeric-figure:  ;
  --so-tw-numeric-spacing:  ;
  --so-tw-numeric-fraction:  ;
  --so-tw-ring-inset:  ;
  --so-tw-ring-offset-width: 0px;
  --so-tw-ring-offset-color: #fff;
  --so-tw-ring-color: rgb(59 130 246 / 0.5);
  --so-tw-ring-offset-shadow: 0 0 #0000;
  --so-tw-ring-shadow: 0 0 #0000;
  --so-tw-shadow: 0 0 #0000;
  --so-tw-shadow-colored: 0 0 #0000;
  --so-tw-blur:  ;
  --so-tw-brightness:  ;
  --so-tw-contrast:  ;
  --so-tw-grayscale:  ;
  --so-tw-hue-rotate:  ;
  --so-tw-invert:  ;
  --so-tw-saturate:  ;
  --so-tw-sepia:  ;
  --so-tw-drop-shadow:  ;
  --so-tw-backdrop-blur:  ;
  --so-tw-backdrop-brightness:  ;
  --so-tw-backdrop-contrast:  ;
  --so-tw-backdrop-grayscale:  ;
  --so-tw-backdrop-hue-rotate:  ;
  --so-tw-backdrop-invert:  ;
  --so-tw-backdrop-opacity:  ;
  --so-tw-backdrop-saturate:  ;
  --so-tw-backdrop-sepia:  ;
  --so-tw-contain-size:  ;
  --so-tw-contain-layout:  ;
  --so-tw-contain-paint:  ;
  --so-tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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)
*/

.social-ocean *,
.social-ocean ::before,
.social-ocean ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.social-ocean ::before,
.social-ocean ::after {
  --so-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
*/

.social-ocean,
.social-ocean {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--so-font-sans), sans-serif; /* 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.
*/

.social-ocean {
  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.
*/

.social-ocean hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.social-ocean abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.social-ocean h1,
.social-ocean h2,
.social-ocean h3,
.social-ocean h4,
.social-ocean h5,
.social-ocean h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.social-ocean a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.social-ocean b,
.social-ocean 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.
*/

.social-ocean code,
.social-ocean kbd,
.social-ocean samp,
.social-ocean 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.
*/

.social-ocean small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.social-ocean sub,
.social-ocean sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.social-ocean sub {
  bottom: -0.25em;
}

.social-ocean 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.
*/

.social-ocean 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.
*/

.social-ocean button,
.social-ocean input,
.social-ocean optgroup,
.social-ocean select,
.social-ocean 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.
*/

.social-ocean button,
.social-ocean select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.social-ocean button,
.social-ocean input:where([type='button']),
.social-ocean input:where([type='reset']),
.social-ocean 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.
*/

.social-ocean :-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)
*/

.social-ocean :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.social-ocean progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.social-ocean ::-webkit-inner-spin-button,
.social-ocean ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.social-ocean [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.social-ocean ::-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.
*/

.social-ocean ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.social-ocean summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.social-ocean blockquote,
.social-ocean dl,
.social-ocean dd,
.social-ocean h1,
.social-ocean h2,
.social-ocean h3,
.social-ocean h4,
.social-ocean h5,
.social-ocean h6,
.social-ocean hr,
.social-ocean figure,
.social-ocean p,
.social-ocean pre {
  margin: 0;
}

.social-ocean fieldset {
  margin: 0;
  padding: 0;
}

.social-ocean legend {
  padding: 0;
}

.social-ocean ol,
.social-ocean ul,
.social-ocean menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
.social-ocean dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.social-ocean 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.
*/

.social-ocean input::-moz-placeholder, .social-ocean textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.social-ocean input::placeholder,
.social-ocean textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.social-ocean button,
.social-ocean [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.social-ocean :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.
*/

.social-ocean img,
.social-ocean svg,
.social-ocean video,
.social-ocean canvas,
.social-ocean audio,
.social-ocean iframe,
.social-ocean embed,
.social-ocean 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)
*/

.social-ocean img,
.social-ocean video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.social-ocean [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  .social-ocean {
    --so-background: 0 0% 100%;
    --so-foreground: 222.2 47.4% 11.2%;

    --so-muted: 210 40% 96.1%;
    --so-muted-foreground: 215.4 16.3% 46.9%;

    --so-popover: 0 0% 100%;
    --so-popover-foreground: 222.2 47.4% 11.2%;

    --so-border: 214.3 31.8% 91.4%;
    --so-input: 214.3 31.8% 91.4%;

    --so-card: 0 0% 100%;
    --so-card-foreground: 222.2 47.4% 11.2%;

    --so-primary: 222.2 47.4% 11.2%;
    --so-primary-foreground: 210 40% 98%;

    --so-secondary: 210 40% 96.1%;
    --so-secondary-foreground: 222.2 47.4% 11.2%;

    --so-accent: 210 40% 96.1%;
    --so-accent-foreground: 222.2 47.4% 11.2%;

    --so-destructive: 0 100% 50%;
    --so-destructive-foreground: 210 40% 98%;

    --so-ring: 215 20.2% 65.1%;

    --so-widget-button: 357 87% 88%;
    --so-widget-feedback: 0 0% 96%;
    --so-widget-icon: #4a90e2;
    --so-widget-icon-hover: #4a90e2;

    --so-radius: 0.5rem;
  }

  .social-ocean .dark {
    --so-background: 224 71% 4%;
    --so-foreground: 213 31% 91%;

    --so-muted: 223 47% 11%;
    --so-muted-foreground: 215.4 16.3% 56.9%;

    --so-accent: 216 34% 17%;
    --so-accent-foreground: 210 40% 98%;

    --so-popover: 224 71% 4%;
    --so-popover-foreground: 215 20.2% 65.1%;

    --so-border: 216 34% 17%;
    --so-input: 216 34% 17%;

    --so-card: 224 71% 4%;
    --so-card-foreground: 213 31% 91%;

    --so-primary: 210 40% 98%;
    --so-primary-foreground: 222.2 47.4% 1.2%;

    --so-secondary: 222.2 47.4% 11.2%;
    --so-secondary-foreground: 210 40% 98%;

    --so-destructive: 0 63% 31%;
    --so-destructive-foreground: 210 40% 98%;

    --so-ring: 216 34% 17%;

    --so-radius: 0.5rem;
  }
  .social-ocean * {
  border-color: hsl(var(--so-border));
}
  .social-ocean {
  background-color: hsl(var(--so-background));
  color: hsl(var(--so-foreground));
    font-feature-settings: "rlig" 1, "calt" 1;
}

  .social-ocean .bg-dialog-open-rating {
  background-color: rgb(120 113 108 / 0.6);
}

  .social-ocean .opacity-dialog-open-rating {
  opacity: 0.5 !important;
}

  .social-ocean div:empty {
  display: inline !important;
}
  .social-ocean * {
  border-color: hsl(var(--so-border));
  outline-color: hsl(var(--so-ring) / 0.5);
}
  .social-ocean {
  background-color: hsl(var(--so-background));
  color: hsl(var(--so-foreground));
}
.social-ocean .\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.social-ocean .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .social-ocean .\!container {
    max-width: 1400px !important;
  }

  .social-ocean .container {
    max-width: 1400px;
  }
}
.social-ocean .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;
}
.social-ocean .visible {
  visibility: visible;
}
.social-ocean .invisible {
  visibility: hidden;
}
.social-ocean .fixed {
  position: fixed;
}
.social-ocean .absolute {
  position: absolute;
}
.social-ocean .relative {
  position: relative;
}
.social-ocean .sticky {
  position: sticky;
}
.social-ocean .inset-0 {
  inset: 0px;
}
.social-ocean .inset-x-0 {
  left: 0px;
  right: 0px;
}
.social-ocean .\!left-\[50\%\] {
  left: 50% !important;
}
.social-ocean .\!top-\[18\%\] {
  top: 18% !important;
}
.social-ocean .bottom-0 {
  bottom: 0px;
}
.social-ocean .bottom-1 {
  bottom: 0.25rem;
}
.social-ocean .bottom-16 {
  bottom: 4rem;
}
.social-ocean .bottom-18 {
  bottom: 4.5rem;
}
.social-ocean .bottom-20 {
  bottom: 5rem;
}
.social-ocean .bottom-27\.5 {
  bottom: 6.875rem;
}
.social-ocean .bottom-38 {
  bottom: 9.5rem;
}
.social-ocean .bottom-5 {
  bottom: 1.25rem;
}
.social-ocean .bottom-6 {
  bottom: 1.5rem;
}
.social-ocean .left-1 {
  left: 0.25rem;
}
.social-ocean .left-6 {
  left: 1.5rem;
}
.social-ocean .left-\[50\%\] {
  left: 50%;
}
.social-ocean .right-0 {
  right: 0px;
}
.social-ocean .right-1 {
  right: 0.25rem;
}
.social-ocean .right-3 {
  right: 0.75rem;
}
.social-ocean .right-5 {
  right: 1.25rem;
}
.social-ocean .right-6 {
  right: 1.5rem;
}
.social-ocean .top-0 {
  top: 0px;
}
.social-ocean .top-3 {
  top: 0.75rem;
}
.social-ocean .top-\[50\%\] {
  top: 50%;
}
.social-ocean .-z-10 {
  z-index: -10;
}
.social-ocean .z-10 {
  z-index: 10;
}
.social-ocean .z-40 {
  z-index: 40;
}
.social-ocean .z-50 {
  z-index: 50;
}
.social-ocean .z-\[1000\] {
  z-index: 1000;
}
.social-ocean .z-\[99999\] {
  z-index: 99999;
}
.social-ocean .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.social-ocean .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.social-ocean .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.social-ocean .mb-1\.5 {
  margin-bottom: 0.375rem;
}
.social-ocean .mb-2 {
  margin-bottom: 0.5rem;
}
.social-ocean .mb-4 {
  margin-bottom: 1rem;
}
.social-ocean .mb-6 {
  margin-bottom: 1.5rem;
}
.social-ocean .mb-8 {
  margin-bottom: 2rem;
}
.social-ocean .ml-1 {
  margin-left: 0.25rem;
}
.social-ocean .mr-2 {
  margin-right: 0.5rem;
}
.social-ocean .mt-0\.5 {
  margin-top: 0.125rem;
}
.social-ocean .mt-1 {
  margin-top: 0.25rem;
}
.social-ocean .mt-2 {
  margin-top: 0.5rem;
}
.social-ocean .mt-24 {
  margin-top: 6rem;
}
.social-ocean .mt-3 {
  margin-top: 0.75rem;
}
.social-ocean .mt-4 {
  margin-top: 1rem;
}
.social-ocean .mt-5 {
  margin-top: 1.25rem;
}
.social-ocean .mt-auto {
  margin-top: auto;
}
.social-ocean .block {
  display: block;
}
.social-ocean .inline-block {
  display: inline-block;
}
.social-ocean .flex {
  display: flex;
}
.social-ocean .inline-flex {
  display: inline-flex;
}
.social-ocean .grid {
  display: grid;
}
.social-ocean .hidden {
  display: none;
}
.social-ocean .\!size-12 {
  width: 3rem !important;
  height: 3rem !important;
}
.social-ocean .\!size-16 {
  width: 4rem !important;
  height: 4rem !important;
}
.social-ocean .size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.social-ocean .size-4 {
  width: 1rem;
  height: 1rem;
}
.social-ocean .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.social-ocean .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.social-ocean .size-8 {
  width: 2rem;
  height: 2rem;
}
.social-ocean .size-\[60px\] {
  width: 60px;
  height: 60px;
}
.social-ocean .h-1 {
  height: 0.25rem;
}
.social-ocean .h-10 {
  height: 2.5rem;
}
.social-ocean .h-11 {
  height: 2.75rem;
}
.social-ocean .h-16 {
  height: 4rem;
}
.social-ocean .h-2\.5 {
  height: 0.625rem;
}
.social-ocean .h-44 {
  height: 11rem;
}
.social-ocean .h-5 {
  height: 1.25rem;
}
.social-ocean .h-6 {
  height: 1.5rem;
}
.social-ocean .h-9 {
  height: 2.25rem;
}
.social-ocean .h-\[1\.5rem\] {
  height: 1.5rem;
}
.social-ocean .h-\[190px\] {
  height: 190px;
}
.social-ocean .h-\[85vh\] {
  height: 85vh;
}
.social-ocean .h-auto {
  height: auto;
}
.social-ocean .h-full {
  height: 100%;
}
.social-ocean .h-screen {
  height: 100vh;
}
.social-ocean .min-h-3 {
  min-height: 0.75rem;
}
.social-ocean .min-h-4 {
  min-height: 1rem;
}
.social-ocean .min-h-5 {
  min-height: 1.25rem;
}
.social-ocean .min-h-6 {
  min-height: 1.5rem;
}
.social-ocean .min-h-8 {
  min-height: 2rem;
}
.social-ocean .min-h-screen {
  min-height: 100vh;
}
.social-ocean .w-10 {
  width: 2.5rem;
}
.social-ocean .w-12 {
  width: 3rem;
}
.social-ocean .w-2\.5 {
  width: 0.625rem;
}
.social-ocean .w-40 {
  width: 10rem;
}
.social-ocean .w-5 {
  width: 1.25rem;
}
.social-ocean .w-6 {
  width: 1.5rem;
}
.social-ocean .w-60 {
  width: 15rem;
}
.social-ocean .w-\[1\.3rem\] {
  width: 1.3rem;
}
.social-ocean .w-\[60px\] {
  width: 60px;
}
.social-ocean .w-\[calc\(98\%\)\] {
  width: calc(98%);
}
.social-ocean .w-full {
  width: 100%;
}
.social-ocean .w-screen {
  width: 100vw;
}
.social-ocean .min-w-3 {
  min-width: 0.75rem;
}
.social-ocean .min-w-4 {
  min-width: 1rem;
}
.social-ocean .min-w-5 {
  min-width: 1.25rem;
}
.social-ocean .min-w-6 {
  min-width: 1.5rem;
}
.social-ocean .min-w-8 {
  min-width: 2rem;
}
.social-ocean .max-w-2xl {
  max-width: 42rem;
}
.social-ocean .max-w-\[650px\] {
  max-width: 650px;
}
.social-ocean .max-w-lg {
  max-width: 32rem;
}
.social-ocean .max-w-md {
  max-width: 28rem;
}
.social-ocean .max-w-sm {
  max-width: 24rem;
}
.social-ocean .max-w-xl {
  max-width: 36rem;
}
.social-ocean .flex-1 {
  flex: 1 1 0%;
}
.social-ocean .translate-x-\[-50\%\] {
  --so-tw-translate-x: -50%;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .translate-y-\[-50\%\] {
  --so-tw-translate-y: -50%;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .-scale-x-100 {
  --so-tw-scale-x: -1;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .transform {
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .transform-gpu {
  transform: translate3d(var(--so-tw-translate-x), var(--so-tw-translate-y), 0) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.social-ocean .animate-spin {
  animation: spin 1s linear infinite;
}
.social-ocean .cursor-not-allowed {
  cursor: not-allowed;
}
.social-ocean .cursor-pointer {
  cursor: pointer;
}
.social-ocean .touch-none {
  touch-action: none;
}
.social-ocean .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.social-ocean .flex-row {
  flex-direction: row;
}
.social-ocean .flex-col {
  flex-direction: column;
}
.social-ocean .flex-col-reverse {
  flex-direction: column-reverse;
}
.social-ocean .flex-wrap {
  flex-wrap: wrap;
}
.social-ocean .items-start {
  align-items: flex-start;
}
.social-ocean .items-center {
  align-items: center;
}
.social-ocean .items-baseline {
  align-items: baseline;
}
.social-ocean .justify-end {
  justify-content: flex-end;
}
.social-ocean .justify-center {
  justify-content: center;
}
.social-ocean .justify-between {
  justify-content: space-between;
}
.social-ocean .justify-around {
  justify-content: space-around;
}
.social-ocean .gap-1 {
  gap: 0.25rem;
}
.social-ocean .gap-1\.5 {
  gap: 0.375rem;
}
.social-ocean .gap-2 {
  gap: 0.5rem;
}
.social-ocean .gap-4 {
  gap: 1rem;
}
.social-ocean .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--so-tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--so-tw-space-x-reverse)));
}
.social-ocean .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--so-tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--so-tw-space-x-reverse)));
}
.social-ocean .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--so-tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--so-tw-space-y-reverse));
}
.social-ocean .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--so-tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--so-tw-space-y-reverse));
}
.social-ocean .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--so-tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--so-tw-space-y-reverse));
}
.social-ocean .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --so-tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--so-tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--so-tw-space-y-reverse));
}
.social-ocean .divide-y > :not([hidden]) ~ :not([hidden]) {
  --so-tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--so-tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--so-tw-divide-y-reverse));
}
.social-ocean .divide-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(var(--so-border));
}
.social-ocean .overflow-hidden {
  overflow: hidden;
}
.social-ocean .overflow-y-auto {
  overflow-y: auto;
}
.social-ocean .whitespace-nowrap {
  white-space: nowrap;
}
.social-ocean .\!rounded-3xl {
  border-radius: 1.5rem !important;
}
.social-ocean .\!rounded-xl {
  border-radius: 0.75rem !important;
}
.social-ocean .rounded {
  border-radius: 0.25rem;
}
.social-ocean .rounded-2xl {
  border-radius: 1rem;
}
.social-ocean .rounded-\[inherit\] {
  border-radius: inherit;
}
.social-ocean .rounded-full {
  border-radius: 9999px;
}
.social-ocean .rounded-lg {
  border-radius: var(--so-radius);
}
.social-ocean .rounded-md {
  border-radius: calc(var(--so-radius) - 2px);
}
.social-ocean .rounded-xl {
  border-radius: 0.75rem;
}
.social-ocean .rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.social-ocean .rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.social-ocean .border {
  border-width: 1px;
}
.social-ocean .border-0 {
  border-width: 0px;
}
.social-ocean .border-b {
  border-bottom-width: 1px;
}
.social-ocean .border-l {
  border-left-width: 1px;
}
.social-ocean .border-t {
  border-top-width: 1px;
}
.social-ocean .border-blue-500 {
  --so-tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--so-tw-border-opacity, 1));
}
.social-ocean .border-destructive {
  border-color: hsl(var(--so-destructive));
}
.social-ocean .border-destructive\/80 {
  border-color: hsl(var(--so-destructive) / 0.8);
}
.social-ocean .border-gray-300 {
  --so-tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--so-tw-border-opacity, 1));
}
.social-ocean .border-input {
  border-color: hsl(var(--so-input));
}
.social-ocean .border-neutral-200 {
  --so-tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--so-tw-border-opacity, 1));
}
.social-ocean .border-neutral-500 {
  --so-tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--so-tw-border-opacity, 1));
}
.social-ocean .border-primary {
  border-color: hsl(var(--so-primary));
}
.social-ocean .border-transparent {
  border-color: transparent;
}
.social-ocean .border-l-transparent {
  border-left-color: transparent;
}
.social-ocean .border-t-transparent {
  border-top-color: transparent;
}
.social-ocean .\!bg-widget-button {
  background-color: hsl(var(--so-widget-button)) !important;
}
.social-ocean .bg-\[\#1D92B4\] {
  --so-tw-bg-opacity: 1;
  background-color: rgb(29 146 180 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-\[\#979797\] {
  --so-tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-background {
  background-color: hsl(var(--so-background));
}
.social-ocean .bg-black {
  --so-tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.social-ocean .bg-blue-500 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-blue-600 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-border {
  background-color: hsl(var(--so-border));
}
.social-ocean .bg-destructive {
  background-color: hsl(var(--so-destructive));
}
.social-ocean .bg-gray-100 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-gray-200 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-gray-500 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-gray-800 {
  --so-tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-primary {
  background-color: hsl(var(--so-primary));
}
.social-ocean .bg-secondary {
  background-color: hsl(var(--so-secondary));
}
.social-ocean .bg-transparent {
  background-color: transparent;
}
.social-ocean .bg-white {
  --so-tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .bg-widget-button {
  background-color: hsl(var(--so-widget-button));
}
.social-ocean .bg-widget-feedback {
  background-color: hsl(var(--so-widget-feedback));
}
.social-ocean .bg-opacity-\[0\.03\] {
  --so-tw-bg-opacity: 0.03;
}
.social-ocean .bg-opacity-\[0\.18\] {
  --so-tw-bg-opacity: 0.18;
}
.social-ocean .fill-current {
  fill: currentColor;
}
.social-ocean .fill-red-500 {
  fill: #ef4444;
}
.social-ocean .fill-white {
  fill: #fff;
}
.social-ocean .p-0 {
  padding: 0px;
}
.social-ocean .p-1 {
  padding: 0.25rem;
}
.social-ocean .p-10 {
  padding: 2.5rem;
}
.social-ocean .p-2 {
  padding: 0.5rem;
}
.social-ocean .p-3 {
  padding: 0.75rem;
}
.social-ocean .p-4 {
  padding: 1rem;
}
.social-ocean .p-6 {
  padding: 1.5rem;
}
.social-ocean .p-8 {
  padding: 2rem;
}
.social-ocean .p-\[1px\] {
  padding: 1px;
}
.social-ocean .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.social-ocean .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.social-ocean .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.social-ocean .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.social-ocean .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.social-ocean .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.social-ocean .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.social-ocean .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.social-ocean .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.social-ocean .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.social-ocean .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.social-ocean .pb-6 {
  padding-bottom: 1.5rem;
}
.social-ocean .pr-2\.5 {
  padding-right: 0.625rem;
}
.social-ocean .pt-14 {
  padding-top: 3.5rem;
}
.social-ocean .pt-5 {
  padding-top: 1.25rem;
}
.social-ocean .pt-\[2\%\] {
  padding-top: 2%;
}
.social-ocean .text-left {
  text-align: left;
}
.social-ocean .text-center {
  text-align: center;
}
.social-ocean .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.social-ocean .font-sans {
  font-family: var(--so-font-sans), sans-serif;
}
.social-ocean .text-2sm {
  font-size: 0.90625rem;
}
.social-ocean .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.social-ocean .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.social-ocean .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.social-ocean .text-\[1\.2em\] {
  font-size: 1.2em;
}
.social-ocean .text-\[16px\] {
  font-size: 16px;
}
.social-ocean .text-\[2\.5em\] {
  font-size: 2.5em;
}
.social-ocean .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.social-ocean .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.social-ocean .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.social-ocean .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.social-ocean .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.social-ocean .font-bold {
  font-weight: 700;
}
.social-ocean .font-extrabold {
  font-weight: 800;
}
.social-ocean .font-extralight {
  font-weight: 200;
}
.social-ocean .font-medium {
  font-weight: 500;
}
.social-ocean .font-normal {
  font-weight: 400;
}
.social-ocean .font-semibold {
  font-weight: 600;
}
.social-ocean .leading-none {
  line-height: 1;
}
.social-ocean .leading-relaxed {
  line-height: 1.625;
}
.social-ocean .leading-snug {
  line-height: 1.375;
}
.social-ocean .leading-tight {
  line-height: 1.25;
}
.social-ocean .tracking-\[0\.005em\] {
  letter-spacing: 0.005em;
}
.social-ocean .tracking-tight {
  letter-spacing: -0.025em;
}
.social-ocean .text-\[\#1D92B4\] {
  --so-tw-text-opacity: 1;
  color: rgb(29 146 180 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-\[\#2C2C2C\] {
  --so-tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-\[\#F6A7AB\] {
  --so-tw-text-opacity: 1;
  color: rgb(246 167 171 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-black {
  --so-tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-blue-500 {
  --so-tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-destructive {
  color: hsl(var(--so-destructive));
}
.social-ocean .text-destructive-foreground {
  color: hsl(var(--so-destructive-foreground));
}
.social-ocean .text-foreground {
  color: hsl(var(--so-foreground));
}
.social-ocean .text-gray-600 {
  --so-tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-gray-700 {
  --so-tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-muted-foreground {
  color: hsl(var(--so-muted-foreground));
}
.social-ocean .text-primary {
  color: hsl(var(--so-primary));
}
.social-ocean .text-primary-foreground {
  color: hsl(var(--so-primary-foreground));
}
.social-ocean .text-red-500 {
  --so-tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-secondary-foreground {
  color: hsl(var(--so-secondary-foreground));
}
.social-ocean .text-slate-900 {
  --so-tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-white {
  --so-tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--so-tw-text-opacity, 1));
}
.social-ocean .text-opacity-70 {
  --so-tw-text-opacity: 0.7;
}
.social-ocean .underline {
  text-decoration-line: underline;
}
.social-ocean .no-underline {
  text-decoration-line: none;
}
.social-ocean .decoration-slate-700 {
  text-decoration-color: #334155;
}
.social-ocean .decoration-dashed {
  text-decoration-style: dashed;
}
.social-ocean .underline-offset-2 {
  text-underline-offset: 2px;
}
.social-ocean .underline-offset-4 {
  text-underline-offset: 4px;
}
.social-ocean .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-ocean .\!opacity-100 {
  opacity: 1 !important;
}
.social-ocean .opacity-100 {
  opacity: 1;
}
.social-ocean .opacity-70 {
  opacity: 0.7;
}
.social-ocean .opacity-80 {
  opacity: 0.8;
}
.social-ocean .opacity-\[0\.88\] {
  opacity: 0.88;
}
.social-ocean .shadow {
  --so-tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --so-tw-shadow-colored: 0 1px 3px 0 var(--so-tw-shadow-color), 0 1px 2px -1px var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .shadow-\[0_8px_30px_rgb\(0\2c 0\2c 0\2c 0\.12\)\] {
  --so-tw-shadow: 0 8px 30px rgb(0,0,0,0.12);
  --so-tw-shadow-colored: 0 8px 30px var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .shadow-\[0px_5px_20px_rgba\(198\2c 198\2c 198\2c 1\)\] {
  --so-tw-shadow: 0px 5px 20px rgba(198,198,198,1);
  --so-tw-shadow-colored: 0px 5px 20px var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .shadow-lg {
  --so-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --so-tw-shadow-colored: 0 10px 15px -3px var(--so-tw-shadow-color), 0 4px 6px -4px var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .shadow-none {
  --so-tw-shadow: 0 0 #0000;
  --so-tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .shadow-sm {
  --so-tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --so-tw-shadow-colored: 0 1px 2px 0 var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.social-ocean .outline {
  outline-style: solid;
}
.social-ocean .outline-destructive {
  outline-color: hsl(var(--so-destructive));
}
.social-ocean .outline-primary {
  outline-color: hsl(var(--so-primary));
}
.social-ocean .ring-offset-background {
  --so-tw-ring-offset-color: hsl(var(--so-background));
}
.social-ocean .ring-offset-white {
  --so-tw-ring-offset-color: #fff;
}
.social-ocean .drop-shadow-sm {
  --so-tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--so-tw-blur) var(--so-tw-brightness) var(--so-tw-contrast) var(--so-tw-grayscale) var(--so-tw-hue-rotate) var(--so-tw-invert) var(--so-tw-saturate) var(--so-tw-sepia) var(--so-tw-drop-shadow);
}
.social-ocean .backdrop-blur-lg {
  --so-tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--so-tw-backdrop-blur) var(--so-tw-backdrop-brightness) var(--so-tw-backdrop-contrast) var(--so-tw-backdrop-grayscale) var(--so-tw-backdrop-hue-rotate) var(--so-tw-backdrop-invert) var(--so-tw-backdrop-opacity) var(--so-tw-backdrop-saturate) var(--so-tw-backdrop-sepia);
  backdrop-filter: var(--so-tw-backdrop-blur) var(--so-tw-backdrop-brightness) var(--so-tw-backdrop-contrast) var(--so-tw-backdrop-grayscale) var(--so-tw-backdrop-hue-rotate) var(--so-tw-backdrop-invert) var(--so-tw-backdrop-opacity) var(--so-tw-backdrop-saturate) var(--so-tw-backdrop-sepia);
}
.social-ocean .backdrop-blur-sm {
  --so-tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--so-tw-backdrop-blur) var(--so-tw-backdrop-brightness) var(--so-tw-backdrop-contrast) var(--so-tw-backdrop-grayscale) var(--so-tw-backdrop-hue-rotate) var(--so-tw-backdrop-invert) var(--so-tw-backdrop-opacity) var(--so-tw-backdrop-saturate) var(--so-tw-backdrop-sepia);
  backdrop-filter: var(--so-tw-backdrop-blur) var(--so-tw-backdrop-brightness) var(--so-tw-backdrop-contrast) var(--so-tw-backdrop-grayscale) var(--so-tw-backdrop-hue-rotate) var(--so-tw-backdrop-invert) var(--so-tw-backdrop-opacity) var(--so-tw-backdrop-saturate) var(--so-tw-backdrop-sepia);
}
.social-ocean .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-ocean .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-ocean .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;
}
.social-ocean .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-ocean .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-ocean .duration-150 {
  transition-duration: 150ms;
}
.social-ocean .duration-200 {
  transition-duration: 200ms;
}
.social-ocean .duration-300 {
  transition-duration: 300ms;
}
.social-ocean .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-ocean .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--so-tw-enter-opacity, 1);
    transform: translate3d(var(--so-tw-enter-translate-x, 0), var(--so-tw-enter-translate-y, 0), 0) scale3d(var(--so-tw-enter-scale, 1), var(--so-tw-enter-scale, 1), var(--so-tw-enter-scale, 1)) rotate(var(--so-tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--so-tw-exit-opacity, 1);
    transform: translate3d(var(--so-tw-exit-translate-x, 0), var(--so-tw-exit-translate-y, 0), 0) scale3d(var(--so-tw-exit-scale, 1), var(--so-tw-exit-scale, 1), var(--so-tw-exit-scale, 1)) rotate(var(--so-tw-exit-rotate, 0));
  }
}
.social-ocean .duration-150 {
  animation-duration: 150ms;
}
.social-ocean .duration-200 {
  animation-duration: 200ms;
}
.social-ocean .duration-300 {
  animation-duration: 300ms;
}
.social-ocean .ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-ocean .ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.social-ocean .file\:border-0::file-selector-button {
  border-width: 0px;
}
.social-ocean .file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.social-ocean .file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.social-ocean .file\:font-medium::file-selector-button {
  font-weight: 500;
}
.social-ocean .placeholder\:text-gray-400::-moz-placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--so-tw-text-opacity, 1));
}
.social-ocean .placeholder\:text-gray-400::placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--so-tw-text-opacity, 1));
}
.social-ocean .placeholder\:text-neutral-500::-moz-placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--so-tw-text-opacity, 1));
}
.social-ocean .placeholder\:text-neutral-500::placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--so-tw-text-opacity, 1));
}
.social-ocean .after\:absolute::after {
  content: var(--so-tw-content);
  position: absolute;
}
.social-ocean .after\:bottom-2::after {
  content: var(--so-tw-content);
  bottom: 0.5rem;
}
.social-ocean .after\:h-\[1px\]::after {
  content: var(--so-tw-content);
  height: 1px;
}
.social-ocean .after\:w-2\/3::after {
  content: var(--so-tw-content);
  width: 66.666667%;
}
.social-ocean .after\:origin-bottom-right::after {
  content: var(--so-tw-content);
  transform-origin: bottom right;
}
.social-ocean .after\:scale-x-0::after {
  content: var(--so-tw-content);
  --so-tw-scale-x: 0;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .after\:bg-primary::after {
  content: var(--so-tw-content);
  background-color: hsl(var(--so-primary));
}
.social-ocean .after\:transition-transform::after {
  content: var(--so-tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.social-ocean .after\:duration-300::after {
  content: var(--so-tw-content);
  transition-duration: 300ms;
}
.social-ocean .after\:ease-in-out::after {
  content: var(--so-tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-ocean .after\:duration-300::after {
  content: var(--so-tw-content);
  animation-duration: 300ms;
}
.social-ocean .after\:ease-in-out::after {
  content: var(--so-tw-content);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social-ocean .hover\:scale-105:hover {
  --so-tw-scale-x: 1.05;
  --so-tw-scale-y: 1.05;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .hover\:border-gray-400:hover {
  --so-tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--so-tw-border-opacity, 1));
}
.social-ocean .hover\:bg-accent:hover {
  background-color: hsl(var(--so-accent));
}
.social-ocean .hover\:bg-blue-500:hover {
  --so-tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .hover\:bg-blue-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}
.social-ocean .hover\:bg-blue-600:hover {
  --so-tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .hover\:bg-destructive:hover {
  background-color: hsl(var(--so-destructive));
}
.social-ocean .hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--so-destructive) / 0.8);
}
.social-ocean .hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--so-destructive) / 0.9);
}
.social-ocean .hover\:bg-gray-100:hover {
  --so-tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .hover\:bg-gray-600:hover {
  --so-tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .hover\:bg-primary:hover {
  background-color: hsl(var(--so-primary));
}
.social-ocean .hover\:bg-primary\/80:hover {
  background-color: hsl(var(--so-primary) / 0.8);
}
.social-ocean .hover\:bg-primary\/90:hover {
  background-color: hsl(var(--so-primary) / 0.9);
}
.social-ocean .hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--so-secondary) / 0.8);
}
.social-ocean .hover\:bg-transparent:hover {
  background-color: transparent;
}
.social-ocean .hover\:bg-widget-button\/80:hover {
  background-color: hsl(var(--so-widget-button) / 0.8);
}
.social-ocean .hover\:bg-widget-button\/90:hover {
  background-color: hsl(var(--so-widget-button) / 0.9);
}
.social-ocean .hover\:text-accent-foreground:hover {
  color: hsl(var(--so-accent-foreground));
}
.social-ocean .hover\:text-destructive-foreground:hover {
  color: hsl(var(--so-destructive-foreground));
}
.social-ocean .hover\:text-foreground:hover {
  color: hsl(var(--so-foreground));
}
.social-ocean .hover\:text-secondary-foreground:hover {
  color: hsl(var(--so-secondary-foreground));
}
.social-ocean .hover\:text-white:hover {
  --so-tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--so-tw-text-opacity, 1));
}
.social-ocean .hover\:underline:hover {
  text-decoration-line: underline;
}
.social-ocean .hover\:opacity-100:hover {
  opacity: 1;
}
.social-ocean .hover\:after\:origin-bottom-left:hover::after {
  content: var(--so-tw-content);
  transform-origin: bottom left;
}
.social-ocean .hover\:after\:scale-x-100:hover::after {
  content: var(--so-tw-content);
  --so-tw-scale-x: 1;
  transform: translate(var(--so-tw-translate-x), var(--so-tw-translate-y)) rotate(var(--so-tw-rotate)) skewX(var(--so-tw-skew-x)) skewY(var(--so-tw-skew-y)) scaleX(var(--so-tw-scale-x)) scaleY(var(--so-tw-scale-y));
}
.social-ocean .focus\:opacity-100:focus {
  opacity: 1;
}
.social-ocean .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.social-ocean .focus\:ring-2:focus {
  --so-tw-ring-offset-shadow: var(--so-tw-ring-inset) 0 0 0 var(--so-tw-ring-offset-width) var(--so-tw-ring-offset-color);
  --so-tw-ring-shadow: var(--so-tw-ring-inset) 0 0 0 calc(2px + var(--so-tw-ring-offset-width)) var(--so-tw-ring-color);
  box-shadow: var(--so-tw-ring-offset-shadow), var(--so-tw-ring-shadow), var(--so-tw-shadow, 0 0 #0000);
}
.social-ocean .focus\:ring-4:focus {
  --so-tw-ring-offset-shadow: var(--so-tw-ring-inset) 0 0 0 var(--so-tw-ring-offset-width) var(--so-tw-ring-offset-color);
  --so-tw-ring-shadow: var(--so-tw-ring-inset) 0 0 0 calc(4px + var(--so-tw-ring-offset-width)) var(--so-tw-ring-color);
  box-shadow: var(--so-tw-ring-offset-shadow), var(--so-tw-ring-shadow), var(--so-tw-shadow, 0 0 #0000);
}
.social-ocean .focus\:ring-blue-500\/50:focus {
  --so-tw-ring-color: rgb(59 130 246 / 0.5);
}
.social-ocean .focus\:ring-ring:focus {
  --so-tw-ring-color: hsl(var(--so-ring));
}
.social-ocean .focus\:ring-offset-2:focus {
  --so-tw-ring-offset-width: 2px;
}
.social-ocean .focus-visible\:border-destructive\/80:focus-visible {
  border-color: hsl(var(--so-destructive) / 0.8);
}
.social-ocean .focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.social-ocean .focus-visible\:ring-2:focus-visible {
  --so-tw-ring-offset-shadow: var(--so-tw-ring-inset) 0 0 0 var(--so-tw-ring-offset-width) var(--so-tw-ring-offset-color);
  --so-tw-ring-shadow: var(--so-tw-ring-inset) 0 0 0 calc(2px + var(--so-tw-ring-offset-width)) var(--so-tw-ring-color);
  box-shadow: var(--so-tw-ring-offset-shadow), var(--so-tw-ring-shadow), var(--so-tw-shadow, 0 0 #0000);
}
.social-ocean .focus-visible\:ring-destructive\/20:focus-visible {
  --so-tw-ring-color: hsl(var(--so-destructive) / 0.2);
}
.social-ocean .focus-visible\:ring-neutral-950:focus-visible {
  --so-tw-ring-opacity: 1;
  --so-tw-ring-color: rgb(10 10 10 / var(--so-tw-ring-opacity, 1));
}
.social-ocean .focus-visible\:ring-ring:focus-visible {
  --so-tw-ring-color: hsl(var(--so-ring));
}
.social-ocean .focus-visible\:ring-offset-2:focus-visible {
  --so-tw-ring-offset-width: 2px;
}
.social-ocean .disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.social-ocean .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.social-ocean .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.social-ocean .group:hover .group-hover\:fill-white {
  fill: #fff;
}
.social-ocean .data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --so-tw-enter-opacity: initial;
  --so-tw-enter-scale: initial;
  --so-tw-enter-rotate: initial;
  --so-tw-enter-translate-x: initial;
  --so-tw-enter-translate-y: initial;
}
.social-ocean .data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --so-tw-exit-opacity: initial;
  --so-tw-exit-scale: initial;
  --so-tw-exit-rotate: initial;
  --so-tw-exit-translate-x: initial;
  --so-tw-exit-translate-y: initial;
}
.social-ocean .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --so-tw-exit-opacity: 0;
}
.social-ocean .data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --so-tw-enter-opacity: 0;
}
.social-ocean .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --so-tw-exit-scale: .95;
}
.social-ocean .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --so-tw-enter-scale: .95;
}
.social-ocean .data-\[state\=closed\]\:slide-out-to-bottom-16[data-state="closed"] {
  --so-tw-exit-translate-y: 4rem;
}
.social-ocean .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --so-tw-exit-translate-x: -50%;
}
.social-ocean .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --so-tw-exit-translate-y: -48%;
}
.social-ocean .data-\[state\=open\]\:slide-in-from-bottom-16[data-state="open"] {
  --so-tw-enter-translate-y: 4rem;
}
.social-ocean .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --so-tw-enter-translate-x: -50%;
}
.social-ocean .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --so-tw-enter-translate-y: -48%;
}
.social-ocean .dark\:block:is(.dark *) {
  display: block;
}
.social-ocean .dark\:hidden:is(.dark *) {
  display: none;
}
.social-ocean .dark\:border-gray-600:is(.dark *) {
  --so-tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--so-tw-border-opacity, 1));
}
.social-ocean .dark\:border-neutral-800:is(.dark *) {
  --so-tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--so-tw-border-opacity, 1));
}
.social-ocean .dark\:border-neutral-900:is(.dark *) {
  --so-tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--so-tw-border-opacity, 1));
}
.social-ocean .dark\:bg-gray-800:is(.dark *) {
  --so-tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .dark\:bg-neutral-950:is(.dark *) {
  --so-tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--so-tw-bg-opacity, 1));
}
.social-ocean .dark\:text-white:is(.dark *) {
  --so-tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--so-tw-text-opacity, 1));
}
.social-ocean .dark\:text-opacity-70:is(.dark *) {
  --so-tw-text-opacity: 0.7;
}
.social-ocean .dark\:shadow-\[0px_5px_20px_rgba\(0\2c 0\2c 0\2c 1\)\]:is(.dark *) {
  --so-tw-shadow: 0px 5px 20px rgba(0,0,0,1);
  --so-tw-shadow-colored: 0px 5px 20px var(--so-tw-shadow-color);
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .dark\:shadow-none:is(.dark *) {
  --so-tw-shadow: 0 0 #0000;
  --so-tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--so-tw-ring-offset-shadow, 0 0 #0000), var(--so-tw-ring-shadow, 0 0 #0000), var(--so-tw-shadow);
}
.social-ocean .dark\:ring-offset-neutral-950:is(.dark *) {
  --so-tw-ring-offset-color: #0a0a0a;
}
.social-ocean .dark\:placeholder\:text-neutral-400:is(.dark *)::-moz-placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--so-tw-text-opacity, 1));
}
.social-ocean .dark\:placeholder\:text-neutral-400:is(.dark *)::placeholder {
  --so-tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--so-tw-text-opacity, 1));
}
.social-ocean .dark\:hover\:border-gray-500:hover:is(.dark *) {
  --so-tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--so-tw-border-opacity, 1));
}
.social-ocean .dark\:focus-visible\:ring-neutral-300:focus-visible:is(.dark *) {
  --so-tw-ring-opacity: 1;
  --so-tw-ring-color: rgb(212 212 212 / var(--so-tw-ring-opacity, 1));
}
@media (min-width: 640px) {

  .social-ocean .sm\:right-5 {
    right: 1.25rem;
  }

  .social-ocean .sm\:right-6 {
    right: 1.5rem;
  }

  .social-ocean .sm\:top-6 {
    top: 1.5rem;
  }

  .social-ocean .sm\:block {
    display: block;
  }

  .social-ocean .sm\:hidden {
    display: none;
  }

  .social-ocean .sm\:flex-row {
    flex-direction: row;
  }

  .social-ocean .sm\:justify-end {
    justify-content: flex-end;
  }

  .social-ocean .sm\:justify-between {
    justify-content: space-between;
  }

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

  .social-ocean .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --so-tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--so-tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--so-tw-space-x-reverse)));
  }

  .social-ocean .sm\:rounded-lg {
    border-radius: var(--so-radius);
  }

  .social-ocean .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .social-ocean .md\:right-5 {
    right: 1.25rem;
  }

  .social-ocean .md\:right-9 {
    right: 2.25rem;
  }

  .social-ocean .md\:top-9 {
    top: 2.25rem;
  }

  .social-ocean .md\:block {
    display: block;
  }

  .social-ocean .md\:hidden {
    display: none;
  }

  .social-ocean .md\:gap-2 {
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .social-ocean .lg\:right-5 {
    right: 1.25rem;
  }

  .social-ocean .lg\:block {
    display: block;
  }

  .social-ocean .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {

  .social-ocean .xl\:block {
    display: block;
  }

  .social-ocean .xl\:hidden {
    display: none;
  }
}
@media (min-width: 1536px) {

  .social-ocean .\32xl\:block {
    display: block;
  }

  .social-ocean .\32xl\:hidden {
    display: none;
  }
}

