@import "reset.css";
@import "fonts.css";
:root {
  /* --base-primary: #262A37;
    --highlight: #FFC000; */
  --primary: #262a37;
  --primary-foreground: #fff;
  --secondary: #f3f2ec;
  --secondary-foreground: #262a37;
  --warning: #b45309;
  --warning-foreground: #f7f3e0;
  --danger: #b91c1c;
  --danger-foreground: #F8E8E8;
  --success: #2a761e;
  --success-foreground: #EAF1E8;
  --info: #1e40af;
  --info-foreground: #E8ECF7;
  --muted-foreground: #6e7079;
  --white: #fff;
  --black: #000;
  --input: #e9eaeb;
  --rounded-sm: 2px;
  --rounded: 4px;
  --rounded-lg: 8px;
  --rounded-xl: 12px;
  --rounded-full: 999px;
  --cadmium: #93331f;
  --lms: #7b4899;
  --eventscribe: #587d36;
  --warpwire: #486499;
  --card: var(--white);
  --border: color-mix(in srgb, black 5%, var(--secondary));
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 28px;
  --p-1: 4px;
  --p-2: 8px;
  --p-4: 12px;
  --shadow-color: 0deg 10% 70%;
  --shadow-sm: 1px 2px 2px hsl(var(--shadow-color) / 0.133), 0 2px 0 -1px var(--muted-foreground);
  --shadow-lg: 1px 2px 2px hsl(var(--shadow-color) / 0.133), 2px 4px 4px hsl(var(--shadow-color) / 0.133), 3px 6px 6px hsl(var(--shadow-color) / 0.133), 0 2px 0 -1px var(--muted-foreground);
  --sidebar: var(--primary);
}
body {
  background: var(--white);
  font-family: MessinaSans, sans-serif;
}
header {
  background: var(--white);
}
p {
  color: var(--muted-foreground);
  font-family: MessinaSans, sans-serif;
}
main {
  margin-top: 72px;
  min-height: 600px;
  position: relative;
  z-index: 1;
  padding: 64px 0;
}
main::before {
  content: '';
  background: var(--secondary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .maintenance-text {
  width: 50%;
}
main .maintenance-text h1 {
  color: var(--primary);
  font-family: MessinaSans, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 20px;
  padding: 0;
  text-decoration: none;
}
main .maintenance-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--primary);
}
main .maintenance-text a {
  color: var(--primary);
  text-decoration: underline;
}
main .maintenance-details {
  max-width: 50%;
}
main .maintenance-details h1,
main .maintenance-details h2,
main .maintenance-details h3,
main .maintenance-details h4,
main .maintenance-details h5,
main .maintenance-details h6 {
  color: var(--primary);
}
main .maintenance-details div,
main .maintenance-details section,
main .maintenance-details article,
main .maintenance-details p,
main .maintenance-details ul li,
main .maintenance-details ol li {
  color: var(--muted-foreground);
  font-size: var(--text-base);
}
main .warning-alert {
  margin-top: 24px;
  padding: 24px 32px;
  border: 1px solid var(--warning);
  background: color-mix(in srgb, white 90%, var(--warning));
  border-radius: var(--rounded-lg);
}
main .cf-error-details {
  color: var(--warning-foreground);
}
main .cf-error-details h1,
main .cf-error-details h2,
main .cf-error-details h3,
main .cf-error-details h4,
main .cf-error-details h5,
main .cf-error-details h6 {
  color: var(--primary);
  font-family: MessinaSans, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.4;
}
main .cf-error-details h1 {
  font-size: 28px;
  font-weight: 600;
}
main .cf-error-details h2 {
  font-size: 24px;
  font-weight: 600;
}
main .cf-error-details h3 {
  font-size: 22px;
  font-weight: 600;
}
main .cf-error-details h4 {
  font-size: 20px;
  font-weight: 600;
}
main .cf-error-details h5 {
  font-size: 18px;
  font-weight: 600;
}
main .cf-error-details h6 {
  font-size: 16px;
  font-weight: 600;
}
main .cf-error-details ul {
  margin: 0;
}
main .maintenance-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
main .maintenance-image img {
  height: auto;
  max-width: 200px;
  position: relative;
  width: 100%;
  margin-top: 32px;
}
.footer_strip-image-wrapper {
  background-image: url('https://cdn.prod.website-files.com/6633d24ec81e27522344e830/66453498411f9f0d558e6b02_footer-pattern.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 1.1875rem;
}
footer {
  background: #fff;
  position: relative;
}
footer #footer-top {
  border-bottom: 1px solid #f7f6f3;
}
footer #footer-top .footer-logo {
  padding-right: 20px;
}
footer #footer-top .footer-logo img {
  height: auto;
  width: 100%;
  max-width: 200px;
}
footer .column-links h4 {
  color: #333;
  font-family: 'MessinaSans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 12px 0;
  padding: 0;
  text-decoration: none;
}
footer .column-links ul {
  margin: 0;
  padding: 0;
}
footer .column-links ul li {
  margin-bottom: 6px;
}
footer .column-links ul li:last-child {
  margin-bottom: 0;
}
footer .column-links ul li a {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: MessinaSans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .column-links ul li a:active,
footer .column-links ul li a:focus,
footer .column-links ul li a:hover {
  color: var(--black);
  text-decoration: underline;
}
footer #footer-bottom {
  margin: 48px 0;
  gap: 16px;
}
footer #footer-bottom a {
  color: var(--primary);
  text-decoration: underline;
  font-size: var(--text-sm);
}
footer #footer-bottom p {
  margin: 0;
}
footer .copyright p {
  color: var(--primary);
  font-size: var(--text-sm);
}
@media (min-width: 1400px) {
  .container-xxl {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .container-xxl {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 3rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  footer .column-links {
    width: 20%;
  }
}
@media (max-width: 979px) {
  header {
    position: relative !important;
  }
  header .container-xxl {
    justify-content: center;
  }
  main {
    margin-top: 0;
  }
  main .maintenance-image {
    order: 1;
    flex: none;
    padding: 24px 0;
    text-align: center;
    width: 100%;
  }
  main .maintenance-image img {
    max-width: 120px;
    margin: 0;
  }
  main .maintenance-text {
    order: 2;
    margin: 25px auto 40px;
    text-align: center;
    width: 70%;
  }
  main .maintenance-text h1 {
    font-size: 42px;
  }
  main .maintenance-text p {
    font-size: 18px;
    line-height: 1.1;
  }
  main .maintenance-details {
    width: auto;
    margin: 0 auto;
  }
  footer {
    position: relative !important;
  }
  footer .column-links {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media (max-width: 980px) {
  main .maintenance-details {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  main .maintenance-image {
    flex: none;
    margin: 0 0;
    text-align: center;
    width: 100%;
  }
  main .maintenance-text {
    margin: 25px auto;
    text-align: center;
    width: 100%;
  }
  main .maintenance-text h1 {
    font-size: 32px;
  }
  main .maintenance-text p {
    font-size: 16px;
    line-height: 1;
  }
  main .maintenance-details {
    max-width: 90%;
  }
  footer {
    text-align: center;
  }
  footer .column-links {
    flex: none;
    margin: 0 auto 15px;
    width: 100%;
  }
  footer .footer-social ul {
    justify-content: center;
  }
}
