@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300..700&display=swap");
@font-face {
  font-family: "Saira Variable"; /* internal name */
  src: url("/assets/fonts/saira-variable/saira-variable.woff2") format("woff2-variations");
  font-weight: 100 900; /* available weight range */
  font-stretch: 50% 125%; /* available width range */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saira Variable"; /* internal name */
  src: url("/assets/fonts/saira-variable/saira-latin-standard-italic.woff2") format("woff2-variations");
  font-weight: 100 900; /* available weight range */
  font-stretch: 50% 125%; /* available width range */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Flex Variable"; /* internal name */
  src: url("/assets/fonts/roboto-flex/roboto-flex-latin-standard-normal.woff2") format("woff2-variations");
  font-weight: 100 1000; /* available weight range */
  font-stretch: 50% 150%; /* available width range */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Flex Variable"; /* internal name */
  src: url("/assets/fonts/roboto-flex/roboto-flex-latin-standard-normal.woff2") format("woff2-variations");
  font-weight: 100 1000; /* available weight range */
  font-stretch: 50% 150%; /* available width range */
  font-style: oblique -10deg 0deg; /* available slant range */
  font-display: swap;
}
.ff-saira {
  font-family: "Saira Variable", serif;
}

.fstr-50 {
  font-stretch: 50%;
}

.fstr-75 {
  font-stretch: 50%;
}

.fstr-125 {
  font-stretch: 50%;
}

.fstr-150 {
  font-stretch: 150%;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

:root {
  --ui-prop: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
}

/*
z-indexes:

.consent-modal: default (1050ish)
.consent-banner: 1000
.nav-section: 20
.row-sticky: 5
.video-preview-overlay: 5
.hero: 1—5



*/
html {
  scroll-padding-top: 120px; /* Adjust to match your fixed header height */
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex Variable", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background: #313E4F;
  color: #FFFFFF;
}

a {
  text-decoration: none;
}

.mono {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-weight: 600;
  font-size: 1.05em;
  text-align: left;
  margin: 1.25em 0;
  border: 0;
  opacity: 0.85;
}

.row-sticky {
  position: sticky;
  top: var(--nav-h, 100px); /* sits just below the navbar */
  margin-top: var(--row-offset, -120px); /* sits just above bottom of previous section */
  margin-bottom: 40px; /* sits just above bottom of previous section */
  z-index: 5; /* above content, below modals (Bootstrap uses 1050+) */
  background: var(--row-bgbolor, rgba(12, 18, 30, 0.4)); /* or your brand color */
  backdrop-filter: blur(6px); /* optional glassy look */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/***************************************** emoji list */
.emoji-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: start;
}

.emoji-list li {
  display: flex;
  align-items: start; /* <- vertically center emoji vs. full text block */
  gap: 0.5em;
  margin: 0.4em 0;
}

.emoji-list li::before {
  content: var(--emoji, "✨");
  flex: 0 0 1.2em; /* fixed “bullet” width */
  text-align: start;
  line-height: 1;
  font-size: 1.1em;
  margin-top: 0.3rem;
}

/****************************************** video preview overlay */
.video-preview-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/assets/images/videoPlayOverlay_normal.png");
  background-size: cover;
  background-position: center;
}

.video-preview-overlay:hover {
  background-image: url("/assets/images/VideoPlayOverlay_hover.png");
}

/****************************************** Non-Brand Backgrounds */
.bg-chequerboard {
  background-color: #e0e0e0;
  background-image: linear-gradient(45deg, #bfbfbf 25%, transparent 25%), linear-gradient(135deg, #bfbfbf 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #bfbfbf 75%), linear-gradient(135deg, transparent 75%, #bfbfbf 75%);
  background-size: 16px 16px; /* Must be a square */
  background-position: 0 0, 8px 0, 8px -8px, 0px 8px; /* Must be half of one side of the square */
}

.bg-dark {
  background-color: darkslategray;
}

.bg-light {
  background-color: lightgray;
}

.bg-warn {
  background-color: darksalmon;
}

.preview-box div {
  padding: 10%;
}

/****************************************** NAVIGATION */
.strapline {
  font-style: italic;
}

.nav-section {
  background-color: rgba(49, 62, 79, 0.85); /* was #313E4F */
  backdrop-filter: blur(4px); /* optional: adds a frosted-glass effect */
  -webkit-backdrop-filter: blur(4px);
  margin: 0;
  padding: 0;
  z-index: 20;
}

.nav {
  max-width: 1500px;
  margin: auto;
  padding: 10px 10px 5px 10px;
}

.nav-logo {
  height: 60px;
}

.nav-strapline {
  color: white;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 1.8px;
  font-weight: 100;
  margin-top: 3px;
}

.nav-contact {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-weight: 600;
  font-size: 0.9em;
  padding-top: 5px;
  padding-right: 20px;
  text-align: end;
  padding-bottom: 7px;
  border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
  color: #E8E8E8;
}

.nav-container {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 0;
  margin: 0;
  font-weight: 100;
}

.nav-nav {
  padding: 0;
  margin: 7px 0 0 0;
  align-items: baseline;
  position: relative;
}

.nav-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
}

.nav-item {
  margin: 0 0 0 5px;
}

.nav-item a {
  border-radius: 3px;
  padding: 3px 1.2vw;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #E8E8E8;
}

.nav-item a:hover {
  color: #282828;
  background-color: #C7A037;
}

.nav-mobile {
  position: absolute;
  top: 3px;
  right: 0;
}

.nav-mobile-body {
  color: white;
  background-color: rgba(0, 0, 0, 0.85) !important;
  border: solid rgba(255, 255, 255, 0.4) 1px;
  max-height: calc(100dvh - 100px) !important; /* full device viewport height */
  padding: 30px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.nav-mobile-body ul {
  max-height: 100%;
  overflow-y: auto !important;
  margin: 0;
  padding: 0;
}

.nav-mobile-body ul li {
  white-space: nowrap;
}

.contact-email {
  font-size: 10px;
}

.contact-phone {
  font-size: 10px;
}

/****************************************** BLOG & POSTS */
.post-container {
  max-width: 700px;
  margin: auto;
  color: darkslategray;
  padding: 6rem 5rem 10rem 5rem;
}

.post-container h1 {
  display: block;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2.5rem;
  font-stretch: 80%;
  color: black;
}

.post-subhead {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.post-byline-top {
  font-weight: 300;
  font-style: italic;
  color: gray;
  margin-bottom: 2rem;
  text-align: center;
}

.post-author {
  font-weight: 500;
  font-size: 1.05rem;
  font-style: normal;
}

.post-lede {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.post-hero {
  margin: 0 0.5rem 3rem 0.5rem;
}

.post-body {
  margin-bottom: 3rem;
}

.post-byline-bottom {
  font-weight: 300;
  font-style: italic;
  color: black;
  margin-bottom: 0.5rem;
}

.post-credibility {
  color: black;
}

.post-cta {
  margin-bottom: 3rem;
}

.post-cta a:hover {
  text-decoration: underline;
}

.post-underline {
  height: 0.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  width: 20%;
  margin: auto;
}

/****************************************** EFFECTS */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/****************************************** COOKIE BANNER */
/* cookie-consent.scss */
.cookie-banner {
  backdrop-filter: blur(3px);
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100px, rgba(0, 0, 0, 0.85) 200px, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1000;
}
.cookie-banner .cookie-banner__copy {
  line-height: 1.5;
}

.cookie-banner-container {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 50px;
  border: solid white 1px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 5px rgba(125, 125, 125, 0.6);
}

.cookie-banner button {
  width: 100%;
  min-width: 150px;
}

/* Optional: modal contrast in dark theme */
.modal-content.bg-dark .list-group-item {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.modal-content.bg-dark .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn-outline-light {
  background-color: rgb(50, 50, 50);
}

.btn-outline-light:hover {
  background-color: rgb(40, 40, 40);
  color: rgb(220, 220, 220);
}

/****************************************** HERO */
/* Subtle brand-tinted background */
.hero-minimal {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f7 52%, #e9f0f6 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Title weight tweak if you’re using Roboto Flex/Saira */
.fw-700 {
  font-weight: 700;
}

/* Staggered fade-up for the three words */
.hero-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUp 0.6s ease forwards;
}

.hero-title .word:nth-child(1) {
  animation-delay: 0.05s;
}

.hero-title .word:nth-child(2) {
  animation-delay: 0.25s;
}

.hero-title .word:nth-child(3) {
  animation-delay: 0.45s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-title .word {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  z-index: 2;
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 3;
}

.hero {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  padding: 4rem 1rem 3rem 1rem;
  position: relative;
  z-index: 0;
  background-color: black;
  background-image: url("/assets/images/studio_bluehead_botc.jpg");
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  transition: background-position 0.2s ease-out;
}

.hero h1 {
  font-size: 2rem;
  font-weight: 400;
}

.hero p {
  font-size: 1rem;
  margin: 1rem 0 2rem;
}

.btn-hero {
  margin: 0.5rem;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  color: white;
  border: 1px solid white;
  background: #2D4758;
  transition: all 0.3s ease-in-out;
  width: 220px;
  text-align: center;
}

.btn-hero:hover {
  background-color: #4B5440;
  color: #313E4F;
  font-size: 1.1rem;
  padding: 0.4rem 1.5rem;
}

/****************************************** POST EDITOR */
#post-editor .progress-stats {
  position: relative;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
}
#post-editor .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 50%;
  background-color: unset;
}

#preview-body p {
  margin-bottom: 1.5rem;
}

/****************************************** BLOG HOME */
/****************************************** BLOG POSTS */
/****************************************** SALES LETTER */
.sales-letter {
  color: #1f2430;
  text-align: left;
  max-width: 750px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.05);
  font: 400 1.18rem/1.7 "Roboto Flex", system-ui, sans-serif;
  letter-spacing: 0.005em;
}
.sales-letter p {
  margin: 0 0 1em;
}
.sales-letter .kicker {
  font-weight: 600;
  opacity: 0.9;
}
.sales-letter .mono {
  color: #2a2d3c;
}
.sales-letter a.cta {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding: 0.9rem 1.2rem;
  border-radius: 0.75rem;
  border: 1px solid currentColor;
}
.sales-letter a.cta:hover {
  transform: translateY(-1px);
}
.sales-letter a.cta:active {
  transform: translateY(0);
}
.sales-letter--narrow {
  max-width: 640px;
}
.sales-letter h2 {
  margin: 1.4em 0 0.6em;
}
.sales-letter h2:first-child {
  margin-top: 0;
}
.sales-letter h2::after {
  content: "";
  display: block;
  width: 2ch;
  height: 2px;
  margin-top: 0.4em;
  background: currentColor;
  opacity: 0.15;
}

/****************************************** SECTIONS */
section {
  padding: 4rem 1rem;
  scroll-margin-top: 100px;
  color: #212529;
}

.section-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.btn-custom {
  margin-top: 1rem;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
  background-color: #313E4F;
  color: #fff;
  border-color: #313E4F;
}

/*********************************** FOOTER */
footer {
  background: #313E4F;
  color: white;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 0.9rem;
}

footer a {
  color: #ccc;
  text-decoration: underline;
}

/*********************************** MODALS */
.modal-content {
  background-color: white;
  color: darkslategray;
}

/************************ NEEDED? */
.podcast-box {
  padding: 4rem 3rem;
  transition: transform 0.2s;
  color: white;
  border-radius: 0.75rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.podcast-box:hover {
  transform: translateY(-5px);
}

.podcast-box.nsl {
  background: linear-gradient(135deg, #1E2A37 0%, #3C5B73 50%, #1E2A37 100%);
}

.podcast-box.ubb {
  background: linear-gradient(135deg, #4c5440 0%, #79866C 50%, #4C5440 100%);
}

.podcast-box .btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.podcast-box .btn:hover {
  background-color: #ffffff;
  color: #1E2A37; /* NSL background tone */
}

.botc-section {
  background: linear-gradient(135deg, #2D2F33 0%, #4A4B50 50%, #2D2F33 100%);
  padding: 3rem 0;
  color: white;
}

.podcast-logo-small {
  height: 60px;
}

.podcast-logo-large {
  height: 80px;
}

.portrait-img {
  max-width: 180px;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.book-img {
  max-width: 120px;
  border-radius: 10px;
  margin-top: 1.5rem;
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
  .hero {
    background-size: 780%;
  }
  .contact-email {
    font-size: 10px;
  }
  .contact-email i {
    font-size: 10px;
  }
  .contact-phone {
    font-size: 10px;
  }
  .contact-phone i {
    font-size: 10px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero {
    background-size: 280%;
  }
  .hero h1 {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero {
    background-size: 220%;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero {
    background-size: 165%;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../../scss/sites/framework_site.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAGQ;AAGR;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;EACA;;;AAGF;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;AAAA;AAcA;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;;;AAIF;AAEA;EAEE;EACA,kBACQ;EAIR;EACA;;;AAGF;EAEE;;;AAGF;EAEE;;;AAGF;EAEE;;;AAGF;EAEE;;;AAIF;AAEA;EAEE;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;EACA;;;AAOF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EAEE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EAEE;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EAAkB;EAClB;EACA;;;AAGF;EAEE;;;AAGF;EAEE;;;AAOF;EAEE;;;AAQF;AAEA;EAEE;EACA;EACA;EACA;;;AAWF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAIE;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAEA;AACA;EACE;EACA;EACA;EACA;;AAEA;EAAuB;;;AAGzB;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAEE;EACA;;;AAGF;AACA;EACE;EACA;EACA;;;AAEF;EAAqC;;;AAErC;EAEE;;;AAGF;EAEE;EACA;;;AAIF;AAEA;AACA;EACE;EACA;;;AAGF;AACA;EAAS;;;AAET;AACA;EACE;EACA;EACA;EACA;;;AAEF;EAAgC;;;AAChC;EAAgC;;;AAChC;EAAgC;;;AAEhC;EACE;IAAM;IAAW;;EACjB;IAAM;IAAW;;;AAGnB;AACA;EACE;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAIF;AAIE;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;;;AAGF;AACA;AAIA;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA,YACQ;EAER;EAGA;EACA;;AAEA;EACE;;AAGF;EAAU;EAAkB;;AAE5B;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EAAU;;AACV;EAAW;;AAIb;EAAY;;AAGZ;EACE;;AACA;EAAgB;;AAChB;EAAW;EAAa;EAAgB;EAAY;EAAa;EAAkB;EAA0B;;;AAOjH;AAEA;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAGF;AAEA;EAEE;EACA;;;AAIF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAKF;EACE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EAIA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAIF;AACA;EACE;IAEE;;EAGF;IAEE;;EAGF;IAEE;;EAGF;IAEE;;EAGF;IAEE;;;AAIJ;AACA;EAEE;IAEE;;EAGF;IACE;IACA;;;AAIJ;AACA;EAEE;IAEE;;;AAIJ;AACA;EAEE;IAEE;;;AAIJ%22,%22file%22:%22framework_site.css%22%7D */
