/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative
}

.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}

.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;
  -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}

.owl-carousel .owl-item img{
  display:block;
  width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  cursor:pointer;
  cursor:hand;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block
}

.owl-carousel.owl-hidden{
  opacity:0
}

.owl-carousel.owl-refresh .owl-item{
  visibility:hidden
}

.owl-carousel.owl-drag .owl-item{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.owl-carousel.owl-grab{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab
}

.owl-carousel.owl-rtl{
  direction:rtl
}

.owl-carousel.owl-rtl .owl-item{
  float:right
}

.owl-carousel .animated{
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-fill-mode:both;
          animation-fill-mode:both
}

.owl-carousel .owl-animated-in{
  z-index:0
}

.owl-carousel .owl-animated-out{
  z-index:1
}

.owl-carousel .fadeOut{
  -webkit-animation-name:fadeOut;
          animation-name:fadeOut
}

@-webkit-keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

.owl-height{
  transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000
}

.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover{
  transform:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
  display:none
}

.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}

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

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

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

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  border-radius:0px;
  padding-top:0.5rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color:#2563eb
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:#6b7280;
  opacity:1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#6b7280;
  opacity:1
}

input::placeholder,textarea::placeholder{
  color:#6b7280;
  opacity:1
}

::-webkit-datetime-edit-fields-wrapper{
  padding:0
}

::-webkit-date-and-time-value{
  min-height:1.5em
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top:0;
  padding-bottom:0
}

select{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position:right 0.5rem center;
  background-repeat:no-repeat;
  background-size:1.5em 1.5em;
  padding-right:2.5rem;
  -webkit-print-color-adjust:exact;
     color-adjust:exact;
          print-color-adjust:exact
}

[multiple]{
  background-image:initial;
  background-position:initial;
  background-repeat:unset;
  background-size:initial;
  padding-right:0.75rem;
  -webkit-print-color-adjust:unset;
     color-adjust:unset;
          print-color-adjust:unset
}

[type='checkbox'],[type='radio']{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
     color-adjust:exact;
          print-color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 #0000
}

[type='checkbox']{
  border-radius:0px
}

[type='radio']{
  border-radius:100%
}

[type='checkbox']:focus,[type='radio']:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

[type='radio']:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='checkbox']:indeterminate{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color:transparent;
  background-color:currentColor
}

[type='file']{
  background:unset;
  border-color:inherit;
  border-width:0;
  border-radius:0;
  padding:0;
  font-size:unset;
  line-height:inherit
}

[type='file']:focus{
  outline:1px solid ButtonText;
  outline:1px auto -webkit-focus-ring-color
}

h1{
  font-size:2.25rem;
  line-height:2.5rem
}

@media (min-width: 768px){
  h1{
    font-size:3.75rem;
    line-height:1
  }
}

:root {
  --color-primary:255 32 82;
  --color-secondary: 111 114 185;
  /* ... */
}

/* 'nunito': ['nunito', 'sans-serif'], */

body{
  font-size:18px;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgb(var(--color-primary) / var(--tw-text-opacity));
  font-family: 'nunito', 'sans-serif'
}

h2{
  font-size:1.25rem;
  line-height:1.75rem
}

@media (min-width: 768px){
  h2{
    font-size:1.5rem;
    line-height:2rem
  }
}

a{
  --tw-text-opacity:1;
  color:rgb(252 139 48 / var(--tw-text-opacity));
  transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

a:hover{
  --tw-text-opacity:1;
  color:rgb(var(--color-secondary) / var(--tw-text-opacity))
}

*{
  border-radius:0px;
  margin:0px
  /* @apply box-border */
}

*:focus{
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
}

/* a:hover, button:hover, input{
   @apply ease-in-out;
} */

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

::-webkit-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-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-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: 576px){
  .container{
    max-width:576px
  }
}

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

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

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

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

.wysiwyg{
  color:#FC8B30;
  max-width:65ch;
}

.wysiwyg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)){
  color:red;
  text-decoration:underline;
  font-weight:500;
  font-size:25px;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)):hover{
  color:yellow
}

.wysiwyg :where(strong):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.wysiwyg :where(a strong):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(blockquote strong):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(thead th strong):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(ol):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.wysiwyg :where(ol[type="A"]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:upper-alpha
}

.wysiwyg :where(ol[type="a"]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:lower-alpha
}

.wysiwyg :where(ol[type="A" s]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:upper-alpha
}

.wysiwyg :where(ol[type="a" s]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:lower-alpha
}

.wysiwyg :where(ol[type="I"]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:upper-roman
}

.wysiwyg :where(ol[type="i"]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:lower-roman
}

.wysiwyg :where(ol[type="I" s]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:upper-roman
}

.wysiwyg :where(ol[type="i" s]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:lower-roman
}

.wysiwyg :where(ol[type="1"]):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:decimal
}

.wysiwyg :where(ul):not(:where([class~="not-wysiwyg"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *))::marker{
  color:var(--tw-prose-bullets)
}

.wysiwyg :where(hr):not(:where([class~="not-wysiwyg"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.wysiwyg :where(blockquote):not(:where([class~="not-wysiwyg"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em
}

.wysiwyg :where(blockquote p:first-of-type):not(:where([class~="not-wysiwyg"] *))::before{
  content:open-quote
}

.wysiwyg :where(blockquote p:last-of-type):not(:where([class~="not-wysiwyg"] *))::after{
  content:close-quote
}

.wysiwyg :where(h1):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:50px;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.wysiwyg :where(h1 strong):not(:where([class~="not-wysiwyg"] *)){
  font-weight:900;
  color:inherit
}

.wysiwyg :where(h2):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.wysiwyg :where(h2 strong):not(:where([class~="not-wysiwyg"] *)){
  font-weight:800;
  color:inherit
}

.wysiwyg :where(h3):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.wysiwyg :where(h3 strong):not(:where([class~="not-wysiwyg"] *)){
  font-weight:700;
  color:inherit
}

.wysiwyg :where(h4):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.wysiwyg :where(h4 strong):not(:where([class~="not-wysiwyg"] *)){
  font-weight:700;
  color:inherit
}

.wysiwyg :where(img):not(:where([class~="not-wysiwyg"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.wysiwyg :where(figure > *):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0;
  margin-bottom:0
}

.wysiwyg :where(figcaption):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-code);
  font-weight:600;
  font-size:0.875em
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::before{
  content:"`"
}

.wysiwyg :where(code):not(:where([class~="not-wysiwyg"] *))::after{
  content:"`"
}

.wysiwyg :where(a code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(h1 code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(h2 code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit;
  font-size:0.875em
}

.wysiwyg :where(h3 code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit;
  font-size:0.9em
}

.wysiwyg :where(h4 code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(blockquote code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(thead th code):not(:where([class~="not-wysiwyg"] *)){
  color:inherit
}

.wysiwyg :where(pre):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::before{
  content:none
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *))::after{
  content:none
}

.wysiwyg :where(table):not(:where([class~="not-wysiwyg"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.wysiwyg :where(thead):not(:where([class~="not-wysiwyg"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.wysiwyg :where(thead th):not(:where([class~="not-wysiwyg"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.wysiwyg :where(tbody tr):not(:where([class~="not-wysiwyg"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.wysiwyg :where(tbody tr:last-child):not(:where([class~="not-wysiwyg"] *)){
  border-bottom-width:0
}

.wysiwyg :where(tbody td):not(:where([class~="not-wysiwyg"] *)){
  vertical-align:baseline
}

.wysiwyg :where(tfoot):not(:where([class~="not-wysiwyg"] *)){
  border-top-width:1px;
  border-top-color:var(--tw-prose-th-borders)
}

.wysiwyg :where(tfoot td):not(:where([class~="not-wysiwyg"] *)){
  vertical-align:top
}

.wysiwyg{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:#4b5563;
  --tw-prose-invert-hr:#374151;
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:#374151;
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:20px;
  line-height:1.75
}

.wysiwyg :where(p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.wysiwyg :where(video):not(:where([class~="not-wysiwyg"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.wysiwyg :where(figure):not(:where([class~="not-wysiwyg"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.wysiwyg :where(li):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.5em;
  margin-bottom:0.5em
}

.wysiwyg :where(ol > li):not(:where([class~="not-wysiwyg"] *)){
  padding-left:0.375em
}

.wysiwyg :where(ul > li):not(:where([class~="not-wysiwyg"] *)){
  padding-left:0.375em
}

.wysiwyg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.wysiwyg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.25em
}

.wysiwyg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.25em
}

.wysiwyg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.25em
}

.wysiwyg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.25em
}

.wysiwyg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.wysiwyg :where(hr + *):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg :where(h2 + *):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg :where(h3 + *):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg :where(h4 + *):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg :where(thead th:first-child):not(:where([class~="not-wysiwyg"] *)){
  padding-left:0
}

.wysiwyg :where(thead th:last-child):not(:where([class~="not-wysiwyg"] *)){
  padding-right:0
}

.wysiwyg :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)){
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.wysiwyg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-wysiwyg"] *)){
  padding-left:0
}

.wysiwyg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-wysiwyg"] *)){
  padding-right:0
}

.wysiwyg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.wysiwyg-sm :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.5714286em;
  margin-bottom:0.5714286em
}

.wysiwyg-sm :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.1428571em
}

.wysiwyg-sm :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.1428571em
}

.wysiwyg-sm :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.1428571em
}

.wysiwyg-sm :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.1428571em
}

.wysiwyg-sm :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg-sm :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.wysiwyg-base :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.wysiwyg-base :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.25em
}

.wysiwyg-base :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.25em
}

.wysiwyg-base :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.25em
}

.wysiwyg-base :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.25em
}

.wysiwyg-base :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg-base :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.wysiwyg-lg :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.8888889em;
  margin-bottom:0.8888889em
}

.wysiwyg-lg :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.3333333em
}

.wysiwyg-lg :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.3333333em
}

.wysiwyg-lg :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.3333333em
}

.wysiwyg-lg :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.3333333em
}

.wysiwyg-lg :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg-lg :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.wysiwyg-xl :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.8em;
  margin-bottom:0.8em
}

.wysiwyg-xl :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.2em
}

.wysiwyg-xl :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.2em
}

.wysiwyg-xl :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.2em
}

.wysiwyg-xl :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.2em
}

.wysiwyg-xl :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg-xl :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.wysiwyg-2xl :where(.wysiwyg > ul > li p):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0.8333333em;
  margin-bottom:0.8333333em
}

.wysiwyg-2xl :where(.wysiwyg > ul > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.3333333em
}

.wysiwyg-2xl :where(.wysiwyg > ul > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.3333333em
}

.wysiwyg-2xl :where(.wysiwyg > ol > li > *:first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:1.3333333em
}

.wysiwyg-2xl :where(.wysiwyg > ol > li > *:last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:1.3333333em
}

.wysiwyg-2xl :where(.wysiwyg > :first-child):not(:where([class~="not-wysiwyg"] *)){
  margin-top:0
}

.wysiwyg-2xl :where(.wysiwyg > :last-child):not(:where([class~="not-wysiwyg"] *)){
  margin-bottom:0
}

.btn{
  padding:.5rem 1rem;
  border-radius:.25rem;
  font-weight:600
}

.btn-green{
  background-color:#96BC33;
  color:#fff;
}

.btn-green:hover{
  background-color:#cc1f1a
}

.card {
  background-color: #AFA36A;
  border-radius: 0.5rem;
  padding: 30px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  color:#fff
}

.btn-primary{
  cursor:pointer !important;
  border-radius:0.5rem !important;
  padding-top:1rem !important;
  padding-bottom:1rem !important;
  padding-left:2.5rem !important;
  padding-right:2.5rem !important;
  font-size:18px !important;
  line-height:1.5rem !important;
  font-weight:600 !important;
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --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;
  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
}

.btn-primary:hover{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity)) !important
}

.btn-primary:focus{
  outline:2px solid transparent !important;
  outline-offset:2px !important;
  --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;
  --tw-ring-color:rgb(96 165 250 / var(--tw-ring-opacity)) !important;
  --tw-ring-opacity:0.75 !important
}

.btn-primary {
  background-color: rgb(175 163 106 / 75%);
  height: calc(55px - 12px);
}

.btn-secondary{
  cursor:pointer !important;
  border-radius:0.5rem !important;
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-top:1rem !important;
  padding-bottom:1rem !important;
  padding-left:2.5rem !important;
  padding-right:2.5rem !important;
  font-size:18px !important;
  line-height:1.5rem !important;
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --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;
  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
}

.btn-secondary:hover{
  opacity:0.5 !important
}

.btn-secondary:focus{
  outline:2px solid transparent !important;
  outline-offset:2px !important;
  --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;
  --tw-ring-color:rgb(96 165 250 / var(--tw-ring-opacity)) !important;
  --tw-ring-opacity:0.75 !important
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:-webkit-sticky;
  position:sticky
}

.top-0{
  top:0px
}

.right-0{
  right:0px
}

.right-6{
  right:1.5rem
}

.left-\[50\%\]{
  left:50%
}

.bottom-auto{
  bottom:auto
}

.right-auto{
  right:auto
}

.top-\[50\%\]{
  top:50%
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.top-1\/2{
  top:50%
}

.left-1\/2{
  left:50%
}

.z-30{
  z-index:30
}

.z-50{
  z-index:50
}

.z-\[9\]{
  z-index:9
}

.m-auto{
  margin:auto
}

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

.my-5{
  margin-top:1.25rem;
  margin-bottom:1.25rem
}

.mt-10{
  margin-top:2.5rem
}

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

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

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

.mb-10{
  margin-bottom:2.5rem
}

.mr-auto{
  margin-right:auto
}

.ml-auto{
  margin-left:auto
}

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

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

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

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

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

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

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

.mt-3{
  margin-top:0.75rem
}

.box-border{
  box-sizing:border-box
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.aspect-video{
  aspect-ratio:16 / 9
}

.aspect-\[4\/2\]{
  aspect-ratio:4/2
}

.h-full{
  height:100%
}

.h-9{
  height:2.25rem
}

.h-5{
  height:1.25rem
}

.h-12{
  height:3rem
}

.h-24{
  height:6rem
}

.h-48{
  height:12rem
}

.h-screen{
  height:100vh
}

.max-h-\[70px\]{
  max-height:70px
}

.min-h-\[320px\]{
  min-height:320px
}

.min-h-\[397px\]{
  min-height:397px
}

.w-\[120px\]{
  width:120px
}

.w-2\/4{
  width:50%
}

.w-full{
  width:100%
}

.w-5{
  width:1.25rem
}

.w-12{
  width:3rem
}

.max-w-\[100\%\]{
  max-width:100%
}

.max-w-\[100px\]{
  max-width:100px
}

.max-w-\[350px\]{
  max-width:350px
}

.max-w-\[410px\]{
  max-width:410px
}

.max-w-sm{
  max-width:24rem
}

.max-w-md{
  max-width:28rem
}

.max-w-none{
  max-width:none
}

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

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

.shrink-0{
  flex-shrink:0
}

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

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

.cursor-pointer{
  cursor:pointer
}

.select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.columns-3{
  -moz-columns:3;
       columns:3
}

.columns-2{
  -moz-columns:2;
       columns:2
}

.break-before-column{
  -moz-column-break-before:column;
       break-before:column
}

.break-inside-avoid-column{
  -moz-column-break-inside:avoid;
       break-inside:avoid-column
}

.break-after-column{
  -moz-column-break-after:column;
       break-after:column
}

.grid-flow-col{
  grid-auto-flow:column
}

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

.grid-rows-3{
  grid-template-rows:repeat(3, minmax(0, 1fr))
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-center{
  align-items:center
}

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

.justify-center{
  justify-content:center
}

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

.gap-5{
  gap:1.25rem
}

.gap-4{
  gap:1rem
}

.gap-6{
  gap:1.5rem
}

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

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
}

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

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.5rem * var(--tw-space-x-reverse));
  margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0px * var(--tw-space-y-reverse))
}

.overflow-hidden{
  overflow:hidden
}

.rounded-xl{
  border-radius:0.75rem
}

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

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

.rounded{
  border-radius:0.25rem
}

.rounded-lg{
  border-radius:0.5rem
}

.border{
  border-width:1px
}

.border-0{
  border-width:0px
}

.border-2{
  border-width:2px
}

.border-l{
  border-left-width:1px
}

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

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

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

.border-purple-200{
  --tw-border-opacity:1;
  border-color:rgb(233 213 255 / var(--tw-border-opacity))
}

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

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity))
}

.border-transparent{
  border-color:transparent
}

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

.bg-yellow{
  --tw-bg-opacity:1;
  background-color:rgb(175 163 106 / var(--tw-bg-opacity))
}

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

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

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

.bg-\[url\(\'\.\.\/dist\/images\/home-banner\.jpg\'\)\]{
  background-image:url('../dist/images/home-banner.jpg')
}

.bg-\[url\(\'\.\.\/dist\/images\/about-banner\.jpg\'\)\]{
  background-image:url('../dist/images/about-banner.jpg')
}

.bg-\[url\(\'\.\.\/dist\/images\/whyus-img\.jpg\'\)\]{
  background-image:url('../dist/images/whyus-img.jpg')
}

.bg-cover{
  background-size:cover
}

.bg-center{
  background-position:center
}

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

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.p-2{
  padding:0.5rem
}

.p-10{
  padding:2.5rem
}

.p-5{
  padding:1.25rem
}

.p-6{
  padding:1.5rem
}

.p-8{
  padding:2rem
}

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

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

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

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

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

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

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

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

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

.px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

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

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

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

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

.pb-5{
  padding-bottom:1.25rem
}

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

.pr-5{
  padding-right:1.25rem
}

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

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

.pl-2{
  padding-left:0.5rem
}

.text-center{
  text-align:center
}

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

.text-xs{
  font-size:16px;
  line-height:1rem
}

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

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

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

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

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

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

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.\!font-bold{
  font-weight:700 !important
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.leading-tight{
  line-height:1.25
}

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

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

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

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

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

.text-slate-500{
  --tw-text-opacity:1;
  color:rgb(100 116 139 / var(--tw-text-opacity))
}

.text-purple-600{
  --tw-text-opacity:1;
  color:rgb(147 51 234 / var(--tw-text-opacity))
}

.text-indigo-500{
  --tw-text-opacity:1;
  color:rgb(99 102 241 / var(--tw-text-opacity))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity))
}

.text-indigo-600{
  --tw-text-opacity:1;
  color:rgb(79 70 229 / var(--tw-text-opacity))
}

.text-slate-900{
  --tw-text-opacity:1;
  color:rgb(15 23 42 / var(--tw-text-opacity))
}

.text-slate-600{
  --tw-text-opacity:1;
  color:rgb(71 85 105 / var(--tw-text-opacity))
}

.opacity-70{
  opacity:0.7
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

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

.grayscale{
  --tw-grayscale:grayscale(100%);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter-none{
  filter:none
}

.transition{
  transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-300{
  transition-duration:300ms
}

.filter-none {
  filter: none;
}

.nunito {
  font-family: 'nunito', 'sans-serif';
}

.filter-grayscale {
  filter: grayscale(100%);
}

.custom-css{
  border-radius:0.25rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity))
}

.btn{
  border-radius:0.25rem !important;
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
  padding-left:1rem !important;
  padding-right:1rem !important;
  font-weight:700 !important
}

@layer responsive {
  .masonry {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    -moz-column-count: 1;
         column-count: 1;
  }

  .masonry-sm {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    -moz-column-count: 2;
         column-count: 2;
  }

  .masonry-md {
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    -moz-column-count: 3;
         column-count: 3;
  }

  .break-inside {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.\[mask-type\:luminance\]{
  mask-type:luminance
}

.\[--scroll-offset\:56px\]{
  --scroll-offset:56px
}

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

.before\:left-0::before{
  content:var(--tw-content);
  left:0px
}

.before\:top-0::before{
  content:var(--tw-content);
  top:0px
}

.before\:h-full::before{
  content:var(--tw-content);
  height:100%
}

.before\:w-full::before{
  content:var(--tw-content);
  width:100%
}

.before\:bg-black\/\[\.3\]::before{
  content:var(--tw-content);
  background-color:rgb(0 0 0 / .3)
}

.before\:bg-black\/\[0\.3\]::before{
  content:var(--tw-content);
  background-color:rgb(0 0 0 / 0.3)
}

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

.open\:shadow-lg[open]{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.open\:ring-black\/5[open]{
  --tw-ring-color:rgb(0 0 0 / 0.05)
}

.hover\:scale-110:hover{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  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))
}

.hover\:border-transparent:hover{
  border-color:transparent
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity:1;
  background-color:rgb(147 51 234 / var(--tw-bg-opacity))
}

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

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

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

.hover\:opacity-100:hover{
  opacity:1
}

.hover\:opacity-50:hover{
  opacity:0.5
}

.hover\:\[mask-type\:alpha\]:hover{
  mask-type:alpha
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity:1;
  border-color:rgb(165 180 252 / var(--tw-border-opacity))
}

.focus\:border-black:focus{
  --tw-border-opacity:1;
  border-color:rgb(0 0 0 / var(--tw-border-opacity))
}

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

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

.focus\:border-transparent:focus{
  border-color:transparent
}

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

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

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

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

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

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

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

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

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(199 210 254 / var(--tw-ring-opacity))
}

.focus\:ring-black:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))
}

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

.focus\:ring-blue-400:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(96 165 250 / var(--tw-ring-opacity))
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity:0.5
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity:0.75
}

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

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

.wysiwyg-h1\:text-orange :is(:where(h1):not(:where([class~="not-wysiwyg"] *))){
  --tw-text-opacity:1;
  color:rgb(252 139 48 / var(--tw-text-opacity))
}

.wysiwyg-p\:text-yellow :is(:where(p):not(:where([class~="not-wysiwyg"] *))){
  --tw-text-opacity:1;
  color:rgb(175 163 106 / var(--tw-text-opacity))
}

@media (prefers-color-scheme: dark){
  .dark\:text-white{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity))
  }

  .dark\:text-slate-400{
    --tw-text-opacity:1;
    color:rgb(148 163 184 / var(--tw-text-opacity))
  }

  .dark\:open\:bg-slate-900[open]{
    --tw-bg-opacity:1;
    background-color:rgb(15 23 42 / var(--tw-bg-opacity))
  }

  .dark\:open\:ring-white\/10[open]{
    --tw-ring-color:rgb(255 255 255 / 0.1)
  }
}

@media (min-width: 576px){
  .sm\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:flex{
    display:flex
  }

  .sm\:w-\[150px\]{
    width:150px
  }

  .sm\:flex-2{
    flex:0 0 50%
  }

  .sm\:shrink-0{
    flex-shrink:0
  }

  .sm\:flex-row{
    flex-direction:row
  }

  .sm\:items-center{
    align-items:center
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

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

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

  .sm\:text-left{
    text-align:left
  }
}

@media (min-width: 768px){
  .md\:relative{
    position:relative
  }

  .md\:order-last{
    order:9999
  }

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

  .md\:row-span-3{
    grid-row:span 3 / span 3
  }

  .md\:row-span-2{
    grid-row:span 2 / span 2
  }

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

  .md\:flex{
    display:flex
  }

  .md\:hidden{
    display:none
  }

  .md\:aspect-square{
    aspect-ratio:1 / 1
  }

  .md\:h-full{
    height:100%
  }

  .md\:min-h-\[800px\]{
    min-height:800px
  }

  .md\:w-\[192px\]{
    width:192px
  }

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

  .md\:w-48{
    width:12rem
  }

  .md\:max-w-\[610px\]{
    max-width:610px
  }

  .md\:max-w-\[50\%\]{
    max-width:50%
  }

  .md\:max-w-\[515px\]{
    max-width:515px
  }

  .md\:flex-3{
    flex:0 0 33.33%
  }

  .md\:shrink-0{
    flex-shrink:0
  }

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

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

  .md\:bg-transparent{
    background-color:transparent
  }

  .md\:p-0{
    padding:0px
  }

  .md\:p-10{
    padding:2.5rem
  }

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

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

@media (min-width: 991px){
  .lg\:\[--scroll-offset\:44px\]{
    --scroll-offset:44px
  }
}

@media (orientation: portrait){
  .portrait\:hidden{
    display:none
  }
}

@media (orientation: landscape){
  .landscape\:hidden{
    display:none
  }
}

.\[\&_p\]\:mt-4 p{
  margin-top:1rem
}

.\[\&_p\]\:bg-black p{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity))
}

.\[\&_p\]\:p-2 p{
  padding:0.5rem
}

.\[\&_p\]\:text-center p{
  text-align:center
}

.\[\&_p\]\:text-white p{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

.\[\&_p\]\:hover\:bg-indigo-500:hover p{
  --tw-bg-opacity:1;
  background-color:rgb(99 102 241 / var(--tw-bg-opacity))
}



