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

*,
::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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-auto {
  left: auto;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-3 {
  width: 0.75rem;
}

.w-36 {
  width: 9rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-main-theme-color {
  --tw-border-opacity: 1;
  border-color: rgb(17 18 61 / var(--tw-border-opacity, 1));
}

.bg-light-blue-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity, 1));
}

.bg-main-theme-color {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
}

.bg-modal-back-opacity-color {
  background-color: #1b316380;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

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

.text-end {
  text-align: end;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-author-role-color {
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-color {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-main-theme-color {
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-sky-blue-color {
  --tw-text-opacity: 1;
  color: rgb(66 174 249 / var(--tw-text-opacity, 1));
}

.text-sub-description-text {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body {
  font-family: Satoshi, sans-serif;
}

@media(min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.section-spacing {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section-spacing {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.spacing-p-bottom {
  padding-bottom: 100px;
}

.spacing-mb-100 {
  margin-bottom: 100px;
}

.border-theme-btn {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
  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;
}

.border-theme-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 174 249 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 174 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .border-theme-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .border-theme-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.theme-btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(66 174 249 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(66 174 249 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .theme-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .theme-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.theme-btn {
  /* @apply text-white bg-transparent border border-sky-blue-color px-6 py-3 xl:py-4 text-base lg:text-lg xl:text-xl font-normal inline-block relative; */
}

.main-title {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(66 174 249 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .main-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .main-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.sub-description-text {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .sub-description-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.sub-heading-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sub-heading-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .sub-heading-title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .sub-heading-title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .sub-heading-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* .theme-btn::before, .header-button::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    transition: 0.3s ease-out;
    @apply bg-sky-blue-color border border-sky-blue-color;
}
.theme-btn:hover::before, .header-button:hover::before {
    width: 0%;
}
.theme-btn span, .header-button span {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
} */

/* Start header css */

header {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
}

.header-button {
  /* @apply bg-transparent border border-sky-blue-color text-white px-3 xl:px-4 py-2.5 xl:py-3 inline-block relative; */
  position: relative !important;
  display: inline-block !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 174 249 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.header-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 174 249 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px) {
  .header-button {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.sub-header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.header-menu-item ul {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .header-menu-item ul {
    align-items: center;
    gap: 2rem;
    padding: 0px;
  }
}

@media (min-width: 1280px) {
  .header-menu-item ul {
    gap: 3rem;
  }
}

.header-menu-item ul .nav-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 113px;
}

/* End header css */

/* Home page css */

/* home header section */

.home-first-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  background-image: url('https://fundstratcapital.com/wp-content/uploads/2025/03/home-banner-img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .home-first-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .home-first-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .home-first-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.first-sub-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .first-sub-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* who we are section */

.who-we-are-img-video img {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1280px) {
  .who-we-are-img-video img {
    max-width: 42rem;
  }
}

.who-we-are-content {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .who-we-are-content {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .who-we-are-content {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .who-we-are-content {
    padding: 2.5rem;
  }
}

/* etf products section */

.etf-products-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.etf-product-content .main-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.product-etf-sub-card {
  background-color: #282950;
  border: 1px solid #3D3E61;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(66 174 249 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .product-etf-sub-card {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .product-etf-sub-card {
    padding: 2rem;
  }
}

.product-etf-sub-card:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .product-etf-sub-card:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .product-etf-sub-card:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.ticket-card-sub-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ticket-card-sub-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.ticket-card-sub-content span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .ticket-card-sub-content span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.inner-ticker-description {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .inner-ticker-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.etf-point-list {
  display: flex;
  height: 100%;
  list-style-position: inside;
  list-style-type: disc;
  flex-direction: column;
  justify-content: center;
}

.etf-point-list li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .etf-point-list li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .etf-point-list li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.etf-point-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 1536px) {
  .etf-point-list li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.etf-point-list li::marker {
  --tw-text-opacity: 1;
  color: rgb(66 174 249 / var(--tw-text-opacity, 1));
}

.fundstrat-capital-inner-content ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .fundstrat-capital-inner-content ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fundstrat-capital-inner-content ul li:not(:last-child) {
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px) {
  .fundstrat-capital-inner-content ul li:not(:last-child) {
    padding-bottom: 0.5rem;
  }
}

.latest-update-table table {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 208 / var(--tw-border-opacity, 1));
}

.latest-update-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .latest-update-table th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.latest-update-table tbody tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .latest-update-table tbody tr td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .latest-update-table tbody tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.latest-update-table tbody tr:not(:last-child) td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 208 / var(--tw-border-opacity, 1));
}

.latest-update-table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.latest-update-table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

/* careers page */

.opportunities-content-details .current-positions-sub-list:not(:last-child) {
  padding-bottom: 1.5rem;
}

.current-positions-sub-list ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .current-positions-sub-list ul {
    padding-left: 1.5rem;
  }
}

.current-positions-sub-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.current-positions-sub-list ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

.other-opportunities-section {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .other-opportunities-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .other-opportunities-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* contact page css */

.form-inner-content {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .form-inner-content {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .form-inner-content {
    padding: 2.5rem;
  }
}

.form-info-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .form-info-detail {
    gap: 1rem;
  }
}

.form-info-detail:not(:last-child) {
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .form-info-detail:not(:last-child) {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .form-info-detail:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}

.form-info-detail .info-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(27 49 99 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .form-info-detail .info-icon {
    padding: 1rem;
  }
}

.form-info-detail .info-icon svg {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .form-info-detail .info-icon svg {
    height: 2rem;
    width: 2rem;
  }
}

.social-info-detail h6 {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .social-info-detail h6 {
    padding-bottom: 0.125rem;
  }
}

@media (min-width: 768px) {
  .social-info-detail h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .social-info-detail h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.social-info-detail p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(195 206 208 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .social-info-detail p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .social-info-detail p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.form-logo {
  height: auto;
  width: 100%;
  max-width: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px) {
  .form-logo {
    max-width: 10rem;
  }
}

@media (min-width: 768px) {
  .form-logo {
    max-width: 11rem;
  }
}

@media (min-width: 1024px) {
  .form-logo {
    max-width: 12rem;
  }
}

.form-sub-details {
  background-color: #282950;
  border: 1px solid #3D3E61;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .form-sub-details {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .form-sub-details {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .form-sub-details {
    padding: 2.5rem;
  }
}

.form-input-box {
  display: flex;
  flex-direction: column;
}

.form-input-box label {
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .form-input-box label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.input-field {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .input-field {
    padding: 0.75rem;
  }
}

.input-field:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-input-box:not(:last-child) {
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .form-input-box:not(:last-child) {
    padding-bottom: 1rem;
  }
}

.select-input + .select2-container--default .select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 0;
}

.select-input + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.select-input + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 5px;
}

.select-input + .select2-container {
  width: 100% !important;
}

.signup-form-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .signup-form-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* team page */

.sub-header-section {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  background-image: url('https://fundstratcapital.com/wp-content/uploads/2025/03/sub-header-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sub-header-section h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .sub-header-section h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.main-author-detail .auth-name {
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .main-author-detail .auth-name {
    padding-bottom: 0.75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .main-author-detail .auth-name {
    padding-bottom: 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.main-author-detail .author-designation {
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .main-author-detail .author-designation {
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .main-author-detail .author-designation {
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.team-author-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.main-author-detail {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.team-main-author-img {
  margin-top: -0px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  .team-main-author-img {
    margin-top: -5rem;
    display: block;
    height: auto;
  }
}

.team-main-author-img img {
  max-width: 430px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-author-team-card {
  margin-top: 0px;
}

@media (min-width: 1280px) {
  .main-author-team-card {
    margin-top: 5rem;
  }
}

.sub-team-member-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 208 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 640px) {
  .sub-team-member-card {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .sub-team-member-card {
    gap: 1.5rem;
    padding: 1.25rem;
  }
}

.sub-team-member-card-content h3 {
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .sub-team-member-card-content h3 {
    padding-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.sub-team-member-card-content h6 {
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .sub-team-member-card-content h6 {
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.sub-team-member-img img {
  height: 215px;
  max-width: 185px;
  min-width: 185px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-mission-img {
  display: inline-block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 208 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .team-mission-img {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .team-mission-img {
    padding: 1rem;
  }
}

@media (min-width: 1280px) {
  .team-mission-img {
    padding: 1.25rem;
  }
}

.team-mission-img img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .team-mission-img img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

/* disclosures css */

.disclosures-card-content {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .disclosures-card-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.disclosures-card-content p:not(:last-child) {
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .disclosures-card-content p:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}

/* Footer Start */

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(17 18 61 / var(--tw-bg-opacity, 1));
  background-image: url('https://fundstratcapital.com/wp-content/uploads/2025/03/footer-banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .footer-logo img {
    max-width: 9rem;
  }
}

.footer-form-title {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer-form-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.footer-form-title {
  opacity: 0.7;
}

.footer .search-bar input {
  width: 100%;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .footer .search-bar input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .footer .search-bar input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer .search-bar input {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer .search-bar input:focus-visible {
  border: none;
  outline: none;
}

.footer-submit-button .theme-btn {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .footer-submit-button .theme-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .footer-submit-button .theme-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer-submit-button .theme-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer .sub-footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 165 165 / var(--tw-border-opacity, 1));
}

.footer-menu-link li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer-menu-link li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer-menu-link li a {
  opacity: 0.8;
}

.footer-subscription-form form {
  display: flex;
  width: 100%;
  align-items: center;
}

/* Footer End */

@media(max-width: 1199px) {
  .margin-bottom-50 {
    margin-bottom: 40px;
  }
}

@media(max-width: 1024px) {
  .margin-bottom-50 {
    margin-bottom: 30px;
  }

  .spacing-p-bottom {
    padding-bottom: 80px;
  }

  .spacing-mb-100 {
    margin-bottom: 80px;
  }
}

@media(max-width: 1023px) {
  .header-menu-list {
    position: fixed;
    right: -20rem;
    top: 0px;
    bottom: 0px;
    display: flex;
    width: 20rem;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 6rem;
    transition-duration: 300ms;
    background: #ffffff;
    z-index: 9999;
  }

  .header-menu-list.toggle-sidebar {
    right: 0px;
  }

  .header-menu-item ul {
    flex-direction: column;
  }

  .header-close-btn {
    position: absolute;
    top: 1.25rem;
    bottom: auto;
    left: auto;
    right: 1.25rem;
    cursor: pointer;
  }

  .header-backdrop.show {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100lvh;
    width: 100lvw;
    opacity: 0.3;
    transition-duration: 300ms;
    z-index: 999;
    background-color: #000;
  }

  .header-menu-item ul .nav-item a {
    --tw-text-opacity: 1;
    color: rgb(76 76 76 / var(--tw-text-opacity, 1));
  }

  .header-menu-item .nav-item .header-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media(max-width: 991px) {
  .margin-bottom-50 {
    margin-bottom: 30px;
  }

  .spacing-p-bottom {
    padding-bottom: 60px;
  }

  .spacing-mb-100 {
    margin-bottom: 60px;
  }
}

@media(max-width: 767px) {
  .spacing-p-bottom {
    padding-bottom: 40px;
  }

  .spacing-mb-100 {
    margin-bottom: 40px;
  }

  .team-main-author-img img {
    max-width: 250px;
  }
}

.fill-theme-btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(66 174 249 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .fill-theme-btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .fill-theme-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .fill-theme-btn {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.white-theme-btn {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 18 61 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .white-theme-btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .white-theme-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .white-theme-btn {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.sub-dropdown-menu li:hover {
  background-color: #a0d3ff;
  color: #11123d;
}

.sub-dropdown-menu li:hover a {
  font-weight: 400 !important;
  color: #11123d !important;
}

@media (min-width:1024px) {
  .dropdown-menu {
    position: relative;
  }

  .sub-dropdown-menu {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    display: block;
    border-radius: 0px;
    border-width: 0px;
    padding: 0px;
    text-align: left;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    min-width: 350px;
    transition: .3s;
    transform: translateY(105%);
    background-color: #282950;
  }

  .dropdown-menu:hover > .sub-dropdown-menu {
    display: block;
    visibility: visible;
    transform: translateY(100%);
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
  }

  .dropdown-menu .sub-dropdown-menu li a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dropdown-menu .sub-dropdown-menu li {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (max-width:1024px) {
  .nav-item.dropdown-menu {
    width: 100%;
  }

  @media (min-width: 1024px) {
    .nav-item.dropdown-menu {
      width: auto;
    }
  }

  .dropdown-menu .sub-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
  }

  .dropdown-menu .sub-dropdown-menu.active {
    position: relative;
    transform: none;
    visibility: visible;
    opacity: 1;
    transition: 0;
    max-height: 100px;
    transition: max-height 0.3s ease-in-out;
    border: 1px solid #eeeeee;
    margin-top: 8px;
  }

  .dropdown-menu .sub-dropdown-menu li a {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(76 76 76 / var(--tw-text-opacity, 1));
  }

  .dropdown-menu .sub-dropdown-menu li {
    display: block;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.page-not-found {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .page-not-found {
    padding: 2rem;
  }
}

.page-not-found {
  height: calc(100vh - 125px);
}

.page-not-found-content {
  text-align: center;
}

@media (max-width:425px) {
  .page-not-found {
    height: calc(100vh - 100px);
  }
}

.page-not-found-content .sub-description {
  max-width: 42rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .page-not-found-content .sub-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-not-found-content .sub-description {
  color: rgba(60, 60, 67, 0.85);
}

.page-not-found-content .theme-btn {
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-not-found-content .theme-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-not-found-content .theme-btn {
  background-color: #42AEF9;
}

body.single-announcements {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.single-announcements .container {
  flex-grow: 1;
}

@media (min-width: 640px) {
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-8 {
    gap: 2rem;
  }
}