html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  font-size: 16px;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Maven Pro, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
  h1,
  .h1 {
  font-size: 2.2522445474399997rem;
}
  @media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 2.8153056842999997rem;
  }
}
  h2,
  .h2 {
  font-size: 1.831093128rem;
}
  @media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 2.28886641rem;
  }
}
  h3,
  .h3 {
  font-size: 1.4886936rem;
}
  @media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.8608669999999998rem;
  }
}
  h4,
  .h4 {
  font-size: 1.5129rem;
}
  h5,
  .h5 {
  font-size: 1.23rem;
}
  h6,
  .h6 {
  font-size: 1rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666666666667%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
[data-aos=fade-up-sm] {
    transform: translate3d(0, 10px, 0);
  }
[data-aos=fade-down-sm] {
    transform: translate3d(0, -10px, 0);
  }
[data-aos=fade-up-md] {
    transform: translate3d(0, 15px, 0);
  }
[data-aos=fade-down-md] {
    transform: translate3d(0, -15px, 0);
  }
[data-aos=fade-left-sm] {
    transform: translate3d(-15px, 0, 0);
  }
[data-aos=fade-right-sm] {
    transform: translate3d(15px, 0, 0);
  }
.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.5rem;
}
.breadcrumb-list-item {
  vertical-align: middle;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.breadcrumb-list-item a:hover {
  color: rgb(0 0 0 / 0.7);
}
.breadcrumb-list-item a,
  .breadcrumb-list-item span {
  vertical-align: middle;
}
.breadcrumb-list-item:first-child {
  position: relative;
  padding-left: 2rem;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.breadcrumb-list-item:first-child::after {
  --tw-content: "";
  content: var(--tw-content);
  position: absolute;
  left: 0px;
  top: 50%;
  height: 20px;
  width: 20px;
  --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));
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cg clip-path='url(%23clip0_3_3405)'%3E%3Cpath d='M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69ZM12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z' fill='%23999999' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_3405'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.breadcrumb-list-item:last-child {
  position: relative;
}
.breadcrumb-list-item:last-child::before {
  position: absolute;
  bottom: 0px;
  left: -24px;
  font-size: 18px;
  --tw-content: "/";
  content: var(--tw-content);
}
.link-animation {
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#fcf5de, rgb(0, 0, 0));
    background-size: 0 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.42, 0, 0.36, 0.96);
    padding-bottom: 4px;
  }
.link-animation:hover {
    background-size: 100% 2px;
    background-position: 0 100%;
  }
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {

  .section-md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {

  .section-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1320px) {

  .section-lg {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 574px) {
    .container {
      padding: 0px 1rem;
    }
  }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x,calc(1.5rem / 2));
  padding-right: var(--bs-gutter-x,calc(1.5rem / 2));
    --bs-gutter-x: 1rem;
}
@media screen and (min-width: 1024px) {
    .container-fluid {
      --bs-gutter-x: 2.5rem;
    }
  }
.form-input,
  .form-textarea {
  width: 100%;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
.form-input::placeholder,
  .form-textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
@media (min-width: 575px) {

  .form-input,
  .form-textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.form-label {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 600;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-family: Merriweather, sans-serif;
}
.social-icons li {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.social-icons li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 10px;
  transform: none;
  border-radius: 9999px;
  text-align: center;
  font-size: 1rem;
  line-height: 45px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.social-icons li a:hover {
  --tw-rotate: -12deg;
  --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));
}
.social-icons li a i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 575px) {

  .social-icons li a i {
    font-size: 16px;
  }
}
.content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~="not-prose"] *)) {
  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;
}
.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.content :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.content :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(pre):not(:where([class~="not-prose"] *)) {
  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;
}
.content :where(pre code):not(:where([class~="not-prose"] *)) {
  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;
}
.content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.content {
  --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: 1rem;
  line-height: 1.75;
}
.content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.content :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.content {
  max-width: none;
}
.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: .4em;
  margin-top: .5em;
  font-family: Maven Pro, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 2.2522445474399997rem;
}
@media (min-width: 768px) {

  .content :is(:where(h1):not(:where([class~="not-prose"] *))) {
    font-size: 2.8153056842999997rem;
  }
}
.content :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1.831093128rem;
}
@media (min-width: 768px) {

  .content :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 2.28886641rem;
  }
}
.content :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.4886936rem;
}
@media (min-width: 768px) {

  .content :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 1.8608669999999998rem;
  }
}
.content :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.21032rem;
}
@media (min-width: 768px) {

  .content :is(:where(h4):not(:where([class~="not-prose"] *))) {
    font-size: 1.5129rem;
  }
}
.content :is(:where(ol):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}
.content :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}
.content :is(:where(hr):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.content :is(:where(code):not(:where([class~="not-prose"] *))) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.content :is(:where(pre):not(:where([class~="not-prose"] *))) {
  border-radius: 0px;
}
.content :is(:where(strong):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.content :is(:where(a):not(:where([class~="not-prose"] *))):hover {
  text-decoration-line: underline;
}
.content *::marker {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(34 34 34 );
}
.content::marker {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(34 34 34 );
}
.content :is(:where(li):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.content :is(:where(table):not(:where([class~="not-prose"] *))) {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(thead):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(th):not(:where([class~="not-prose"] *))) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(tr):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(td):not(:where([class~="not-prose"] *))) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  border-left-width: 10px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 5rem;
}
@media (min-width: 575px) {

  .content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 2.5rem;
  }
}
.content blockquote p {
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-style: normal;
  color: rgb(34 34 34 / 0.8);
}
@media (min-width: 768px) {

  .content blockquote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content blockquote p::before {
  position: absolute;
  top: -2rem;
  left: 0px;
  height: 1.5rem;
  width: 2.25rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 575px) {

  .content blockquote p::before {
    top: -0px;
    left: -43px;
  }
}
.content blockquote p::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48981 0.476949C4.03994 2.85964 1.01629 6.71712 0.174469 11.0856C-0.0396232 12.1964 -0.0602203 14.2939 0.132315 15.3785C0.36826 16.7075 0.875437 18.0314 1.4949 18.9355C2.35784 20.1946 2.9931 20.7936 4.03928 21.3344C4.99915 21.8307 5.59632 21.9677 6.79184 21.9661C7.99548 21.9645 8.47985 21.8557 9.34906 21.3915C10.3834 20.8392 11.1192 20.0028 11.7092 18.7086C12.0896 17.8739 12.2324 17.2054 12.228 16.279C12.2132 13.165 9.94483 10.8319 6.75566 10.6507C5.88335 10.6012 5.34694 10.6806 4.67831 10.9582L4.22975 11.1445L4.28142 10.7896C4.4476 9.64834 4.94681 8.1737 5.50906 7.16341C6.47912 5.42031 8.15612 3.73665 10.1258 2.52811C10.5079 2.29374 10.811 2.08031 10.7994 2.0539C10.742 1.92259 9.44452 0.00432733 9.41262 0.00349244C9.39232 0.00296115 8.97706 0.216009 8.48981 0.476949ZM24.2514 0.461086C19.2677 3.16043 16.0809 7.65455 15.7698 12.4222C15.5526 15.7497 16.4771 18.5009 18.4503 20.3986C20.4898 22.36 24.1222 22.5511 26.0359 20.7977C26.7802 20.1156 27.5596 18.7668 27.8296 17.6935C28.459 15.1911 27.3023 12.5385 25.0632 11.3495C23.5817 10.5628 21.7295 10.4093 20.3941 10.9624C20.1606 11.0591 19.9696 11.1219 19.9696 11.102C19.9696 11.0821 20.0363 10.7296 20.1177 10.3186C20.7449 7.15445 22.6379 4.58057 25.8202 2.565C26.2161 2.31431 26.54 2.09299 26.54 2.07333C26.54 2.00927 25.1838 -0.00136548 25.1415 6.95896e-07C25.1189 0.000683785 24.7184 0.208191 24.2514 0.461086Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  }
.content blockquote p::after {
    display: none;
  }
.content blockquote cite,
  .content blockquote .destination {
  font-style: normal;
}
.content blockquote .destination {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.content blockquote > *:first-child {
    margin-top: 0px !important;
  }
.content blockquote > *:last-child {
    margin-bottom: 0px !important;
  }
.content p + ul,
  .content p + ol {
  margin-top: 0px;
}
.content > *:first-child {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
.content > *:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
.page-header::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
}
.page-header::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
}
.page-header .line-bg {
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
  }
.banner::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .banner::before {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner::before {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .banner::after {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner::after {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
  }
@media screen and (max-width: 1320px) {
    .banner .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 0, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner .image-block {
  position: relative;
  z-index: 10;
  padding-left: 2rem;
}
.banner .image-block::before {
  top: -1rem;
  content: var(--tw-content);
  left: 1rem;
}
.banner .image-block::after {
  bottom: -15px;
  content: var(--tw-content);
  right: -20px;
}
@media (min-width: 575px) {

  .banner .image-block {
    padding-left: 5rem;
  }

  .banner .image-block::before {
    left: 3rem;
    content: var(--tw-content);
    top: -30px;
  }

  .banner .image-block::after {
    bottom: -30px;
    content: var(--tw-content);
    right: -30px;
  }
}
.banner .image-block::before, .banner .image-block::after {
  position: absolute;
  z-index: -10;
  height: 100%;
  width: calc(100% - 80px);
  --tw-content: "";
  content: var(--tw-content);
}
.banner .image-block .floating-image > div {
  position: absolute;
  border-radius: 5px;
}
.banner .image-block .floating-image .image-1 {
  bottom: 70px;
  left: 0px;
}
.banner .image-block .floating-image .image-2 {
  right: -120px;
  top: 25%;
}
.banner .image-block .shape {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.banner .image-block .shape-1 {
  top: -5rem;
  left: 1.25rem;
  z-index: -30;
}
.features::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1320px) {
    .features::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    }
  }
@media screen and (max-width: 575px) {
    .features::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
  }
.features .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
@media screen and (max-width: 1320px) {
    .features .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    }
  }
@media screen and (max-width: 575px) {
    .features .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
  }
.colored-box-icon .icon-box {
  margin-bottom: 2.5rem;
  width: 60px;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+1) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(251 146 137 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+2) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 207 168 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+3) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 177 255 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+4) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(253 225 121 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+5) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 207 168 / var(--tw-text-opacity));
}
.colored-box-icon > div:nth-child(5n+2) .icon-box {
  background-color: rgb(115 207 168 / 0.2);
}
.colored-box-icon > div .icon-box {
  background-color: rgb(115 177 255 / 0.2);
}

.articles::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .articles::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
    }
  }
@media screen and (max-width: 575px) {
    .articles::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
  }
.articles .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
  }
@media screen and (max-width: 1320px) {
    .articles .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
    }
  }
@media screen and (max-width: 575px) {
    .articles .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
  }

.blog-single::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
  }
.blog-single .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
  }
footer::after {
    -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 100%, 0 38%);
            clip-path: polygon(0 -1px, 100% -1px, 100% 100%, 0 38%);
  }
@media screen and (max-width: 1023px) {
    footer::after {
      -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 85%, 0% 30%);
              clip-path: polygon(0 -1px, 100% -1px, 100% 85%, 0% 30%);
    }
  }
footer .line-bg {
    -webkit-clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
  }
@media screen and (max-width: 1023px) {
    footer .line-bg {
      -webkit-clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
    }
  }
footer .cta-clip-path {
  z-index: 10;
}
footer .cta-clip-path::before {
  position: absolute;
  left: 20%;
  top: 5%;
  z-index: -10;
  height: 250px;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
footer .cta-clip-path::after {
  position: absolute;
  bottom: 7%;
  right: 17%;
  z-index: -10;
  height: 250px;
  width: 250px;
  --tw-rotate: 180deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
footer .cta-clip-path::before {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
footer .cta-clip-path::after {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
footer.footer-alt {
    -webkit-clip-path: polygon(0% 1%, 100% 16%, 100% 101%, 0% 101%);
            clip-path: polygon(0% 1%, 100% 16%, 100% 101%, 0% 101%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt {
      -webkit-clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
    }
  }
footer.footer-alt::after {
    -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 31%, 0 1%);
            clip-path: polygon(0 -1px, 100% -1px, 100% 31%, 0 1%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt::after {
      -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 5%, 0 1%);
              clip-path: polygon(0 -1px, 100% -1px, 100% 5%, 0 1%);
    }
  }
footer.footer-alt .line-bg {
    -webkit-clip-path: polygon(0% 1%, 89% 15%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 1%, 89% 15%, 100% 100%, 0% 100%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt .line-bg {
      -webkit-clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
    }
  }
.widget-title {
  margin-bottom: 1rem;
  font-family: Maven Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .widget-title {
    margin-bottom: 2rem;
  }
}
.widget-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {

  .widget-content {
    gap: 1.5rem;
  }
}
.widget-content li {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255 255 255 / 0.8);
}
@media (min-width: 575px) {

  .widget-content li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.widget-content li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.copyright {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 15px;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.5);
}
.copyright a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.copyright a:hover {
  text-decoration-line: none;
}

.header {
  position: sticky;
  top: -1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.header a:not(.btn),
  .header .nav-link,
  .header .nav-dropdown-link {
  font-size: 15px;
}
@media (min-width: 1320px) {

  .header a:not(.btn),
  .header .nav-link,
  .header .nav-dropdown-link {
    font-size: 18px;
  }
}
.header.header-fixed-top {
  z-index: 999;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.03);
    background-color: white !important;
}
.header.header-fixed-top .line-bg {
    display: none;
  }
.header.header-fixed-top .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header.header-fixed-top .navbar-wrapper {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1024px) {

  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.navbar-wrapper {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-left: auto;
  display: flex;
  height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column-reverse;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .navbar-wrapper {
    visibility: visible;
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    opacity: 1;
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }
}
.navbar-toggler {
  border-radius: 0.375rem;
  padding: 0.25rem;
}
@media (min-width: 1024px) {

  .navbar-toggler {
    display: none;
  }
}
.navbar-brand img {
  max-height: 100%;
  width: 150px;
  max-width: 100%;
}
@media (min-width: 1320px) {

  .navbar-brand img {
    width: 162px;
  }
}
.navbar-nav {
  order: 3;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {

  .navbar-nav {
    order: 2;
  }
}
@media (min-width: 768px) {

  .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .navbar-nav {
    order: 2;
    margin-left: auto;
    margin-right: 0px;
    width: auto;
    flex-direction: row;
    background-color: transparent;
  }
}
.nav-item {
  z-index: 10;
  margin-right: 0px;
}
.nav-item .nav-link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-item .nav-link .arrow-icon {
  margin-left: 6px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media screen and (max-width: 1023px) {
    .nav-item.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list {
    display: block;
  }
    .nav-item.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list {
    display: block;
  }
  }
@media screen and (min-width: 1024px) {
    .nav-item:hover .nav-link .arrow-icon {
    --tw-rotate: 180deg;
    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));
  }
  }
.nav-item {
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {

  .nav-item {
    text-align: left;
  }
}
.nav-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1320px) {

  .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nav-link .arrow-icon {
  position: relative;
  z-index: -10;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
    .navbar-wrapper.active {
    height: auto;
    border-radius: 0.75rem;
    padding: 0.75rem;
    opacity: 1;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
      max-height: calc(100vh - 250%);
      overflow: auto;
  }
    .nav-dropdown.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-dropdown.active .nav-dropdown-list {
    display: block;
  }
  }
@media screen and (min-width: 1024px) {
    .nav-dropdown:hover .nav-link .arrow-icon {
    --tw-rotate: 180deg;
    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));
  }
  }

.btn {
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn.btn-sm {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 575px) {

  .btn.btn-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn.btn-md {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 575px) {

  .btn.btn-md {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.btn-icon {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 575px) {

  .btn-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-bg-opacity: 0.8;
}
.btn-outline-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 575px) {

  .sm\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .sm\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .sm\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
}
@media (min-width: 768px) {

  .md\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .md\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .md\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .md\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .md\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .md\:col-11 {
    flex: 0 0 auto;
    width: 91.66666666666667%;
  }

  .md\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {

    .md\:section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:col-2 {
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }

  .lg\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lg\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .lg\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .lg\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lg\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .lg\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .lg\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lg\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .lg\:col-11 {
    flex: 0 0 auto;
    width: 91.66666666666667%;
  }

  .lg\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .lg\:g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .lg\:order-0 {
    order: 0;
  }
  .lg\:section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {

    .lg\:section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
}
@media (min-width: 1320px) {

  .xl\:col-2 {
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }

  .xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .xl\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .xl\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .xl\:order-0 {
    order: 0;
  }
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}
.group.active .group-\[\.active\]\:h-\[21px\] {
  height: 21px;
}
.group.active .group-\[\.active\]\:h-full {
  height: 100%;
}
.group.active .group-\[\.active\]\:w-12 {
  width: 3rem;
}
.group.active .group-\[\.active\]\: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));
}
.group.active .group-\[\.active\]\:translate-x-10 {
  --tw-translate-x: 2.5rem;
  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));
}
.group.active .group-\[\.active\]\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}
.group.active .group-\[\.active\]\: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);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
li.checked-list::marker {
  content: '✔  ';
}