/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.z-\[99999\] {
  z-index: 99999;
}

.m-auto {
  margin: auto;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-6\.75 {
  margin-left: 27px;
  margin-right: 27px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mb-1\.75 {
  margin-bottom: 0.438rem;
}

.mb-17\.75 {
  margin-bottom: 71px;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-20\.75 {
  margin-bottom: 83px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-6\.25 {
  margin-bottom: 25px;
}

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

.mb-8\.5 {
  margin-bottom: 34px;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-9\.25 {
  margin-bottom: 37px;
}

.mb-9\.75 {
  margin-bottom: 39px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.25 {
  margin-left: 9px;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.825 {
  margin-left: 15.3px;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-12 {
  margin-top: 48px;
}

.mt-12\.5 {
  margin-top: 50px;
}

.mt-13\.25 {
  margin-top: 53px;
}

.mt-17\.75 {
  margin-top: 71px;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-23 {
  margin-top: 92px;
}

.mt-23\.75 {
  margin-top: 95px;
}

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

.mt-37\.5 {
  margin-top: 150px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-4\.5 {
  margin-top: 18px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-5\.375 {
  margin-top: 21.5px;
}

.mt-7 {
  margin-top: 28px;
}

.mt-7\.5 {
  margin-top: 30px;
}

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

.mt-8\.473 {
  margin-top: 33.89px;
}

.mt-8\.75 {
  margin-top: 35px;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-10\.325 {
  height: 41.3px;
}

.h-46\.975 {
  height: 187.9px;
}

.h-75 {
  height: 300px;
}

.h-97 {
  height: 388px;
}

.h-\[56px\] {
  height: 56px;
}

.h-full {
  height: 100%;
}

.w-40 {
  width: 10rem;
}

.w-45 {
  width: 180px;
}

.w-45\.25 {
  width: 181px;
}

.w-47\.94 {
  width: 191.76px;
}

.w-6 {
  width: 1.5rem;
}

.w-70 {
  width: 280px;
}

.w-75 {
  width: 300px;
}

.w-\[225px\] {
  width: 225px;
}

.w-full {
  width: 100%;
}

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

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

.rotate-45 {
  --tw-rotate: 45deg;
  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;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-18 {
  gap: 72px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-x-17\.5 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-y-17\.75 {
  row-gap: 71px;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-1\.11 {
  border-radius: 4.44px;
}

.rounded-1\.4 {
  border-radius: 5.6px;
}

.rounded-5 {
  border-radius: 20px;
}

.rounded-6\.817 {
  border-radius: 27.27px;
}

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

.bg-bg-modal {
  --tw-bg-opacity: 1;
  background-color: rgb(28 43 57 / var(--tw-bg-opacity));
}

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

.bg-fullnode-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(14 21 29 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-mb-Acc-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 230 / var(--tw-bg-opacity));
}

.bg-mb-Bias {
  --tw-bg-opacity: 1;
  background-color: rgb(56 86 115 / var(--tw-bg-opacity));
}

.bg-mb-Hum-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 248 / var(--tw-bg-opacity));
}

.bg-mb-Im-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(252 241 241 / var(--tw-bg-opacity));
}

.bg-mb-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(251 253 255 / var(--tw-bg-opacity));
}

.bg-mb-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}

.bg-mb-hon-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity));
}

.bg-mb-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(70 107 144 / var(--tw-bg-opacity));
}

.bg-mb-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 242 / var(--tw-bg-opacity));
}

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

.bg-subscribe-banner {
  background-image: url('./img/banner-image.png');
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-5\.625 {
  padding-left: 1.406rem;
  padding-right: 1.406rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.py-1\.75 {
  padding-top: 0.438rem;
  padding-bottom: 0.438rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.pb-10\.75 {
  padding-bottom: 43px;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-11\.25 {
  padding-bottom: 45px;
}

.pb-11\.75 {
  padding-bottom: 47px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pb-12\.25 {
  padding-bottom: 49px;
}

.pb-19\.25 {
  padding-bottom: 77px;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pl-5\.75 {
  padding-left: 23px;
}

.pl-7 {
  padding-left: 28px;
}

.pl-7\.11 {
  padding-left: 28.44px;
}

.pl-7\.5 {
  padding-left: 30px;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-10\.25 {
  padding-top: 41px;
}

.pt-10\.75 {
  padding-top: 43px;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-14\.5 {
  padding-top: 58px;
}

.pt-17\.75 {
  padding-top: 71px;
}

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

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

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

.font-Figtree {
  font-family: Figtree, sans-serif;
}

.text-10\.5 {
  font-size: 42px;
}

.text-2 {
  font-size: 8px;
}

.text-2\.5 {
  font-size: 10px;
}

.text-2\.75 {
  font-size: 11px;
}

.text-2xl {
  font-size: 24px;
}

.text-3 {
  font-size: 12px;
}

.text-3\.215 {
  font-size: 12.86px;
}

.text-3xl {
  font-size: 30px;
}

.text-5\.5 {
  font-size: 22px;
}

.text-8 {
  font-size: 32px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xl {
  font-size: 20px;
}

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

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

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

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

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-10\.25 {
  line-height: 41px;
}

.leading-12 {
  line-height: 48px;
}

.leading-15\.75 {
  line-height: 63px;
}

.leading-3 {
  line-height: .75rem;
}

.leading-3\.567 {
  line-height: 14.269px;
}

.leading-3\.75 {
  line-height: 15px;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-5\.25 {
  line-height: 21px;
}

.leading-6 {
  line-height: 24px;
}

.leading-6\.25 {
  line-height: 25px;
}

.leading-6\.282 {
  line-height: 25.13px;
}

.leading-6\.75 {
  line-height: 27px;
}

.leading-8 {
  line-height: 2rem;
}

.leading-8\.5 {
  line-height: 34px;
}

.leading-8\.75 {
  line-height: 35px;
}

.leading-9 {
  line-height: 36px;
}

.leading-9\.375 {
  line-height: 37.5px;
}

.leading-9\.6 {
  line-height: 38.4px;
}

.text-fullnode-search {
  --tw-text-opacity: 1;
  color: rgb(143 171 200 / var(--tw-text-opacity));
}

.text-header-blue {
  --tw-text-opacity: 1;
  color: rgb(0 63 125 / var(--tw-text-opacity));
}

.text-mb-A-orange {
  --tw-text-opacity: 1;
  color: rgb(232 71 0 / var(--tw-text-opacity));
}

.text-mb-Humility {
  --tw-text-opacity: 1;
  color: rgb(75 133 163 / var(--tw-text-opacity));
}

.text-mb-Impact {
  --tw-text-opacity: 1;
  color: rgb(217 84 87 / var(--tw-text-opacity));
}

.text-mb-bg {
  --tw-text-opacity: 1;
  color: rgb(251 253 255 / var(--tw-text-opacity));
}

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

.text-mb-deepYellow {
  --tw-text-opacity: 1;
  color: rgb(207 188 24 / var(--tw-text-opacity));
}

.text-mb-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(70 107 144 / var(--tw-text-opacity));
}

.text-mb-text-blue {
  --tw-text-opacity: 1;
  color: rgb(53 80 108 / var(--tw-text-opacity));
}

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

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

.underline-offset-1 {
  text-underline-offset: 1px;
}

.shadow-3xl {
  --tw-shadow: 0 0px 13.3px -3.5px rgba(70, 107, 144, 0.12);
  --tw-shadow-colored: 0 0px 13.3px -3.5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media screen and (max-width: 991px) {
  .is-open {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding: 0 var(--gap) 2.4rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3999999;
  }
}

section.container hr {
  background-image: url(./img/divider.svg) !important;
  background-position: 50%;
  background-color: #e6e6e600;
  border: 0;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
}

#mobile-menu .nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#main-menu .nav {
  display: flex;
  gap: 2rem;
}

#mobile-menu .nav li {
  padding-bottom: 1rem;
}

i.fa-solid.fa-x {
  font-weight: 400;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .mb-burger {
    display: block !important;
  }
}

.mb-burger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 30px;
  margin-right: -3px;
  padding: 0;
  position: relative;
  width: 30px;
}

.mb-burger:before {
  top: 11px;
}

.mb-burger:after {
  bottom: 11px;
}

.mb-burger:after, 
.mb-burger:before {
  content: "";
  background-color: #15171a;
  height: 1px;
  left: 3px;
  position: absolute;
  transition: all .2s cubic-bezier(.04,.04,.12,.96) .1008s;
  width: 24px;
}

.is-head-open .mb-burger:before {
  top: 15px;
  transform: rotate(45deg);
}

.is-head-open .mb-burger:after {
  bottom: 14px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .md\:mb-19\.75 {
    margin-bottom: 79px;
  }

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

  .md\:mb-4\.25 {
    margin-bottom: 17px;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .md\:mb-6\.75 {
    margin-bottom: 27px;
  }

  .md\:mb-7 {
    margin-bottom: 28px;
  }

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

  .md\:mb-8\.75 {
    margin-bottom: 35px;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-22\.5 {
    margin-top: 90px;
  }

  .md\:mt-7 {
    margin-top: 28px;
  }

  .md\:mt-7\.5 {
    margin-top: 30px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .md\:gap-x-95 {
    -moz-column-gap: 380px;
         column-gap: 380px;
  }

  .md\:rounded-8 {
    border-radius: 2rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-14\.25 {
    padding-bottom: 3.563rem;
  }

  .md\:pb-19\.75 {
    padding-bottom: 79px;
  }

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

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

  .md\:pl-6\.688 {
    padding-left: 26.75px;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:text-10\.5 {
    font-size: 42px;
  }

  .md\:text-2xl {
    font-size: 24px;
  }

  .md\:text-3 {
    font-size: 12px;
  }

  .md\:text-8 {
    font-size: 32px;
  }

  .md\:text-base {
    font-size: 16px;
  }

  .md\:text-xl {
    font-size: 20px;
  }

  .md\:leading-13\.5 {
    line-height: 54px;
  }

  .md\:leading-6 {
    line-height: 24px;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }
}

@media (min-width: 992px) {
  .mb-lg\:mb-0 {
    margin-bottom: 0px;
  }

  .mb-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .mb-lg\:mb-17\.75 {
    margin-bottom: 71px;
  }

  .mb-lg\:ml-0 {
    margin-left: 0px;
  }

  .mb-lg\:mr-8 {
    margin-right: 2rem;
  }

  .mb-lg\:mr-8\.75 {
    margin-right: 35px;
  }

  .mb-lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .mb-lg\:mr-9\.75 {
    margin-right: 39px;
  }

  .mb-lg\:mt-0 {
    margin-top: 0px;
  }

  .mb-lg\:mt-17\.75 {
    margin-top: 71px;
  }

  .mb-lg\:mt-27 {
    margin-top: 108px;
  }

  .mb-lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .mb-lg\:mt-32 {
    margin-top: 8rem;
  }

  .mb-lg\:mt-32\.5 {
    margin-top: 130px;
  }

  .mb-lg\:mt-4 {
    margin-top: 1rem;
  }

  .mb-lg\:mt-45 {
    margin-top: 180px;
  }

  .mb-lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .mb-lg\:flex {
    display: flex;
  }

  .mb-lg\:grid {
    display: grid;
  }

  .mb-lg\:hidden {
    display: none;
  }

  .mb-lg\:h-155 {
    height: 620px;
  }

  .mb-lg\:h-58\.25 {
    height: 233px;
  }

  .mb-lg\:h-66\.5 {
    height: 266px;
  }

  .mb-lg\:h-68 {
    height: 272px;
  }

  .mb-lg\:h-\[607px\] {
    height: 607px;
  }

  .mb-lg\:w-119\.75 {
    width: 479px;
  }

  .mb-lg\:w-131\.75 {
    width: 527px;
  }

  .mb-lg\:w-132\.75 {
    width: 531px;
  }

  .mb-lg\:w-151\.5 {
    width: 606px;
  }

  .mb-lg\:w-166 {
    width: 664px;
  }

  .mb-lg\:w-82\.25 {
    width: 329px;
  }

  .mb-lg\:w-\[379px\] {
    width: 379px;
  }

  .mb-lg\:w-\[689px\] {
    width: 689px;
  }

  .mb-lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .mb-lg\:w-full {
    width: 100%;
  }

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

  .mb-lg\:flex-row {
    flex-direction: row;
  }

  .mb-lg\:items-start {
    align-items: flex-start;
  }

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

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

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

  .mb-lg\:gap-8\.25 {
    gap: 33px;
  }

  .mb-lg\:gap-x-42\.5 {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }

  .mb-lg\:gap-y-25 {
    row-gap: 100px;
  }

  .mb-lg\:rounded-8 {
    border-radius: 2rem;
  }

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

  .mb-lg\:px-10\.5 {
    padding-left: 42px;
    padding-right: 42px;
  }

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

  .mb-lg\:pb-10\.5 {
    padding-bottom: 42px;
  }

  .mb-lg\:pt-0 {
    padding-top: 0px;
  }

  .mb-lg\:pt-16 {
    padding-top: 4rem;
  }

  .mb-lg\:pt-16\.75 {
    padding-top: 67px;
  }

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

  .mb-lg\:pt-5\.5 {
    padding-top: 22px;
  }

  .mb-lg\:text-10\.5 {
    font-size: 42px;
  }

  .mb-lg\:text-2 {
    font-size: 8px;
  }

  .mb-lg\:text-2\.817 {
    font-size: 11.27px;
  }

  .mb-lg\:text-8 {
    font-size: 32px;
  }

  .mb-lg\:text-lg {
    font-size: 18px;
  }

  .mb-lg\:text-sm {
    font-size: 14px;
  }

  .mb-lg\:leading-4 {
    line-height: 1rem;
  }

  .mb-lg\:leading-4\.525 {
    line-height: 18.1px;
  }

  .mb-lg\:leading-6 {
    line-height: 24px;
  }

  .mb-lg\:leading-6\.25 {
    line-height: 25px;
  }

  .mb-lg\:leading-6\.75 {
    line-height: 27px;
  }

  .mb-lg\:leading-9 {
    line-height: 36px;
  }

  .mb-lg\:leading-9\.6 {
    line-height: 38.4px;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-43\.75 {
    height: 175px;
  }

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

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-70 {
    width: 280px;
  }
}