
/* Original Source: /mnt/home/calgreen/asif/public_html/site/custom/packages/feature-photos/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/58b203bb6f6cb3d5251936f0cda2d95b.min.css */
.featurePhotos {
  max-height: 875px;
  position: relative;
  width: 100%;
  padding-bottom: 85px;
  overflow: hidden;
}
.featurePhotos::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-slide,
.featurePhotos-img {
  max-height: 875px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.featurePhotos-slide::before,
.featurePhotos-img::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-img {
  background-size: cover;
}

.featurePhotos-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  position: absolute;
  bottom: -80px;
  left: 30px;
  width: 250px;
  padding: 20px 20px 5px 20px;
  letter-spacing: 0.07em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 641px) {
  .featurePhotos-caption {
    height: 150px;
  }
}
.featurePhotos-caption h3 {
  font-size: 1em;
  margin: 0;
}
.featurePhotos-caption p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  font-size: 0.75em;
  margin: 0;
  text-align: center;
  line-height: 1.1667em;
}
.featurePhotos-caption .featurePhotos-more {
  width: 70%;
  letter-spacing: normal;
  padding: 0.5em 1em;
  line-height: 1.1em;
}
.featurePhotos-slide--current.mod_remove .featurePhotos-caption {
  opacity: 0;
}

.featurePhotos-slide,
.featurePhotos-img {
  transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.featurePhotos-slide {
  --left: 0;
}
@media (min-width: 641px) {
  .hasSiteTools .pageContainer .featurePhotos-slide {
    --left: 64px;
  }
}

.featurePhotos-img {
  left: var(--left);
  position: fixed;
  top: 74px;
}
@media (min-width: 641px) {
  .featurePhotos-img {
    top: 90px;
  }
  .hasSiteTools .pageContainer .featurePhotos-img {
    width: calc(100% - 64px);
  }
}

.featurePhotos-slide--next {
  --left: 100vw !important;
  left: var(--left);
}
.featurePhotos-slide--next .featurePhotos-img {
  filter: grayscale(0.8) brightness(0.8);
}
.featurePhotos-slide--next .featurePhotos-caption {
  cursor: pointer;
  left: -23.4375%;
  opacity: 0.4;
}
.featurePhotos-slide--next:hover {
  left: 80vw;
}
.featurePhotos-slide--next:hover .featurePhotos-img {
  filter: grayscale(0.75);
}
.featurePhotos-slide--next:hover .featurePhotos-img {
  left: 85vw;
}
.featurePhotos-slide--next:hover .featurePhotos-caption {
  opacity: 0.75;
}

.featurePhotos-skip {
  display: none;
}

.featurePhotos-blurredBg {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 2.25rem;
}

@media (min-width: 641px) {
  .featurePhotos {
    padding-bottom: 0;
  }
  .featurePhotos-caption {
    width: 500px;
    height: 220px;
    top: auto;
    bottom: 8%;
    left: 6.25%;
  }
  .featurePhotos-caption h3 {
    font-size: 1.375em;
  }
  .featurePhotos-caption p {
    font-size: 1em;
  }
  .featurePhotos-slide--next .featurePhotos-caption {
    left: -15%;
  }
  a.featurePhotos-skip {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: white;
    font-size: 1.75em;
    transition: all ease 0.3s;
  }
  a.featurePhotos-skip:hover {
    transform: scale(1.1);
    bottom: 35px;
  }
  .featurePhotos-blurredBg {
    margin-top: -20px;
    padding-top: 3.125em;
    backdrop-filter: blur(20px);
    background-color: rgba(247, 247, 247, 0.4);
  }
}
@media (min-width: 769px) {
  .featurePhotos-caption {
    bottom: 18%;
  }
}
/**
 * Attract Mode
 */
@media (min-width: 641px) {
  .attract.featurePhotos .featurePhotos-slide--next:not(:hover) .featurePhotos-caption {
    animation-name: featurePhotosAttractCaption;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes featurePhotosAttractCaption {
  0%, 10% {
    opacity: 0.4;
    left: -15%;
  }
  5% {
    opacity: 0.55;
    left: -18%;
  }
}

/*# scssSourceMappingURL=styles.css.map */


/* Original Source: /mnt/home/calgreen/asif/public_html/site/custom/packages/feature-photos/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/58b203bb6f6cb3d5251936f0cda2d95b.min.css */
.featurePhotos {
  max-height: 875px;
  position: relative;
  width: 100%;
  padding-bottom: 85px;
  overflow: hidden;
}
.featurePhotos::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-slide,
.featurePhotos-img {
  max-height: 875px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.featurePhotos-slide::before,
.featurePhotos-img::before {
  content: "";
  display: block;
  padding-top: 58.92%;
}

.featurePhotos-img {
  background-size: cover;
}

.featurePhotos-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  position: absolute;
  bottom: -80px;
  left: 30px;
  width: 250px;
  padding: 20px 20px 5px 20px;
  letter-spacing: 0.07em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 641px) {
  .featurePhotos-caption {
    height: 150px;
  }
}
.featurePhotos-caption h3 {
  font-size: 1em;
  margin: 0;
}
.featurePhotos-caption p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  font-size: 0.75em;
  margin: 0;
  text-align: center;
  line-height: 1.1667em;
}
.featurePhotos-caption .featurePhotos-more {
  width: 70%;
  letter-spacing: normal;
  padding: 0.5em 1em;
  line-height: 1.1em;
}
.featurePhotos-slide--current.mod_remove .featurePhotos-caption {
  opacity: 0;
}

.featurePhotos-slide,
.featurePhotos-img {
  transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.featurePhotos-slide {
  --left: 0;
}
@media (min-width: 641px) {
  .hasSiteTools .pageContainer .featurePhotos-slide {
    --left: 64px;
  }
}

.featurePhotos-img {
  left: var(--left);
  position: fixed;
  top: 74px;
}
@media (min-width: 641px) {
  .featurePhotos-img {
    top: 90px;
  }
  .hasSiteTools .pageContainer .featurePhotos-img {
    width: calc(100% - 64px);
  }
}

.featurePhotos-slide--next {
  --left: 100vw !important;
  left: var(--left);
}
.featurePhotos-slide--next .featurePhotos-img {
  filter: grayscale(0.8) brightness(0.8);
}
.featurePhotos-slide--next .featurePhotos-caption {
  cursor: pointer;
  left: -23.4375%;
  opacity: 0.4;
}
.featurePhotos-slide--next:hover {
  left: 80vw;
}
.featurePhotos-slide--next:hover .featurePhotos-img {
  filter: grayscale(0.75);
}
.featurePhotos-slide--next:hover .featurePhotos-img {
  left: 85vw;
}
.featurePhotos-slide--next:hover .featurePhotos-caption {
  opacity: 0.75;
}

.featurePhotos-skip {
  display: none;
}

.featurePhotos-blurredBg {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 2.25rem;
}

@media (min-width: 641px) {
  .featurePhotos {
    padding-bottom: 0;
  }
  .featurePhotos-caption {
    width: 500px;
    height: 220px;
    top: auto;
    bottom: 8%;
    left: 6.25%;
  }
  .featurePhotos-caption h3 {
    font-size: 1.375em;
  }
  .featurePhotos-caption p {
    font-size: 1em;
  }
  .featurePhotos-slide--next .featurePhotos-caption {
    left: -15%;
  }
  a.featurePhotos-skip {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: white;
    font-size: 1.75em;
    transition: all ease 0.3s;
  }
  a.featurePhotos-skip:hover {
    transform: scale(1.1);
    bottom: 35px;
  }
  .featurePhotos-blurredBg {
    margin-top: -20px;
    padding-top: 3.125em;
    backdrop-filter: blur(20px);
    background-color: rgba(247, 247, 247, 0.4);
  }
}
@media (min-width: 769px) {
  .featurePhotos-caption {
    bottom: 18%;
  }
}
/**
 * Attract Mode
 */
@media (min-width: 641px) {
  .attract.featurePhotos .featurePhotos-slide--next:not(:hover) .featurePhotos-caption {
    animation-name: featurePhotosAttractCaption;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes featurePhotosAttractCaption {
  0%, 10% {
    opacity: 0.4;
    left: -15%;
  }
  5% {
    opacity: 0.55;
    left: -18%;
  }
}

/*# scssSourceMappingURL=styles.css.map */


/* Original Source: /mnt/home/calgreen/asif/public_html/site/custom/packages/updates/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/34b642d483574119a0c1a41643400b64.min.css */
.updates {
  --updates-per-slide: 1;
}
.updates-inner {
  position: relative;
  height: var(--height, 100px);
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.updates-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease-in-out;
}
.updates-slide:first-child {
  margin-left: 1rem;
}
.updates-slideInner {
  width: calc(100vw - 60px - 5rem);
  max-width: 870px;
}
.updates-slide--current.mod_remove {
  opacity: 0;
}
.updates-slide--next {
  opacity: 0.4;
  transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
}
.updates-slide--next:hover {
  opacity: 0.75;
  transform: translateX(calc(100vw - 60px - 3rem - var(--site-menu-offset, 0px)));
}
.updates-slide--next .updates-card {
  cursor: pointer;
}
.updates-slide--next .updates-card:nth-child(2) {
  transform: translateX(200px);
}
.updates-card {
  position: relative;
  line-height: 1em;
  padding-left: 80px;
  padding-bottom: 20px;
  margin: 0;
  transition: transform 0.5s ease-in-out;
}
.updates-card > figcaption {
  margin-bottom: 0;
}
.updates-img {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  border: 1px solid #cdcccc;
}
.updates-link {
  font-size: 0.875rem;
  font-style: normal;
}
.updates-text {
  font-size: 0.625rem;
  font-style: normal;
  padding: 0;
  margin: 0.5em 0 0 0;
  border: none;
}
@media (min-width: 641px) {
  .updates {
    --updates-per-slide: 2;
  }
  .updates-slideInner {
    width: calc(100vw - 60px - 5rem - 7% - var(--site-menu-offset, 0px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7%;
    align-items: start;
  }
  .updates-slide--next .updates-slideInner {
    margin-left: 0;
  }
}
@media (min-width: 1135px) {
  .updates-slide:first-child {
    margin-left: 0;
  }
  .updates-slide--current .updates-slideInner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 641px) {
  .attract.updates .updates-slide--next:not(:hover) {
    animation-name: updateAttractNext;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes updateAttractNext {
  0%, 10% {
    opacity: 0.4;
    transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
  }
  5% {
    opacity: 0.55;
    transform: translateX(calc(100vw - 60px - 2.5rem - var(--site-menu-offset, 0px)));
  }
}

/*# scssSourceMappingURL=styles.css.map */


/* Original Source: /mnt/home/calgreen/asif/public_html/site/custom/packages/updates/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/34b642d483574119a0c1a41643400b64.min.css */
.updates {
  --updates-per-slide: 1;
}
.updates-inner {
  position: relative;
  height: var(--height, 100px);
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.updates-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease-in-out;
}
.updates-slide:first-child {
  margin-left: 1rem;
}
.updates-slideInner {
  width: calc(100vw - 60px - 5rem);
  max-width: 870px;
}
.updates-slide--current.mod_remove {
  opacity: 0;
}
.updates-slide--next {
  opacity: 0.4;
  transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
}
.updates-slide--next:hover {
  opacity: 0.75;
  transform: translateX(calc(100vw - 60px - 3rem - var(--site-menu-offset, 0px)));
}
.updates-slide--next .updates-card {
  cursor: pointer;
}
.updates-slide--next .updates-card:nth-child(2) {
  transform: translateX(200px);
}
.updates-card {
  position: relative;
  line-height: 1em;
  padding-left: 80px;
  padding-bottom: 20px;
  margin: 0;
  transition: transform 0.5s ease-in-out;
}
.updates-card > figcaption {
  margin-bottom: 0;
}
.updates-img {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  border: 1px solid #cdcccc;
}
.updates-link {
  font-size: 0.875rem;
  font-style: normal;
}
.updates-text {
  font-size: 0.625rem;
  font-style: normal;
  padding: 0;
  margin: 0.5em 0 0 0;
  border: none;
}
@media (min-width: 641px) {
  .updates {
    --updates-per-slide: 2;
  }
  .updates-slideInner {
    width: calc(100vw - 60px - 5rem - 7% - var(--site-menu-offset, 0px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7%;
    align-items: start;
  }
  .updates-slide--next .updates-slideInner {
    margin-left: 0;
  }
}
@media (min-width: 1135px) {
  .updates-slide:first-child {
    margin-left: 0;
  }
  .updates-slide--current .updates-slideInner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 641px) {
  .attract.updates .updates-slide--next:not(:hover) {
    animation-name: updateAttractNext;
    animation-duration: 13s;
    animation-delay: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.8, 0.19, 1.51);
  }
}
@keyframes updateAttractNext {
  0%, 10% {
    opacity: 0.4;
    transform: translateX(calc(100vw - 60px - 2rem - var(--site-menu-offset, 0px)));
  }
  5% {
    opacity: 0.55;
    transform: translateX(calc(100vw - 60px - 2.5rem - var(--site-menu-offset, 0px)));
  }
}

/*# scssSourceMappingURL=styles.css.map */


/* Original Source: /mnt/home/calgreen/asif/public_html/site/core/packages/eco/organism/mobile-menu/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/642a92526ce1957b9b95b1e61d1b933b.min.css */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Import this file instead of _eco.scss to only load the variables from core and custom for use in your own SCSS file.
 *
 * 
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * This document contains variable definitions with default values provided for all customizable aspects of the eco
 * system. The atoms, molecules, organisms, and modifiers within eco should be making use of these to provide a
 * consistent and easily customizable user interface.
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Use this document to override default values for core eco SCSS variables or define your own SCSS variables to be used
 * within your custom atoms, mixins, modifiers, molecules, organisms, and other project level SCSS.
 */
.molecule_mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  transition: width 0s linear 0.25s, height 0s linear 0.25s;
}
.molecule_mobileMenu > label,
.molecule_mobileMenu > .label {
  display: none;
}
.molecule_mobileMenu ul {
  list-style: none;
  padding-left: 0;
}
.molecule_mobileMenu ul li {
  border-bottom: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li:last-child {
  border-bottom: 0;
}
.molecule_mobileMenu ul li > a,
.molecule_mobileMenu ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 1.2em;
}
.molecule_mobileMenu ul li ul {
  border-top: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li ul li > a,
.molecule_mobileMenu ul li ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 3.2em;
}
.molecule_mobileMenu .molecule_toggleControl {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
.molecule_mobileMenu > .molecule_children {
  background: #ffffff;
  position: absolute;
  top: 44px;
  bottom: 0;
  transition: left 0.25s ease-out;
  padding-bottom: 60px;
  width: 100vw;
  left: 100vw;
  overflow: auto;
}
.molecule_mobileMenu.mod_active {
  width: 100vw;
  height: 100vh;
  transition: width 0s, height 0s;
}
.molecule_mobileMenu.mod_active > .molecule_children {
  left: 0;
}

.molecule_mobileMenu {
  display: none;
}

@media only screen and (max-width: 640px) {
  body.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.mobileMenu-showOnTablet.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu.showOnTablet {
    display: block;
  }
}
.molecule_mobileMenu.showOnAll {
  display: block;
}
.molecule_mobileMenu.showOnAll body.mobileMenu-showOnAll.mobileMenu-open {
  overflow: hidden;
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
  .hasSiteTools .molecule_mobileMenu.mod_active {
    max-width: calc(100vw - 64px);
  }
}

/*# scssSourceMappingURL=styles.css.map */


/* Original Source: /mnt/home/calgreen/asif/public_html/site/core/packages/eco/organism/mobile-menu/1.x/css/styles.css */
/* Bundle Source: /mnt/home/calgreen/asif/public_html/site/cache/public/compiled-sources/642a92526ce1957b9b95b1e61d1b933b.min.css */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Import this file instead of _eco.scss to only load the variables from core and custom for use in your own SCSS file.
 *
 * 
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * This document contains variable definitions with default values provided for all customizable aspects of the eco
 * system. The atoms, molecules, organisms, and modifiers within eco should be making use of these to provide a
 * consistent and easily customizable user interface.
 */
/* {{generatedBy}} by {{authorName}} {{authorEmail}}
 *
 * Use this document to override default values for core eco SCSS variables or define your own SCSS variables to be used
 * within your custom atoms, mixins, modifiers, molecules, organisms, and other project level SCSS.
 */
.molecule_mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  transition: width 0s linear 0.25s, height 0s linear 0.25s;
}
.molecule_mobileMenu > label,
.molecule_mobileMenu > .label {
  display: none;
}
.molecule_mobileMenu ul {
  list-style: none;
  padding-left: 0;
}
.molecule_mobileMenu ul li {
  border-bottom: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li:last-child {
  border-bottom: 0;
}
.molecule_mobileMenu ul li > a,
.molecule_mobileMenu ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 1.2em;
}
.molecule_mobileMenu ul li ul {
  border-top: 1px solid #dadfe1;
}
.molecule_mobileMenu ul li ul li > a,
.molecule_mobileMenu ul li ul li > .atom_a {
  display: block;
  padding: 10px 0 10px 3.2em;
}
.molecule_mobileMenu .molecule_toggleControl {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
.molecule_mobileMenu > .molecule_children {
  background: #ffffff;
  position: absolute;
  top: 44px;
  bottom: 0;
  transition: left 0.25s ease-out;
  padding-bottom: 60px;
  width: 100vw;
  left: 100vw;
  overflow: auto;
}
.molecule_mobileMenu.mod_active {
  width: 100vw;
  height: 100vh;
  transition: width 0s, height 0s;
}
.molecule_mobileMenu.mod_active > .molecule_children {
  left: 0;
}

.molecule_mobileMenu {
  display: none;
}

@media only screen and (max-width: 640px) {
  body.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.mobileMenu-showOnTablet.mobileMenu-open {
    overflow: hidden;
  }

  .molecule_mobileMenu.showOnTablet {
    display: block;
  }
}
.molecule_mobileMenu.showOnAll {
  display: block;
}
.molecule_mobileMenu.showOnAll body.mobileMenu-showOnAll.mobileMenu-open {
  overflow: hidden;
}

@media only screen and (max-width: 768px) and (min-width: 641px) {
  .hasSiteTools .molecule_mobileMenu.mod_active {
    max-width: calc(100vw - 64px);
  }
}

/*# scssSourceMappingURL=styles.css.map */

/*# sourceMappingURL=7019ca92d6e4936413e4f1fccd8d62d9.css.map */
