/*
! tailwindcss v3.0.11 | 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: currentColor; /* 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.
*/

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 */
}

/*
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-size: 100%; /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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-container {
  width: 100%;
}
@media (min-width: 640px) {

  .tw-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .tw-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .tw-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .tw-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .tw-container {
    max-width: 1536px;
  }
}
.tw-absolute {
  position: absolute !important;
}
.tw-relative {
  position: relative !important;
}
.tw-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.tw-z-20 {
  z-index: 20 !important;
}
.tw-z-50 {
  z-index: 50 !important;
}
.tw-m-0 {
  margin: 0px !important;
}
.tw-mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.tw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.tw-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.tw-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.tw-mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.tw-my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.tw-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.tw-my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tw--my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.tw-mb-6 {
  margin-bottom: 1.5rem !important;
}
.tw-mt-12 {
  margin-top: 3rem !important;
}
.tw-mb-4 {
  margin-bottom: 1rem !important;
}
.tw-mt-4 {
  margin-top: 1rem !important;
}
.tw-mt-6 {
  margin-top: 1.5rem !important;
}
.tw-mr-6 {
  margin-right: 1.5rem !important;
}
.tw-mt-10 {
  margin-top: 2.5rem !important;
}
.tw-mb-2 {
  margin-bottom: 0.5rem !important;
}
.tw-mt-1 {
  margin-top: 0.25rem !important;
}
.tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mb-1 {
  margin-bottom: 0.25rem !important;
}
.tw-mb-5 {
  margin-bottom: 1.25rem !important;
}
.tw-mt-3 {
  margin-top: 0.75rem !important;
}
.tw-mt-20 {
  margin-top: 5rem !important;
}
.tw-mr-4 {
  margin-right: 1rem !important;
}
.tw-ml-8 {
  margin-left: 2rem !important;
}
.tw--mr-6 {
  margin-right: -1.5rem !important;
}
.tw--mt-14 {
  margin-top: -3.5rem !important;
}
.tw-mb-8 {
  margin-bottom: 2rem !important;
}
.tw-ml-2 {
  margin-left: 0.5rem !important;
}
.tw-mt-2 {
  margin-top: 0.5rem !important;
}
.tw-ml-\[10px\] {
  margin-left: 10px !important;
}
.tw-mt-0 {
  margin-top: 0px !important;
}
.tw-mb-12 {
  margin-bottom: 3rem !important;
}
.tw-block {
  display: block !important;
}
.tw-inline-block {
  display: inline-block !important;
}
.tw-flex {
  display: flex !important;
}
.tw-inline-flex {
  display: inline-flex !important;
}
.tw-grid {
  display: grid !important;
}
.tw-hidden {
  display: none !important;
}
.tw-h-1 {
  height: 0.25rem !important;
}
.tw-h-8 {
  height: 2rem !important;
}
.tw-h-5 {
  height: 1.25rem !important;
}
.tw-h-10 {
  height: 2.5rem !important;
}
.tw-h-px {
  height: 1px !important;
}
.tw-h-32 {
  height: 8rem !important;
}
.tw-h-4 {
  height: 1rem !important;
}
.tw-h-64 {
  height: 16rem !important;
}
.tw-h-6 {
  height: 1.5rem !important;
}
.tw-h-28 {
  height: 7rem !important;
}
.tw-h-20 {
  height: 5rem !important;
}
.tw-max-h-20 {
  max-height: 5rem !important;
}
.tw-w-14 {
  width: 3.5rem !important;
}
.tw-w-full {
  width: 100% !important;
}
.tw-w-12 {
  width: 3rem !important;
}
.tw-w-5 {
  width: 1.25rem !important;
}
.tw-w-auto {
  width: auto !important;
}
.tw-w-10 {
  width: 2.5rem !important;
}
.tw-w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tw-w-4 {
  width: 1rem !important;
}
.tw-w-3\/4 {
  width: 75% !important;
}
.tw-w-20 {
  width: 5rem !important;
}
.tw-w-56 {
  width: 14rem !important;
}
.tw-w-11\/12 {
  width: 91.666667% !important;
}
.tw-w-28 {
  width: 7rem !important;
}
.tw-w-8 {
  width: 2rem !important;
}
.tw-w-6 {
  width: 1.5rem !important;
}
.tw-w-1\/4 {
  width: 25% !important;
}
.tw-w-8\/12 {
  width: 66.666667% !important;
}
.tw-w-24 {
  width: 6rem !important;
}
.tw-max-w-md {
  max-width: 28rem !important;
}
.tw-max-w-7xl {
  max-width: 80rem !important;
}
.tw-max-w-lg {
  max-width: 32rem !important;
}
.tw-max-w-xs {
  max-width: 20rem !important;
}
.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.tw-grow {
  flex-grow: 1 !important;
}
.tw-transform {
  transform: var(--tw-transform) !important;
}
.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}
.tw-resize-none {
  resize: none !important;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-flex-row {
  flex-direction: row !important;
}
.tw-flex-col {
  flex-direction: column !important;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}
.tw-flex-wrap {
  flex-wrap: wrap !important;
}
.tw-place-content-center {
  place-content: center !important;
}
.tw-items-end {
  align-items: flex-end !important;
}
.tw-items-center {
  align-items: center !important;
}
.tw-justify-start {
  justify-content: flex-start !important;
}
.tw-justify-center {
  justify-content: center !important;
}
.tw-justify-between {
  justify-content: space-between !important;
}
.tw-justify-evenly {
  justify-content: space-evenly !important;
}
.tw-justify-items-center {
  justify-items: center !important;
}
.tw-gap-4 {
  gap: 1rem !important;
}
.tw-gap-10 {
  gap: 2.5rem !important;
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}
.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}
.tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity)) !important;
}
.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity)) !important;
}
.tw-place-self-center {
  place-self: center !important;
}
.tw-self-center {
  align-self: center !important;
}
.tw-justify-self-end {
  justify-self: end !important;
}
.tw-justify-self-center {
  justify-self: center !important;
}
.tw-overflow-hidden {
  overflow: hidden !important;
}
.tw-rounded-3xl {
  border-radius: 1.5rem !important;
}
.tw-rounded-full {
  border-radius: 9999px !important;
}
.tw-rounded-lg {
  border-radius: 0.5rem !important;
}
.tw-rounded {
  border-radius: 0.25rem !important;
}
.tw-rounded-2xl {
  border-radius: 1rem !important;
}
.tw-rounded-xl {
  border-radius: 0.75rem !important;
}
.tw-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.tw-border {
  border-width: 1px !important;
}
.tw-border-0 {
  border-width: 0px !important;
}
.tw-border-2 {
  border-width: 2px !important;
}
.tw-border-b-2 {
  border-bottom-width: 2px !important;
}
.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.tw-border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.tw-border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}
.tw-bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}
.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}
.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}
.tw-bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.tw-bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.tw-from-green-900 {
  --tw-gradient-from: #14532d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 83 45 / 0)) !important;
}
.tw-from-green-800 {
  --tw-gradient-from: #166534 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 101 52 / 0)) !important;
}
.tw-via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgb(22 163 74 / 0)) !important;
}
.tw-via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgb(21 128 61 / 0)) !important;
}
.tw-to-green-400 {
  --tw-gradient-to: #4ade80 !important;
}
.tw-to-green-500 {
  --tw-gradient-to: #22c55e !important;
}
.tw-bg-cover {
  background-size: cover !important;
}
.tw-bg-center {
  background-position: center !important;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}
.tw-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.tw-p-10 {
  padding: 2.5rem !important;
}
.tw-p-8 {
  padding: 2rem !important;
}
.tw-p-2 {
  padding: 0.5rem !important;
}
.tw-p-6 {
  padding: 1.5rem !important;
}
.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.tw-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.tw-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.tw-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.tw-pb-20 {
  padding-bottom: 5rem !important;
}
.tw-pr-6 {
  padding-right: 1.5rem !important;
}
.tw-pr-10 {
  padding-right: 2.5rem !important;
}
.tw-pt-10 {
  padding-top: 2.5rem !important;
}
.tw-pb-24 {
  padding-bottom: 6rem !important;
}
.tw-pt-28 {
  padding-top: 7rem !important;
}
.tw-pb-10 {
  padding-bottom: 2.5rem !important;
}
.tw-pt-12 {
  padding-top: 3rem !important;
}
.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}
.tw-text-center {
  text-align: center !important;
}
.tw-text-justify {
  text-align: justify !important;
}
.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.tw-font-bold {
  font-weight: 700 !important;
}
.tw-font-normal {
  font-weight: 400 !important;
}
.tw-font-semibold {
  font-weight: 600 !important;
}
.tw-font-medium {
  font-weight: 500 !important;
}
.tw-uppercase {
  text-transform: uppercase !important;
}
.tw-capitalize {
  text-transform: capitalize !important;
}
.tw-leading-relaxed {
  line-height: 1.625 !important;
}
.tw-leading-7 {
  line-height: 1.75rem !important;
}
.tw-leading-8 {
  line-height: 2rem !important;
}
.tw-leading-6 {
  line-height: 1.5rem !important;
}
.tw-leading-none {
  line-height: 1 !important;
}
.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}
.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}
.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}
.tw-tracking-tighter {
  letter-spacing: -0.05em !important;
}
.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.tw-text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.tw-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}
.tw-text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.tw-text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 253 244 / var(--tw-text-opacity)) !important;
}
.tw-text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity)) !important;
}
.tw-text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.tw-duration-300 {
  transition-duration: 300ms !important;
}
.tw-duration-200 {
  transition-duration: 200ms !important;
}
.tw-duration-500 {
  transition-duration: 500ms !important;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.bg-globe {
    background-image: url('../assets/globe.png');
}

.font-robo{
    font-family: 'Merriweather',serif;
}

.font-open{
    font-family: 'Work Sans',sans-serif;
}
.bg-banner {
    background-image: url('../assets/bannernotn.jpg');
  }

.swiper-pagination{
    color: white;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.swiper-pagination{
  margin-top: 15px;
}
.active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.accordion:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hover\:tw--translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
  transform: var(--tw-transform) !important;
}

.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.hover\:tw-underline:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.focus\:tw-w-full:focus {
  width: 100% !important;
}

.focus\:tw-border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}

.focus\:tw-pl-10:focus {
  padding-left: 2.5rem !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.tw-group:hover .group-hover\:tw-ml-4 {
  margin-left: 1rem !important;
}

.tw-group:hover .group-hover\:tw--translate-y-1 {
  --tw-translate-y: -0.25rem !important;
  transform: var(--tw-transform) !important;
}

.tw-group:hover .group-hover\:tw-border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {

  .sm\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) {

  .md\:tw-ml-auto {
    margin-left: auto !important;
  }

  .md\:tw-mt-0 {
    margin-top: 0px !important;
  }

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

  .md\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 1024px) {

  .lg\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-w-3\/12 {
    width: 25% !important;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

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

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:tw-w-9\/12 {
    width: 75% !important;
  }

  .lg\:tw-w-1\/4 {
    width: 25% !important;
  }

  .lg\:tw-w-3\/4 {
    width: 75% !important;
  }

  .lg\:tw-w-72 {
    width: 18rem !important;
  }

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

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-flex-col {
    flex-direction: column !important;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-cover {
    background-size: cover !important;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .lg\:tw-bg-center {
    background-position: center !important;
  }

  .lg\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:tw-text-left {
    text-align: left !important;
  }

  .lg\:tw-text-center {
    text-align: center !important;
  }

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

  .lg\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}

@media (min-width: 1280px) {

  .xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

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

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