:root {
  --color-blue-light: #2867c6;
  --color-blue-dark: #112d51;
  --color-blue-light-text: #5a607a;
  --color-blue-light-bg: #eff5f9;
  --color-white: #fff;
  --color-grey-dark: #1a1b24;
  --color-grey-light: #fafafa;
  --color-grey-dark-text: #434343;
  --color-grey-mid: #666666;
  --border-grey: 1px solid #d7d7d7;
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --max-width: 1170px;
  --transition-main: 0.2s ease;
  --shadow-main: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
  --box-shadow-soft: 0px -26px 20px 0px rgba(0, 0, 0, 0.06);
}

/* Feat IMG */
img.cig--feat-ls-feat-img {
  width: 100%;
  max-height: 270px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  object-fit: cover;
}
.cig--feat-ls-feat-img-mb {
  display: none;
}
@media only screen and (max-width: 768px) {
  img.cig--feat-ls-feat-img {
    display: none;
  }
  img.cig--feat-ls-feat-img-mb {
    display: block;
    clip-path: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.cig--ls-page-body-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cig--ls-page-body-container > :last-child {
  margin-bottom: 0;
}
.cig--ls-page-body-container h1,
.cig--ls-page-body-container h2,
.cig--ls-page-body-container h3 {
  line-height: 160%;
  margin: 0 0 30px 0;
  color: var(--color-blue-dark);
  font-weight: bold;
}
.cig--ls-page-body-container p {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 30px 0;
  color: var(--color-blue-light-text);
  font-weight: 400;
  padding:0 !important;
}
.cig--ls-page-body-container b,
.cig--ls-page-body-container strong {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: bold;
}
.cig--ls-page-body-container img {
  width: 100%;
  border-radius: 10px;
}
/* IMAGE */
.cig--ls-page-body-container section {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 600px) {
  .cig--ls-page-body-container section {
    grid-template-columns: 1fr;
  }
}

/* BLOCKQUOTE */
.cig--ls-page-body-container blockquote {
  border-left: 1px solid #adb7d6;
  color: var(--color-blue-dark);
  font-size: 20px;
  font-style: italic;
  line-height: 150%;
  margin: 1rem 2rem;
  padding: 1rem 2rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

.cig--ls-page-body-container blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}

.cig--ls-page-body-container blockquote:after {
  content: "”";
  position: absolute;
  font-family: "News Cycle", sans-serif;
  top: 44%;
  left: -0.5em;
  color: #112d51;
  font-style: normal;
  line-height: 6.5rem;
  font-size: 60px;
  text-align: center;
  text-indent: -2px;
  width: 60px;
  margin-top: -0.5em;
  /* transition: 0.2s all ease-in-out, 0.4s transform ease-in-out; */
}
@media only screen and (max-width: 768px) {
  .cig--ls-page-body-container blockquote {
    border-top: 1px solid #adb7d6;
    border-bottom: 1px solid #adb7d6;
    font-size: 18px;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  .cig--ls-page-body-container blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  .cig--ls-page-body-container blockquote:after {
    font-size: 3em;
    left: 50%;
    top: 1%;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
}

/* ---------------------- */
/* --- SIDEBAR STYLES --- */
/* ---------------------- */
a.cig--arrow-primary-btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  background: #fff;
  background: linear-gradient(to right, #112d51 50%, #2867c6 50%) repeat scroll
    right bottom / 200% 100% rgba(0, 0, 0, 0);
  transition: all 250ms ease-in-out;
}
a.cig--arrow-primary-btn:hover {
  /* transform: translateX(5px); */
  background-position: left bottom;
}
a.cig--arrow-primary-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
a.cig--arrow-primary-btn::after {
  right: 10px;
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16.4091V19.591H25.0245L19.9622 24.7504L22.171 27L31 18L22.171 9L19.9622 11.2496L25.0245 16.4091H5Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
@media only screen and (max-width: 768px) {
  a.cig--arrow-primary-btn:hover {
    transform: translateX(0);
    background-position: left bottom;
  }
}

/* Demographic Overview */
ul.cig--ls-overview-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
li.cig--ls-overview-list-item {
  position: relative;
  box-sizing: border-box;
  padding: 100px 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(107, 116, 155, 0.1);
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
li.cig--ls-overview-list-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #112d51;
  border-radius: 100%;
}
li.cig--ls-overview-household::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23112D51'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.083 17.8018C30.2381 17.8018 30.3879 17.8626 30.5 17.9697L44.3633 31.2188C44.4221 31.275 44.471 31.3422 44.503 31.417C44.5348 31.4917 44.5499 31.5731 44.5498 31.6543V44.0889C44.5498 44.7282 44.2958 45.3419 43.8438 45.7939C43.3917 46.2459 42.7779 46.5 42.1387 46.5H36.6944V41.251H38.8291L36.6524 34.5791C36.5397 34.2147 36.3299 33.9228 36.0235 33.7041C35.7167 33.4854 35.3709 33.376 34.9873 33.376C34.6038 33.376 34.2593 33.4854 33.9532 33.7041C33.647 33.9228 33.4371 34.2145 33.3233 34.5791L32.5762 36.832C33.0308 37.0945 33.4044 37.4592 33.6963 37.9258C33.9881 38.3924 34.1338 38.9178 34.1338 39.501V46.5H31.5733V43.001H32.4268V39.501C32.4274 39.137 32.3029 38.8268 32.0537 38.5713C31.8046 38.3159 31.502 38.1886 31.1465 38.1885H29.4385C29.0835 38.1891 28.7815 38.3165 28.5323 38.5713C28.283 38.8262 28.1582 39.1364 28.1582 39.501V43.001H29.0117V46.5H26.0244V40.376H27.3047V35.126C27.3053 34.6453 27.1384 34.2326 26.8037 33.8896C26.4692 33.5468 26.067 33.3761 25.5977 33.376H23.0362C22.5674 33.3766 22.1656 33.5475 21.8311 33.8896C21.4964 34.2321 21.3291 34.6447 21.3291 35.126V40.376H22.6094V46.5H18.0196C17.3805 46.4998 16.7674 46.2458 16.3155 45.7939C15.8635 45.3419 15.6094 44.7281 15.6094 44.0889L15.6114 31.6543C15.6113 31.573 15.6293 31.4918 15.6612 31.417C15.6931 31.3426 15.7394 31.2748 15.7979 31.2188L29.666 17.9697C29.778 17.8626 29.9281 17.8019 30.083 17.8018ZM30.292 34.6885C29.9376 34.6897 29.6355 34.817 29.3858 35.0713C29.1359 35.3256 29.0112 35.6358 29.0117 36.001C29.0124 36.3659 29.1372 36.6759 29.3858 36.9307C29.6344 37.1855 29.9365 37.3134 30.292 37.3135C30.65 37.3158 30.9532 37.1879 31.2002 36.9307C31.447 36.6736 31.5715 36.3635 31.5733 36.001C31.575 35.6382 31.4505 35.3279 31.2002 35.0713C30.9498 34.8146 30.6466 34.6873 30.292 34.6885ZM24.3164 29.001C23.8483 29.0022 23.4464 29.173 23.1114 29.5146C22.7762 29.8565 22.6088 30.2691 22.6094 30.751C22.6101 31.2326 22.7774 31.645 23.1114 31.9873C23.4453 32.3295 23.8471 32.5009 24.3164 32.501C24.7882 32.5033 25.1911 32.3321 25.5235 31.9873C25.8557 31.6427 26.0226 31.2303 26.0244 30.751C26.0261 30.2715 25.8592 29.8588 25.5235 29.5146C25.1877 29.1705 24.7848 28.9998 24.3164 29.001ZM34.9873 29.001C34.5192 29.0022 34.1174 29.173 33.7823 29.5146C33.4471 29.8565 33.2797 30.2691 33.2803 30.751C33.281 31.2326 33.4483 31.645 33.7823 31.9873C34.1162 32.3295 34.518 32.5009 34.9873 32.501C35.459 32.5033 35.8611 32.3318 36.1934 31.9873C36.5257 31.6427 36.6926 31.2303 36.6944 30.751C36.6961 30.2715 36.5292 29.8588 36.1934 29.5146C35.8577 29.1707 35.4555 28.9998 34.9873 29.001Z' fill='white'/%3E%3Cpath d='M30.0811 12.75C30.7369 12.7501 31.3438 12.9869 31.752 13.3994L36.1172 17.5713V15.1611C36.1172 14.8415 36.2438 14.5346 36.4698 14.3086C36.6958 14.0828 37.0028 13.9551 37.3223 13.9551H40.9385C41.2577 13.9553 41.5643 14.0829 41.7901 14.3086C42.0159 14.5346 42.1436 14.8416 42.1436 15.1611V23.3418L47.7774 28.7324C48.2587 29.1926 48.2982 29.9837 47.836 30.4629C47.6145 30.6925 47.3102 30.8238 46.9912 30.8301C46.6725 30.8363 46.364 30.7166 46.1338 30.4961L30.5 15.5586C30.3879 15.4513 30.2382 15.3916 30.083 15.3916C29.9279 15.3917 29.7781 15.4514 29.666 15.5586L14.0342 30.4961C13.9166 30.609 13.7776 30.6973 13.625 30.7549C13.472 30.8125 13.3079 30.8375 13.1446 30.8301C12.9812 30.8226 12.821 30.7813 12.6739 30.71C12.5269 30.6387 12.3941 30.5395 12.2871 30.416C11.8614 29.9264 11.9205 29.1823 12.3887 28.7305L28.4141 13.3994C28.8223 12.9864 29.4278 12.7501 30.0811 12.75Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--ls-overview-income::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23112D51'/%3E%3Cpath d='M30.1456 18.79C30.2923 18.7901 30.4339 18.847 30.5401 18.9482L43.6856 31.5107C43.7413 31.564 43.7871 31.6275 43.8175 31.6982C43.8477 31.7692 43.8614 31.8467 43.8614 31.9238V43.7139C43.8614 44.3199 43.6209 44.9015 43.1925 45.3301C42.7639 45.7585 42.1823 46 41.5763 46H18.7081C18.1021 45.9999 17.5204 45.7586 17.0919 45.3301C16.6634 44.9015 16.422 44.3199 16.422 43.7139L16.4239 31.9238C16.4239 31.8468 16.4406 31.7691 16.4708 31.6982C16.501 31.6278 16.5453 31.5638 16.6007 31.5107L29.7501 18.9482C29.8562 18.8468 29.9988 18.7903 30.1456 18.79ZM30.3331 27.7773C28.8389 27.7774 27.3782 28.2207 26.1358 29.0508C24.8933 29.881 23.9245 31.0618 23.3526 32.4424C22.7809 33.8229 22.6314 35.3421 22.9229 36.8076C23.2145 38.273 23.9338 39.6192 24.9903 40.6758C26.047 41.7324 27.3938 42.4526 28.8595 42.7441C30.325 43.0356 31.8442 42.8853 33.2247 42.3135C34.6051 41.7416 35.7851 40.7736 36.6153 39.5312C37.4455 38.2887 37.8888 36.8274 37.8888 35.333C37.8867 33.33 37.0902 31.4096 35.6739 29.9932C34.2574 28.5766 32.3363 27.7793 30.3331 27.7773ZM30.3331 30.0186C30.4796 30.0186 30.6201 30.0771 30.7237 30.1807C30.8273 30.2843 30.8858 30.4247 30.8858 30.5713V31.1689C31.4645 31.2655 31.9957 31.5502 32.3956 31.9795C32.7954 32.4087 33.0423 32.9581 33.0977 33.542C33.1038 33.683 33.0554 33.821 32.963 33.9277C32.8706 34.0344 32.741 34.102 32.6007 34.1162C32.4604 34.1303 32.3199 34.0899 32.2081 34.0039C32.0963 33.9178 32.0213 33.7917 31.9991 33.6523C31.9581 33.2524 31.7661 32.8831 31.462 32.6201C31.1578 32.3571 30.7642 32.2202 30.3624 32.2373H30.2296C30.0502 32.2359 29.8715 32.2613 29.6993 32.3115C29.5107 32.373 29.336 32.4711 29.1866 32.6016C29.0371 32.732 28.9156 32.8917 28.8292 33.0703C28.7406 33.2469 28.6903 33.4403 28.6817 33.6377C28.6817 34.2421 28.8814 34.832 30.3409 34.832C32.1538 34.8322 33.1044 36.0113 33.1046 37.1758C33.1144 37.4791 33.0641 37.7818 32.9561 38.0654C32.8481 38.3491 32.6847 38.609 32.4757 38.8291C32.2665 39.0492 32.0153 39.2262 31.7374 39.3486C31.4596 39.4709 31.16 39.5363 30.8565 39.542L30.8858 39.5723V40.1543C30.8858 40.3009 30.8274 40.4413 30.7237 40.5449C30.6201 40.6485 30.4796 40.707 30.3331 40.707C30.1865 40.707 30.0461 40.6486 29.9425 40.5449C29.8388 40.4413 29.7804 40.3009 29.7804 40.1543V39.5723C29.3001 39.5005 28.8504 39.2927 28.4835 38.9746C28.2215 38.755 28.0056 38.4853 27.8487 38.1816C27.6919 37.8781 27.597 37.5466 27.5694 37.2061C27.5601 37.0971 27.5831 36.9873 27.6358 36.8916C27.6885 36.796 27.7684 36.7183 27.8653 36.668C27.9624 36.6176 28.0721 36.5973 28.1807 36.6094C28.2894 36.6214 28.392 36.665 28.4757 36.7354C28.5884 36.8292 28.6601 36.9635 28.6749 37.1094C28.689 37.3064 28.7423 37.4989 28.8321 37.6748C28.922 37.8508 29.0469 38.0078 29.1983 38.1348C29.5028 38.3949 29.8962 38.5268 30.296 38.5029C31.4459 38.5029 31.9913 38.0604 31.9913 37.1611C31.9911 36.5641 31.4681 35.9229 30.3331 35.9229C27.9306 35.9228 27.5696 34.4493 27.5694 33.6016C27.5891 33.073 27.7699 32.5625 28.0889 32.1406C28.408 31.7187 28.8494 31.4051 29.3526 31.2422C29.4927 31.1989 29.6354 31.1671 29.7804 31.1465V30.5713C29.7804 30.4247 29.8388 30.2843 29.9425 30.1807C30.0461 30.077 30.1865 30.0186 30.3331 30.0186ZM30.1427 14C30.7647 14 31.3405 14.2249 31.7276 14.6162L35.8663 18.5713V16.2861C35.8663 15.9831 35.987 15.6919 36.2013 15.4775C36.4154 15.2636 36.7062 15.1427 37.0089 15.1426H40.4376C40.7404 15.1428 41.032 15.2634 41.2462 15.4775C41.4602 15.6918 41.5802 15.9833 41.5802 16.2861V24.042L46.922 29.1543C47.3782 29.5906 47.4159 30.3406 46.9776 30.7949C46.7677 31.0124 46.479 31.1366 46.1768 31.1426C45.8748 31.1484 45.5825 31.0351 45.3643 30.8262L30.5401 16.6631C30.4339 16.5615 30.2926 16.505 30.1456 16.5049C29.9986 16.505 29.8563 16.5615 29.7501 16.6631L14.9288 30.8262C14.8172 30.9333 14.6848 31.0168 14.5401 31.0713C14.3951 31.1258 14.2398 31.1497 14.085 31.1426C13.9303 31.1355 13.7782 31.0968 13.6388 31.0293C13.4995 30.9617 13.3739 30.867 13.2725 30.75C12.8688 30.2858 12.9243 29.5798 13.3682 29.1514L28.5626 14.6162C28.9495 14.2246 29.5233 14.0002 30.1427 14Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--ls-overview-population::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23112D51'/%3E%3Cpath d='M18.1751 32.0665C20.2026 32.0665 22.1471 32.8789 23.5808 34.3252C23.64 34.385 23.6989 34.4495 23.7573 34.5184C24.3286 35.1923 24.0228 36.1862 23.3914 36.8027C22.3519 37.8176 21.5609 39.0899 21.1193 40.5178C20.8583 41.3619 20.1398 42.0277 19.2671 42.0277H12.6624C11.7048 42.0277 10.9266 41.2405 11.0055 40.2731C11.1794 38.1407 11.6757 35.4285 12.7694 34.3252C14.2031 32.8789 16.1476 32.0665 18.1751 32.0665Z' fill='white'/%3E%3Cpath d='M41.4278 32.0665C42.4317 32.0665 43.4258 32.2659 44.3533 32.6534C45.2808 33.041 46.1236 33.6091 46.8334 34.3252C47.5433 35.0413 48.1064 35.8915 48.4906 36.8271C48.7363 37.4254 48.9057 38.971 48.9959 40.2726C49.063 41.2409 48.2962 42.0277 47.3386 42.0277H39.6987C38.826 42.0277 38.1075 41.3619 37.8465 40.5178C37.4454 39.2208 36.7559 38.0523 35.8538 37.0883C35.2575 36.4512 35.0204 35.4823 35.5797 34.8116C35.72 34.6434 35.8675 34.4811 36.0221 34.3252C36.732 33.6091 37.5747 33.041 38.5022 32.6534C39.4297 32.2659 40.4238 32.0665 41.4278 32.0665Z' fill='white'/%3E%3Cpath d='M29.4033 23.7119C33.6253 23.7119 37.048 27.1647 37.048 31.4238C37.048 31.4286 37.048 31.4334 37.048 31.4382C37.047 31.991 36.7137 32.4696 36.2723 32.7943C35.3175 33.4966 34.5088 34.3891 33.9009 35.4164C33.8756 35.4592 33.821 35.4741 33.7781 35.4497C33.7656 35.4426 33.7532 35.4354 33.7407 35.4284C33.6962 35.4033 33.6515 35.3787 33.6065 35.3545C33.5895 35.3453 33.5724 35.3362 33.5553 35.3272C33.5218 35.3094 33.4882 35.2918 33.4544 35.2744C33.4387 35.2664 33.423 35.2584 33.4073 35.2504C33.3766 35.2349 33.3458 35.2195 33.3149 35.2043C33.2937 35.1939 33.2724 35.1835 33.2511 35.1732C33.1555 35.1272 33.0589 35.0828 32.9614 35.0402C32.95 35.0352 32.9387 35.0304 32.9273 35.0254C32.8883 35.0086 32.8492 34.9921 32.8099 34.9759C32.794 34.9693 32.7781 34.9627 32.7621 34.9563C32.7194 34.9388 32.6765 34.9216 32.6334 34.9048C32.6278 34.9026 32.6223 34.9005 32.6167 34.8984C32.5115 34.8577 32.4053 34.8189 32.2982 34.7823C32.2836 34.7773 32.2691 34.7724 32.2545 34.7675C32.2164 34.7547 32.1783 34.7423 32.14 34.73C32.1227 34.7245 32.1054 34.719 32.0881 34.7135C32.049 34.7013 32.0099 34.6893 31.9706 34.6776C31.9575 34.6737 31.9443 34.6695 31.9311 34.6657C31.8787 34.6503 31.826 34.6355 31.7731 34.6211C31.77 34.6203 31.7694 34.6159 31.7721 34.6142C32.9802 33.8462 33.783 32.4887 33.783 30.9418C33.783 28.546 31.8578 26.6039 29.4829 26.6039C27.108 26.6039 25.1828 28.546 25.1828 30.9418C25.1828 32.4292 25.9249 33.7414 27.0559 34.5228C27.1102 34.5603 27.0973 34.6473 27.0342 34.6658C27.0287 34.6674 27.0232 34.6691 27.0177 34.6707C26.6187 34.7885 26.2314 34.9341 25.8582 35.1055C25.8543 35.1073 25.8504 35.1091 25.8464 35.111C25.7 35.1785 25.5259 35.1289 25.4354 34.994C24.6123 33.7666 23.4914 32.7591 22.1773 32.077C21.9312 31.9492 21.7586 31.7041 21.7586 31.4238C21.7586 27.1647 25.1812 23.7119 29.4033 23.7119Z' fill='white'/%3E%3Cpath d='M18.1751 24.3546C19.9783 24.3546 21.44 25.8292 21.44 27.6482C21.44 29.4672 19.9783 30.9418 18.1751 30.9418C16.3719 30.9418 14.9102 29.4672 14.9102 27.6482C14.9102 25.8292 16.3719 24.3546 18.1751 24.3546Z' fill='white'/%3E%3Cpath d='M41.4278 24.3546C43.2309 24.3546 44.6927 25.8292 44.6927 27.6482C44.6927 29.4672 43.2309 30.9418 41.4278 30.9418C39.6246 30.9418 38.1628 29.4672 38.1628 27.6482C38.1628 25.8292 39.6246 24.3546 41.4278 24.3546Z' fill='white'/%3E%3Cpath d='M29.4033 16C31.2064 16 32.6682 17.4746 32.6682 19.2936C32.6682 21.1127 31.2064 22.5873 29.4033 22.5873C27.6001 22.5873 26.1383 21.1127 26.1383 19.2936C26.1383 17.4746 27.6001 16 29.4033 16Z' fill='white'/%3E%3Cpath d='M29.4829 35.2798C30.4868 35.2798 31.481 35.4792 32.4085 35.8667C33.3359 36.2543 34.1787 36.8224 34.8886 37.5385C35.5984 38.2546 36.1616 39.1048 36.5458 40.0404C36.7867 40.6272 36.9543 42.0303 37.0457 43.2448C37.1186 44.2127 36.3514 45 35.3938 45H23.572C22.6144 45 21.8472 44.2127 21.9201 43.2448C22.0116 42.0303 22.1793 40.6272 22.4202 40.0404C22.8044 39.1048 23.3674 38.2546 24.0772 37.5385C24.7871 36.8224 25.6299 36.2543 26.5573 35.8667C27.4848 35.4792 28.479 35.2798 29.4829 35.2798Z' fill='white'/%3E%3Cpath d='M29.4829 27.5679C31.2861 27.5679 32.7478 29.0425 32.7478 30.8615C32.7478 32.6805 31.2861 34.1551 29.4829 34.1551C27.6797 34.1551 26.218 32.6805 26.218 30.8615C26.218 29.0425 27.6797 27.5679 29.4829 27.5679Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
li.cig--ls-overview-medianage::before {
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23112D51'/%3E%3Cpath d='M24.8574 24.25C24.4083 24.25 24.0318 24.3824 23.6934 24.6709L23.5508 24.8047C23.222 25.1385 23.0461 25.5094 23.0078 25.9541L23 26.1484V33.8496H25.1426V44H28.8574V33.8496H31V26.1504C31 25.6827 30.8651 25.2945 30.5801 24.9502L30.4482 24.8047C30.1196 24.4718 29.7586 24.2977 29.3301 24.2588L29.1416 24.25H24.8574ZM26.9971 17C26.5521 16.999 26.1777 17.1311 25.8379 17.4209L25.6934 17.5547C25.3625 17.8907 25.1876 18.2616 25.1504 18.7031L25.1426 18.8965C25.1443 19.3641 25.2804 19.7553 25.5664 20.1045L25.6982 20.251C26.021 20.5825 26.3775 20.7565 26.8066 20.793L26.9951 20.7998H27C27.4495 20.7998 27.8248 20.6673 28.1621 20.3799L28.3047 20.2471C28.6323 19.9145 28.8091 19.543 28.8486 19.0957L28.8574 18.8984C28.8579 18.4305 28.7223 18.0441 28.4375 17.7012L28.3066 17.5566C27.9765 17.2232 27.6143 17.0481 27.1855 17.0088L26.9971 17Z' fill='white' stroke='white' stroke-width='2'/%3E%3Cpath d='M13.2861 28.75C12.9719 28.75 12.7148 28.8395 12.4795 29.0391L12.3799 29.1309C12.15 29.3621 12.0318 29.6117 12.0059 29.915L12 30.0488V35.9502H13.7139V44H16.2861V35.9502H18V30.0498L17.9941 29.916C17.9716 29.6549 17.8811 29.4343 17.7109 29.2314L17.6191 29.1318C17.3891 28.9008 17.1429 28.7823 16.8447 28.7559L16.7129 28.75H13.2861ZM14.9971 23C14.6867 22.9993 14.4308 23.0875 14.1943 23.2881L14.0947 23.3809C13.863 23.6141 13.7448 23.8635 13.7197 24.1641L13.7139 24.2959C13.7152 24.663 13.8349 24.956 14.0986 25.2246C14.3235 25.4535 14.566 25.5702 14.8643 25.5947L14.9951 25.5996H15C15.3148 25.5996 15.5712 25.5104 15.8057 25.3115L15.9043 25.2197C16.166 24.9564 16.2857 24.6677 16.2861 24.2988C16.2865 23.9778 16.1959 23.7178 15.998 23.4824L15.9062 23.3828C15.6749 23.1512 15.4274 23.0325 15.1289 23.0059L14.9971 23Z' fill='white' stroke='white' stroke-width='2'/%3E%3Cpath d='M37.5713 26.5C37.19 26.5 36.8736 26.6108 36.5869 26.8545L36.4658 26.9678C36.1864 27.2503 36.0389 27.5604 36.0068 27.9346L36 28.0986V34.9004H37.9287V44H41.0713V34.9004H43V28.0996C42.9999 27.7053 42.8871 27.3811 42.6455 27.0908L42.5332 26.9678C42.2538 26.6859 41.9502 26.5394 41.5869 26.5068L41.4277 26.5H37.5713ZM39.4971 20C39.1196 19.9992 38.8047 20.1094 38.5166 20.3545L38.3945 20.4678C38.113 20.7524 37.9657 21.0623 37.9346 21.4336L37.9287 21.5967C37.9302 21.991 38.0436 22.3184 38.2861 22.6133L38.3984 22.7383C38.6721 23.0183 38.9716 23.1638 39.335 23.1943L39.4951 23.2002H39.5C39.8819 23.2002 40.1975 23.0887 40.4834 22.8457L40.6045 22.7334C40.8827 22.452 41.0313 22.1414 41.0645 21.7646L41.0713 21.5986C41.0717 21.2041 40.9591 20.8809 40.7178 20.5918L40.6064 20.4697C40.3257 20.1873 40.0208 20.0398 39.6572 20.0068L39.4971 20Z' fill='white' stroke='white' stroke-width='2'/%3E%3Cpath d='M47.25 34.5C47.25 34.0858 46.9142 33.75 46.5 33.75C46.0858 33.75 45.75 34.0858 45.75 34.5V34.8838C45.7498 35.2978 45.4141 35.6338 45 35.6338C44.5859 35.6338 44.2502 35.2978 44.25 34.8838V34.5C44.25 33.2574 45.2574 32.25 46.5 32.25C47.7426 32.25 48.75 33.2574 48.75 34.5V45.0498H47.25V34.5Z' fill='white'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
strong.cig--ls-overview-count {
  display: block;
  color: #112d51;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 26px;
}
span.cig--ls-overview-desc {
  display: block;
  color: #5a607a;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 16px;
}

/* -------------- */
/* CITY EMPLOYERS */
/* -------------- */
.cig--bg-grey-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}

ul.cig--flex-card-wrapper {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 24px;
  box-sizing: border-box;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

li.cig--flex-card-item {
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  max-width: 33%;
  flex: 1 1 calc(30% - 8px);
  height: fit-content;
  box-shadow: var(--box-shadow-soft);
}

img.cig--flex-card-feat-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #a47e62, #fff) 1;
}

.cig--flex-card-content-wrapper {
  background: #f8f8f8;
  background: linear-gradient(
    0deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 10px 10px 20px 10px;
  text-align: center;
}

h4.cig--flex-card-heading {
  color: var(--color-blue-dark);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.cig--flex-card-content-wrapper a {
  color: var(--color-blue-light);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  li.cig--flex-card-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 475px) {
  ul.cig--flex-card-wrapper {
    flex-direction: column;
  }
  li.cig--flex-card-item {
    max-width: 100%;
  }
}


.cig--ls-page-body-container .et_pb_section.et_pb_with_background {
    background-color: unset !important;
}
.cig--ls-page-body-container .et_pb_row,
.cig--ls-page-body-container .et_pb_section .et_pb_column {
    width: 100%;
}
.cig--ls-page-body-container .et_pb_section > .et_pb_row {
    padding-top: 10px !important;
}
.cig--ls-page-body-container .et_pb_text_inner,
.cig--ls-page-body-container p {
    font-family: "Open Sans", sans-serif !important;
}
.cig--ls-page-body-container .et_pb_section.et_pb_section_sticky > .et_pb_row {
    flex-direction: column;
}
.cig--ls-page-body-container .et_pb_section.et_pb_section_sticky > .et_pb_row .et_pb_column {
    width: 100%;
    background-color: unset;
}
.cig--ls-page-body-container .et_pb_section.et_pb_section_sticky .et_pb_image_wrap img,
.cig--ls-page-body-container .et_pb_section .et_had_animation img {
    min-height: unset;
}
.cig--ls-page-body-container .et_pb_section.et_pb_section_sticky .et_pb_module {
    margin-block: 20px !important;
}
.cig--ls-page-body-container .et_pb_section .et_pb_module.et_pb_image.et_had_animation {
    margin-top: 0 !important;
}
.cig--ls-page-body-container .et_pb_section.et_pb_with_background.et_pb_section_parallax {
    margin-top: 0;
    min-height: unset;
    padding: 0;
}
.cig--ls-page-body-container .et_pb_section.et_pb_with_background.et_pb_section_parallax > .et_parallax_bg_wrap {
    position: unset !important;
}
.cig--ls-page-body-container .et_pb_section .et_pb_module.et_pb_text {
    max-width: 100%;
}
.cig--ls-page-body-container .et_pb_section .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
    float: none;
    margin-bottom: 0;
}
.cig--ls-page-body-container .et_pb_section .et_pb_column.et_pb_css_mix_blend_mode_passthrough .et_pb_text>:last-child {
    padding-bottom: 15px;
}
.cig--ls-page-body-container .et_pb_section .et_pb_column.et_pb_css_mix_blend_mode_passthrough > .et_pb_module {
    margin: 10px 0 !important;
    height: auto;
}
.cig--ls-page-body-container .et_pb_section .et_pb_column.et_pb_css_mix_blend_mode_passthrough > .et_pb_module:has(.et_pb_divider_internal:empty) {
    display: none;
}
.cig--ls-page-body-container .et_pb_section span.et_parallax_bg {
    height: unset !important;
    transform: unset !important;
}
.cig--ls-page-body-container .et_builder_inner_content > .et_pb_section.et_pb_section_parallax.et_pb_with_background:first-child span.et_parallax_bg {
    height: 100% !important;
}
.cig--ls-page-body-container .et_builder_inner_content > .et_pb_section.et_pb_section_parallax.et_pb_with_background:first-child .et_pb_text_inner,
.cig--ls-page-body-container .et_builder_inner_content > .et_pb_section.et_pb_section_parallax.et_pb_with_background:first-child .et_pb_text_inner p {
    font-size: 70%;
    color: #fff;
    padding-inline: 10px;
}

@media screen and (max-width: 1200px){
.cig--ls-page-body-container {
    padding: 0 20px;
}
}

@media screen and (max-width: 767px){
.cig--ls-page-body-container .et_builder_inner_content > .et_pb_section.et_pb_section_parallax.et_pb_with_background:first-child .et_pb_text_inner p,
.cig--ls-page-body-container .et_builder_inner_content > .et_pb_section.et_pb_section_parallax.et_pb_with_background:first-child .et_pb_text_inner {
    font-size: 60%;
    line-height: normal;
}
.cig--ls-page-body-container .et_pb_number_counter .percent p {
    font-size: 50px !important;
}
}