/* =========================================================
  CSS RESET & BASE
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: smooth;
  background: #FFF7E2;
}
*, *:before, *:after { box-sizing: inherit; }
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #FFF7E2;
  color: #19335C;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: 0.01em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}
a {
  color: #224488;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #F5C90C;
  outline: none;
}

strong, b { font-weight: bold; }

hr { border: 0; border-top: 1px solid #F1E3AB; margin: 32px 0; }

/* =========================================================
  TYPOGRAPHY
========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #224488;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 { font-size: 2.75rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.35rem; margin-bottom: 16px; }
h4 { font-size: 1.125rem; margin-bottom: 12px; }
.tagline {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #F5C90C;
  margin-bottom: 22px;
  text-shadow: 1px 1px #22448830;
}
p, ul, ol {
  font-size: 1.0625rem;
  margin-bottom: 14px;
}
ul, ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul li, ol li {
  margin-bottom: 7px;
  font-size: 1.0625rem;
}
small {
  font-size: 0.95em;
}
blockquote {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  background: #F8E86B;
  color: #19335C;
  border-left: 6px solid #224488;
  padding: 18px 20px 18px 28px;
  border-radius: 16px;
  margin-bottom: 12px;
  font-size: 1.13rem;
}
cite {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #224488;
  display: block;
  margin-top: 6px;
  font-size: 0.97em;
  font-style: normal;
  opacity: 0.85;
}

/* Artistic/Creative touch */
h1, h2, h3 {
  text-transform: none;
  text-shadow:
    0 2px 12px #F5C90C33,
    0 1px 0 #fff4;
}

/* =========================================================
  CONTAINER AND SPACING
========================================================= */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 32px;
  box-shadow: 0 7px 36px #22448814, 0 2px 4px #22448805;
  background: #fff;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-section {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================================================
  NAVIGATION & HEADER
========================================================= */
header {
  background: #224488;
  color: #F5C90C;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1002;
  box-shadow: 0 2px 10px #22448830;
  min-height: 62px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 18px;
  height: 62px;
  background: transparent;
  position: relative;
}
.main-nav > a {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  background: none;
  font-size: 1.08rem;
  font-weight: 550;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 7px 11px;
  border-radius: 12px;
  transition: background 0.22s, color 0.22s, box-shadow 0.18s;
}
.main-nav > a:hover, .main-nav > a:focus {
  background: #fff;
  color: #224488;
  text-decoration: none;
  box-shadow: 0 2px 9px #f5c90c38;
}
.main-nav > .cta-primary {
  background: #F5C90C;
  color: #224488;
  font-weight: 700;
  box-shadow: 0 1px 7px #22448820;
  padding: 7px 20px;
  font-size: 1.09rem;
  border: none;
  margin-left: auto;
  letter-spacing: 0.01em;
  transition: background 0.18s, color 0.18s, box-shadow 0.22s;
}
.main-nav > .cta-primary:hover, .main-nav > .cta-primary:focus {
  background: #224488;
  color: #F5C90C;
  box-shadow: 0 2px 14px #f5c90c38;
}

.main-nav img {
  height: 38px;
  margin-right: 6px;
  border-radius: 10px;
  box-shadow: 0 2px 7px #fff7;
}

.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 14px;
  background: #F5C90C;
  color: #224488;
  border: none;
  border-radius: 10px;
  font-size: 2.2rem;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  z-index: 1003;
  box-shadow: 0 2px 7px #22448818;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #224488;
}
.mobile-menu-toggle:hover {
  background: #224488;
  color: #F5C90C;
}


/* =========================================================
  MOBILE MENU OVERLAY
========================================================= */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: #224488ee;
  z-index: 1200;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 0;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.76,0,.24,1);
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  background: #F5C90C;
  color: #224488;
  border: none;
  font-size: 2.1rem;
  border-radius: 12px;
  margin: 22px 22px 0 18px;
  padding: 4px 11px 3px 11px;
  align-self: flex-end;
  cursor: pointer;
  box-shadow: 0 3px 12px #22335522;
  transition: background 0.13s, color 0.13s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #224488;
  color: #F5C90C;
}
.mobile-nav {
  padding: 24px 24px 10px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 10px 0 10px 0;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  font-weight: 600;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F5C90C;
  color: #224488;
}


/* =========================================================
  HERO & GENERAL LAYOUT SECTIONS
========================================================= */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 2px 15px #22448813;
}
/* Only padding-bottom if it's last in .container */
section:last-child {
  padding-bottom: 52px;
}

.content-wrapper, .text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Creative separation for major sections */
section:not(:last-child) {
  border-bottom: 5px solid #F5C90C22;
}


/* =========================================================
  FEATURE GRIDS & CARDS
========================================================= */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  justify-content: flex-start;
}
.feature-grid li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F5C90C12;
  border-radius: 20px;
  box-shadow: 0 2px 8px #22448808;
  border: 2.5px solid #F5C90C45;
  padding: 30px 24px 28px 24px;
  flex: 1 1 260px;
  max-width: 310px;
  min-width: 225px;
  margin-bottom: 20px;
  transition: box-shadow 0.21s, transform 0.2s, background 0.16s;
  position: relative;
}
.feature-grid li:hover, .feature-grid li:focus-within {
  box-shadow: 0 7px 22px #F5C90C77;
  background: #FFF4C6;
  transform: translateY(-7px) scale(1.025);
}
.feature-grid img {
  width: 48px; height: 48px;
  margin-bottom: 6px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.service-card {
  background: #fffdfa;
  border-radius: 22px;
  border: 2px solid #F5C90C35;
  box-shadow: 0 3px 17px #22448819;
  padding: 28px 22px;
  flex: 1 1 245px;
  max-width: 308px;
  min-width: 200px;
  margin-bottom: 20px;
  transition: box-shadow 0.17s, transform 0.18s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
.service-card:hover, .service-card:focus-within {
  box-shadow: 0 9px 33px #22448832, 0 4px 8px #F5C90C33;
  transform: scale(1.028) translateY(-5px);
}

.method-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 34px 0 18px 0;
  justify-content: flex-start;
}
.method-cards > div {
  background: #F5C90C12;
  border-radius: 17px;
  box-shadow: 0 1px 9px #22448819;
  border: 2.2px solid #22448818;
  padding: 18px 19px 12px 18px;
  flex: 1 1 185px;
  max-width: 220px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  transition: box-shadow 0.16s, background 0.15s, transform 0.2s;
  margin-bottom: 20px;
  position: relative;
}
.method-cards img {
  width: 32px;
  height: 32px;
}
.method-cards > div:hover, .method-cards > div:focus-within {
  box-shadow: 0 5px 18px #F5C90C4d;
  background: #fffde6;
  transform: scale(1.04) translateY(-2px);
}

.value-statements {
  margin-top: 8px;
  margin-bottom: 36px;
}
.value-statements, .impact-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: disc inside;
}
.value-statements li {
  background: #F5C90C23;
  color: #224488;
  border-radius: 12px;
  padding: 9px 17px;
  font-weight: 530;
  font-size: 1.04rem;
}
.impact-numbers li {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #224488;
  background: #fff;
  border: 2px solid #F5C90C;
  border-radius: 18px;
  padding: 9px 18px;
  font-size: 1.01rem;
  font-weight: 600;
  margin-bottom: 0;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  list-style: none;
}
.feature-list li {
  display: flex;
  align-items: center;
  background: #F5C90C10;
  color: #224488;
  border-radius: 13px;
  padding: 10px 16px;
  font-size: 1.09rem;
  font-weight: 540;
  margin-bottom: 0;
  gap: 12px;
  box-shadow: 0 1px 4px #22448808;
}
.feature-list img {
  width: 28px;
  height: 28px;
}

/* =========================================================
  CARD LAYOUTS
========================================================= */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFFDFA;
  border-radius: 16px;
  box-shadow: 0 2px 12px #22448813;
  padding: 22px 16px;
  flex: 1 1 225px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FFF9DA;
  border-left: 7px solid #F5C90C;
  border-radius: 22px;
  box-shadow: 0 1px 9px #22448813;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.18s, border-color 0.15s, transform 0.18s;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 8px 30px #F5C90C38;
  border-left: 7px solid #224488;
  transform: scale(1.015) translateY(-2px);
}
.testimonial-card blockquote {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.11rem;
  color: #19335C;
  filter: none;
}
.testimonial-card cite {
  margin-left: 12px;
}


/* Contact Details */
.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  font-size: 1.11rem;
  margin-bottom: 0;
}
.contact-details-list li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.contact-details-list img {
  width: 23px; height: 23px; opacity: 0.81;
}


/* Accordion FAQ */
.accordion-faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.accordion-faq-list h3 {
  cursor: pointer;
  background: #F5C90C23;
  color: #224488;
  padding: 12px 16px;
  border-radius: 11px;
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 1.15rem;
  transition: background 0.13s;
}
.accordion-faq-list h3:hover,
.accordion-faq-list h3:focus {
  background: #F5C90C;
  color: #fff;
}
.accordion-faq-list div > div {
  padding: 11px 0 6px 19px;
  color: #19335C;
  font-size: 1.07rem;
  background: #fff;
  border-radius: 0 0 11px 11px;
  margin-bottom: 0;
}

/* ================================================
  CALL-TO-ACTION BUTTONS
================================================ */
.cta-primary {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  background: #F5C90C;
  color: #224488;
  border: none;
  border-radius: 14px;
  padding: 12px 35px;
  font-size: 1.19rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 13px #F5C90C45, 0 1px 2px #22448818;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.21s, transform 0.18s;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.cta-primary:hover, .cta-primary:focus {
  background: #224488;
  color: #F5C90C;
  box-shadow: 0 7px 21px #22448836, 0 1.5px 3px #f5c90c22;
  transform: scale(1.035) translateY(-2px);
  outline: none;
}
.cta-secondary {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  background: #224488;
  color: #F5C90C;
  border: none;
  border-radius: 10px;
  padding: 11px 27px;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 1.5px 10px #22448833;
  margin-top: 6px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, box-shadow 0.18s, transform 0.16s;
  text-decoration: none;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #F5C90C;
  color: #224488;
  box-shadow: 0 4px 13px #22448823;
  transform: scale(1.03) translateY(-2px);
  outline: none;
}

/* ============================================
  FOOTER
============================================= */
footer {
  background: #224488;
  color: #fff;
  padding: 42px 0 32px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #F5C90C;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.07rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 7px;
  padding: 5px 12px;
  transition: color 0.15s, background 0.16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F5C90C;
  color: #224488;
  outline: none;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 22px;
}
.contact-info img {
  height: 52px;
  width: 52px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1.5px 9px #f5c90c48;
}
.contact-info p,
.contact-info a {
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.65;
  margin-bottom: 0;
  text-shadow: 0 1px 3px #22448855;
}
.contact-info a:hover, .contact-info a:focus {
  color: #F5C90C;
  text-decoration: underline;
  outline: none;
}

/* ============================================
 COOKIE CONSENT BANNER
============================================= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  background: #224488;
  color: #fff;
  padding: 22px 18px;
  z-index: 11133;
  box-shadow: 0 -2px 12px #22448838;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  animation: fadeInBottom 0.76s cubic-bezier(.53,1.56,.78,-0.39);
}
@keyframes fadeInBottom {
  0% { transform: translateY(100%); opacity: 0; }
  80% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.03rem;
}
.cookie-banner-btns {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
.cookie-banner button {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  background: #F5C90C;
  color: #224488;
  border: none;
  border-radius: 8px;
  padding: 9px 20px;
  margin: 0;
  margin-right: 0;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 7px #F5C90C20;
  transition: background 0.15s, color 0.15s, box-shadow 0.16s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #224488;
  color: #F5C90C;
  outline: none;
  box-shadow: 0 2px 16px #F5C90C43;
}
.cookie-banner .cookie-settings-btn {
  background: #fff;
  color: #224488;
  border: 1.5px solid #F5C90C;
}
.cookie-banner .cookie-settings-btn:hover, .cookie-banner .cookie-settings-btn:focus {
  background: #F5C90C;
  color: #224488;
  border-color: #224488;
}


/* COOKIE SETTINGS MODAL */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 11150;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: #19335CB0;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.active {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #224488;
  border-radius: 20px;
  box-shadow: 0 6px 33px #22448869;
  padding: 38px 30px 28px 30px;
  max-width: 400px;
  width: 94vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: fadeInModal 0.32s cubic-bezier(.55,1.38,.67,-0.28);
}
@keyframes fadeInModal {
  0% { transform: scale(0.91); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.38rem;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-category input[type="checkbox"] {
  width: 19px; height: 19px;
}
.cookie-modal-actions {
  display: flex;
  gap: 18px;
  margin-top: 13px;
}
.cookie-modal .close-modal-btn {
  background: #F5C90C;
  color: #224488;
  border-radius: 9px;
  border: none;
  font-size: 1.09rem;
  font-weight: bold;
  padding: 7px 18px;
  box-shadow: 0 2px 10px #F5C90C31;
  margin-left: auto;
  transition: background 0.17s, color 0.17s;
  cursor: pointer;
}
.cookie-modal .close-modal-btn:hover, .cookie-modal .close-modal-btn:focus {
  background: #224488;
  color: #F5C90C;
  outline: none;
}

/* =========================================================
  ARTISTIC EXTRAS
========================================================= */
.team-photo-placeholder img {
  margin: 0 auto;
  display: block;
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #F5C90C;
  box-shadow: 0 3px 20px #22448828;
}

.modern-learning-concept {
  background: #F5C90C51;
  color: #224488;
  padding: 12px 21px;
  border-radius: 13px;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
  box-shadow: 0 1px 7px #22448814;
}


/************************************************************
  RESPONSIVE DESIGN – MOBILE-FIRST
************************************************************/
@media (max-width: 1080px) {
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100vw;
    padding: 0 8px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .feature-grid,
  .method-cards,
  .service-cards,
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  .feature-grid li,
  .service-card,
  .method-cards > div {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
  .section {
    margin-bottom: 32px;
    padding: 24px 7px;
    border-radius: 20px;
    font-size: 0.98rem;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.35rem; }
  h3 { font-size: 1.08rem; }
  p, ul, ol, li { font-size: 1rem; }
}
@media (max-width: 530px) {
  .section {
    padding: 14px 0;
  }
  .cookie-modal {
    padding: 18px 3vw 13px 3vw;
  }
}

/* =========================================================
  UTILITY CLASSES
========================================================= */
.hide {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}

/* =============================
   Print Styles (Basic)
============================= */
@media print {
  header, footer, nav, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
    display: none !important;
  }
  section, .container {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

/************************************************************
  END CSS
************************************************************/