@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Nunito:ital,wght@0,400;0,600;0,800;1,400&display=swap);
/*
! tailwindcss v3.1.6 | 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::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;
}
*, ::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-3{
  top: -0.75rem;
}
.left-0{
  left: 0px;
}
.top-10{
  top: 2.5rem;
}
.left-5{
  left: 1.25rem;
}
.right-auto{
  right: auto;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.-left-20{
  left: -5rem;
}
.right-10{
  right: 2.5rem;
}
.-right-10{
  right: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.left-1\/2{
  left: 50%;
}
.bottom-5{
  bottom: 1.25rem;
}
.right-5{
  right: 1.25rem;
}
.-top-1{
  top: -0.25rem;
}
.-left-5{
  left: -1.25rem;
}
.top-1\/2{
  top: 50%;
}
.bottom-4{
  bottom: 1rem;
}
.top-\[20px\]{
  top: 20px;
}
.left-\[20px\]{
  left: 20px;
}
.bottom-16{
  bottom: 4rem;
}
.-bottom-16{
  bottom: -4rem;
}
.top-2{
  top: 0.5rem;
}
.right-2{
  right: 0.5rem;
}
.-top-10{
  top: -2.5rem;
}
.-bottom-10{
  bottom: -2.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.m-auto{
  margin: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-ml-4{
  margin-left: -1rem;
}
.mt-16{
  margin-top: 4rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-96{
  height: 24rem;
}
.h-full{
  height: 100%;
}
.h-80{
  height: 20rem;
}
.h-2{
  height: 0.5rem;
}
.h-32{
  height: 8rem;
}
.h-1\/4{
  height: 25%;
}
.h-20{
  height: 5rem;
}
.h-72{
  height: 18rem;
}
.h-64{
  height: 16rem;
}
.h-5{
  height: 1.25rem;
}
.h-48{
  height: 12rem;
}
.h-3\/4{
  height: 75%;
}
.h-screen{
  height: 100vh;
}
.h-3\/6{
  height: 50%;
}
.h-auto{
  height: auto;
}
.h-10{
  height: 2.5rem;
}
.h-1\/2{
  height: 50%;
}
.h-56{
  height: 14rem;
}
.h-60{
  height: 15rem;
}
.h-24{
  height: 6rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-2\/5{
  width: 40%;
}
.w-full{
  width: 100%;
}
.w-20{
  width: 5rem;
}
.w-72{
  width: 18rem;
}
.w-64{
  width: 16rem;
}
.w-5{
  width: 1.25rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-36{
  width: 9rem;
}
.w-24{
  width: 6rem;
}
.w-96{
  width: 24rem;
}
.w-11\/12{
  width: 91.666667%;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --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));
}
.-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));
}
@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.gap-6{
  gap: 1.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-1{
  gap: 0.25rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 1.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-t-lg{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-\[20px\]{
  border-width: 20px;
}
.border-2{
  border-width: 2px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-ascprimary{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 151 / var(--tw-border-opacity));
}
.border-ascpostprimary{
  --tw-border-opacity: 1;
  border-color: rgb(26 141 171 / var(--tw-border-opacity));
}
.border-ascpost16{
  --tw-border-opacity: 1;
  border-color: rgb(17 86 53 / var(--tw-border-opacity));
}
.border-ascgreen{
  --tw-border-opacity: 1;
  border-color: rgb(17 86 53 / var(--tw-border-opacity));
}
.border-ascyellow{
  --tw-border-opacity: 1;
  border-color: rgb(253 161 40 / var(--tw-border-opacity));
}
.border-ascorange{
  --tw-border-opacity: 1;
  border-color: rgb(232 86 33 / var(--tw-border-opacity));
}
.border-ascblue{
  --tw-border-opacity: 1;
  border-color: rgb(26 141 171 / var(--tw-border-opacity));
}
.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(86 71 66 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-ascprimary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 151 / var(--tw-bg-opacity));
}
.bg-ascpostprimary{
  --tw-bg-opacity: 1;
  background-color: rgb(26 141 171 / var(--tw-bg-opacity));
}
.bg-ascpost16{
  --tw-bg-opacity: 1;
  background-color: rgb(17 86 53 / var(--tw-bg-opacity));
}
.bg-ascgreen{
  --tw-bg-opacity: 1;
  background-color: rgb(17 86 53 / var(--tw-bg-opacity));
}
.bg-ascyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(253 161 40 / var(--tw-bg-opacity));
}
.bg-ascorange{
  --tw-bg-opacity: 1;
  background-color: rgb(232 86 33 / var(--tw-bg-opacity));
}
.bg-ascblue{
  --tw-bg-opacity: 1;
  background-color: rgb(26 141 171 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(86 71 66 / var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(228 220 208 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-darkbrown{
  --tw-bg-opacity: 1;
  background-color: rgb(63 54 52 / var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.fill-ascprimary{
  fill: #00AE97;
}
.fill-ascpostprimary{
  fill: #1A8DAB;
}
.fill-ascpost16{
  fill: #115635;
}
.fill-ascgreen{
  fill: #115635;
}
.fill-ascyellow{
  fill: #FDA128;
}
.fill-ascorange{
  fill: #E85621;
}
.fill-ascblue{
  fill: #1A8DAB;
}
.fill-dark{
  fill: #564742;
}
.fill-white{
  fill: #fff;
}
.fill-light{
  fill: #E4DCD0;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-10{
  padding: 2.5rem;
}
.p-8{
  padding: 2rem;
}
.p-5{
  padding: 1.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-1{
  padding: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-body{
  font-family: Nunito, sans-serif;
}
.font-title{
  font-family: Montserrat, sans-serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.text-ascprimary{
  --tw-text-opacity: 1;
  color: rgb(0 174 151 / var(--tw-text-opacity));
}
.text-ascpostprimary{
  --tw-text-opacity: 1;
  color: rgb(26 141 171 / var(--tw-text-opacity));
}
.text-ascpost16{
  --tw-text-opacity: 1;
  color: rgb(17 86 53 / var(--tw-text-opacity));
}
.text-ascgreen{
  --tw-text-opacity: 1;
  color: rgb(17 86 53 / var(--tw-text-opacity));
}
.text-ascyellow{
  --tw-text-opacity: 1;
  color: rgb(253 161 40 / var(--tw-text-opacity));
}
.text-ascorange{
  --tw-text-opacity: 1;
  color: rgb(232 86 33 / var(--tw-text-opacity));
}
.text-ascblue{
  --tw-text-opacity: 1;
  color: rgb(26 141 171 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(86 71 66 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-darkbrown{
  --tw-text-opacity: 1;
  color: rgb(63 54 52 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.opacity-50{
  opacity: 0.5;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-80{
  opacity: 0.8;
}
.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{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.h-screen-50 {
        height: 50vh;
    }
.w-screen-90 {
        width: 90vw;
    }
.text-shadow-lg {
        text-shadow: 0 15px 30px rgba(0, 0, 0, 0.11),
            0 5px 15px rgba(0, 0, 0, 0.08);
    }

.laravel-embed__responsive-wrapper { position: relative; height: 0; overflow: hidden; max-width: 100%; }
.laravel-embed__fallback { background: rgba(0, 0, 0, 0.15); color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; }
.laravel-embed__fallback,
.laravel-embed__responsive-wrapper iframe,
.laravel-embed__responsive-wrapper object,
.laravel-embed__responsive-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.mce-content-body div{
  border-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

[x-cloak] { display: none !important; }

.home-video video {
    mix-blend-mode: hard-light;
}

#orange-blob {
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.logo-base {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

@media (max-width: 80em) {
    .logo-base {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

.video-clipped {
    -webkit-clip-path: url(#videoPath);
    clip-path: url(#videoPath);
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-backface-visibility: hidden;
}

.menu-clipped {
    -webkit-clip-path: url(#menuPath);
    clip-path: url(#menuPath);
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-backface-visibility: hidden;
}

.menu-end-clipped {
    -webkit-clip-path: url(#menuEndPath);
    clip-path: url(#menuEndPath);
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-backface-visibility: hidden;
}

.page-image {
    -webkit-clip-path: url(#pageImage);
    clip-path: url(#pageImage);
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-backface-visibility: hidden;
}

.gallery-image {
    -webkit-clip-path: url(#galleryImage);
    clip-path: url(#galleryImage);
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-backface-visibility: hidden;
}

.menu-image {
    -webkit-clip-path: url(#menuImage);
    clip-path: url(#menuImage);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-backface-visibility: hidden;
}

.article{
  font-family: Nunito, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.article h1{
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 174 151 / var(--tw-text-opacity));
}

.article h2{
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 141 171 / var(--tw-text-opacity));
}

.article h3{
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 86 53 / var(--tw-text-opacity));
}

.article h4{
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.article h5{
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.article h6{
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.article p{
  margin-bottom: 1rem;
}

.article ul{
  margin-left: 1.25rem;
  list-style-position: outside;
}

.article ol{
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: decimal;
}

.article ul ul{
  margin-left: 1.25rem;
}

.article ul li{
  position: relative;
  margin-bottom: 0.5rem;
}

.article ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f192";
    position: absolute;
    top: 0px;
    left: -25px;
    font-size: 0.7em;
    --tw-text-opacity: 1;
    color: rgb(26 141 171 / var(--tw-text-opacity));
}

.article .splide__list li::before, .article .splide__pagination li::before {
    content: '';
}

.article a{
  --tw-text-opacity: 1;
  color: rgb(0 174 151 / var(--tw-text-opacity));
}

.article .two-cols{
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 64rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .article .two-cols{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.article .three-cols{
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 64rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .article .three-cols{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.article .four-cols{
  margin: auto;
  display: grid;
  width: 100%;
  max-width: 64rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .article .four-cols{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.article .download{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 141 171 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.article .download:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 151 / var(--tw-bg-opacity));
}

.article .download::before {
    display: block;
    width: 100%;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f019";
    font-size: 2em;
    margin-bottom: 0.75rem;
}

.article .divider{
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 0.5rem;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(0 174 151 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.article .divider::before{
  position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("https://dev.zoocreative.net/web/asc/public/images/divider-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.article .large-text{
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.article .text-block{
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.files-list ul{
  margin-left: 0px;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .files-list ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .files-list ul{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.files-list ul li{
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 141 171 / var(--tw-bg-opacity));
  padding: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.files-list ul li a{
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

img {
    display: inline;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:top-10{
    top: 2.5rem;
  }
  .sm\:right-10{
    right: 2.5rem;
  }
  .sm\:left-auto{
    left: auto;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-4\/12{
    width: 33.333333%;
  }
  .sm\:w-6\/12{
    width: 50%;
  }
  .sm\:w-7\/12{
    width: 58.333333%;
  }
  .sm\:w-96{
    width: 24rem;
  }
  .sm\:-translate-x-0{
    --tw-translate-x: -0px;
    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));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:bg-transparent{
    background-color: transparent;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:pt-28{
    padding-top: 7rem;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-3\/6{
    height: 50%;
  }
  .md\:h-2\/6{
    height: 33.333333%;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
    .md\:h-screen-70 {
        height: 70vh;
    }
}

@media (min-width: 1024px){
  .lg\:-left-20{
    left: -5rem;
  }
  .lg\:-right-10{
    right: -2.5rem;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:h-4\/6{
    height: 66.666667%;
  }
  .lg\:h-3\/6{
    height: 50%;
  }
  .lg\:h-80{
    height: 20rem;
  }
  .lg\:max-h-\[550px\]{
    max-height: 550px;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-48{
    width: 12rem;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
    .lg\:h-screen-60 {
        height: 60vh;
    }
    .lg\:w-screen-90 {
        width: 90vw;
    }
}

@media (min-width: 1280px){
  .xl\:-ml-7{
    margin-left: -1.75rem;
  }
  .xl\:-ml-6{
    margin-left: -1.5rem;
  }
  .xl\:w-56{
    width: 14rem;
  }
  .xl\:w-48{
    width: 12rem;
  }
  .xl\:w-32{
    width: 8rem;
  }
  .xl\:pr-64{
    padding-right: 16rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-44{
    height: 11rem;
  }
  .\32xl\:w-44{
    width: 11rem;
  }
  .\32xl\:justify-center{
    justify-content: center;
  }
  .\32xl\:p-5{
    padding: 1.25rem;
  }
  .\32xl\:pr-0{
    padding-right: 0px;
  }
    .\32xl\:w-screen-70 {
        width: 70vw;
    }
}
