/* Import our theme variables. */
/* Import our theme mixins */
/* Our custom style rules - namespace so as not to collide with the core app styles */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 1.625;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}
body .ccm-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  background-color: #fbfbfb;
}
@media (min-width: 1600px) {
  .container {
    width: 1360px;
  }
}
div.ccm-page {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: var(--body-text);
  /*** list, adding fontawesome icon to li items and font styles ***/
  /*** PRODUCT IMAGES ***/
  /**
     * Product Page
     */
  /***
    * BLOG STUFF
    */
  /*** PAGINATION STUFF ***/
  /*** END PAGINATION STUFF ***/
  /* clear fix */
  /** SEARCH **/
}
div.ccm-page *:focus:not(a, .btn) {
  border-color: #edf0f2 !important;
  outline: #edf0f2 !important;
  box-shadow: 0 0 0 0.25rem #edf0f2b9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.ccm-page input[type="checkbox"]:checked {
  content: " ";
  background-color: #424548;
}
div.ccm-page .control-label {
  height: 2rem;
}
div.ccm-page input::placeholder {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: var(--body-text);
  letter-spacing: 1.8px;
  color: #555555 !important;
  font-weight: 500;
  white-space: nowrap;
  font-style: normal;
  opacity: 0.38;
}
div.ccm-page select {
  background-color: #efecec;
  border-color: #efecec;
}
div.ccm-page select:focus {
  background-color: #efecec;
}
div.ccm-page select:hover {
  background-color: #efecec;
}
div.ccm-page option:not(:checked) {
  background: #fff;
}
div.ccm-page .title--small-caps {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  padding-top: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  div.ccm-page .title--small-caps {
    font-size: 18px;
  }
}
div.ccm-page .mb-6 {
  margin-bottom: 6rem !important;
}
div.ccm-page .indented {
  display: inline-block;
  padding-left: 23px;
  text-indent: -23px;
  vertical-align: top;
}
div.ccm-page .align-center {
  text-align: center;
}
div.ccm-page .align-center img {
  margin: auto;
}
div.ccm-page h4,
div.ccm-page .h4 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 3;
  padding-top: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  div.ccm-page h4,
  div.ccm-page .h4 {
    font-size: 18px;
  }
}
div.ccm-page .eucalan-login *:focus:not(a, .btn) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .eucalan-login .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .eucalan-slider {
  width: 100vmax;
  min-height: 300px !important;
}
div.ccm-page .rslides img {
  object-fit: cover !important;
  min-height: 300px !important;
}
div.ccm-page .rslides_tabs li.rslides_here a {
  background: #424548;
  opacity: 1;
}
div.ccm-page .rslides_tabs li a {
  background: rgba(255, 255, 255, 0.84);
  opacity: 0.5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  margin-right: 2px;
  overflow: hidden;
  text-indent: -9999px;
}
div.ccm-page .float-slide {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  top: 40%;
  z-index: 21;
}
div.ccm-page .slide-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-inline: 0px;
  margin-inline: 0px;
  text-align: center;
}
div.ccm-page .slider-title {
  font-size: var(--slide-title);
  color: white;
  text-transform: capitalize;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.71);
  margin-bottom: 4.2667vw;
}
div.ccm-page .float-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.ccm-page .rslides_tabs {
  position: absolute;
  right: 15%;
  bottom: 0vw;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.2667vw;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  div.ccm-page .block-with-grid {
    margin-bottom: 25rem;
  }
}
div.ccm-page .btn:active {
  border-color: #42454826;
}
div.ccm-page .btn--white {
  background-color: transparent;
  color: #212529;
  padding-inline: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
}
div.ccm-page .btn--gray {
  background-color: #424548;
  color: white;
  text-shadow: unset;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
  font-size: var(--body-text);
  padding-inline: var(--space-button-inline);
  padding-top: var(--space-button-x);
  padding-bottom: var(--space-button-x);
}
div.ccm-page .btn--gray:hover,
div.ccm-page .btn--gray:active {
  color: #424548;
  background-color: white;
}
div.ccm-page .btn--gray--outline {
  border: 2px solid transparent;
}
div.ccm-page .btn--gray--outline--white-bg {
  background-color: transparent;
  border: 2px solid transparent;
}
div.ccm-page .btn--gray--outline:hover,
div.ccm-page .btn--gray--outline:active {
  color: #424548;
  border: 2px solid #424548;
  background-color: white;
}
div.ccm-page .btn--gray--buy {
  border: 2px solid transparent;
  width: var(--buy-button-width);
}
div.ccm-page .btn--gray--buy:hover,
div.ccm-page .btn--gray--buy:active {
  color: #424548;
  border: 2px solid #424548;
  background-color: white;
}
div.ccm-page .btn--gray--shop {
  font-size: var(--view-product);
  color: #424548;
  background-color: #edf0f2;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.ccm-page .btn--gray--shop:hover,
div.ccm-page .btn--gray--shop:active {
  color: #424548;
  background-color: white;
  border: 2px solid #edf0f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.ccm-page .custom-form {
  display: block !important;
  width: 100% !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  border-radius: 0.5rem !important;
}
div.ccm-page .ctct-gdpr-text {
  display: none;
}
div.ccm-page .ctct-form-defaults {
  background-color: transparent !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-inline: unset !important;
}
div.ccm-page .ctct-form-label {
  display: none !important;
}
div.ccm-page .ctct-inline-form {
  width: 100% !important;
}
div.ccm-page .ctct-form-button {
  background-color: #424548 !important;
  color: white !important;
  text-shadow: unset !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1125rem !important;
  font-size: var(--body-text) !important;
  padding-inline: var(--space-button-inline) !important;
  padding-top: var(--space-button-x) !important;
  padding-bottom: var(--space-button-x) !important;
  border: 2px solid transparent !important;
}
div.ccm-page .ctct-form-button:hover,
div.ccm-page .ctct-form-button:active {
  color: #424548 !important;
  border: 2px solid #424548 !important;
  background-color: white !important;
}
div.ccm-page .more-links {
  color: #414241;
}
div.ccm-page .yellow-bg {
  background-color: #f7f1e5;
}
div.ccm-page .content {
  max-width: 1000px;
}
div.ccm-page .block-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 1.2744rem;
}
div.ccm-page .check-list {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.ccm-page .check-list li {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  color: #424548;
  font-size: var(--step-bold-text);
  font-weight: 600;
}
div.ccm-page .check-list li:before {
  content: "";
  /* Can add FontAwesome Unicode if we have v6 */
  background-image: url("data:image/svg+xml,%3Csvg width='20.018' height='20.018' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.009' cy='10.009' r='10.009' fill='%23fff'/%3E%3Cpath d='M4.31 10.154l4.128 4.128 7.534-7.535' fill='none' stroke='%23424548' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.625rem;
  margin-bottom: -0.3125rem;
  margin-left: -2.125rem;
}
div.ccm-page .check-list-earth {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.ccm-page .check-list-earth li {
  margin-top: 0.8em;
  margin-bottom: 1.2em;
  color: #424548;
}
@-webkit-keyframes earthspin {
  0%,
  100% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23424548' class='bi bi-globe-europe-africa' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0a12 12 0 100 24 12 12 0 000-24zM5.502 3.7515l-.432.969A1.2705 1.2705 0 007.2885 5.943l.3675-.552a1.2135 1.2135 0 011.551-.4125 1.2135 1.2135 0 001.086 0l.3915-.195a1.5 1.5 0 011.1625-.075l1.476.51c.117.042.24.066.3645.081 1.176.1395 1.2825.5655 1.041 1.2015-.2325.615-.924.9255-1.5525.7305l-.015-.0045c-.75-.2325-1.539-.477-4.161-.477-1.8 0-3.75 1.68-3.75 3.75 0 2.94 1.239 3.249 2.544 3.573.69.1725 1.4025.3495 1.956.927.6735.7005.5895 1.7715.5085 2.8155C10.1325 19.44 10.011 21 12.75 21c2.625 0 4.5-5.25 4.5-6.75 0-.393.312-.702.666-1.05.594-.588 1.305-1.29.834-2.7-.1455-.4365-.594-.852-.9615-1.134-.261-.1995-.3105-.594-.078-.8265a.4995.4995 0 01.63-.063l1.6275 1.086c.165.108.3825.087.522-.0525.225-.225.6225-.1245.7335.1755.24.645.6675 1.575 1.2735 2.0355L22.5 12A10.5 10.5 0 115.502 3.7515z'/%3E%3C/svg%3E");
  }
  25% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23424548' class='bi bi-globe-central-south-asia' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0a12 12 0 100 24 12 12 0 000-24zM7.323 2.5965a.723.723 0 00.21.4365.7305.7305 0 01-.189 1.17l-.4365.219a1.0815 1.0815 0 00-.282.2025l-.72.72a1.5 1.5 0 01-1.5345.363l-.03-.0105a1.494 1.494 0 00-.693-.06 10.545 10.545 0 013.675-3.0405zm-4.5 14.511l1.29-.324a1.5 1.5 0 001.137-1.455v-.276a1.5 1.5 0 01.6675-1.248l.06-.039a1.5 1.5 0 00.228-2.31l-1.524-1.524a.621.621 0 01.813-.936l1.635 1.227a.75.75 0 00.7845.0705.75.75 0 011.086.6705v.6825a1.17 1.17 0 00.1965.6495l1.1925 1.788a1.5 1.5 0 01.174.357l1.095 3.285a1.5 1.5 0 001.4235 1.0245h.087a1.5 1.5 0 001.4235-1.026l1.095-3.2835a1.5 1.5 0 01.174-.357l1.1865-1.7805a.681.681 0 01.567-.303c.24 0 .459.126.588.327.8355 1.3125 2.445 3.423 3.5475 3.423a.915.915 0 00.06-.0015A10.5045 10.5045 0 012.823 17.106z'/%3E%3C/svg%3E");
  }
  50% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23424548' class='bi bi-globe-asia-australia' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.495 6.92l1.278-.619a.483.483 0 00.126-.782c-.252-.244-.682-.139-.932.107-.23.226-.513.373-.816.53l-.102.054c-.338.178-.264.626.1.736a.476.476 0 00.346-.027zM7.741 9.808V9.78a.413.413 0 11.783.183l-.22.443a.602.602 0 01-.12.167l-.193.185a.36.36 0 11-.5-.516l.112-.108a.453.453 0 00.138-.326zM5.672 12.5l.482.233A.386.386 0 106.32 12h-.416a.702.702 0 01-.419-.139l-.277-.206a.302.302 0 10-.298.52l.761.325z'/%3E%3Cpath d='M12 0a12 12 0 100 24 12 12 0 000-24zM2.418 16.3005l1.134-1.932a1.5 1.5 0 012.3175-.3375l1.611 1.5075a1.479 1.479 0 002.04-.0165l.057-.0555a1.323 1.323 0 00.39-1.1325c-.1125-.822.555-1.5495 1.38-1.6485 1.092-.129 2.3805-.486 2.592-1.4355.129-.579-.171-1.245-.5415-1.8-.3105-.468 0-1.2.561-1.2.1845 0 .36-.0825.477-.225l.5895-.711c.294-.3555.7365-.552 1.1955-.6045.831-.096 2.1105-.4155 2.3745-1.4595.147-.5865-.288-.951-.726-1.32-.381-.318-.765-.639-.7725-1.1115a10.497 10.497 0 015.1375 11.538 1.5225 1.5225 0 00-.1305-.0945l-.474-.306a1.5 1.5 0 00-1.4655-.09l-.2535.123a1.5 1.5 0 01-1.1115.0765l-1.5315-.4935a1.5 1.5 0 00-.4605-.072H16.56a1.5 1.5 0 00-1.4175 1.011l-.258.7485a1.5 1.5 0 01-.606.771l-1.203.777a1.5 1.5 0 00-.687 1.26v.6825a1.5 1.5 0 001.5 1.5h.3855a1.5 1.5 0 01.813.24l1.143.735a1.497 1.497 0 00.4245.189 10.5015 10.5015 0 01-14.235-5.1135z'/%3E%3C/svg%3E");
  }
  75% {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23424548' class='bi bi-globe-americas' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0a12 12 0 100 24 12 12 0 000-24zM3.06 6.489c.4875 1.9935 3.798 3.81 5.5755 4.785.72.3945 1.1895.651 1.1145.726-.12.12-.243.237-.363.351-.624.594-1.1805 1.1235-1.137 1.899.0525.951.927 1.236 1.821 1.5255.8655.282 1.752.57 1.929 1.4745.123.6255-.1125 1.482-.33 2.28-.3225 1.173-.609 2.22.33 2.22 2.25-.75 5.697-4.779 6-7.5.207-1.8645-3-3-5.25-3.75-.717-.24-1.1325.1215-1.485.426-.258.225-.483.4185-.765.324-.6675-.222-3.75-3-2.25-3.75 1.17-.585 1.428-.2565 1.8405.273.117.1485.2445.312.4095.477.9135.456.993-.198 1.0845-.9495C11.643 6.8175 11.706 6.294 12 6c.651-.651 1.8975-1.1865 3.042-1.68 1.068-.459 2.0475-.8805 2.3685-1.32A10.5 10.5 0 113.06 6.4905z'/%3E%3C/svg%3E");
  }
}
div.ccm-page .check-list-earth li:hover:before,
div.ccm-page .check-list-earth li:focus:before {
  content: "";
  animation: earthspin 4.333333s infinite;
  -webkit-animation: earthspin 4.333333s infinite;
}
div.ccm-page .check-list-earth li:before {
  content: "";
  /* Can add FontAwesome Unicode if we have v6 */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23424548' class='bi bi-globe-europe-africa' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0a12 12 0 100 24 12 12 0 000-24zM5.502 3.7515l-.432.969A1.2705 1.2705 0 007.2885 5.943l.3675-.552a1.2135 1.2135 0 011.551-.4125 1.2135 1.2135 0 001.086 0l.3915-.195a1.5 1.5 0 011.1625-.075l1.476.51c.117.042.24.066.3645.081 1.176.1395 1.2825.5655 1.041 1.2015-.2325.615-.924.9255-1.5525.7305l-.015-.0045c-.75-.2325-1.539-.477-4.161-.477-1.8 0-3.75 1.68-3.75 3.75 0 2.94 1.239 3.249 2.544 3.573.69.1725 1.4025.3495 1.956.927.6735.7005.5895 1.7715.5085 2.8155C10.1325 19.44 10.011 21 12.75 21c2.625 0 4.5-5.25 4.5-6.75 0-.393.312-.702.666-1.05.594-.588 1.305-1.29.834-2.7-.1455-.4365-.594-.852-.9615-1.134-.261-.1995-.3105-.594-.078-.8265a.4995.4995 0 01.63-.063l1.6275 1.086c.165.108.3825.087.522-.0525.225-.225.6225-.1245.7335.1755.24.645.6675 1.575 1.2735 2.0355L22.5 12A10.5 10.5 0 115.502 3.7515z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 0.625rem;
  margin-bottom: -5px;
  margin-left: -2.125rem;
}
div.ccm-page .main-image {
  cursor: pointer;
}
div.ccm-page .main-image img {
  width: 33.5rem;
  height: 25.5rem;
  object-fit: contain;
  object-position: center;
}
div.ccm-page .opt-img {
  cursor: pointer;
  margin: 10px;
  padding: 4%;
  position: relative;
  text-align: center;
}
div.ccm-page .opt-img img {
  border: 1px solid #dadada;
  width: 128px;
  height: 128px;
  object-fit: contain;
  object-position: center;
}
div.ccm-page .image-grid-wrapper {
  position: absolute;
}
div.ccm-page .image-grid {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.1219rem;
  height: 100%;
}
div.ccm-page #image-0 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
div.ccm-page #image-0 img {
  margin-top: 5em;
}
div.ccm-page #image-1 {
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 4;
  grid-column-end: 3;
}
div.ccm-page #image-2 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}
div.ccm-page .visuallyhidden {
  display: none;
}
div.ccm-page .accordion-item,
div.ccm-page .accordion-button {
  background-color: transparent !important;
}
div.ccm-page .ms-product {
  margin-left: var(--product-detail-margin);
}
@media screen and (max-width: 767px) {
  div.ccm-page .ms-product {
    margin-left: unset;
  }
}
div.ccm-page .product-image-grid {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr;
  gap: 22px 24px;
  grid-template-areas: "main main main" "opt1 opt2 opt3";
  justify-content: space-evenly;
}
div.ccm-page #main-image {
  grid-area: main;
}
div.ccm-page #opt1 {
  grid-area: opt1;
}
div.ccm-page #opt2 {
  grid-area: opt2;
}
div.ccm-page #opt3 {
  grid-area: opt3;
}
div.ccm-page .accordion-button {
  font-size: var(--body-text);
  font-weight: 600;
}
div.ccm-page .accordion-button:not(.collapsed) {
  color: black;
}
div.ccm-page .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
div.ccm-page .shopify-buy__product__actual-price {
  font-size: var(--price);
}
div.ccm-page .product-title {
  font-size: var(--product-title);
}
div.ccm-page .product-short {
  font-size: var(--product-sub);
  color: #8b8b8b;
}
div.ccm-page .product-thumb {
  max-width: var(--thumb-size);
  mix-blend-mode: multiply;
  height: 171px;
  width: 164px;
  object-fit: contain;
}
div.ccm-page .product-image {
  mix-blend-mode: multiply;
}
div.ccm-page .feature-product-name {
  font-size: var(--feature-product-font);
  font-weight: bold;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
div.ccm-page .feature-product-subheading {
  font-size: var(--feature-product-sub-title);
  font-style: italic;
  margin-bottom: 0.3125rem;
}
div.ccm-page .feature-product-price {
  font-size: var(--feature-product-font);
  margin-bottom: 1.1875rem;
}
div.ccm-page .product-filter-item {
  border: none !important;
}
div.ccm-page .product-filter .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
div.ccm-page .product-filter-list {
  list-style-type: none;
  margin-left: -1rem;
}
div.ccm-page .product-filter-list a {
  color: #414241;
  text-decoration: none;
}
div.ccm-page .blog-text p:not(.blog-details--main-caps, .blog-details--caps, .blog-page-topic, .title, .blog-details, .block-title, .feature-product-name, .feature-product-subheading, .feature-product-price) {
  color: #8b8b8b;
}
div.ccm-page .blog-text li:not(.shopify-block) {
  color: #8b8b8b;
}
div.ccm-page .blog-text a:not(.hack) {
  color: #414241;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: var(--body-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.1s ease-in-out;
}
div.ccm-page .blog-text a:not(.hack):hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #414241;
}
div.ccm-page .breadcrumb-item {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #edf0f2;
  background-color: white;
  margin-right: var(--breadcrumb-right);
  margin-bottom: 1rem;
  color: inherit;
  text-decoration: none;
}
div.ccm-page .breadcrumb-item:hover {
  background-color: #edf0f2;
}
div.ccm-page .active-filter {
  background-color: #edf0f2;
}
div.ccm-page .social-link {
  color: #424548;
  width: 30;
  height: 30;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: auto;
  -o-background-size: auto;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  object-fit: contain;
  object-position: center;
}
div.ccm-page .social-link[data-icon="instagram"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2330332d' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z'/%3E%3C/svg%3E");
}
div.ccm-page .social-link[data-icon="facebook"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2330332d' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z'/%3E%3C/svg%3E");
}
div.ccm-page .social-link[data-icon="pinterest"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2330332d' class='bi bi-pinterest' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 0 0-2.915 15.452c-.07-.633-.134-1.606.027-2.297.146-.625.938-3.977.938-3.977s-.239-.479-.239-1.187c0-1.113.645-1.943 1.448-1.943.682 0 1.012.512 1.012 1.127 0 .686-.437 1.712-.663 2.663-.188.796.4 1.446 1.185 1.446 1.422 0 2.515-1.5 2.515-3.664 0-1.915-1.377-3.254-3.342-3.254-2.276 0-3.612 1.707-3.612 3.471 0 .688.265 1.425.595 1.826a.24.24 0 0 1 .056.23c-.061.252-.196.796-.222.907-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1 0-2.523 1.834-4.84 5.286-4.84 2.775 0 4.932 1.977 4.932 4.62 0 2.757-1.739 4.976-4.151 4.976-.811 0-1.573-.421-1.834-.919l-.498 1.902c-.181.695-.669 1.566-.995 2.097A8 8 0 1 0 8 0z'/%3E%3C/svg%3E");
}
div.ccm-page .social-link[data-icon="youtube"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2330332d' class='bi bi-youtube' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z'/%3E%3C/svg%3E");
}
div.ccm-page .social-link[data-icon="x"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2330332d' class='bi bi-twitter-x' viewBox='0 0 16 16'%3E%3Cpath d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
}
div.ccm-page .social-link[data-icon="ravelry"] {
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='30.7225' xmlns='http://www.w3.org/2000/svg' style='vertical-align: sub !important;'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M23.9723 15.785c-.0597-.511-.084-1.0293-.1852-1.532a15.3359 15.3359 0 00-.4755-1.809 9.097 9.097 0 00-1.5258-2.8417 12.4125 12.4125 0 00-.93-1.0719 11.7309 11.7309 0 00-2.3285-1.785 11.9008 11.9008 0 00-2.8033-1.219c-.5446-.1533-1.1008-.2685-1.6564-.3764-.335-.065-.6795-.0824-1.0194-.1227-.0156-.0018-.0297-.0177-.0445-.0273q-.7978.0004-1.5957.0003c-.1191.0192-.2377.0457-.3577.0568a8.8629 8.8629 0 00-1.693.351 10.947 10.947 0 00-1.9654.8082 13.9066 13.9066 0 00-1.882 1.194c-.3047.2278-.6063.4625-.8883.7175-.5027.455-1.0068.911-1.479 1.397a12.053 12.053 0 00-1.663 2.1721 10.205 10.205 0 00-1.0128 2.2042 9.7954 9.7954 0 00-.3801 1.7179A9.9402 9.9402 0 00.01 17.3745a14.8125 14.8125 0 00.2187 1.9887 11.212 11.212 0 00.8268 2.6342 10.4054 10.4054 0 001.1861 1.9536 10.556 10.556 0 001.3027 1.4043 12.4204 12.4204 0 002.0652 1.5116 14.2251 14.2251 0 002.7627 1.2493 13.3192 13.3192 0 002.0085.486c.3.05.6067.062.91.0926a.205.205 0 01.0588.0277h1.5958c.1239-.0192.247-.0463.372-.0565.8073-.0658 1.5868-.2637 2.347-.5297a10.8724 10.8724 0 002.4193-1.177c.4818-.3187.9585-.6464 1.4202-.9935.286-.2149.543-.4695.8056-.7145.1959-.1828.3837-.3745.5688-.5683a11.4739 11.4739 0 001.5532-2.0579c.4716-.793.8577-1.6262 1.1021-2.5168.1413-.5147.2445-1.0401.3468-1.5643.051-.261.0618-.53.0924-.795.0018-.0158.0177-.0297.0273-.0446v-1.8313a.4822.4822 0 01-.0277-.0881zm-7.9627-.0568s-.819-.1473-1.407-.1473c-1.3443 0-1.6592.7364-1.6592 1.8306v4.6292H9.3103V12.614h3.6334v1.5781c.441-1.3256 1.323-1.7885 3.0661-1.7885z' fill='%2330332d'/%3E%3C/svg%3E");
}
div.ccm-page .social-shares {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
div.ccm-page .social-shares i {
  position: relative;
  left: 13px;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
div.ccm-page .social-shares a {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 24px;
  color: #424548;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: background 0.3s ease-in-out;
}
div.ccm-page .social-shares a:hover {
  background-color: #8b8b8b23;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
div.ccm-page .social-shares-footer i {
  position: relative;
  left: 3px;
  top: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
div.ccm-page .blog-item {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: var(--blog-item-bottom-space);
}
div.ccm-page .blog-link {
  text-decoration: none;
}
div.ccm-page .blog-container {
  max-width: var(--blog);
}
div.ccm-page .blog-page-container {
  max-width: var(--blog-page-container);
}
div.ccm-page .blog-square-thumb {
  object-fit: cover;
  width: 440px;
  height: 400px;
}
div.ccm-page .fit-image img {
  object-fit: cover;
  object-position: center;
  width: auto;
  height: 100%;
}
div.ccm-page .blog-thumb {
  object-fit: cover;
  width: 463px;
  height: 290px;
}
div.ccm-page .blog-two-up img {
  object-fit: cover;
  width: 452px;
  height: 369px;
}
div.ccm-page .blog-six-up img {
  object-fit: cover;
  object-position: top;
  width: 400px;
  height: 469px;
}
@media screen and (max-width: 575px) {
  div.ccm-page .blog-six-up img {
    object-fit: cover;
    object-position: top;
    height: 180px;
    width: auto;
  }
}
div.ccm-page .product-feature-image img {
  height: 582px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  div.ccm-page .product-feature-image img {
    height: 291px;
  }
}
div.ccm-page .img-remove-bg {
  mix-blend-mode: multiply;
}
div.ccm-page .img-center img {
  object-position: center;
}
div.ccm-page .img-top img {
  object-position: top;
}
div.ccm-page .img-bottom img {
  object-position: bottom;
}
div.ccm-page .img-fit-contain img {
  object-fit: contain;
}
div.ccm-page .blog-breakout {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: var(--breakout-width);
  margin-inline-start: 50%;
  transform: translateX(-50%);
}
div.ccm-page .blog-breakout img {
  object-fit: cover;
  width: var(--breakout-width);
  height: 425px;
}
div.ccm-page .blog-breakout-square img {
  height: auto;
  aspect-ratio: 1.33333333;
}
@media screen and (max-width: 575px) {
  div.ccm-page .blog-breakout {
    width: unset;
    margin-inline-start: unset;
    transform: unset;
  }
}
div.ccm-page .blog-breakout-container {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: var(--breakout-width);
  margin-inline-start: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  div.ccm-page .blog-breakout-container {
    width: unset;
    margin-inline-start: unset;
    transform: unset;
  }
}
div.ccm-page .blog-page-topic {
  text-transform: uppercase;
  color: #8b8b8b;
  font-size: var(--feature-product-sub-title);
  letter-spacing: 2.8px;
  margin-bottom: unset;
}
div.ccm-page .blog-page-name {
  color: #3a3c3f;
  font-size: var(--blog-name);
}
div.ccm-page .blog-page-name--fp {
  font-size: var(--blog-name-fp);
  font-weight: 600;
  color: #424548;
}
div.ccm-page .blog-description {
  font-size: var(--18px-font);
  color: #8b8b8b;
}
div.ccm-page .blog-details {
  font-size: var(--14px-12-font);
  color: #3a3c3f;
}
div.ccm-page .blog-details--caps {
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  margin-bottom: 1.3125rem;
}
div.ccm-page .blog-details--main-caps {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.175rem;
  margin-bottom: 1.3125rem;
}
div.ccm-page .pagination .prev {
  /*.page-link::after{
                content: 'a';
                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'%0A%3E%3Cpath d='M13 7.75739L14.4142 9.1716L11.5858 12L14.4142 14.8284L13 16.2426L8.75736 12L13 7.75739Z' fill='%23424548' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 1C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5C1 2.79086 2.79086 1 5 1H19ZM21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 5C3 3.89543 3.89543 3 5 3L19 3C20.1046 3 21 3.89543 21 5Z' fill='%23424548' /%3E%3C/svg%3E");
                background-repeat: no-repeat no-repeat;
                background-position: center center;
                background-size: cover;
            }*/
}
div.ccm-page .pagination .prev .page-link::before {
  content: '' !important;
}
div.ccm-page .breakout-col {
  padding-inline: var(--blog-feature-inline);
  padding-top: 4.5625rem;
  padding-bottom: 4.5625rem;
  font-size: var(--blog-name-fp);
  background-color: #f4edde;
  text-align: center;
}
div.ccm-page .breakout-col p {
  color: #424548 !important;
}
div.ccm-page .lesson-wrap {
  position: relative;
  overflow: hidden;
}
div.ccm-page .grid-overlay {
  left: var(--lesson-name-left-offset);
  position: absolute;
  bottom: clamp(0.0625rem, -0.3071rem + 1.8478vi, 1.125rem);
  color: white;
  font-size: clamp(0.5rem, 0.2826rem + 1.087vi, 1.125rem);
  text-transform: uppercase;
  letter-spacing: clamp(0.0625rem, 0.0147rem + 0.2391vi, 0.2rem);
  text-shadow: 2px 2px 7px #a8a8a8;
  overflow-wrap: break-word;
  z-index: 12;
}
div.ccm-page .grid-wrapper {
  margin-left: var(--lesson-offset);
}
div.ccm-page .grid:after {
  content: "";
  display: block;
  clear: both;
}
@keyframes imgdarken {
  0% {
    filter: brightness(1);
    -webkit-filter: brightness(1);
  }
  50% {
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
  }
  100% {
    filter: brightness(0.75);
    -webkit-filter: brightness(0.75);
  }
}
@keyframes txtboxopacity {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(90deg);
  }
  100% {
    filter: hue-rotate(180deg);
  }
}
div.ccm-page .grid-sizer {
  width: 20%;
}
div.ccm-page .grid-item {
  float: left;
  margin-bottom: 10px;
}
div.ccm-page .grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
div.ccm-page .grid-item img:hover {
  animation: imgdarken 1s normal forwards ease-in-out;
}
div.ccm-page .textbox {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding-top: clamp(1.375rem, 1.1576rem + 1.087vi, 2rem);
  padding-bottom: clamp(1.375rem, 1.1576rem + 1.087vi, 2rem);
  padding-inline: clamp(0.625rem, -0.7228rem + 6.7391vi, 4.5rem);
  width: 100%;
  height: 100%;
}
div.ccm-page .textbox:hover {
  animation: txtboxopacity 1s normal forwards ease-in-out;
}
div.ccm-page .textbox .blog-page-name {
  font-size: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
}
div.ccm-page .lesson-detail {
  font-size: clamp(0.5rem, 0.2826rem + 1.087vi, 1.125rem);
  margin-top: 0.5em;
  color: #3a3c3f;
  overflow: hidden;
}
div.ccm-page .lesson-nav .nav-item:not(.nav-selected) {
  color: #414241;
}
div.ccm-page .lesson-nav .nav-item:not(.nav-selected) a {
  text-decoration: none;
  color: #414241;
  margin-left: 0.5rem;
}
div.ccm-page .lesson-nav .nav-item:not(.nav-selected)::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 14.1015c3.3698 0 6.1015-2.7317 6.1015-6.1015 0-3.3698-2.7317-6.1015-6.1015-6.1015-3.3698 0-6.1015 2.7317-6.1015 6.1015 0 3.3698 2.7317 6.1015 6.1015 6.1015zM8 16c4.4183 0 8-3.5817 8-8s-3.5817-8-8-8-8 3.5817-8 8 3.5817 8 8 8z' fill='%23424548'/%3E%3C/svg%3E");
  color: #424548;
  background-size: 18px 18px;
  position: relative;
  top: 3px;
  background-repeat: no-repeat no-repeat;
}
div.ccm-page .lesson-nav .nav-item,
div.ccm-page .lesson-nav .nav-selected:not(.nav-item) {
  color: #414241;
}
div.ccm-page .lesson-nav .nav-item a,
div.ccm-page .lesson-nav .nav-selected:not(.nav-item) a {
  text-decoration: none;
  color: #414241;
  margin-left: 0.5rem;
}
div.ccm-page .lesson-nav .nav-item::before,
div.ccm-page .lesson-nav .nav-selected:not(.nav-item)::before {
  display: inline-block;
  color: #424548;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16c4.4183 0 8-3.5817 8-8s-3.5817-8-8-8-8 3.5817-8 8 3.5817 8 8 8z' fill='%23424548'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  position: relative;
  top: 3px;
  background-repeat: no-repeat no-repeat;
}
div.ccm-page .search-title a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
div.ccm-page .search-title a:hover {
  text-decoration: underline;
}
div.ccm-page .clean-link {
  text-decoration: none;
  color: inherit;
}
div.ccm-page .hack {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.ccm-page .map-box iframe {
  height: 1080px;
}
@media screen and (max-width: 575px) {
  div.ccm-page .map-box iframe {
    height: 1220px;
  }
}
div.ccm-page .required-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 7px;
  left: -3px;
  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%3Cpath d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' fill='%23abb2ba' /%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
div.ccm-page .newsletter-popup .btn-close {
  position: relative;
  top: 26px;
  left: 26px;
}
div.ccm-page .newsletter-popup .popup-close {
  text-decoration: none;
  color: #3A3C3F;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  transition: all 0.2s ease-in-out;
}
div.ccm-page .newsletter-popup .popup-close:hover {
  padding-bottom: 6px;
  border-bottom: 2px solid #3a3c3f;
}
div.ccm-page .newsletter-popup .modal-content {
  border: 2px solid #3A3C3F;
  background-color: #edf0f2;
  padding-inline: var(--modal-pad-x);
  max-width: 444px;
}
div.ccm-page .border-x {
  border-radius: 0;
}
div.ccm-page .min_check {
  background-color: transparent;
}
div.ccm-page .ws-instructions p {
  margin-bottom: 0;
}
div.ccm-page .popover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
div.ccm-page .full-width img {
  width: 100% !important;
  height: auto;
}
div.ccm-page .country-options .dropdown-menu {
  width: 1rem;
}
div.ccm-page .country-options button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
div.ccm-page .country-options button::before {
  margin-right: .5rem;
  width: 38px;
  height: 24px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
div.ccm-page .country-options button[value="US"]:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cg fill-rule='evenodd'%3E%3Cg stroke-width='1pt'%3E%3Cpath fill='%23bd3d44' d='M0 0h912v37H0zm0 73.9h912v37H0zm0 73.8h912v37H0zm0 73.8h912v37H0zm0 74h912v36.8H0zm0 73.7h912v37H0zM0 443h912v37H0z'/%3E%3Cpath fill='%23fff' d='M0 37h912v36.9H0zm0 73.8h912v36.9H0zm0 73.8h912v37H0zm0 73.9h912v37H0zm0 73.8h912v37H0zm0 73.8h912v37H0z'/%3E%3C/g%3E%3Cpath fill='%23192f5d' d='M0 0h364.8v258.5H0z'/%3E%3Cpath fill='%23fff' d='M30.4 11l3.4 10.3h10.6l-8.6 6.3 3.3 10.3-8.7-6.4-8.6 6.3L25 27.6l-8.7-6.3h10.9zm60.8 0l3.3 10.3h10.8l-8.7 6.3 3.2 10.3-8.6-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.6zm60.8 0l3.3 10.3H166l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0l3.3 10.3h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.7zm60.8 0l3.3 10.3h10.7l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0l3.3 10.3h10.8l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.8zM60.8 37l3.3 10.2H75l-8.7 6.2 3.2 10.3-8.5-6.3-8.7 6.3 3.1-10.3-8.4-6.2h10.7zm60.8 0l3.4 10.2h10.7l-8.8 6.2 3.4 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.2h10.8zm60.8 0l3.3 10.2h10.8l-8.7 6.2 3.3 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.2H179zm60.8 0l3.4 10.2h10.7l-8.8 6.2 3.4 10.3-8.7-6.3-8.6 6.3 3.2-10.3-8.7-6.2H240zm60.8 0l3.3 10.2h10.8l-8.7 6.2 3.3 10.3-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.2h10.7zM30.4 62.6L33.8 73h10.6l-8.6 6.3 3.3 10.2-8.7-6.3-8.6 6.3L25 79.3 16.3 73h10.9zm60.8 0L94.5 73h10.8l-8.7 6.3 3.2 10.2-8.6-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.6zm60.8 0l3.3 10.3H166l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.3h10.8zm60.8 0l3.3 10.3h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.7zm60.8 0l3.3 10.3h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.7zm60.8 0l3.3 10.3h10.8l-8.8 6.3 3.4 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.8zm-273.6 26l3.3 10.2H75l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0l3.4 10.2h10.7l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3H179zm60.8 0l3.4 10.2h10.7l-8.7 6.3 3.3 10.3-8.7-6.4-8.6 6.3 3.2-10.2-8.7-6.3H240zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM30.4 114.5l3.4 10.2h10.6l-8.6 6.3 3.3 10.3-8.7-6.4-8.6 6.3L25 131l-8.7-6.3h10.9zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.2 10.2-8.6-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.6zm60.8 0l3.3 10.2H166l-8.6 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.4-10.2-8.8-6.3h10.7zm60.8 0l3.3 10.2h10.7L279 131l3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0l3.3 10.2h10.8l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3L329 131l-8.8-6.3H331zM60.8 140.3l3.3 10.3H75l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3h10.7zm60.8 0l3.4 10.3h10.7l-8.8 6.2 3.4 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.7-6.3h10.8zm60.8 0l3.3 10.3h10.8l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3H179zm60.8 0l3.4 10.3h10.7l-8.7 6.2 3.3 10.3-8.7-6.4-8.6 6.4 3.2-10.3-8.7-6.3H240zm60.8 0l3.3 10.3h10.8l-8.7 6.2 3.3 10.3-8.7-6.4-8.7 6.4 3.3-10.3-8.6-6.3h10.7zM30.4 166.1l3.4 10.3h10.6l-8.6 6.3 3.3 10.1-8.7-6.2-8.6 6.2 3.2-10.2-8.7-6.3h10.9zm60.8 0l3.3 10.3h10.8l-8.7 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.7-6.3h10.6zm60.8 0l3.3 10.3H166l-8.6 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.3-10.2-8.7-6.3h10.8zm60.8 0l3.3 10.3h10.8l-8.7 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.8-6.3h10.7zm60.8 0l3.3 10.3h10.7l-8.6 6.3 3.3 10.1-8.7-6.2-8.7 6.2 3.3-10.2-8.6-6.3h10.7zm60.8 0l3.3 10.3h10.8l-8.8 6.3 3.4 10.1-8.7-6.2-8.7 6.2 3.4-10.2-8.8-6.3h10.8zM60.8 192l3.3 10.2H75l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm60.8 0l3.4 10.2h10.7l-8.8 6.3 3.4 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.7-6.3h10.8zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3H179zm60.8 0l3.4 10.2h10.7l-8.7 6.3 3.3 10.3-8.7-6.4-8.6 6.3 3.2-10.2-8.7-6.3H240zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.3-8.7-6.4-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM30.4 217.9l3.4 10.2h10.6l-8.6 6.3 3.3 10.2-8.7-6.3-8.6 6.3 3.2-10.3-8.7-6.3h10.9zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.7-6.3h10.6zm60.8 0l3.3 10.2H166l-8.4 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.7-6.3h10.8zm60.8 0l3.3 10.2h10.8l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.7zm60.8 0l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.3-8.6-6.3h10.7zm60.8 0l3.3 10.2h10.8l-8.8 6.3 3.4 10.2-8.7-6.3-8.7 6.3 3.4-10.3-8.8-6.3h10.8z'/%3E%3C/g%3E%3C/svg%3E");
}
div.ccm-page .country-options button[value="CA"]:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M150.1 0h339.7v480H150z'/%3E%3Cpath fill='%23d52b1e' d='M-19.7 0h169.8v480H-19.7zm509.5 0h169.8v480H489.9zM201 232l-13.3 4.4 61.4 54c4.7 13.7-1.6 17.8-5.6 25l66.6-8.4-1.6 67 13.9-.3-3.1-66.6 66.7 8c-4.1-8.7-7.8-13.3-4-27.2l61.3-51-10.7-4c-8.8-6.8 3.8-32.6 5.6-48.9 0 0-35.7 12.3-38 5.8l-9.2-17.5-32.6 35.8c-3.5.9-5-.5-5.9-3.5l15-74.8-23.8 13.4c-2 .9-4 .1-5.2-2.2l-23-46-23.6 47.8c-1.8 1.7-3.6 1.9-5 .7L264 130.8l13.7 74.1c-1.1 3-3.7 3.8-6.7 2.2l-31.2-35.3c-4 6.5-6.8 17.1-12.2 19.5-5.4 2.3-23.5-4.5-35.6-7 4.2 14.8 17 39.6 9 47.7z'/%3E%3C/svg%3E");
}
div.ccm-page .sticky-nav {
  top: 12rem !important;
}
div.ccm-page .grid-large {
  width: 50%;
}
div.ccm-page .grid-large img {
  aspect-ratio: 1 !important;
  height: 100%;
  object-fit: cover;
}
div.ccm-page .grid-small {
  width: 25%;
}
div.ccm-page .grid-small img {
  aspect-ratio: 1 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.ccm-page .text-height {
  height: clamp(3.125rem, -2.7446rem + 29.3478vi, 20rem);
}
div.ccm-page .grid-wide {
  width: 50%;
}
div.ccm-page .grid-sizer,
div.ccm-page .grid-items {
  width: 21%;
}
div.ccm-page .gutter-sizer {
  width: 4%;
}
.ccm-page header nav .navbar-toggler {
  margin-top: -2rem;
}
.ccm-page header nav .search-icon {
  margin-top: -9px;
}
.ccm-page header nav .search-icon :hover > .search-bar {
  transition: all 0.6s ease-in-out;
  border: 2px solid #414241;
  border-radius: 0;
  outline: unset;
  width: 200px;
  caret-color: #262626;
}
.ccm-page header nav .search-button {
  border: none;
  background: transparent;
}
.ccm-page header nav .search-bar {
  outline: 0;
  width: 0;
  transition: all 0.6s ease-in-out;
  border: 2px solid transparent;
}
.ccm-page header nav .nav-link {
  text-align: left;
  font: normal normal normal 16px/20px Source Sans Pro;
  letter-spacing: 3.2px;
  color: #414241 !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 25px;
  background-image: linear-gradient(transparent 0 0);
  background-position: bottom center;
  /*Adjust the background-position to move the line*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
.ccm-page header nav .nav-link:not(.end-item):visited,
.ccm-page header nav .nav-link:not(.end-item):hover,
.ccm-page header nav .nav-link:not(.end-item):active {
  color: #414241 !important;
  font: normal normal normal 16px/20px Source Sans Pro !important;
  position: relative;
  background-image: linear-gradient(#414241 0 0);
  background-position: bottom center;
  /*Adjust the background-position to move the line*/
  background-size: 56.4% 2px;
  background-repeat: no-repeat;
  padding-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .ccm-page header nav .nav-link:not(.end-item):visited,
  .ccm-page header nav .nav-link:not(.end-item):hover,
  .ccm-page header nav .nav-link:not(.end-item):active {
    padding-bottom: 12px;
  }
}
.ccm-page header nav .dropdown:hover .dropdown-menu {
  display: block;
}
.ccm-page header .message-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  height: 3.1875rem;
  width: 100%;
  z-index: 1030;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: var(--body-text);
}
.ccm-page header .message-bar p {
  margin-bottom: 0;
}
.ccm-page header .message-bar a {
  color: #414241;
}
.ccm-page header .message-bar .message-row {
  width: min(100% - 2rem, 830px);
  margin-inline: auto;
}
.ccm-page header .message-bar .message {
  margin-left: clamp(0.00rem, calc(-1.89rem + 9.46vw), 5.44rem);
}
.ccm-page header .message-bar .btn-close {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23424548' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-radius: unset;
  margin-right: clamp(0.00rem, calc(-1.89rem + 9.46vw), 2.74rem);
}
#footer-theme section {
  min-height: 100px;
}
#footer-theme .foot-message {
  font-style: italic;
}
#footer-theme .euca-foot {
  background: #edf0f2;
}
#footer-theme .euca-foot .foot-link a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  transition: all 0.2s ease-in-out;
}
#footer-theme .euca-foot .foot-link a:hover {
  padding-bottom: 6px;
  border-bottom: 2px solid #3a3c3f;
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- End iphones ----------*/
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel XL ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Windows Phone ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Fdeveucalan%5C%2Fpublic_html%5C%2Fpackages%5C%2Fstarter%5C%2Fthemes%5C%2Fstarter%5C%2Fcss%5C%2Fbuild%5C%2Fbody.less%22%2C%22home%5C%2Fdeveucalan%5C%2Fpublic_html%5C%2Fpackages%5C%2Fstarter%5C%2Fthemes%5C%2Fstarter%5C%2Fcss%5C%2Fbuild%5C%2Fcontent.less%22%2C%22home%5C%2Fdeveucalan%5C%2Fpublic_html%5C%2Fpackages%5C%2Fstarter%5C%2Fthemes%5C%2Fstarter%5C%2Fcss%5C%2Fbuild%5C%2Fheader.less%22%2C%22home%5C%2Fdeveucalan%5C%2Fpublic_html%5C%2Fpackages%5C%2Fstarter%5C%2Fthemes%5C%2Fstarter%5C%2Fcss%5C%2Fbuild%5C%2Ffooter.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3BAAAA%3BEAEI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAATJ%2CIAaI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3B%3BAASR%2CQAL2B%3BEACvB%3BIACI%3B%3B%3BACxBR%2CGAAG%3BEACC%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAFJ%2CGAAG%2CSAIC%2CEAAC%2CMAAM%2CIAAI%3BEACP%3BEACA%3BEACA%2CmCAAA%3BEACA%3BEACA%3B%3BAATR%2CGAAG%2CSAYC%2CMAAK%2CiBAAiB%3BEAClB%2CSAAS%2CGAAT%3BEACA%2CyBAAA%3B%3BAAdR%2CGAAG%2CSAiBC%3BEACI%3B%3BAAlBR%2CGAAG%2CSAqBC%2CMAAK%3BEACD%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9BR%2CGAAG%2CSAiCC%3BEACI%3BEACA%3B%3BAAEA%2CGArCL%2CSAiCC%2COAIK%3BEACG%3B%3BAAGJ%2CGAzCL%2CSAiCC%2COAQK%3BEACG%3B%3BAAKJ%2CGA%5C%2FCL%2CSA8CC%2COACK%2CIAAI%3BEACD%3B%3BAAMJ%2CGAtDL%2CSAqDC%2COACK%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKJ%2CQAHsD%3BEAGtD%2CGAhEL%2CSAqDC%2COACK%3BIAQO%3B%3B%3BAA9DhB%2CGAAG%2CSAmEC%3BEACI%3B%3BAApER%2CGAAG%2CSAuEC%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAA3ER%2CGAAG%2CSA8EC%3BEACI%3B%3BAA%5C%2FER%2CGAAG%2CSA8EC%2CcAGI%3BEACI%3B%3BAAlFZ%2CGAAG%2CSAsFC%3BAAtFJ%2CGAAG%2CSAuFC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAKJ%2CQAHsD%3BEAGtD%2CGAlGD%2CSAsFC%3BEAYA%2CGAlGD%2CSAuFC%3BIASQ%3B%3B%3BAAhGZ%2CGAAG%2CSAoGC%2CeACI%2CEAAC%2CMAAM%2CIAAI%3BEACP%3BEACA%3BEACA%3B%3BAAxGZ%2CGAAG%2CSAoGC%2CeAOI%3BEACI%3BEACA%3BEACA%3B%3BAA9GZ%2CGAAG%2CSAkHC%3BEACI%3BEACA%3B%3BAApHR%2CGAAG%2CSAuHC%2CSAAS%3BEACL%3BEACA%3B%3BAAzHR%2CGAAG%2CSA4HC%2CcAAc%2CGAAE%2CaAAc%3BEAC1B%2CmBAAA%3BEAEA%3B%3BAA%5C%2FHR%2CGAAG%2CSAkIC%2CcAAc%2CGAAG%3BEACb%2CqCAAA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7IR%2CGAAG%2CSAgJC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEAEA%3BEACA%3B%3BAAxJR%2CGAAG%2CSA2JC%3BEACI%3BEACA%3BEACA%3BEACA%2CiBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAlKR%2CGAAG%2CSAqKC%3BEACI%2CWAAW%2CkBAAX%3BEACA%3BEACA%3BEACA%2C4CAAA%3BEACA%3B%3BAA1KR%2CGAAG%2CSA6KC%3BEACI%3BEACA%3BEACA%3B%3BAAhLR%2CGAAG%2CSAmLC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAOJ%2CmBAHyC%3BEAGzC%2CGAnMD%2CSA%2BLC%3BIAEQ%3B%3B%3BAAKJ%2CGAtML%2CSAqMC%2CKACK%3BEACG%3B%3BAAGJ%2CGA1ML%2CSAqMC%2CKAKK%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CGApNL%2CSAqMC%2CKAeK%3BEACG%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEAEA%2CgBAAgB%2C0BAAhB%3BEAEA%2CaAAa%2CqBAAb%3BEAEA%2CgBAAgB%2CqBAAhB%3B%3BAAEA%2CGAlOT%2CSAqMC%2CKAeK%2CMAcI%3BAACD%2CGAnOT%2CSAqMC%2CKAeK%2CMAeI%3BEACG%2CcAAA%3BEACA%3B%3BAAGJ%2CGAxOT%2CSAqMC%2CKAeK%2CMAoBI%3BEAOG%2C6BAAA%3B%3BAALA%2CGA1Ob%2CSAqMC%2CKAeK%2CMAoBI%2CSAEI%3BEACG%3BEACA%2C6BAAA%3B%3BAAKJ%2CGAjPb%2CSAqMC%2CKAeK%2CMAoBI%2CSASI%3BAACD%2CGAlPb%2CSAqMC%2CKAeK%2CMAoBI%2CSAUI%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%3B%3BAAIR%2CGAzPT%2CSAqMC%2CKAeK%2CMAqCI%3BEACG%2C6BAAA%3BEACA%2COAAO%2CuBAAP%3B%3BAAEA%2CGA7Pb%2CSAqMC%2CKAeK%2CMAqCI%2CKAII%3BAACD%2CGA9Pb%2CSAqMC%2CKAeK%2CMAqCI%2CKAKI%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%3B%3BAAIR%2CGArQT%2CSAqMC%2CKAeK%2CMAiDI%3BEACG%2CWAAW%2CmBAAX%3BEACA%3BEACA%3BEACA%2C6BAAA%3BEACA%3BEACA%3B%3BAAEA%2CGA7Qb%2CSAqMC%2CKAeK%2CMAiDI%2CMAQI%3BAACD%2CGA9Qb%2CSAqMC%2CKAeK%2CMAiDI%2CMASI%3BEACG%2CcAAA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3B%3BAAnRpB%2CGAAG%2CSAyRC%3BEACI%3BEACA%3BEAGA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CwEAAA%3BEAEA%2C%2BBAAA%3BEACA%3BEACA%3B%3BAA3SR%2CGAAG%2CSA8SC%3BEACI%3B%3BAA%5C%2FSR%2CGAAG%2CSAkTC%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAtTR%2CGAAG%2CSAyTC%3BEACI%3B%3BAA1TR%2CGAAG%2CSA6TC%3BEACI%3B%3BAA9TR%2CGAAG%2CSAmUC%3BEAEI%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAgB%2C0BAAhB%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAgB%2CqBAAhB%3BEACA%2CwCAAA%3B%3BAAEA%2CGAhVL%2CSAmUC%2CkBAaK%3BAACD%2CGAjVL%2CSAmUC%2CkBAcK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%3B%3BAApVZ%2CGAAG%2CSA0VC%3BEACI%2CcAAA%3B%3BAA3VR%2CGAAG%2CSA8VC%3BEACI%2CyBAAA%3B%3BAA%5C%2FVR%2CGAAG%2CSAkWC%3BEACI%2CiBAAA%3B%3BAAnWR%2CGAAG%2CSAsWC%3BEACI%3BEACA%2CgBAAA%3BEACA%3BEACA%3B%3BAA1WR%2CGAAG%2CSA8WC%3BEACI%3BEACA%3BEACA%3B%3BAAjXR%2CGAAG%2CSA8WC%2CYAKI%3BEACI%3BEACA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgBAAA%3B%3BAAEA%2CGA1XT%2CSA8WC%2CYAKI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3B%3BEAEA%2CsBAAsB%2C4TAAtB%3BEACA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAtYhB%2CGAAG%2CSA2YC%3BEACI%3BEACA%3BEACA%3B%3BAA9YR%2CGAAG%2CSA2YC%2CkBAKI%3BEACI%3BEACA%3BEACA%2CcAAA%3B%3BAAEA%3BEAEI%3BEACA%3BIAEI%2CsBAAsB%2Cw8BAAtB%3B%3BEAGJ%3BIACI%2CsBAAsB%2Cg6BAAtB%3B%3BEAGJ%3BIACI%2CsBAAsB%2Cu6CAAtB%3B%3BEAGJ%3BIACI%2CsBAAsB%2CkzBAAtB%3B%3B%3BAAMJ%2CGA5ab%2CSA2YC%2CkBAKI%2CGA0BK%2CMAEI%3BAAAD%2CGA5ab%2CSA2YC%2CkBAKI%2CGA2BK%2CMACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CuCAAA%3BEACA%2C%2BCAAA%3B%3BAAIR%2CGAnbT%2CSA2YC%2CkBAKI%2CGAmCK%3BEACG%2CSAAS%2CEAAT%3B%3BEAEA%2CsBAAsB%2Cw8BAAtB%3BEAEA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhchB%2CGAAG%2CSAucC%3BEACI%3B%3BAAxcR%2CGAAG%2CSAucC%2CYAGI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAA9cZ%2CGAAG%2CSAkdC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAvdR%2CGAAG%2CSAkdC%2CSAOI%3BEACI%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA9dZ%2CGAAG%2CSAkeC%3BEACI%3B%3BAAneR%2CGAAG%2CSAseC%3BEACI%3BEACA%3BEAEA%2C%2BBAAA%3BEACA%2C8BAAA%3BEAEA%3BEACA%3B%3BAA9eR%2CGAAG%2CSAifC%3BEAEI%3BEACA%3BEAEA%3BEACA%3B%3BAAvfR%2CGAAG%2CSAifC%2CSAQI%3BEACI%3B%3BAA1fZ%2CGAAG%2CSA8fC%3BEAEI%3BEACA%3BEAEA%3BEACA%3B%3BAApgBR%2CGAAG%2CSAugBC%3BEAEI%3BEACA%3BEAEA%3BEACA%3B%3BAA7gBR%2CGAAG%2CSAohBC%3BEACI%3B%3BAArhBR%2CGAAG%2CSAwhBC%3BAAxhBJ%2CGAAG%2CSAyhBC%3BEACI%3B%3BAA1hBR%2CGAAG%2CSA6hBC%3BEACI%2CaAAa%2C4BAAb%3B%3BAAKJ%2CmBAHyC%3BEAGzC%2CGAniBD%2CSA6hBC%3BIAIQ%3B%3B%3BAAjiBZ%2CGAAG%2CSAqiBC%3BEACI%3BEACA%2CwCAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CqBACI%2CiBACA%2CgBAFJ%3BEAGA%3B%3BAA7iBR%2CGAAG%2CSAgjBC%3BEACI%3B%3BAAjjBR%2CGAAG%2CSAojBC%3BEACI%3B%3BAArjBR%2CGAAG%2CSAwjBC%3BEACI%3B%3BAAzjBR%2CGAAG%2CSA4jBC%3BEACI%3B%3BAA7jBR%2CGAAG%2CSAgkBC%3BEACI%2CWAAW%2CgBAAX%3BEACA%2CgBAAA%3B%3BAAEA%2CGApkBL%2CSAgkBC%2CkBAIK%2CIAAI%3BEACD%3B%3BAAEA%2CGAvkBT%2CSAgkBC%2CkBAIK%2CIAAI%2CYAGA%3BEACG%2CsBAAsB%2CwQAAtB%3B%3BAAxkBhB%2CGAAG%2CSA6kBC%3BEACI%2CWAAW%2CYAAX%3B%3BAA9kBR%2CGAAG%2CSAilBC%3BEACI%2CWAAW%2CoBAAX%3B%3BAAllBR%2CGAAG%2CSAqlBC%3BEACI%2CWAAW%2CkBAAX%3BEACA%3B%3BAAvlBR%2CGAAG%2CSA2lBC%3BEACI%2CWAAW%2CiBAAX%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhmBR%2CGAAG%2CSAmmBC%3BEACI%3B%3BAApmBR%2CGAAG%2CSAumBC%3BEACI%2CWAAW%2C2BAAX%3BEACA%3BEACA%3BEACA%3B%3BAA3mBR%2CGAAG%2CSA8mBC%3BEACI%2CWAAW%2CgCAAX%3BEACA%3BEACA%3B%3BAAjnBR%2CGAAG%2CSAonBC%3BEACI%2CWAAW%2C2BAAX%3BEACA%3B%3BAAtnBR%2CGAAG%2CSAynBC%3BEACI%3B%3BAA1nBR%2CGAAG%2CSA6nBC%2CgBACI%2CkBAAiB%2CIAAI%3BEACjB%3BEACA%3B%3BAAhoBZ%2CGAAG%2CSAooBC%3BEACI%3BEACA%3B%3BAAtoBR%2CGAAG%2CSAooBC%2CqBAII%3BEACI%2CcAAA%3BEACA%3B%3BAA1oBZ%2CGAAG%2CSAmpBC%2CWACI%2CEAAC%2CIAAI%3BEACD%2CcAAA%3B%3BAArpBZ%2CGAAG%2CSAmpBC%2CWAKI%2CGAAE%2CIAAI%3BEACF%2CcAAA%3B%3BAAzpBZ%2CGAAG%2CSAmpBC%2CWASI%2CEAAC%2CIAAI%3BEACD%2CcAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%2CgCAAA%3B%3BAAEA%2CGArqBT%2CSAmpBC%2CWASI%2CEAAC%2CIAAI%2COASA%3BEACG%3BEACA%2CgCAAA%3B%3BAAvqBhB%2CGAAG%2CSA4qBC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%2CcAAc%2CuBAAd%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CGA3rBL%2CSA4qBC%2CiBAeK%3BEACG%3B%3BAA5rBZ%2CGAAG%2CSAgsBC%3BEACI%3B%3BAAjsBR%2CGAAG%2CSAosBC%3BEACI%2CcAAA%3BEACA%3BEACA%3BEACA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA%5C%2FsBR%2CGAAG%2CSAktBC%2CaAAY%3BEACR%2CsBAAsB%2C%2BoDAAtB%3B%3BAAntBR%2CGAAG%2CSAstBC%2CaAAY%3BEACR%2CsBAAsB%2C%2BcAAtB%3B%3BAAvtBR%2CGAAG%2CSA0tBC%2CaAAY%3BEACR%2CsBAAsB%2CwyBAAtB%3B%3BAA3tBR%2CGAAG%2CSA8tBC%2CaAAY%3BEACR%2CsBAAsB%2Cu7BAAtB%3B%3BAA%5C%2FtBR%2CGAAG%2CSAkuBC%2CaAAY%3BEACR%2CsBAAsB%2CwUAAtB%3B%3BAAnuBR%2CGAAG%2CSAsuBC%2CaAAY%3BEACR%2CsBAAsB%2Cg0DAAtB%3B%3BAAvuBR%2CGAAG%2CSA0uBC%3BEAEI%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAApvBR%2CGAAG%2CSA0uBC%2CeAYI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA7vBZ%2CGAAG%2CSA0uBC%2CeAsBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CcAAA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEACA%2CuCAAA%3B%3BAAEA%2CGA7wBT%2CSA0uBC%2CeAsBI%2CEAaK%3BEACG%3BEAEA%3BEACA%3BEACA%3BEACA%3B%3BAAKR%2CGAxxBL%2CSA0uBC%2CeA8CK%2COACG%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAhyBhB%2CGAAG%2CSAqyBC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAe%2C6BAAf%3B%3BAA1yBR%2CGAAG%2CSA6yBC%3BEACI%3B%3BAA9yBR%2CGAAG%2CSAizBC%3BEACI%2CWAAW%2CWAAX%3B%3BAAlzBR%2CGAAG%2CSAqzBC%3BEACI%2CWAAW%2C0BAAX%3B%3BAAtzBR%2CGAAG%2CSAyzBC%3BEACI%3BEACA%3BEACA%3B%3BAA5zBR%2CGAAG%2CSA%2BzBC%2CWACI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAp0BZ%2CGAAG%2CSAw0BC%3BEACI%3BEACA%3BEACA%3B%3BAA30BR%2CGAAG%2CSA80BC%2CaACI%3BEACI%3BEACA%3BEACA%3B%3BAAl1BZ%2CGAAG%2CSAs1BC%2CaACI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAYR%2CmBATyC%3BEASzC%2CGAv2BD%2CSAs1BC%2CaASQ%3BIACI%3BIACA%3BIAEA%3BIACA%3B%3B%3BAAp2BhB%2CGAAG%2CSAy2BC%2CuBACI%3BEACI%3BEACA%3BEACA%3B%3BAAQR%2CmBALyC%3BEAKzC%2CGAr3BD%2CSAy2BC%2CuBAQQ%3BIACI%3B%3B%3BAAl3BhB%2CGAAG%2CSAu3BC%3BEACI%3B%3BAAx3BR%2CGAAG%2CSA23BC%2CYACI%3BEACI%3B%3BAA73BZ%2CGAAG%2CSAi4BC%2CSACI%3BEACI%3B%3BAAn4BZ%2CGAAG%2CSAu4BC%2CYACI%3BEACI%3B%3BAAz4BZ%2CGAAG%2CSA64BC%2CiBACI%3BEACI%3B%3BAA%5C%2F4BZ%2CGAAG%2CSAm5BC%3BEAcI%3BEACA%3BEAEA%2COAAO%2CqBAAP%3BEACA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAt6BR%2CGAAG%2CSAm5BC%2CeACI%3BEACI%3BEACA%2COAAO%2CqBAAP%3BEACA%3B%3BAAGJ%2CGA15BL%2CSAm5BC%2CeAOK%2COACG%3BEACI%3BEACA%2CwBAAA%3B%3BAAgBZ%2CmBALyC%3BEAKzC%2CGA76BD%2CSAm5BC%3BIAsBQ%3BIACA%3BIACA%3B%3B%3BAA36BZ%2CGAAG%2CSA%2B6BC%3BEACI%3BEACA%3BEAEA%2COAAO%2CqBAAP%3BEACA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAOJ%2CmBALyC%3BEAKzC%2CGA57BD%2CSA%2B6BC%3BIASQ%3BIACA%3BIACA%3B%3B%3BAA17BZ%2CGAAG%2CSA87BC%3BEACI%3BEACA%2CcAAA%3BEACA%2CWAAW%2CgCAAX%3BEACA%3BEACA%3B%3BAAn8BR%2CGAAG%2CSAs8BC%3BEACI%2CcAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEA%2CGA18BL%2CSAs8BC%2CgBAIK%3BEACG%2CWAAW%2CmBAAX%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA78BZ%2CGAAG%2CSAi9BC%3BEACI%2CWAAW%2CgBAAX%3BEACA%2CcAAA%3B%3BAAn9BR%2CGAAG%2CSAs9BC%3BEACI%2CWAAW%2CmBAAX%3BEACA%2CcAAA%3B%3BAAEA%2CGA19BL%2CSAs9BC%2CcAIK%3BEACG%3BEACA%3BEACA%3B%3BAAGJ%2CGAh%2BBL%2CSAs9BC%2CcAUK%3BEACG%3BEACA%3BEACA%3BEACA%3B%3BAAp%2BBZ%2CGAAG%2CSA0%2BBC%2CYACI%3B%3B%3B%3B%3B%3B%3B%3B%3BAA3%2BBR%2CGAAG%2CSA0%2BBC%2CYACI%2CMACI%2CWAAU%3BEACN%2CSAAS%2CEAAT%3B%3BAA7%2BBhB%2CGAAG%2CSA8%5C%2FBC%3BEACI%2CgBAAgB%2C0BAAhB%3BEACA%3BEACA%3BEACA%2CWAAW%2CmBAAX%3BEAMA%3BEACA%3B%3BAAzgCR%2CGAAG%2CSA8%5C%2FBC%2CcAMI%3BEACI%3B%3BAArgCZ%2CGAAG%2CSA4gCC%3BEACI%3BEACA%3B%3BAA9gCR%2CGAAG%2CSAihCC%3BEAGI%2CMAAM%2C8BAAN%3BEACA%3BEACA%2CyDAAA%3BEAEA%3BEAGA%2CuDAAA%3BEACA%3BEAEA%2C8DAAA%3BEACA%2CgCAAA%3BEACA%3BEACA%3B%3BAAjiCR%2CGAAG%2CSAoiCC%3BEACI%2CaAAa%2CoBAAb%3B%3BAAriCR%2CGAAG%2CSAyiCC%2CMAAK%3BEACD%2CSAAS%2CEAAT%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BIACI%2CQAAQ%2CaAAR%3BIACA%2CgBAAgB%2CaAAhB%3B%3BEAGJ%3BIACI%2CQAAQ%2CeAAR%3BIACA%2CgBAAgB%2CeAAhB%3B%3BEAGJ%3BIACI%2CQAAQ%2CgBAAR%3BIACA%2CgBAAgB%2CgBAAhB%3B%3B%3BAAIR%3BEACI%3BIACI%2CQAAQ%2CgBAAR%3B%3BEAGJ%3BIACI%2CQAAQ%2CiBAAR%3B%3BEAGJ%3BIACI%2CQAAQ%2CkBAAR%3B%3B%3BAA1kCZ%2CGAAG%2CSA8kCC%3BEACI%3B%3BAA%5C%2FkCR%2CGAAG%2CSAklCC%3BEACI%3BEACA%3B%3BAAplCR%2CGAAG%2CSAklCC%2CWAII%3BEACI%3BEACA%3BEACA%3B%3BAAEA%2CGA3lCT%2CSAklCC%2CWAII%2CIAKK%3BEACG%2CmDAAA%3B%3BAA5lChB%2CGAAG%2CSAimCC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEAIA%2CuDAAA%3BEACA%2C0DAAA%3BEACA%2C8DAAA%3BEACA%3BEACA%3B%3BAAEA%2CGAhnCL%2CSAimCC%2CSAeK%3BEACG%2CuDAAA%3B%3BAAjnCZ%2CGAAG%2CSAimCC%2CSAmBI%3BEACI%2CsDAAA%3B%3BAArnCZ%2CGAAG%2CSA2nCC%3BEACI%2CuDAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAA%5C%2FnCR%2CGAAG%2CSAkoCC%2CYACI%2CUAAS%2CIAAI%3BEAOT%2CcAAA%3B%3BAA1oCZ%2CGAAG%2CSAkoCC%2CYACI%2CUAAS%2CIAAI%2CeACT%3BEACI%3BEACA%2CcAAA%3BEACA%3B%3BAAKJ%2CGA5oCT%2CSAkoCC%2CYACI%2CUAAS%2CIAAI%2CeASR%3BEACG%3BEAEA%2CaAAa%2C2ZAAb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEAGA%2CsCAAA%3B%3BAAtpChB%2CGAAG%2CSAkoCC%2CYAwBI%3BAA1pCR%2CGAAG%2CSAkoCC%2CYAyBI%2CcAAa%2CIAAI%3BEAOb%2CcAAA%3B%3BAAlqCZ%2CGAAG%2CSAkoCC%2CYAwBI%2CUAEI%3BAA5pCZ%2CGAAG%2CSAkoCC%2CYAyBI%2CcAAa%2CIAAI%2CWACb%3BEACI%3BEACA%2CcAAA%3BEACA%3B%3BAAKJ%2CGApqCT%2CSAkoCC%2CYAwBI%2CUAUK%3BAAAD%2CGApqCT%2CSAkoCC%2CYAyBI%2CcAAa%2CIAAI%2CWASZ%3BEACG%3BEACA%2CcAAA%3BEAEA%2CaAAa%2C4PAAb%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEAGA%2CsCAAA%3B%3BAA9qChB%2CGAAG%2CSAorCC%2CcACI%3BEACI%2CcAAA%3BEACA%3BEACA%3B%3BAAEA%2CGA1rCT%2CSAorCC%2CcACI%2CEAKK%3BEACG%3B%3BAA3rChB%2CGAAG%2CSAgsCC%3BEACI%3BEACA%3B%3BAAlsCR%2CGAAG%2CSAqsCC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAA1sCR%2CGAAG%2CSA6sCC%2CSACI%3BEACI%3B%3BAAKJ%2CmBAHyC%3BEAGzC%2CGAptCL%2CSA6sCC%2CSACI%3BIAIQ%3B%3B%3BAAltChB%2CGAAG%2CSAutCC%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAsB%2CgRAAtB%3BEACA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3B%3BAAjuCR%2CGAAG%2CSAouCC%2CkBAEI%3BEACI%3BEACA%3BEACA%3B%3BAAzuCZ%2CGAAG%2CSAouCC%2CkBAQI%3BEACI%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%2CgCAAA%3B%3BAAEA%2CGAnvCT%2CSAouCC%2CkBAQI%2CaAOK%3BEACG%3BEACA%2CgCAAA%3B%3BAArvChB%2CGAAG%2CSAouCC%2CkBAqBI%3BEACI%2CyBAAA%3BEACA%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%3B%3BAA7vCZ%2CGAAG%2CSAiwCC%3BEACI%3B%3BAAlwCR%2CGAAG%2CSAqwCC%3BEACI%3B%3BAAtwCR%2CGAAG%2CSAywCC%2CiBACI%3BEACI%3B%3BAA3wCZ%2CGAAG%2CSA%2BwCC%3BEACI%2CmDAAA%3B%3BAAhxCR%2CGAAG%2CSAmxCC%2CYACI%3BEACI%3BEACA%3B%3BAAtxCZ%2CGAAG%2CSA0xCC%2CiBACI%3BEACI%3B%3BAA5xCZ%2CGAAG%2CSA0xCC%2CiBAOI%3BEAEI%3BEACA%3BEACA%3B%3BAAEA%2CGAvyCT%2CSA0xCC%2CiBAOI%2COAMK%3BEACG%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3B%3BAAlzChB%2CGAAG%2CSA0xCC%2CiBA4BI%2COAAM%2CYAAY%3BEACd%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2C80IAAtB%3B%3BAAxzCZ%2CGAAG%2CSA0xCC%2CiBAiCI%2COAAM%2CYAAY%3BEACd%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2CkpBAAtB%3B%3BAA7zCZ%2CGAAG%2CSAi0CC%3BEACI%3B%3BAAl0CR%2CGAAG%2CSAq0CC%3BEAEI%3B%3BAAv0CR%2CGAAG%2CSAq0CC%2CYAII%3BEACI%2CeAAA%3BEACA%3BEACA%3B%3BAA50CZ%2CGAAG%2CSAg1CC%3BEACI%3B%3BAAj1CR%2CGAAG%2CSAg1CC%2CYAGI%3BEACI%2CeAAA%3BEACA%3BEACA%3BEACA%3B%3BAAv1CZ%2CGAAG%2CSA21CC%3BEACI%2CsDAAA%3B%3BAA51CR%2CGAAG%2CSA%2B1CC%3BEACI%3B%3BAAh2CR%2CGAAG%2CSAm2CC%3BAAn2CJ%2CGAAG%2CSAo2CC%3BEACI%3B%3BAAr2CR%2CGAAG%2CSAw2CC%3BEACI%3B%3BACz2CR%2CSAAU%2COACN%2CIAKI%3BEACI%3B%3BAAPZ%2CSAAU%2COACN%2CIAUI%3BEACI%3B%3BAAZZ%2CSAAU%2COACN%2CIAUI%2CaAGI%2COAAS%3BEACL%2CgCAAA%3BEAGA%2CyBAAA%3BEACA%3BEACA%3BEAEA%3BEACA%3B%3BAAvBhB%2CSAAU%2COACN%2CIA2BI%3BEACI%3BEACA%3B%3BAA9BZ%2CSAAU%2COACN%2CIAgCI%3BEACI%3BEACA%3BEAEA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAtCZ%2CSAAU%2COACN%2CIAyCI%3BEACI%3BEACA%2CoDAAA%3BEACA%3BEACA%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBAAkB%2CgCAAlB%3BEACA%2CkCAAA%3B%3BEACA%2CuBAAA%3BEACA%3BEAEA%3B%3BAAEA%2CSAzDF%2COACN%2CIAyCI%2CUAeK%2CIAAI%2CWAAW%3BAAChB%2CSA1DF%2COACN%2CIAyCI%2CUAgBK%2CIAAI%2CWAAW%3BAAChB%2CSA3DF%2COACN%2CIAyCI%2CUAiBK%2CIAAI%2CWAAW%3BEACZ%2CcAAA%3BEACA%2CoDAAA%3BEACA%3BEACA%2CkBAAkB%2C4BAAlB%3BEACA%2CkCAAA%3B%3BEACA%2C0BAAA%3BEACA%3BEACA%3BEACA%2CgCAAA%3B%3BAAKJ%2CmBAHyC%3BEAGzC%2CSAzEF%2COACN%2CIAyCI%2CUAeK%2CIAAI%2CWAAW%3BEAgBhB%2CSAzEF%2COACN%2CIAyCI%2CUAgBK%2CIAAI%2CWAAW%3BEAehB%2CSAzEF%2COACN%2CIAyCI%2CUAiBK%2CIAAI%2CWAAW%3BIAYR%3B%3B%3BAAMR%2CSA7EF%2COACN%2CIA2EI%2CUACK%2CMACG%3BEACI%3B%3BAA%5C%2FEpB%2CSAAU%2COAuFN%3BEAEI%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3BEACA%3BEAEA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAApGR%2CSAAU%2COAuFN%2CaAeI%3BEACI%3B%3BAAvGZ%2CSAAU%2COAuFN%2CaAmBI%3BEACI%2CcAAA%3B%3BAA3GZ%2CSAAU%2COAuFN%2CaAuBI%3BEACI%2C8BAAA%3BEACA%3B%3BAAhHZ%2CSAAU%2COAuFN%2CaA4BI%3BEACI%2C6DAAA%3B%3BAApHZ%2CSAAU%2COAuFN%2CaAgCI%3BEACI%2C4BACQ%2CuWADR%3BEAEA%2CsCAAA%3BEACA%2CkCAAA%3BEACA%3BEACA%3BEACA%3BEACA%2C8DAAA%3B%3BAC%5C%2FHZ%2CaAEC%3BEACC%3B%3BAAHF%2CaAMC%3BEACC%3B%3BAAPF%2CaAUC%3BEACC%3B%3BAAXF%2CaAUC%2CWAGC%2CWACC%3BEACA%3BEACA%3BEACA%2CoCAAA%3BEACA%3BEACA%2CgCAAA%3B%3BAAEC%2CaAXH%2CWAGC%2CWACC%2CEAOE%3BEACD%3BEACA%2CgCAAA%22%7D */