@charset "UTF-8";
[id] {
  scroll-margin-top: 100px;
}

/* NEW STYLE */
.bannerPost {
  background: -webkit-gradient(linear, left top, right top, from(#303d72), color-stop(35%, #303d72), to(#7d938a)) !important;
  background: linear-gradient(90deg, #303d72 0%, #303d72 35%, #7d938a 100%) !important;
  text-align: center;
  font-size: 24pt;
  margin-bottom: 35px;
  padding: 5px;
}
.bannerPost .bannerTitle {
  color: white !important;
  font-weight: 900;
  padding: 0;
  margin: 0px;
  font-size: 24pt;
}

.archive-societe-de-gestion {
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}
.archive-societe-de-gestion .archive-societe-de-gestion-wrapper .archive-societe-de-gestion-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.archive-societe-de-gestion .archive-societe-de-gestion-wrapper .archive-societe-de-gestion-filters .search-query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.archive-societe-de-gestion .archive-societe-de-gestion-wrapper .archive-societe-de-gestion-filters .search-query label {
  font-size: 16px;
  font-weight: 600;
}
.archive-societe-de-gestion .archive-societe-de-gestion-wrapper .archive-societe-de-gestion-filters .search-query input {
  border-radius: 50px;
  border: 1px solid #ccc;
  min-width: 220px;
  padding: 8px 15px;
  outline: none;
}
.archive-societe-de-gestion .archive-societe-de-gestion-wrapper .archive-societe-de-gestion-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(323px, 1fr));
  gap: 20px;
}

.card-societe-de-gestion {
  border: 1px solid rgba(28, 38, 84, 0.12);
  padding: 5%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}
.card-societe-de-gestion.card-color-1 {
  color: #263b5e;
  background: #eeeeee;
}
.card-societe-de-gestion.card-color-2 {
  color: #fff;
  background: #263b5e;
}
.card-societe-de-gestion.card-color-3 {
  color: #fff;
  background: #7d938a;
}
.card-societe-de-gestion.card-color-4 {
  color: #444;
  background: #f9c200;
}
.card-societe-de-gestion:hover {
  -webkit-box-shadow: 2px 3px 10px rgba(126, 126, 126, 0.6);
          box-shadow: 2px 3px 10px rgba(126, 126, 126, 0.6);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.card-societe-de-gestion:hover .card-header .societe-gestion-image {
  width: 140px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card-societe-de-gestion:hover .card-header .societe-gestion-image img.img-societe-gestion {
  height: 58px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card-societe-de-gestion:hover .card-body .card-stat {
  background-color: rgba(157, 157, 157, 0.2392156863) !important;
  -webkit-box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.2392156863);
          box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.2392156863);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.231372549);
}
.card-societe-de-gestion:hover .card-footer {
  background-color: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-societe-de-gestion .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.card-societe-de-gestion .card-header .title {
  text-transform: uppercase;
  font-size: 14pt;
  text-align: left;
  font-weight: 700;
  max-width: 240px;
}
.card-societe-de-gestion .card-header .societe-gestion-image {
  -webkit-box-shadow: 0px 0px 8px rgba(202, 202, 202, 0.5);
          box-shadow: 0px 0px 8px rgba(202, 202, 202, 0.5);
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-societe-de-gestion .card-header .societe-gestion-image img.img-societe-gestion {
  width: auto;
  height: 25px;
  text-align: center;
}
.card-societe-de-gestion .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 15px;
}
.card-societe-de-gestion .card-body .card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.card-societe-de-gestion .card-body .card-stat {
  background-color: rgba(255, 255, 255, 0.067);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.239);
          box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.239);
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  margin: 0;
  padding: 4px 10px;
}
.card-societe-de-gestion .card-body .card-stat span.name {
  font-size: 10pt;
  font-weight: 400;
}
.card-societe-de-gestion .card-body .card-stat span.value {
  font-size: 18pt;
  font-weight: 800;
}
.card-societe-de-gestion .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 18px;
  min-height: 34px;
  background-color: rgba(132, 132, 132, 0.1);
  padding: 3px 10px;
  border-radius: 30px;
}
.card-societe-de-gestion .card-footer .sub-title {
  font-size: 10pt;
  font-weight: 700;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  padding-right: 5px;
}

.societe-gestion-carousel {
  margin: 30px 0px;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper {
  display: inline-block;
  position: relative;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__bullets {
  top: 100%;
  display: block;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow {
  background-color: #353535;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow * {
  font-size: 16px;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow:hover {
  background-color: #7d938a;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow:hover * {
  color: #fff;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow--left {
  left: 1em;
}
.societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__arrow--right {
  right: 1em;
}

.sin-societe-de-gestion {
  width: 100%;
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 1%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos:after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: -20%;
  left: -46%;
  background-color: rgba(249, 194, 0, 0.051);
  clip-path: circle(50% at 50% 50%);
  z-index: 0;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos .title {
  color: #7d938a;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos .image {
  width: 100%;
  text-align: center;
  background: #fff;
  display: none;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos .content {
  padding: 5%;
  text-align: justify;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-table {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-table .image {
  width: 100%;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}

.sin-societe-de-gestion-related-scpi {
  margin-top: 50px;
  margin-bottom: 40px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper {
  max-width: 1350px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-title {
  font-weight: 400;
  font-size: 24pt;
  color: #303d72;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-title .name-scpi {
  color: #303d72;
  font-size: 24pt;
  font-weight: 900;
  text-transform: uppercase;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item {
  padding: 5%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-item-title {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  color: #303d72;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-item-title:before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  left: 0;
  color: #7d938a;
  font-weight: 100;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item img {
  padding-bottom: 15px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-item-excerpt p {
  text-align: justify;
  font-size: 12px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-actions {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-actions .related-scpi-action {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: 1px solid #f9c200;
  background: #f9c200;
  padding: 7px;
  border-radius: 40px;
  display: block;
  color: #212121;
}
.sin-societe-de-gestion-related-scpi .sin-societe-de-gestion-related-scpi-wrapper .sin-sg-related-scpi-items .sin-sg-related-scpi-item .related-scpi-actions .related-scpi-action:hover {
  background: #e8b707;
}

.archive-new-scpi {
  background-color: #f9f9f9;
  padding: 15px 0;
  position: relative;
}
.archive-new-scpi .archive-new-scpi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  max-width: 1820px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.archive-new-scpi .archive-new-scpi-wrapper .new-scpi-filter-trigger-parent {
  position: absolute;
  height: 100%;
  right: 0px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .archive-new-scpi .archive-new-scpi-wrapper .new-scpi-filter-trigger-parent {
    display: initial;
  }
}
.archive-new-scpi .archive-new-scpi-wrapper .new-scpi-filter-trigger-parent .new-scpi-filter-trigger {
  position: sticky;
  left: 0;
  top: 50%;
  background-color: #00a680;
  border-radius: 12px 0 0 12px;
  height: 135px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px 0 10px 0;
  cursor: pointer;
  color: #fff;
  z-index: 2;
}
.archive-new-scpi .archive-new-scpi-wrapper .new-scpi-filter-trigger-parent .new-scpi-filter-trigger i {
  font-size: 18px;
}
.archive-new-scpi .archive-new-scpi-wrapper .new-scpi-filter-trigger-parent .new-scpi-filter-trigger span {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 15px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters {
  min-width: 330px;
  max-width: 330px;
  margin-left: 5px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters.show .archive-new-scpi-filters-overlay {
  display: block;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters.show .archive-new-scpi-filters-wrapper {
  left: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(237, 237, 237, 0.569);
  z-index: 333;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper {
  min-width: 330px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
  font-size: 12px;
  font-weight: 300 !important;
  border-radius: 12px;
  height: 100%;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header .new-scpi-filters-header-title {
  font-weight: 900;
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header .new-scpi-filters-close {
  display: none;
  padding: 10px 14px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 16px;
  line-height: 1;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header .new-scpi-filters-close:hover {
  border-radius: 8px;
  background: rgba(220, 53, 69, 0.102);
  color: #dc3545;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-content {
  overflow: auto;
  padding: 10px 18px 18px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 18px 9px;
  border-top: 1px solid #e5e5e5;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .input-group {
  margin-bottom: 15px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .input-group label {
  display: block;
  padding: 4px 0 0 0;
  border-radius: 10px 10px 0 0;
  color: #263b5e;
  font-weight: 800;
  margin-left: 2px;
  margin-bottom: 7px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .select-input {
  position: relative !important;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .select-input:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  top: 0;
  right: 14px;
  z-index: 1;
  color: #7d938a;
  pointer-events: none;
  font-size: 18px;
  line-height: 42px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .select-input select {
  border: thin solid #ccc;
  border-radius: 6px;
  display: inline-block;
  width: inherit;
  line-height: 1.5em;
  font-weight: 600;
  padding: 11px 24px 11px 12px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .select-input select::-ms-expand {
  display: none;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper input.search-scpi {
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 100%;
  padding: 8px 15px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper label.checkbox-input {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper label.checkbox-input input {
  margin-right: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper label.checkbox-input input[type=checkbox] {
  border-radius: 5px;
  background: #fff;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  width: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  border: 2px solid #d4d4d4;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  margin-right: 5px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper label.checkbox-input input[type=checkbox]:checked {
  background: #f9c100;
  border-color: #f9c100;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper label.checkbox-input input[type=checkbox]:before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%27-1%20-1%2022%2022%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .flex-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .scpi-form-reset {
  border: 1px solid #ccc;
  color: #666;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 60px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .scpi-form-reset:hover {
  background-color: #7d938a;
  border-color: #7d938a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper #scpi-form-submit {
  padding: 11px 16px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider {
  margin: auto;
  text-align: center;
  position: relative;
  height: 60px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider .range-slider-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider .range-slider-labels input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider .range-slider-labels input:last-child {
  text-align: end;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider svg,
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=number]:invalid,
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]:focus {
  outline: none;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]:focus::-ms-fill-lower {
  background: #000;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]:focus::-ms-fill-upper {
  background: #000;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #000;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #000;
          box-shadow: 0px 0px 0px #000;
  border: 1px solid #9c9c9c;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-ms-fill-lower,
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-ms-fill-upper {
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .range-slider input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .archive-scpi-accordion {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .archive-scpi-accordion .archive-scpi-accordion-trigger {
  font-size: 15px;
  position: relative;
  padding: 10px 0;
  font-weight: 400;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .archive-scpi-accordion .archive-scpi-accordion-trigger .arrow {
  color: #858586;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .archive-scpi-accordion .archive-scpi-accordion-trigger.open .arrow {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion {
  margin-top: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-trigger {
  font-size: 16px;
  position: relative;
  margin: 20px 0 15px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-trigger .icon {
  color: #3eb5fa;
  margin-right: 10px;
  margin-left: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-trigger .arrow {
  color: #858586;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-trigger.open .arrow {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper {
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper .archive-scpi-information-title {
  font-size: 16px;
  position: relative;
  margin: 0 0 15px;
  text-align: center;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper .archive-scpi-information-title .icon {
  color: #7d938a;
  margin-right: 10px;
  margin-left: 10px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper .archive-scpi-information-title.open .arrow {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper ul {
  list-style: none;
  padding-left: 10px;
  counter-reset: circle-counter;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper ul li {
  counter-increment: circle-counter;
  margin-bottom: 15px;
  position: relative;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content .archive-scpi-accordion-content-wrapper ul li:before {
  content: counter(circle-counter);
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5rem;
  color: #7d938a;
  border: 1px solid;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  top: 0px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-filters .archive-scpi-information .archive-scpi-accordion .archive-scpi-accordion-content.open {
  overflow: unset;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher {
  position: relative;
  width: 250px;
  height: 50px;
  margin: 0;
  text-align: center;
  display: block;
  margin-right: 75px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 325px;
  height: 50px;
  border-radius: 8px;
  background-color: #1e1e1e;
  outline: none;
  font-family: "Oswald", sans-serif;
  border: 1px solid #f9c200;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.25s -0.1s;
  -webkit-box-shadow: 0 0 20px #e7e7e7;
          box-shadow: 0 0 20px #e7e7e7;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:after, .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cccccc;
  font-size: 15px;
  font-weight: 600;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:before {
  content: "Notre Sélection";
  left: 20px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:after {
  content: "Toutes les SCPI";
  right: 25px;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:checked {
  background-color: #ffffff;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:checked:before {
  color: #ffffff;
  -webkit-transition: color 0.5s 0.2s;
  transition: color 0.5s 0.2s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:checked:after {
  color: #cccccc !important;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:checked + label {
  left: 4px;
  right: 100px;
  background: #263b5e;
  -webkit-transition: left 0.5s, right 0.4s 0.2s;
  transition: left 0.5s, right 0.4s 0.2s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:not(:checked) {
  background: #fff;
  -webkit-transition: background 0.5s -0.1s;
  transition: background 0.5s -0.1s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:not(:checked):before {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:not(:checked):after {
  color: #ffffff;
  -webkit-transition: color 0.5s 0.2s;
  transition: color 0.5s 0.2s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher input:not(:checked) + label {
  left: 161px;
  right: -71px;
  background: #f9c200;
  -webkit-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
  transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher label {
  z-index: 1;
  position: absolute;
  top: 5px;
  bottom: 5px;
  border-radius: 5px;
  margin: 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper span.switcher label:before {
  content: " ";
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper .scpi-found {
  font-size: 14px;
  border-radius: 0 10px;
  padding-right: 10px;
  background: #fff;
  border: 2px solid #f9c200;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters .archive-new-scpi-top-filters-wrapper .scpi-found .num {
  font-size: 16px;
  font-weight: 600;
  margin-left: -2px;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #f9c200;
  padding: 10px;
  border-radius: 0 10px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .archive-new-scpi-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #263b5e;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .search-scpi {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .scpi-found {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 14px;
  border-radius: 0 10px;
  padding-right: 10px;
  background: #fff;
  border: 2px solid #f9c200;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .scpi-found .num {
  font-size: 16px;
  font-weight: 600;
  margin-left: -2px;
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #f9c200;
  padding: 10px;
  border-radius: 0 10px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
@media only screen and (max-width: 1250px) {
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .archive-new-scpi-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .search-scpi {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header .scpi-found {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 1250px) {
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-results-header {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper #scpi-archive {
  position: relative;
}
.archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-lists {
  display: grid;
  gap: 15px;
}
@media only screen and (max-width: 850px) {
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-results-wrapper .archive-new-scpi-lists {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media only screen and (max-width: 1200px) {
  .archive-new-scpi .archive-new-scpi-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .archive-new-scpi .archive-new-scpi-wrapper .archive-new-scpi-results .archive-new-scpi-top-filters-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-new-scpi .archive-new-scpi-filters {
    max-width: 100% !important;
    min-width: auto !important;
    margin: 0;
  }
  .archive-new-scpi .archive-new-scpi-filters .archive-new-scpi-filters-wrapper {
    position: fixed;
    z-index: 400;
    left: -400px;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: calc(100vh - 0px);
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-new-scpi .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header {
    border-bottom: 1px solid #e5e5e5;
  }
  .archive-new-scpi .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-header .new-scpi-filters-close {
    display: block !important;
  }
  .archive-new-scpi .archive-new-scpi-filters .archive-new-scpi-filters-wrapper .new-scpi-filters-content {
    max-height: calc(100vh - 117px);
  }
}

.archive-scpi-accordion .archive-scpi-accordion-trigger {
  cursor: pointer;
}
.archive-scpi-accordion .archive-scpi-accordion-content {
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

input.search-scpi {
  border-radius: 8px;
  border: 1px solid #ccc;
  min-width: 220px;
  padding: 8px 15px;
  outline: none;
}

.archive-new-scpi-item {
  border-radius: 20px;
}
.archive-new-scpi-item.oppurtunities-item .scpi-name {
  text-align: left;
  font-size: 19px;
  line-height: 1;
}
.archive-new-scpi-item.oppurtunities-item .sg-name {
  text-align: left;
  font-size: 15px;
}
.archive-new-scpi-item:hover .archive-scpi-item-link {
  -webkit-box-shadow: 2px 2px 3px rgba(118, 116, 116, 0.33);
          box-shadow: 2px 2px 3px rgba(118, 116, 116, 0.33);
}
.archive-new-scpi-item:hover .archive-scpi-item-link .scpi-name:before {
  width: 100%;
}
.archive-new-scpi-item:hover .archive-scpi-item-link .item-stats {
  border: 1px solid rgba(255, 255, 255, 0.33);
  -webkit-box-shadow: 2px 2px 3px rgba(118, 116, 116, 0.33);
          box-shadow: 2px 2px 3px rgba(118, 116, 116, 0.33);
}
.archive-new-scpi-item .archive-scpi-item-link {
  padding: 6%;
  display: block;
  color: inherit;
  border-radius: 20px;
}
.archive-new-scpi-item.item-color-1 {
  color: #212121;
}
.archive-new-scpi-item.item-color-1 .archive-scpi-item-link {
  background: rgb(238, 238, 238);
}
.archive-new-scpi-item.item-color-1 .scpi-name:before {
  border-color: #263b5e;
}
.archive-new-scpi-item.item-color-1 .read-more {
  color: #212121;
  border-color: #212121;
}
.archive-new-scpi-item.item-color-1 .read-more:hover {
  color: #fff;
  background-color: #212121;
}
.archive-new-scpi-item.item-color-2 {
  color: #fff;
}
.archive-new-scpi-item.item-color-2 .archive-scpi-item-link {
  background: #7d938a;
}
.archive-new-scpi-item.item-color-2 .scpi-name:before {
  border-color: #fff;
}
.archive-new-scpi-item.item-color-2 .read-more {
  color: #fff;
  border-color: #fff;
}
.archive-new-scpi-item.item-color-2 .read-more:hover {
  color: #353535;
  background-color: #fff;
}
.archive-new-scpi-item.item-color-3 {
  color: #212121;
}
.archive-new-scpi-item.item-color-3 .archive-scpi-item-link {
  background: #f9c200;
}
.archive-new-scpi-item.item-color-3 .scpi-name:before {
  border-color: #263b5e;
}
.archive-new-scpi-item.item-color-3 .read-more {
  color: #212121;
  border-color: #212121;
}
.archive-new-scpi-item.item-color-3 .read-more:hover {
  color: #fff;
  border-color: #fff;
  background-color: #212121;
}
.archive-new-scpi-item.item-color-3 .plugin-yellow-btn {
  background-color: #fff;
  color: #353535;
}
.archive-new-scpi-item.item-color-4 {
  color: #fff;
}
.archive-new-scpi-item.item-color-4 .archive-scpi-item-link {
  background: #303d72;
}
.archive-new-scpi-item.item-color-4 .scpi-name:before {
  border-color: #fff;
}
.archive-new-scpi-item.item-color-4 .read-more {
  color: #fff;
  border-color: #fff;
}
.archive-new-scpi-item.item-color-4 .read-more:hover {
  color: #353535;
  border-color: #fff;
  background-color: #fff;
}
.archive-new-scpi-item .scpi-name {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.archive-new-scpi-item .scpi-name:before {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  bottom: -4px;
  margin: 0;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
.archive-new-scpi-item .sg-name {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.archive-new-scpi-item .item-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 52px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.archive-new-scpi-item .item-stats .one-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive-new-scpi-item .item-stats .one-stat .stat-value {
  font-size: 16pt;
  line-height: 1;
  font-weight: 800;
}
.archive-new-scpi-item .item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.archive-new-scpi-item .item-actions > button,
.archive-new-scpi-item .item-actions > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.archive-new-scpi-item .read-more {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border-radius: 40px;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.archive-new-scpi-item .plugin-yellow-btn {
  padding-left: 12px;
  padding-right: 12px;
}

.single-scpi .single-scpi-wrapper .single-scpi-hero {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-title {
  color: #1c2654;
  font-weight: 700;
  line-height: 1.2;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-subtitle span {
  font-size: 16pt;
  font-weight: 500;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-circle {
  margin: 0 auto;
  clip-path: circle(50% at 50% 50%);
  background-color: #263b5e;
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-circle p {
  margin-bottom: 0;
  line-height: 1em;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-circle .pourcentage {
  font-weight: 800;
  font-size: 36pt;
  color: #f9c200;
  line-height: 42px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-footer .price-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content .single-scpi-hero-content-footer .price-item b {
  font-weight: 800;
  font-size: 28pt;
  color: #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 {
  padding-top: 30px;
  margin-bottom: 40px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2::before {
  display: block;
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 200px;
  z-index: -1;
  top: -77px;
  left: 60px;
  background-color: #ffedaf;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
@media (max-width: 420px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v2::before {
    width: 200px;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-header .single-scpi-hero-v2-title {
  display: block;
  color: #263b5e;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.2;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-header .single-scpi-hero-v2-sg-name {
  display: block;
  color: #263b5e;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-header .single-scpi-hero-v2-tag {
  color: #263b5e;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 10px 8px 0;
  height: 28px;
  vertical-align: middle;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 2px 10px;
  border: 1px solid #eee;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper {
  background-color: #fff;
  border-radius: 8px;
  margin: 10px 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1050px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(2), .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(3) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(1), .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(2), .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: none;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(2) > div, .single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper > div:nth-child(3) > div {
    padding: 15px !important;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item.part-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri {
  padding: 25px;
  border-radius: 5px;
  background: #fbfbfb;
  margin: 3px;
  height: 100%;
  border: 1px solid #eee;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri .single-scpi-hero-v2-box-item-tri,
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri .single-scpi-hero-v2-box-item-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri .single-scpi-hero-v2-box-item-tri {
  text-align: center;
  margin-bottom: 5px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri .single-scpi-hero-v2-box-item-td {
  border-top: 1px solid #dee0df;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri span.single-scpi-hero-v2-box-item-part-price {
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 14px 0 4px 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-td-tri span.single-scpi-hero-v2-box-item-part-label {
  font-size: 14px;
  font-weight: 500;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-part {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #fbfbfb;
  margin: 3px;
  height: 100%;
  border: 1px solid #eee;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-part span.single-scpi-hero-v2-box-item-part-price {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-part span.single-scpi-hero-v2-box-item-part-price i {
  display: inline;
  font-size: 60px;
  color: #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-part span.single-scpi-hero-v2-box-item-part-label {
  font-size: 17px;
  font-weight: 500;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line {
  padding: 13px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #fbfbfb;
  margin: 3px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #eee;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line .single-scpi-hero-v2-box-item-line-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line .single-scpi-hero-v2-box-item-line-icon i {
  font-size: 40px;
  color: #7d938a;
  margin-right: 25px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line .single-scpi-hero-v2-box-item-line-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line .single-scpi-hero-v2-box-item-line-content .single-scpi-hero-v2-box-item-line-content-value {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v2 .single-scpi-hero-v2-wrapper .single-scpi-hero-v2-box .single-scpi-hero-v2-box-wrapper .single-scpi-hero-v2-box-item .single-scpi-hero-v2-box-item-line .single-scpi-hero-v2-box-item-line-content .single-scpi-hero-v2-box-item-line-content-label {
  line-height: 1;
  font-size: 15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 {
  padding: 30px 0 10px 0;
  margin-bottom: 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3::before {
  display: block;
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 200px;
  z-index: -1;
  top: -77px;
  left: 60px;
  background-color: #ffedaf;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
@media (max-width: 420px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3::before {
    width: 200px;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-header .single-scpi-hero-v3-title {
  display: block;
  color: #263b5e;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.2;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-header .single-scpi-hero-v3-sg-name {
  display: block;
  color: #263b5e;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  font-size: 14px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-header .single-scpi-hero-v3-tag {
  color: #263b5e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 0 8px 8px 0;
  vertical-align: middle;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  border: 1px solid #e0dad1;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  margin: 15px 0;
}
@media (max-width: 1150px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box {
  height: 100%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e0dad1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item:first-child {
  grid-row: 1/3;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item:first-child > div:not(:last-child) {
  border-bottom: 1px solid #e0dad1;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-info {
  position: absolute;
  top: -4px;
  right: -4px;
  color: #adb5bd;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-info:hover {
  color: #263b5e;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 290px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: block;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 180px;
  min-width: 180px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-label {
  font-size: 14px;
  font-weight: 400;
  color: #263b5e;
  line-height: 1.3;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-value {
  font-size: 28px;
  font-weight: 700;
  color: #263b5e;
  line-height: 1.2;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item .single-scpi-hero-v3-box-item-content-info {
  display: none;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item > div.info-open .single-scpi-hero-v3-box-item-content {
  display: none;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item > div.info-open .single-scpi-hero-v3-box-item-content-info {
  display: block;
}
@media (max-width: 600px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-left .single-scpi-hero-v3-box .single-scpi-hero-v3-box-wrapper .single-scpi-hero-v3-box-item:first-child {
    grid-row: auto;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right .single-scpi-hero-v3-column-right-extrait {
  background-color: #fff;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e0dad1;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right .single-scpi-hero-v3-column-right-extrait h2 {
  font-size: 19px;
  font-weight: bold;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right .single-scpi-hero-v3-column-right-extrait .extrait-warning {
  position: absolute;
  top: -15px;
  left: -15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right ul {
  list-style: disc;
  font-weight: 500;
  padding-left: 30px;
  font-size: 15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right ul li:not(:last-child) {
  margin-bottom: 5px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-scpi-hero-v3-column .single-scpi-hero-v3-column-right ul li ul {
  margin-bottom: 0 !important;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  margin: 15px 0;
}
@media (max-width: 1150px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box {
  height: 100%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 7px;
  height: 100%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  min-width: 200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  padding: 25px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item .icon {
  font-size: 55px;
  color: #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item .single-sg-hero-v3-box-item-value {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item .single-sg-hero-v3-box-item-label {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 670px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item .single-sg-hero-v3-box-item-label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 452px) {
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-left .single-sg-hero-v3-box .single-sg-hero-v3-box-wrapper .single-sg-hero-v3-box-item .single-sg-hero-v3-box-item-label {
    text-align: left;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right .single-sg-hero-v3-column-right-extrait {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right .single-sg-hero-v3-column-right-extrait h2 {
  font-size: 19px;
  font-weight: bold;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right .single-sg-hero-v3-column-right-extrait .extrait-warning {
  position: absolute;
  top: -15px;
  left: -15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right ul {
  list-style: disc;
  font-weight: 500;
  padding-left: 30px;
  font-size: 15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right ul li:not(:last-child) {
  margin-bottom: 5px;
}
.single-scpi .single-scpi-wrapper .single-scpi-hero-v3 .single-scpi-hero-v3-wrapper .single-sg-hero-v3-column .single-sg-hero-v3-column-right ul li ul {
  margin-bottom: 0 !important;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section {
  padding: 20px 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .container {
  max-width: 1366px;
  margin: 0 auto;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #294161;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-title {
    font-size: 24px;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-title i {
  margin-right: 10px;
  color: #f9c200;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-title span {
  font-weight: bold;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list .single-scpi-stats-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list .single-scpi-stats-list-item i {
  font-size: 24px;
  color: #7d938a;
  margin-bottom: 15px;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list .single-scpi-stats-list-item .single-scpi-stats-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list .single-scpi-stats-list-item .single-scpi-stats-list-item-content .single-scpi-stats-list-item-value {
  font-size: 17px;
  font-weight: bold;
}
.single-scpi .single-scpi-wrapper .single-scpi-stats-section .single-scpi-stats-list .single-scpi-stats-list-item .single-scpi-stats-list-item-content .single-scpi-stats-list-item-label {
  font-size: 14px;
  margin-top: 4px;
  text-align: center;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list {
  display: table;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list {
    margin: 0 0 30px;
    width: 100%;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0 8px 10px;
  border-radius: 25px;
  background: #f1efef;
  cursor: pointer;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:not(:last-child):after {
  margin-left: 9px;
  color: #ccc;
  top: -2px;
  right: -5px;
  position: relative;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li.active {
  background-color: rgba(240, 211, 106, 0.231);
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:hover {
  background-color: rgba(240, 211, 106, 0.231);
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:hover a {
  color: #f9c200;
  padding-bottom: 3px;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:hover a .icon {
  color: #f9c200;
  fill: #f9c200;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li.active a {
  color: #f9c200;
  padding-bottom: 3px;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li.active a .icon {
  color: #f9c200;
  fill: #f9c200;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li a {
  color: gray;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li a .icon {
  color: gray;
  font-size: 16px;
  margin-right: 5px;
}
.single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li a svg.icon {
  fill: gray;
  width: 16px;
  top: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:after {
    content: "" !important;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li {
    display: block;
    text-align: left;
    border: 1px solid #263b5e;
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 10px 10px 10px 15px;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li.active {
    background: #263b5e;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li:hover a, .single-scpi .single-scpi-wrapper .single-scpi-section-navigation .single-scpi-section-navigation-list li.active a {
    border-bottom: none;
  }
}
.single-scpi .single-scpi-wrapper .single-scpi-section-tab-pane {
  display: block;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .container {
  position: relative;
}
.single-scpi .single-scpi-wrapper .single-scpi-section {
  margin: 3% 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-section.half-margin {
  margin: 2.5% 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-section.no-margin {
  margin: 0;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-title {
  color: #294161;
  font-size: 25px;
  font-weight: 700;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-title-black {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-title-line {
  color: #1c2654;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-title-line:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0px 10px 10px;
  height: 2.5px;
  background-color: #303d72;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-title-uppercase {
  color: #294161;
  font-size: 25px;
  font-weight: 700;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-subtitle {
  font-size: 12px;
  color: #787878;
  display: block;
  font-weight: 600;
}
.single-scpi .single-scpi-wrapper .single-scpi-section .single-scpi-section-subtitle .icon {
  vertical-align: middle;
  max-width: 168px;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  color: #7d938a;
}
.single-scpi .single-scpi-wrapper .single-scpi-new-wrap {
  border: 1px solid #eaeaea;
  border-radius: 9px;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section {
  margin: 65px auto;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-wrapper {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-wrapper ul {
  list-style: disc;
  margin-bottom: 15px;
  list-style-position: inside;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-content {
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  text-align: left;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-content.height-medium {
  max-height: 180px;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-content.show {
  opacity: 1;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-content:not(.show):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
  z-index: 2;
}
.single-scpi .single-scpi-wrapper .single-scpi-small-text-section .single-scpi-small-text-section-btn {
  text-align: center;
  margin-top: 5px;
  color: #f9c200;
  background-color: #fff6d7;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  cursor: pointer;
}
.single-scpi .single-scpi-wrapper .synth-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 30px;
  width: 100%;
}
.single-scpi .single-scpi-wrapper .synth-cards .synth-card {
  padding: 18px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.single-scpi .single-scpi-wrapper .synth-cards .synth-card .icon {
  width: 50px;
  margin-bottom: 10px;
}
.single-scpi .single-scpi-wrapper .synth-cards .synth-card p {
  height: 55px;
}
.single-scpi .single-scpi-wrapper .synth-cards .synth-card b {
  font-weight: 600;
  font-size: 20px;
  color: #212121;
}
.single-scpi .single-scpi-wrapper .charts-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-scpi .single-scpi-wrapper .charts-section .chart-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border: 1px solid rgba(56, 71, 107, 0.12);
  padding: 20px 0px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  max-width: 49%;
}
@media (max-width: 767px) {
  .single-scpi .single-scpi-wrapper .charts-section .chart-item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.single-scpi .single-scpi-wrapper .charts-section .chart-item .graphPartEvo {
  min-height: 250px;
}
.single-scpi .single-scpi-wrapper .method-scpi-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  gap: 25px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: aliceblue;
  padding: 0;
  border: 0;
  border-radius: 10px;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item:hover {
  border: 0;
  -webkit-box-shadow: 2px 5px 10px rgba(77, 77, 77, 0.28);
          box-shadow: 2px 5px 10px rgba(77, 77, 77, 0.28);
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item:hover .method-scpi-number {
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-comptant .btn-more-infos {
  color: #f9c200;
  border: 1px solid #f9c200;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-assurance {
  background-color: #7d938a;
  color: #f8f8f8;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-demembrement {
  background-color: #f9c200;
  color: #444;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-demembrement .method-scpi-number {
  background-color: #f8f8f8;
  border: 1px solid rgba(249, 194, 0, 0.29);
  border-left: 0;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-demembrement .method-scpi-number .number {
  background-color: #f9c200;
  color: #ffffff;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-credit {
  background-color: #51617c;
  color: #fff;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-credit .method-scpi-number {
  background-color: #f9c200;
  border: 1px solid rgba(56, 69, 91, 0.98);
  border-left: 0;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item.method-scpi-item-credit .method-scpi-number .number {
  background-color: #ffffff;
  color: #f9c200;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .method-scpi-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 110px;
  background-color: #fcfcfc;
  border-radius: 0 30px 30px 0;
  border: 1px solid #7d938a;
  border-left: 0;
  overflow: hidden;
  padding: 2px;
  -webkit-box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.3333333333);
  box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.3333333333);
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .method-scpi-number .number {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #7d938a;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 35px;
  color: #e7e7e7;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .method-scpi-content {
  padding: 25px;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .method-scpi-content .method-scpi-title {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 28px;
  font-weight: 700;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .btn-more-infos {
  text-decoration: none;
  display: block;
  margin: 15px auto;
  width: 140px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 5px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-scpi .single-scpi-wrapper .method-scpi-items .method-scpi-item .btn-more-infos:hover {
  color: #fcfcfc;
  background-color: #e3b100;
  border: 1px solid rgba(229, 229, 229, 0.502);
  border-radius: 4px;
}
.single-scpi .single-scpi-wrapper .table-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.single-scpi .single-scpi-wrapper .table-section .table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.single-scpi .single-scpi-wrapper .table-section .table-item table tr th {
  color: #02060d !important;
  font-weight: 300 !important;
  font-size: 12pt !important;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-scpi .single-scpi-wrapper .table-section .table-item table tr td {
  font-size: 11pt !important;
  padding: 1% !important;
  font-weight: 600 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-scpi .single-scpi-wrapper .table-section .table-item table tr:hover th {
  font-weight: 500 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-scpi .single-scpi-wrapper .table-section .table-item table tr:hover td {
  background-color: #f9c200;
  color: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-scpi .single-scpi-wrapper .section-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
.single-scpi .single-scpi-wrapper .section-split.all-doc {
  position: absolute;
  top: -70px;
  right: 20px;
}
@media (max-width: 1000px) {
  .single-scpi .single-scpi-wrapper .section-split.all-doc {
    position: relative;
    top: unset;
    right: unset;
    text-align: center;
  }
}
.single-scpi .single-scpi-wrapper .section-split > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.single-scpi .single-scpi-wrapper .section-split picture img {
  width: 100%;
  height: 340px;
}
.single-scpi .single-scpi-wrapper .download-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-scpi .single-scpi-wrapper .investment-method-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card {
  width: 200px;
  height: 200px;
  background: #f8f9fa;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  position: relative;
  text-align: center;
  padding: 15px;
  border: 1px solid #e0e0e0;
  cursor: default;
}
@media (max-width: 550px) {
  .single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: auto;
  }
  .single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card .investment-method-card-status {
    margin-left: auto;
  }
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card .icon {
  font-size: 45px;
  line-height: 1;
  color: #7f8c8d;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #555;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card .investment-method-card-status {
  font-size: 30px;
  line-height: 1;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card .investment-method-card-status.success {
  color: #4caf50;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card .investment-method-card-status.error {
  color: #f44336;
}
.single-scpi .single-scpi-wrapper .investment-method-cards .investment-method-card.active {
  background: #ffffff;
}
@media (max-width: 600px) {
  .single-scpi .single-scpi-wrapper .investment-method-cards .card {
    width: 45%;
    height: 140px;
  }
}
@media (max-width: 400px) {
  .single-scpi .single-scpi-wrapper .investment-method-cards .card {
    width: 100%;
  }
}

.single-acquisition .single-acquisition-hero-v2 {
  margin-bottom: 40px;
}
.single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-left-side {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-left-side .single-acquisition-hero-v2-title {
  margin: 15px 0;
  font-size: 35px;
}
.single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-right-side {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 30px;
}
.single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-right-side .single-acquisition-hero-v2-image {
  height: 100%;
  min-height: 350px;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-left-side {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .single-acquisition .single-acquisition-hero-v2 .single-acquisition-hero-v2-wrapper .single-acquisition-hero-v2-content .single-acquisition-hero-v2-right-side {
    margin-left: 0;
  }
}
.single-acquisition .single-acquisition-hero {
  margin-bottom: 40px;
}
.single-acquisition .single-acquisition-hero:before {
  display: block;
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 200px;
  z-index: -1;
  top: -77px;
  left: 60px;
  background-color: #ffedaf;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header {
  padding-top: 15px;
  margin-bottom: 25px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-title {
  display: block;
  color: #263b5e;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1.2;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-tag {
  color: #263b5e;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 10px 8px 0;
  height: 28px;
  vertical-align: middle;
  background: #ffedaf;
  background: linear-gradient(262deg, #ffedaf 0%, #ffe380 100%);
  border-radius: 5px;
  padding: 2px 10px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-tag.green {
  color: #ffffff;
  background: rgba(125, 147, 138, 0.15);
  background: rgba(125, 147, 138, 0.15);
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-tag.blue {
  color: #ffffff;
  background: #273787;
  background: linear-gradient(262deg, #4155ba 0%, #273787 100%);
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-tag.light-blue {
  background: #a6ddff;
  position: relative;
  padding-left: 30px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-header .single-acquisition-hero-tag.light-blue:before {
  content: "";
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 5px;
  left: 0;
  position: absolute;
  margin-left: 5px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.99px) {
  .single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-image {
    min-height: 200px !important;
    max-height: 300px !important;
  }
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #f8f8f8;
  padding: 20px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-content .single-acquisition-hero-box-title {
  color: #263b5e;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-decoration: underline;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-content .single-acquisition-hero-box-item {
  display: block;
  color: #353535;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 15px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-content .single-acquisition-hero-box-item strong {
  color: #263b5e;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 550px;
}
.single-acquisition .single-acquisition-hero .single-acquisition-hero-wrapper .single-acquisition-hero-box .single-acquisition-hero-box-image img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-acquisition .product-infos-table .product-infos-table-item > div {
  font-size: 14px;
}

.single-scpi-acquisitions-list {
  margin-top: 70px;
}
.single-scpi-acquisitions-list h2 {
  font-size: 38px;
  font-weight: bold;
  color: #263b5e;
}
.single-scpi-acquisitions-list .single-scpi-acquisitions-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .single-scpi-acquisitions-list .single-scpi-acquisitions-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .single-scpi-acquisitions-list .single-scpi-acquisitions-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .single-scpi-acquisitions-list .single-scpi-acquisitions-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.scpi-breadcrumb {
  border-bottom: solid 1px #eaeaea;
}
.scpi-breadcrumb .scpi-breadcrumb_list {
  padding: 10px 0;
  color: #444;
  font-size: 13px;
}
.scpi-breadcrumb .scpi-breadcrumb_list:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.scpi-breadcrumb .scpi-breadcrumb_list li {
  list-style-type: none;
  display: inline;
}
.scpi-breadcrumb .scpi-breadcrumb_list li:first-child {
  margin-left: 0;
}
.scpi-breadcrumb .scpi-breadcrumb_list li:not(:last-child):after {
  position: relative;
  top: 0px;
  content: "»";
  padding-left: 6px;
}
.scpi-breadcrumb .scpi-breadcrumb_list li a {
  color: #444;
  font-size: 13px;
  text-decoration: underline;
}
.scpi-breadcrumb .scpi-breadcrumb_list li a:hover {
  color: #f9c200;
}

.single-acquisition-item {
  margin: 17px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.single-acquisition-item:hover .single-acquisition-item-content .single-acquisition-name {
  color: #f9c200;
}
.single-acquisition-item .single-acquisition-item-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
}
.single-acquisition-item .single-acquisition-item-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.single-acquisition-item .single-acquisition-item-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #fff;
  z-index: 3;
}
.single-acquisition-item .single-acquisition-item-image img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-acquisition-item .single-acquisition-item-image .single-acquisition-item-image-overlay .date-acquisition-overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: #1b2451;
  padding: 12px;
  border-bottom-left-radius: 8px;
}
.single-acquisition-item .single-acquisition-item-image .single-acquisition-item-image-overlay .date-acquisition-overlay span.label {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}
.single-acquisition-item .single-acquisition-item-image .single-acquisition-item-image-overlay .date-acquisition-overlay span.value {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}
.single-acquisition-item .single-acquisition-item-content {
  padding: 2px 20px 15px;
  text-align: left;
}
.single-acquisition-item .single-acquisition-item-content .single-acquisition-name {
  font-size: 19px;
  line-height: 1.2;
  color: #1b2451;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.single-acquisition-item .single-acquisition-item-content .single-acquisition-details-list {
  min-height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-acquisition-item .single-acquisition-item-content .single-acquisition-details-list .single-acquisition-details-item {
  color: #353535;
  font-size: 15px;
}

.advice-hero {
  min-height: 450px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background: #fdfdfd;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .advice-hero {
    text-align: center;
  }
}
.advice-hero:before {
  display: block;
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 200px;
  z-index: -1;
  top: -77px;
  left: 21px;
  background-color: #ffedaf;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}
.advice-hero .advice-hero-title {
  font-size: 50px;
  font-weight: 600;
  color: #263b5e;
  margin-bottom: 15px;
  line-height: 1.5;
}
.advice-hero .advice-hero-title strong,
.advice-hero .advice-hero-title b {
  color: #7d938a;
  font-weight: 700;
  background-size: 100% 11%;
  background-repeat: repeat-x;
  background-position: left 0% bottom 0%;
  /*background-image: repeating-linear-gradient(
            135deg
            , #7d938A 0px, #7d938A 7px,transparent 7px, transparent 14px),repeating-linear-gradient(
            45deg
            , #7d938A 0px, #7d938A 7px,transparent 7px, transparent 14px),repeating-linear-gradient(
            135deg
            , #fff0 0px, #fff0 7px,#fff0 7px, #fff0 14px);*/
}
.advice-hero .advice-hero-title .colored {
  color: #f9c200;
}
.advice-hero .advice-hero-title em {
  display: block;
}
.advice-hero .advice-hero-description {
  font-size: 20px;
}
.advice-hero .advice-hero-description.no-full-width {
  max-width: 750px;
  margin: 0 auto;
}
.advice-hero .advice-hero-actions {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.99px) {
  .advice-hero .advice-hero-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.advice-hero .advice-hero-actions .advice-hero-cta-btn .wp-block-button__link {
  font-weight: 600;
  background: #fac400;
  background-image: -webkit-gradient(linear, left top, right top, from(#fac400), color-stop(#fac400), color-stop(#fac400), to(#fac400));
  background-image: linear-gradient(to right, #fac400, #fac400, #fac400, #fac400);
  -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
  transition: -webkit-box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}
.advice-hero .advice-hero-actions .advice-hero-cta-btn .wp-block-button__link:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' %3E%3Cpath fill='%23fff' d='M6.3,2.5,5,3.8,9.28,8,5,12.2l1.3,1.3L11.88,8Z'%3E%3C/path%3E%3C/svg%3E");
  vertical-align: middle;
  display: inline-block;
  height: 26px;
  margin-left: 12px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (max-width: 767.99px) {
  .advice-hero .advice-hero-actions .advice-hero-cta-btn .wp-block-button__link {
    margin-bottom: 10px;
  }
  .advice-hero .advice-hero-actions .advice-hero-cta-btn .wp-block-button__link:after {
    height: 17px;
  }
}
.advice-hero .advice-hero-actions .advice-hero-cta-btn:hover .wp-block-button__link {
  -webkit-box-shadow: 0 4px 15px 0 rgba(250, 196, 0, 0.75);
          box-shadow: 0 4px 15px 0 rgba(250, 196, 0, 0.75);
}
.advice-hero .advice-hero-actions .advice-hero-cta-btn:hover .wp-block-button__link:after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.advice-hero .advice-hero-actions .advice-hero-secondary-btn .wp-block-button__link {
  background: transparent;
  color: #32373c;
  font-weight: 600;
  padding: 13px 18px;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.advice-hero .advice-hero-actions .advice-hero-secondary-btn .wp-block-button__link:hover {
  margin-left: 5px;
}
.advice-hero .trustpilot-description {
  color: #191919;
  margin-bottom: 0;
  margin-left: 3px;
  font-weight: 600;
  text-align: center;
}
.advice-hero .trustpilot-widget {
  max-width: 270px;
  margin: 5px auto;
}
@media screen and (max-width: 767.99px) {
  .advice-hero .trustpilot-widget {
    margin: 5px auto;
  }
}

.advice-title {
  font-size: 22px;
}

.avis-sidebar-profile {
  text-align: center;
}
.avis-sidebar-profile img.avis-sidebar-profile-avatar,
.avis-sidebar-profile .avis-sidebar-profile-avatar img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  min-width: 170px;
  min-height: 170px;
  margin: 0 auto 15px;
  border: 4px solid #222c58;
  display: block;
}
.avis-sidebar-profile .avis-sidebar-profile-btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color ease-in 0.25s, color ease-in 0.25s, -webkit-box-shadow ease-in 0.25s;
  transition: background-color ease-in 0.25s, color ease-in 0.25s, -webkit-box-shadow ease-in 0.25s;
  transition: background-color ease-in 0.25s, box-shadow ease-in 0.25s, color ease-in 0.25s;
  transition: background-color ease-in 0.25s, box-shadow ease-in 0.25s, color ease-in 0.25s, -webkit-box-shadow ease-in 0.25s;
  background-color: #f9c308;
  color: #222c58;
  margin-top: 5px;
  line-height: 1.7;
}

.grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 15px 0;
}
.grade .grade-unite {
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  min-width: 35px;
  text-align: center;
  background: #7d938a;
  color: #fff;
  border-right: 0.1px solid rgba(255, 255, 255, 0.251);
}
.grade .grade-unite.active {
  font-size: 24px;
  font-weight: 800;
  background: #f9c200;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.file-download {
  text-decoration: none;
  color: #263b5e;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  padding: 12px;
  margin: 14px;
  border-radius: 10px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.file-download.annual {
  color: #fff;
  background-color: #263b5e;
}
.file-download.annual:before {
  content: "\f080";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
}
.file-download.all {
  background-color: unset;
}
.file-download.all:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  margin-right: 8px;
  font-size: 18px;
}
.file-download.all:hover {
  text-decoration: underline;
}
.file-download:hover:not(.annual):not(.all) {
  color: #444444;
}
.file-download:hover:not(.annual):not(.all):after {
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.file-download:not(.annual):not(.all):before {
  content: "";
  background-image: url(https://portail-scpi.fr/wp-content/uploads/2020/09/iconDown.png);
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
  height: 25px;
  display: inline-block;
}
.file-download:not(.annual):not(.all):after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #f9c200;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-scpi-document-item {
  position: relative;
  -moz-text-align-last: left;
       text-align-last: left;
  display: block;
  padding: 15px 50px 15px 15px;
  background: #fff;
  color: #0c0c0c;
  border-radius: 8px;
  margin: 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-transition: all 0.3;
  transition: all 0.3;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}
.single-scpi-document-item .icon-right {
  position: absolute;
  right: 16px;
  top: 16px;
}
.single-scpi-document-item .icon {
  font-size: 22px;
}
.single-scpi-document-item .icon.fa-file-pdf {
  color: #dd2328;
}

.plugin-link-yellow-btn {
  border-radius: 40px;
  background-color: #f9c200;
  background-image: none;
  border-width: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 35px;
  overflow: hidden;
  color: #353535;
  -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
}
.plugin-link-yellow-btn:hover {
  -webkit-box-shadow: 0 2px 25px 2px rgba(35, 45, 89, 0.5);
          box-shadow: 0 2px 25px 2px rgba(35, 45, 89, 0.5);
  background-color: #222c58;
  color: #fff;
}

.plugin-yellow-btn {
  border-radius: 40px;
  background-color: #f9c200;
  background-image: none;
  border-width: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 35px;
  overflow: hidden;
  color: #444;
  -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
  position: relative;
}
.plugin-yellow-btn:hover:after {
  opacity: 1;
}
.plugin-yellow-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
}

.cheeck2 {
  cursor: pointer;
}

@media (max-width: 700px) {
  .chartEvolution {
    height: 450px !important;
  }
}
.chartEvolution {
  height: 450px;
  width: 1000px;
}

@media (max-width: 700px) {
  .chartOccupation {
    height: 450px !important;
  }
}
.chartOccupation {
  height: 450px;
  width: 1000px;
}

@media (max-width: 700px) {
  .chartDemembrement {
    height: 450px !important;
  }
}
.chartDemembrement {
  height: 450px;
  width: 1000px;
}

.comparator-scpi-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 25px;
}

.cheeck {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  margin: 0px auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  vertical-align: middle;
}
.cheeck:hover input ~ .checkmark {
  background-color: #ccc;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.cheeck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.cheeck input:checked ~ .checkmark {
  background-color: #f5c204;
  border-color: #f9c200;
}
.cheeck input:disabled ~ .checkmark {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
}
.cheeck input:checked ~ .checkmark:after {
  display: block;
}
.cheeck .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #7d938a;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.cheeck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comparateur-scpi .dataTable-search {
  float: left !important;
}
.comparateur-scpi .dataTable-search .dataTable-input {
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #cacaca;
  /*
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: searchfield;

        &::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
        }*/
}
.comparateur-scpi .dataTable-compare {
  float: right !important;
}
.comparateur-scpi table#js-data-table tr.selected {
  background-color: rgb(244, 245, 248);
}
.comparateur-scpi table#js-data-table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}
.comparateur-scpi table#js-data-table > tbody > tr > td {
  vertical-align: middle;
}
.comparateur-scpi table#js-data-table th a {
  padding-right: 14px;
  line-height: 16px;
  font-size: 9pt;
  text-transform: uppercase;
}

.c {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.c div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: rgb(69, 26, 221);
  -webkit-animation: c 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: c 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.c div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}

.c div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}

.c div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes c {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes c {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.comparator-datatable-scpi {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
}
.comparator-datatable-scpi tfoot {
  position: sticky;
  z-index: 1;
  inset-block-end: 5px;
}
.comparator-datatable-scpi tr:last-child td {
  border-bottom: none;
}
.comparator-datatable-scpi tr:first-child td {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comparator-datatable-scpi tr {
  border-bottom: solid 1px #e9eaea;
}
.comparator-datatable-scpi #comparator-datatable-scpi tr .row-selected {
  background: rgba(249, 227, 150, 0.733);
}
.comparator-datatable-scpi td:nth-child(1) {
  border-left: solid 2px #e9eaea;
}
.comparator-datatable-scpi td:last-child {
  border-right: solid 2px #e9eaea;
}
.comparator-datatable-scpi th {
  background-color: #f2f4f7;
  border: solid 2px #e9eaea;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.comparator-datatable-scpi td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.comparator-datatable-scpi td:nth-child(1),
.comparator-datatable-scpi td:nth-child(2) {
  text-align: left;
  padding-left: 50px;
}
.comparator-datatable-scpi .filter-body tr {
  background-color: #e9eaea;
  height: 40px;
  border-right: solid 2px #e9eaea;
  border-left: solid 2px #e9eaea;
}
.comparator-datatable-scpi .filter-body tr td {
  border: none;
  padding: 6px;
}
.comparator-datatable-scpi tr.hide-row {
  display: none;
}

.search-scpi-comparator {
  border-radius: 8px;
  border: 1px solid #5e677d;
  width: 200px;
  padding: 6px 9px;
  outline: none;
  margin: 0px 0px 14px 14px;
}

.comparator-scpi-search {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 14px;
}
.comparator-scpi-search .comparator-scpi-search-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar {
  padding: 7px 14px 7px 35px;
  border: 2px solid #d5d7e4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #505050;
  font-weight: 600;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar::-webkit-input-placeholder {
  color: #d5d7e4;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar::-moz-placeholder {
  color: #d5d7e4;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar:-ms-input-placeholder {
  color: #d5d7e4;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar::-ms-input-placeholder {
  color: #d5d7e4;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar::placeholder {
  color: #d5d7e4;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar:focus {
  border-color: #f9c100;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .comparator-scpi-search-search-bar:focus + .icon {
  color: #f9c100;
}
.comparator-scpi-search .comparator-scpi-search-wrapper .icon {
  color: #d5d7e4;
  position: absolute;
  left: 14px;
}

.dataMobile {
  display: none;
}

@media (max-width: 1150px) {
  .comparator-datatable-scpi th:nth-child(3),
  .comparator-datatable-scpi td:nth-child(3) {
    display: none;
  }
  .comparator-datatable-scpi td:nth-child(2),
  .comparator-datatable-scpi td:nth-child(3) {
    text-align: left;
    padding-left: 10px;
  }
}
@media (max-width: 700px) {
  .mkCharts {
    display: none;
  }
  .dataMobile {
    display: inline-block;
  }
  td:first-child {
    display: block;
  }
  .comparator-datatable-scpi {
    margin-top: 20px;
    border: 2px solid #ccc;
  }
  .comparator-datatable-scpi td:last-child {
    display: table-cell;
    vertical-align: top;
  }
  .comparator-datatable-scpi th:nth-child(3),
  .comparator-datatable-scpi td:nth-child(3) {
    display: block;
  }
  .comparator-datatable-scpi tr {
    border-bottom: solid 2px #ccc;
  }
  .comparator-datatable-scpi .filter-body {
    display: none;
  }
  .comparator-datatable-scpi thead {
    display: none;
  }
  .comparator-datatable-scpi tr {
    margin-bottom: 15px;
  }
  .comparator-datatable-scpi tr td {
    border: none;
  }
  .comparator-datatable-scpi td {
    display: block;
    font-weight: bold;
    text-align: left;
  }
  .comparator-datatable-scpi td:nth-child(1) {
    padding-left: 10px;
    border-left: none;
  }
  .comparator-datatable-scpi td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .comparator-datatable-scpi td:nth-child(1):before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .comparator-datatable-scpi td:nth-child(3):after,
  .comparator-datatable-scpi td:nth-child(4):after {
    content: attr(data-label2);
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
  }
  .compare-btn {
    font-size: 17px;
    position: fixed;
    padding: 15px 0px;
    background-image: none;
    border-width: 0;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    font-size: 16px;
    color: #444 !important;
    background-color: #f9c200;
    height: 100%;
  }
  .compare-btn.pulse {
    -webkit-animation: pulse-animation 2s infinite;
            animation: pulse-animation 2s infinite;
  }
  @-webkit-keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  }
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  }
  .compare-btn:disabled {
    font-size: 16px;
    color: #444 !important;
    -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
            box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2) !important;
    background-color: #f9c200;
    cursor: no-drop;
    height: 100%;
  }
  .simulate-btn {
    float: left;
    position: fixed;
    padding: 15px 0px;
    background-image: none;
    border-radius: 50px;
    border-width: 0;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 700;
    font-size: 16px;
    background-color: #26d1a9;
    border-width: 0;
  }
  .simulate-btn:disabled {
    cursor: no-drop;
  }
  .filter-body {
    display: none;
  }
  .compareOnOff {
    float: right;
  }
}
.pagination {
  padding: 11px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  margin: 1% 35%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#numbers {
  padding: 0;
  margin: 0 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#numbers li a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: 600;
}

#numbers li a:hover {
  opacity: 1;
}

#numbers li a.active {
  opacity: 1;
  background: #e9eaea;
  color: #333;
  border-radius: 10px;
  font-weight: 600;
}

.float-right {
  float: right !important;
  margin-right: 5px;
}

.scpi-comparator-name {
  text-align: left;
}

.label-search-comparator {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.search-section-comparator {
  display: inline-block;
}

.compare-tooltip:before, .compare-tooltip:after {
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.compare-tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #353535 transparent transparent transparent;
  top: -11px;
  left: 3px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.compare-tooltip:after {
  content: attr(data-tooltip-compare);
  color: #fff;
  background: #353535;
  width: 168px;
  height: 69px;
  font-size: 10px;
  font-weight: 500;
  top: -77px;
  right: -32px;
}
@media (max-width: 700px) {
  .compare-tooltip:after {
    right: 0px;
  }
}
.compare-tooltip:after {
  padding: 5px 10px 10px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
}
.compare-tooltip:hover::before, .compare-tooltip:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  visibility: visible;
}

.compare-button-cursor,
.simulate-button-cursor {
  cursor: pointer;
}

.compare-button-tooltip,
.simulate-button-tooltip {
  cursor: no-drop;
}
.compare-button-tooltip:before, .compare-button-tooltip:after,
.simulate-button-tooltip:before,
.simulate-button-tooltip:after {
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.compare-button-tooltip:before,
.simulate-button-tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #353535 transparent transparent transparent;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  margin-top: -8px;
  margin-left: 10px;
}
.compare-button-tooltip:after,
.simulate-button-tooltip:after {
  content: attr(data-tooltip-compare);
  color: #fff;
  background: #353535;
  width: 168px;
  height: 60px;
  font-size: 10px;
  font-weight: 500;
  margin-top: -65px;
}
@media (max-width: 700px) {
  .compare-button-tooltip:after,
  .simulate-button-tooltip:after {
    right: 0px;
  }
}
.compare-button-tooltip:after,
.simulate-button-tooltip:after {
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
}
.compare-button-tooltip:hover::before, .compare-button-tooltip:hover::after,
.simulate-button-tooltip:hover::before,
.simulate-button-tooltip:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  visibility: visible;
}

.compareOnOff {
  position: relative;
  width: 39px;
}

.compareOnOff input[type=checkbox] {
  display: none;
}

.compareOnOff-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.compareOnOff-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.compareOnOff-inner:before,
.compareOnOff-inner:after {
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 14px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compareOnOff-inner:before {
  content: "";
  padding-left: 12px;
  background-color: #f9c200;
}

.compareOnOff-inner:after {
  content: "";
  padding-right: 12px;
  background-color: #ebebeb;
  color: #888888;
  text-align: right;
}

.compareOnOff-switch {
  width: 19px;
  height: 19px;
  margin: -2.5px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.compareOnOff-cb:checked + .compareOnOff-label .compareOnOff-inner {
  margin-left: 0;
}

.compareOnOff-cb:checked + .compareOnOff-label .compareOnOff-switch {
  right: 0;
}

.btn-group-comparator {
  float: right;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.btn-group-comparator2 {
  float: right;
  z-index: 2;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 700px) {
  #btn-group-comparator3,
  #btn-group-comparator1 {
    display: none;
  }
  #search-section-comparator {
    display: none;
  }
  .btn-group-comparator,
  .btn-group-comparator2 {
    right: 15px;
    z-index: 2;
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 80%;
  }
}
.btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.or {
  position: relative;
  float: left;
  height: 2.57142em;
  z-index: 3;
}

.or:before {
  /* position: absolute; */
  text-align: center;
  /* border-left: 1px solid #61cfb6; */
  border-radius: 500rem;
  content: "ou";
  /* top: 50%; */
  /* left: 50%; */
  background-color: #e9eaea;
  text-shadow: none;
  /* margin-top: -10px; */
  /* margin-left: -20px; */
  /* width: 35px; */
  height: 35px;
  line-height: 35px;
  color: #294569;
  font-style: normal;
  font-weight: 700;
  /* margin-right: 0px; */
  width: 50px;
  display: block;
}

.compare-btn {
  float: right;
  border-width: 0;
  padding: 15px 0px;
  background-image: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-width: 0;
  padding-left: 28px;
  padding-right: 17px;
  font-weight: 700;
  font-size: 16px;
  color: #444 !important;
  background-color: #f9c200;
  width: 143px;
  height: 39px;
}
.compare-btn.pulse {
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}
@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.compare-btn:disabled {
  background-image: none;
  font-size: 16px;
  color: #444 !important;
  -webkit-box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0) !important;
  cursor: no-drop;
  height: 100%;
}

.simulate-btn {
  float: right;
  padding: 15px 0px;
  background-image: none;
  text-decoration: none;
  border: 1px solid #7d938a;
  background-color: #fff;
  color: #7d938a !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 27px;
  padding-right: 32px;
  font-weight: 700;
  font-size: 16px;
  width: 120px;
  height: 39px;
}
.simulate-btn:disabled {
  cursor: no-drop;
}

.loader-page {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.loader-page .loader-page-wrapper {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 10px solid #7d938a;
  border-top-color: #f9c200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}

.hidden {
  display: none;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.under-navigation-comparator {
  top: 26.1%;
}

.bottom-navigation-comparator-section {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1209px;
}

@media (max-width: 700px) {
  .bottom-navigation-comparator {
    background-color: transparent;
  }
}
.bottom-navigation-comparator {
  margin: 5px 0px 0px 5px;
  width: 97%;
  max-width: 1209px;
  margin-right: auto;
  margin-left: auto;
  display: none;
  position: fixed;
  bottom: 0;
}
@media (max-width: 765px) {
  .bottom-navigation-comparator {
    bottom: 60px;
  }
}
.bottom-navigation-comparator {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #f2f4f7;
  z-index: 10;
  padding: 10px;
  border: solid 2px #e9eaea;
}

.hidden_sort {
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table_color {
  background-color: #e5f8f3;
  color: #263b5e;
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 20px 20px 0px 0px;
  border: none !important;
  border-right: 5px solid #f9f9f9 !important;
  border-left: 5px solid #f9f9f9 !important;
  padding: 3%;
  border-color: #7d938a;
}
.table_color a {
  color: #263b5e;
  font-weight: 600;
}

.rép-scpis {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}
.rép-scpis .rép-scpi {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 25%;
}
@media (max-width: 900px) {
  .rép-scpis .rép-scpi {
    width: 100%;
  }
}
.rép-scpis .rép-scpi {
  word-break: break-word;
  overflow-wrap: break-word;
}

.chart-single-scpis {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}
.chart-single-scpis .chart-single-scpi h4 {
  color: #294161;
  font-size: 25px;
  font-weight: 700;
}
.chart-single-scpis .chart-single-scpi {
  background-color: #f9f9f9;
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  width: 25%;
}
@media (max-width: 900px) {
  .chart-single-scpis .chart-single-scpi {
    width: 100%;
  }
}
.chart-single-scpis .chart-single-scpi {
  word-break: break-word;
  overflow-wrap: break-word;
}

.compare-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.compare-results .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33%;
}
@media (max-width: 900px) {
  .compare-results .result-item {
    width: 100%;
  }
}
.compare-results .result-item a {
  color: #2f4264;
}
.compare-results .result-item h2 span {
  color: #7d938a;
}
.compare-results .result-item .sg-comparator a {
  color: #059877;
}
.compare-results .result-item .item-value {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px 0;
  color: #2f4264;
  position: relative;
}
.compare-results .result-item .item-value i {
  font-size: 18px;
}
.compare-results .result-item .item-value a,
.compare-results .result-item .item-value a:visited,
.compare-results .result-item .item-value a:focus {
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.compare-results .result-item .item-value a:hover:before,
.compare-results .result-item .item-value a:visited:hover:before,
.compare-results .result-item .item-value a:focus:hover:before {
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  width: 100%;
  top: -4px;
  right: 0px;
}
.compare-results .result-item .item-value a:before,
.compare-results .result-item .item-value a:visited:before,
.compare-results .result-item .item-value a:focus:before {
  z-index: -1;
  background-color: rgba(9, 186, 146, 0.33);
  content: "";
  display: block;
  height: 126%;
  width: calc(100% - 4px);
  right: -1px;
  position: absolute;
  top: -26%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.compare-results .result-item .chart-compare-title a {
  color: #263b5e;
}
@media (max-width: 900px) {
  .compare-results {
    gap: 50px;
  }
}

.scpi-card {
  position: relative;
  max-width: 400px;
  width: 100%;
  border-radius: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scpi-card.scpi-card-color-1 {
  background: rgba(238, 238, 238, 0.3);
  color: #353535;
}

.compare-item-card {
  position: relative;
  padding-bottom: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.compare-item-card .result-item {
  padding: 40px 40px 20px 20px;
}
.compare-item-card h2 {
  border-bottom: solid 2px #d5d5d5;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 10px 0px;
  text-align: center;
}
.compare-item-card i {
  font-size: 17px;
}
.compare-item-card svg {
  width: 25px;
  vertical-align: sub;
}
.compare-item-card .scpi-svg {
  width: 40px;
  vertical-align: sub;
}

.compare-item-card-graph {
  position: relative;
  padding-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  margin-bottom: 80px;
}
.compare-item-card-graph .result-item {
  padding: 40px 40px 20px 20px;
}
.compare-item-card-graph h2 {
  border-bottom: solid 2px #d5d5d5;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 10px 0px;
  text-align: center;
}
.compare-item-card-graph i {
  font-size: 17px;
}
.compare-item-card-graph svg {
  width: 25px;
  vertical-align: sub;
}
.compare-item-card-graph .scpi-svg {
  width: 40px;
  vertical-align: sub;
}

.compare-item-card-cercle {
  position: relative;
  padding-bottom: 20px;
  border-radius: 10px;
  width: 33.33%;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  margin-bottom: 80px;
}
.compare-item-card-cercle .result-item {
  padding-right: 20px;
}
.compare-item-card-cercle h2 {
  border-bottom: solid 2px #f1f1f1;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 10px 0px;
}
.compare-item-card-cercle svg {
  width: 25px;
  vertical-align: sub;
}
.compare-item-card-cercle .scpi-svg {
  width: 40px;
  vertical-align: sub;
}

.title-scpi-compare {
  font-size: 21px;
  padding: 10px 0px;
  border-bottom: solid 2px #f1f1f1;
  text-align: center;
  margin-bottom: 30px;
}
.title-scpi-compare a {
  color: #263b5e;
}

.scpi-card-compare {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: relative;
  width: 250px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}
.scpi-card-compare .angry-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  gap: 0px;
  height: 100%;
}
.scpi-card-compare #item-0 {
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
  margin: -2px 0px 5px 0px;
}
.scpi-card-compare #item-0 span {
  font-size: 18px;
  font-weight: 900;
}
.scpi-card-compare #item-1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
  text-align: center;
}
.scpi-card-compare #item-1 svg {
  width: 37px;
  margin-top: 15px;
}
.scpi-card-compare #item-2 {
  margin: 5px 0px 0px 0px;
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}
.scpi-card-compare #item-2 span {
  font-weight: 600;
}

.comparateur-scpi-wrapper {
  background-color: #ffffff;
}

.mkc_circle {
  -webkit-animation: mck_progress 1000ms ease-in-out;
          animation: mck_progress 1000ms ease-in-out;
}

@-webkit-keyframes mck_progress {
  0% {
    stroke-dasharray: 0, 100;
  }
}

@keyframes mck_progress {
  0% {
    stroke-dasharray: 0, 100;
  }
}
/* Layout styles only, not needed for functionality */
.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.scpi-video-cover {
  width: 100%;
  max-height: 340px;
}
@media (max-width: 767px) {
  .scpi-video-cover {
    margin-bottom: 20px;
  }
}
.scpi-video-cover .scpi-video-cover-wrapper {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  height: 340px;
  border: 1px solid #eaeaea;
}
.scpi-video-cover .scpi-video-cover-wrapper:not(.loaded) {
  height: 100%;
}
.scpi-video-cover .scpi-video-cover-wrapper {
  /*&:not(.loaded):after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 130px;
    height: 130px;
    background: radial-gradient(
      circle,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0.75) 35%,
      rgba(0, 177, 139, 0) 100%
    );
    z-index: 1;
    border-radius: 100%;
  }*/
}
.scpi-video-cover .scpi-video-cover-wrapper img {
  width: 100%;
  display: block;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  background: #f9c202;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action:hover {
  background: #02a37d;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action:hover:before {
  background: #02a37d;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action:hover .icon {
  font-size: 26px;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f9c202;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-cover-action .icon {
  display: block;
  position: relative;
  color: #fff;
  z-index: 3;
  font-size: 23px;
  margin-left: 5px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-iframe-wrapper {
  height: 100%;
}
.scpi-video-cover .scpi-video-cover-wrapper .scpi-video-iframe-wrapper .scpi-video-iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 767px) {
  .societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__track.loading {
    max-height: 238px;
  }
  .societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__track.loading:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .societe-gestion-carousel .societe-gestion-carousel-wrapper .glide__track.loading:after {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #f9c200;
    border-right-color: transparent;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite;
    z-index: 3;
  }
}
.scpi-articles-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.scpi-articles-pagination.loading {
  min-height: 49px;
  background: url(../img/preloader.gif) no-repeat center 17px;
  text-align: center;
}
.scpi-articles-pagination.loading .load-more {
  display: none;
}
.scpi-articles-pagination .load-more {
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  background-image: none;
  border-radius: 50px;
  border-width: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-appearance: none;
  background-color: #f7f7f7;
  color: #747474;
  text-decoration: none;
}
.scpi-articles-pagination .load-more:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.scpi-articles-pagination .load-more .button_icon {
  padding: 11px 12px;
  background: none;
  display: block;
  float: left;
}
.scpi-articles-pagination .load-more .button_label {
  padding: 11px 20px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .card-societe-de-gestion .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sin-societe-de-gestion .sin-societe-de-gestion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-scpi .single-scpi-wrapper .single-scpi-hero .single-scpi-hero-content {
    margin-top: 30px;
  }
  .single-scpi .single-scpi-wrapper .charts-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-scpi .single-scpi-wrapper .method-scpi-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-scpi .single-scpi-wrapper .table-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-scpi .single-scpi-wrapper .section-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-infos .image {
    display: block;
  }
  .sin-societe-de-gestion .sin-societe-de-gestion-content .sin-societe-de-gestion-table .image {
    display: none;
  }
}
.table-wrapper {
  overflow-x: auto;
}

/* NEW SCPI CARD */
.scpi-card-v2 {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  text-align: initial;
  background-color: #ffffff;
}
.scpi-card-v2.with-shadow {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(40, 59, 94, 0.56);
          box-shadow: 0px 0px 9px 0px rgba(40, 59, 94, 0.56);
}
.scpi-card-v2.without-border {
  border: none;
}
.scpi-card-v2 .scpi-card-v2-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scpi-card-v2 .scpi-card-v2-wrapper > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header {
  padding: 20px 17px 10px;
  text-align: left;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-name {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b2451;
  margin-bottom: 5px;
  padding-right: 35px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-name .selected-icon {
  position: relative;
  color: #f1bc00;
  margin-right: 3px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-name:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  top: calc(50% - 9px);
  right: 7px;
  z-index: 0;
  color: #1b2451;
  pointer-events: none;
  font-size: 18px;
  -webkit-transition: 200ms ease-out 0s;
  transition: 200ms ease-out 0s;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-name2 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b2451;
  padding-right: 35px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-name2 .selected-icon {
  position: relative;
  color: #f1bc00;
  margin-right: 3px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-sg-name {
  display: inline-block;
  color: #1b2451;
  line-height: 1;
  font-size: 13px;
  padding: 0px 5px 8px;
  border-radius: 4px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-isr-label {
  position: relative;
  display: table;
  background: #c1e6fb;
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 4px;
  color: #1b2451;
  font-size: 13px;
  margin-top: 5px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header .scpi-card-v2-isr-label:before {
  content: "";
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 3px;
  left: 0;
  position: absolute;
  margin-left: 5px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 {
  padding: 8px 17px 10px;
  text-align: left;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-name {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b2451;
  margin-bottom: 5px;
  padding-right: 35px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-name .selected-icon {
  position: relative;
  color: #f1bc00;
  margin-right: 3px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-name:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  top: calc(50% - 9px);
  right: 7px;
  z-index: 10;
  color: #1b2451;
  pointer-events: none;
  font-size: 18px;
  -webkit-transition: 200ms ease-out 0s;
  transition: 200ms ease-out 0s;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-name2 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b2451;
  margin-bottom: -10px;
  padding-right: 35px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-name2 .selected-icon {
  position: relative;
  color: #f1bc00;
  margin-right: 3px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-sg-name {
  display: inline-block;
  color: #1b2451;
  line-height: 1;
  font-size: 13px;
  padding: 0px 5px 8px;
  border-radius: 4px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-isr-label {
  position: relative;
  display: table;
  background: #c1e6fb;
  padding-left: 30px;
  padding-right: 10px;
  border-radius: 4px;
  color: #1b2451;
  font-size: 13px;
  margin-top: 5px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-header2 .scpi-card-v2-isr-label:before {
  content: "";
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: 3px;
  left: 0;
  position: absolute;
  margin-left: 5px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content {
  padding: 10px 17px 10px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items .scpi-card-v2-content-item {
  text-align: center;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items .scpi-card-v2-content-item .scpi-card-v2-content-item-label {
  display: block;
  font-size: 11px;
  color: #1b2451;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items .scpi-card-v2-content-item .scpi-card-v2-content-item-label:hover {
  color: #1b2451;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items .scpi-card-v2-content-item .scpi-card-v2-content-item-value {
  display: inline-block;
  color: #7d938a;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  background: rgba(125, 147, 138, 0.15);
  padding: 5px 8px;
  border-radius: 4px;
  min-width: 140px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-items .scpi-card-v2-content-item .scpi-card-v2-content-item-value.yellow-value {
  color: #f9c200;
  background: rgb(255, 248, 222);
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info {
  display: block;
  margin-bottom: 3px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info :last-child {
  margin-bottom: 10px;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info.green-info .scpi-card-v2-content-info-label {
  color: #7d938a;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info.green-info .scpi-card-v2-content-info-value {
  color: #7d938a;
  background: rgba(1, 172, 133, 0.22);
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info.blue-info .scpi-card-v2-content-info-label {
  color: #1b2451;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info.blue-info .scpi-card-v2-content-info-value {
  color: #1b2451;
  background: rgba(27, 36, 81, 0.169);
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info .scpi-card-v2-content-info-label {
  display: inline;
  font-size: 11px;
  color: #f9c200;
  font-weight: 700;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-content .scpi-card-v2-content-info .scpi-card-v2-content-info-value {
  display: inline;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 4px;
  color: #f9c200;
  background: rgba(249, 194, 0, 0.21);
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ebebeb;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  color: #353535;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer.sg-footer {
  padding: 10px 17px 10px;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn {
  padding: 10px 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #1b2451;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  -webkit-transition: 200ms ease-out 0s;
  transition: 200ms ease-out 0s;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn span {
  -webkit-transition: 200ms ease-out 0s;
  transition: 200ms ease-out 0s;
  display: block;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn:hover {
  color: #1b2451;
  -webkit-box-shadow: inset 0px -11px 8px -10px #1b2451;
          box-shadow: inset 0px -11px 8px -10px #1b2451;
  border-bottom-color: #1b2451;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn:hover span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn.yellow-footer-item:hover {
  color: #f1bc00;
  -webkit-box-shadow: inset 0px -11px 8px -10px #f1bc00;
          box-shadow: inset 0px -11px 8px -10px #f1bc00;
  border-bottom-color: #f1bc00;
}
.scpi-card-v2 .scpi-card-v2-wrapper .scpi-card-v2-footer .scpi-card-v2-footer-item-btn:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.scpi-card-v2 .scpi-card-v2-wrapper:hover .scpi-card-v2-header .scpi-card-v2-name {
  color: #1b2451;
}
.scpi-card-v2 .scpi-card-v2-wrapper:hover .scpi-card-v2-header .scpi-card-v2-name:after {
  color: #f1bc00;
  right: 0px;
}

.isr-before:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 162.6 160.5' xmlns:v='https://vecta.io/nano'%3E%3Ccircle cx='81.3' cy='80.3' r='79' fill='%23fff'/%3E%3Cpath d='M42.7 63.6c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm0 0c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm0 0c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm17.5-5.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm17.2 1.1c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm-17.2-1.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm-17.5 5.1c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm34.7-4c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm-34.7 4c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm17.5-5.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm17.2 1.1c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm-.3 24.1c-.8-.1-1.7 0-2.5 0-4.4 0-4.4 0-4.4 4.5s0 4.5 4.5 4.5c.8 0 1.7.1 2.5 0 2.6-.2 4.3-2.1 4.2-4.6s-1.8-4.2-4.3-4.4zm0 0c-.8-.1-1.7 0-2.5 0-4.4 0-4.4 0-4.4 4.5s0 4.5 4.5 4.5c.8 0 1.7.1 2.5 0 2.6-.2 4.3-2.1 4.2-4.6s-1.8-4.2-4.3-4.4zM60.2 58.5c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm-17.5 5.1c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm34.7-4c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm77.8-7.9c-1.8-4.6-3.8-9-6.6-13-.4-.6-.8-1.1-1.2-1.7-.6 1.1-.1 2.1.1 3.2 1.2 6.6 1.7 13.3.4 20-2.9 15.2-15.1 23.2-29.5 24.8 10.2-9.9 17.5-21.6 20.8-35.7 1.4-6.1 1.6-12.2.3-18.4-.1-.7-.2-1.6-1.1-1.5-.7.1-.6 1-.6 1.7-.1 2.2-.1 4.4-.3 6.5-1.8 15.7-8.7 28.9-19.3 40.3-4.1 4.4-8.9 8.1-13.8 11.5 1.4-1 2.8-2.1 4-3.3 3-2.9 3.1-3.3 1.2-7-3.2-6.2-4.2-12.5-2.1-19.3 1.2-3.9 3.1-7.5 5.5-10.8 3.3-4.4 6.5-8.8 9.4-13.5 2.9-4.5 5.5-9.2 7.4-14.2.4-.9 1-1.9.6-3 0-.1 0-.1-.1-.2-14.8-11-30.9-16.7-48.6-16.6h-1.2c-2.9.1-5.9.3-9 .6-1.1.1-2.3.3-3.4.5H68c-.4.1-.7.1-1.1.2-16.2 2.9-30.4 10.5-42 22.6l-.6.6c-.3.3-.5.6-.8.8-.9 1-1.8 2-2.6 3-.4.5-.8.9-1.2 1.4-.2.2-.4.5-.6.7C8 46.1 2.4 62.3 2.5 80.2v.8c0 3.1.3 6.3.7 9.5.2 1.7.4 3.5.8 5.2 3.4 18.3 12.5 33.5 27 45.6 11.7 9.9 25.3 15.7 40.5 17.6.1 0 .3 0 .4.1.2 0 .4 0 .5.1.4 0 .7.1 1 .1 1.4.1 1.4-.4 1.4-2.6-.1-8.2 3.2-15.1 8.7-21 2.5-2.7 5.9-3.8 9.1-5.3 4.2-1.9 6.8-5.1 7.3-9.7.2-1.6.3-3.2.5-4.8.4-2.7.4-5.6 2.8-7.6.8-.6 1.6-1.2 2.6-.7 1 .4 1.4 1.3 1.5 2.3.1 1.3.1 2.7.1 4.1.1 4.1-.3 8.2-.6 12.5 1.8-.3 2.8-1.3 3.4-2.7 1.7-3.9 3.1-7.9 3-12.3-.1-2.5-.1-5 0-7.5 0-1.2.3-2.5 1.7-2.7s1.6-.9 1.9-2c.2-.9.6-1.7 1-2.5.6-1.2 1.7-1.6 2.7-.9 1.1.8 1.3.2 1.6-.6.8-1.7 1.5-3.4 2.9-4.8 1.3-1.2 2.2-1 2.6.7.2.7.3 1.5.3 2.3v12.8c0 .6-.3 1.4.5 1.7s1.3-.4 1.8-.9c.4-.4.8-.9 1.2-1.3 1.7-1.7 3.5-3.2 6-3.7.7-.1 1.4-.5 2 .2s0 1.4-.4 1.9c-2.5 2.8-3.8 6.3-4.9 9.8-3.1 9.8-8.6 17.9-16.2 24.8-5.3 4.8-11.5 8.5-17.6 12.1-3 1.7-4.5 4.4-5.6 7.9v.1l6.7-1.4c45.8-12.1 71-61.4 53.8-105.7zm-86.8 5.4c1.5-2.8 4.8-3.8 7.9-2.5 3 1.3 3.8 4.8 3.6 7.3-.1.7-.6.6-1 .6h-4.1c-1.2 0-2.5.1-3.7 0-1.4-.1-1.5.6-1.2 1.6.7 3.3 4.2 4.6 7.1 2.6 1-.7 1.6-.7 2.2.2.7 1-.5 1.3-1 1.6-4.6 3.2-10.3.4-10.7-5.2-.2-2.1-.2-4.2.9-6.2zM41 56.5c-1.7-.5-3.6-.8-5.1.6-.9.9-1.3.3-1.8-.2-.8-.8 0-1.1.4-1.5 2.1-1.9 7.1-1.8 9.2.2 1 .9 1.3 2 1.3 3.3v4.8c0 1.5-.1 3 0 4.4.1 1.8-1.4 1.8-1.9 1.3-.9-1.1-1.4-.3-2.1 0-1.8.6-3.7.6-5.5-.1-1.7-.7-2.7-2.3-2.6-4.3.1-1.9 1.3-3.4 3.2-3.9 1.4-.4 2.8-.2 4.2-.4.8-.1 2.1.8 2.3-.8.3-1.5 0-2.9-1.6-3.4zm-18.4 55.9c-1.6-.2-3.8.7-4.8-.4-1-1-.3-3.1-.3-4.7V94.9v-16c0-1.3.3-1.7 1.6-1.7 5.3-.1 5.3-.1 5.3 5.1v28.2c0 1.6-.4 2.1-1.8 1.9zm6-42.9c-3.5 0-7.1-.1-10.6 0-1.3 0-1.6-.4-1.6-1.7.1-3.2 0-6.3 0-9.5V49c0-.8-.1-1.6 1.2-1.7 1.4 0 1.4.8 1.4 1.7v16.2c0 1.4.3 2 1.8 1.9 2.6-.1 5.2 0 7.7 0 .8 0 1.7-.2 1.7 1.2s-.9 1.2-1.6 1.2zm22.9 41c-5.4 3.6-15.2 3-20.2-1.2-1-.8-1.4-1.5-.2-2.4.2-.1.3-.3.4-.4.9-.9 1.6-2 2.7-2.5 1.2-.5 2 1 3.1 1.5 2.8 1 5.6 1.4 8.5.7 2.1-.5 3.3-2.1 3.3-4 0-2.1-1.1-3.4-3.3-3.8-2.1-.4-4.2-.6-6.3-1.1-5.3-1.1-7.9-4.1-8.1-9.1-.1-5.3 2.8-9.3 7.8-10.6 1.6-.4 3.2-.6 4.8-.5 3.7-.1 7.1.8 10.1 3.2.9.7 1 1.2 0 1.9-.3.2-.6.5-.8.8-.8.8-1.4 1.8-2.4 2.2-1.1.5-1.8-.9-2.8-1.3-2.2-.7-4.4-1-6.6-.5-2 .5-3.4 2.3-3.4 4.2 0 1.7 1.3 3.1 3.3 3.5 2.3.5 4.6.7 6.8 1.2 4 .8 6.7 3.1 7.4 7.2.9 4.4 0 8.3-4.1 11zm11.1-44.9c-.9 3.6-4.6 5.2-8 3.5-.6-.3-1.3-1.5-1.7.2-.1.2-1.1.1-1.6.1-.6-.1-.5-.7-.5-1.1V48.6c0-.8.3-1.1 1.1-1.1.9 0 1.3.3 1.3 1.2v6.9c.8-.4 1.2-.8 1.7-1 3.2-1.5 6.9.2 7.8 3.6.6 2.5.6 5-.1 7.4zm20.2 46.8c-1 0-1.3-.6-1.7-1.3l-5.5-11.3c-.6-1.2-4.3-2.1-5.2-1.3-.5.4-.3 1-.3 1.5v10.8c0 1.1-.2 1.6-1.5 1.5s-2.7-.1-4 0-1.5-.4-1.5-1.6V78.6c0-.8 0-1.5 1.2-1.5 4.9.2 9.8-.3 14.7.3s8.2 3.7 9.2 8.3-.8 8.4-5.2 11c-1.1.6-.7 1.1-.3 1.8l6.1 11.8c.3.6.5 1.1.9 1.9-2.5.2-4.7.2-6.9.2zm6.8-42.9c-2.9.4-4.6-1.1-4.7-4-.1-2.8 0-5.5 0-8.3v-8.3c0-.9.1-1.5 1.2-1.5 1.2 0 1.2.7 1.2 1.5v15.8c0 1.7.5 2.8 2.3 2.8.8 0 1 .4 1 1.1-.1.7-.4.8-1 .9zM77.1 83.7c-.8-.1-1.7 0-2.5 0-4.4 0-4.4 0-4.4 4.5s0 4.5 4.5 4.5c.8 0 1.7.1 2.5 0 2.6-.2 4.3-2.1 4.2-4.6s-1.8-4.2-4.3-4.4zm-5.1-23c.5.1 1 0 1.5 0h2.9c.8 0 1.2-.2 1-1.1-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.5.8 1.5.3 2.3.4zm-15.2-4.4c-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4-.6-1.6-1.7-2.3-3.4-2.2zm-16.6 6.2c-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.2 2.9-1.6 2.7-3.9-.1-2.1-1.8-.4-2.5-1zm37.2-2.9c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm-34.7 4c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm17.5-5.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm17.2 1.1c-.3-1.6-1-2.8-2.7-3.2s-3.2-.1-4.3 1.4c-.5.8-1 1.7-.7 2.5.4.8 1.4.3 2.1.4.5.1 1 0 1.5 0h2.9c1 0 1.4-.2 1.2-1.1zm-17.2-1.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm-17.5 5.1c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm0 0c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8zm17.5-5.1c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm0 0c-.6-1.6-1.7-2.3-3.4-2.2-1.7 0-2.7.8-3.1 2.3-.7 2.3-.7 4.5.1 6.8.5 1.5 1.6 2.2 3.2 2.2s2.6-.8 3.2-2.3c.4-1.1.3-2.3.4-3.4-.1-1.1 0-2.3-.4-3.4zm-17.5 5.1c-.1-2.2-1.8-.6-2.5-1.1-1.1 0-2.1-.1-3 .2-1.3.4-1.9 1.2-1.9 2.5 0 1.4.9 2.1 2.2 2.2.8.1 1.7.1 2.5 0 2-.1 2.9-1.4 2.7-3.8z' fill='%233299d5'/%3E%3Cpath d='M147.3 37c1 5.1 1.8 10.1 1.8 15.3-.1 16.9-9.2 28.5-25.6 32.3-2.2.5-4.4 1-6.6 1.2 15.5-15.5 25.6-33.1 21.8-55.9-.3 13.1-3.9 25.2-10.9 36.3-6.9 11.1-16.2 19.7-27.8 26.4.2-1 .8-1.2 1.2-1.5 2.8-2.1 5.8-4.1 8.1-6.8.8-1 1.5-1.9.6-3.3-6.9-11.6-4.9-22.4 2.8-32.7 5.6-7.6 11.2-15.3 15.2-23.9.9-2 1.8-4 2.3-6.1 1.5-3.6 1.6-7.4 1.4-11.3-.1-.5-.3-1 .4-1 6.8 8.7 11.6 18.3 14.7 28.9l.6 2.1z' fill='%23afc913'/%3E%3Cpath d='M141-1h0z' fill='%23339ad5'/%3E%3Cpath d='M132 6c-.1.3-.3.5-.4.8-.3-.4-.5-1-.2-1.4.2-.1.5.3.6.6z' fill='%23c5d55e'/%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23B' fill='%23fbfdfe'/%3E%3Cg fill='%23fafcfe'%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23C'/%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23D'/%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23E'/%3E%3C/g%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23B' fill='%233299d5'/%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23C' fill='%23329ad5'/%3E%3Cg fill='%23339ad5'%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23D'/%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23E'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='B' d='M81.4 88.1c.1 2.5-1.7 4.4-4.2 4.6-.8.1-1.7 0-2.5 0-4.5 0-4.5 0-4.5-4.5s0-4.5 4.5-4.5h2.5c2.4.2 4.1 1.9 4.2 4.4z'/%3E%3Cpath id='C' d='M60.6 61.9c-.1 1.2 0 2.3-.4 3.4-.6 1.5-1.6 2.2-3.2 2.3-1.6 0-2.7-.7-3.2-2.2-.8-2.3-.8-4.5-.1-6.8.5-1.5 1.5-2.3 3.1-2.3 1.7 0 2.8.6 3.4 2.2.4 1.1.3 2.3.4 3.4z'/%3E%3Cpath id='D' d='M40 67.5c-.8.1-1.7.1-2.5 0-1.3-.2-2.2-.8-2.2-2.2 0-1.3.6-2.2 1.9-2.5 1-.3 1.9-.2 3-.2.6.6 2.3-1.1 2.5 1.1.2 2.3-.7 3.6-2.7 3.8z'/%3E%3Cpath id='E' d='M76.4 60.7h-2.9H72c-.7-.1-1.7.4-2.1-.4s.2-1.8.7-2.5c1-1.6 2.6-1.8 4.3-1.4 1.6.4 2.3 1.7 2.7 3.2 0 .9-.4 1.1-1.2 1.1z'/%3E%3C/defs%3E%3C/svg%3E");
}

.scpi-card-v2-tooltip {
  position: relative;
}
.scpi-card-v2-tooltip:before, .scpi-card-v2-tooltip:after {
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.scpi-card-v2-tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #353535 transparent transparent transparent;
  top: -11px;
  left: 3px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.scpi-card-v2-tooltip:after {
  content: attr(data-tooltip);
  color: #fff;
  background: #353535;
  width: 280px;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  top: -42px;
  left: -9px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  visibility: hidden;
}
.scpi-card-v2-tooltip:hover::before, .scpi-card-v2-tooltip:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  visibility: visible;
}

.scpi-sg-carousel .loading {
  max-height: 255px;
}
.scpi-sg-carousel .loading:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.scpi-sg-carousel .loading:after {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #f9c200;
  border-right-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  z-index: 3;
}
.scpi-sg-carousel .scpi-card-v2 {
  margin: 25px auto;
}
.scpi-sg-carousel .splide__slide {
  padding: 8px;
}
.scpi-sg-carousel .splide__arrows .splide__arrow--prev {
  left: -1em;
}
.scpi-sg-carousel .splide__arrows .splide__arrow--next {
  right: -1em;
}

.scpi-comparator-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

/* NEW SCPI CARD V3 */
.scpi-card-v3 {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: initial;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(158, 158, 158, 0.56);
          box-shadow: 0px 0px 9px 0px rgba(158, 158, 158, 0.56);
}
.scpi-card-v3 .scpi-card-v3-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  /*a {
          height: 100%;
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          border-radius: 12px;
      }*/
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-header {
  background-color: #fbfbfb;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-header .scpi-card-v3-header-item {
  color: #85919c;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-header .scpi-card-v3-header-item .icon {
  font-size: 12px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-header .scpi-card-v3-header-item-separator {
  background: rgba(139, 150, 161, 0.44);
  width: 1.5px;
  height: 60%;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  border-top: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top {
  padding-top: 5px;
  margin-bottom: 10px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #353535;
  margin-bottom: 10px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-title .selected-icon {
  position: relative;
  color: #f1bc00;
  margin-right: 3px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-sg {
  display: block;
  color: #939ea8;
  line-height: 1;
  font-size: 13px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-tags .scpi-card-v3-content-tag {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #b5f8dc;
  background-color: #edf9ff;
  color: #3da7e3;
  border-color: #a5d2ec;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-top .scpi-card-v3-content-tags .scpi-card-v3-content-tag.green {
  background-color: #f2f4f5;
  color: #81968e;
  border-color: #a9b5b0;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item {
  width: 33.3333333333%;
  padding: 15px 7px 8px;
  color: #7d938a;
  background: rgba(125, 147, 138, 0.08);
  border-radius: 8px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item .scpi-card-v3-content-item-name,
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item .scpi-card-v3-content-item-extra {
  color: #263b5e;
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item .scpi-card-v3-content-item-value {
  display: block;
  line-height: 1;
  color: #1b2942;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0px;
  border-radius: 4px;
  margin-top: 4px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:first-child {
  width: 27%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #e9ebef;
  border-right: 1px solid rgba(1, 63, 164, 0.15);
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:first-child .scpi-card-v3-content-item-name {
  color: #263b5e;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:first-child .scpi-card-v3-content-item-value {
  color: #263b5e;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:nth-child(2) {
  width: 27%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(0, 221, 128, 0.078);
  margin-left: 0;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:nth-child(2) .scpi-card-v3-content-item-name,
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:nth-child(2) .scpi-card-v3-content-item-extra {
  color: #06cc78;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:nth-child(2) .scpi-card-v3-content-item-value {
  color: #06a763;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:last-child {
  width: 46%;
  margin-left: 5px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:last-child .scpi-card-v3-content-item-name,
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:last-child .scpi-card-v3-content-item-extra {
  color: #7d938a;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:last-child .scpi-card-v3-content-item-value {
  color: #7d938a;
}
@media only screen and (max-width: 450px) {
  .scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:first-child {
    width: 32%;
  }
  .scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:nth-child(2) {
    width: 32%;
  }
  .scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item:last-child {
    width: 36%;
  }
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-content .scpi-card-v3-content-bottom .scpi-card-v3-content-item-separator {
  background: rgba(139, 150, 161, 0.44);
  width: 1.5px;
  height: 60%;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 10px 15px 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions .scpi-card-v3-action {
  background: none;
  color: #294161;
  border: none;
  outline: inherit;
  padding: 8px 16px;
  background-color: #fff;
  color: #263b5e;
  border: 1px solid #263b5e;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
  line-height: 1.7;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions .scpi-card-v3-action.blue {
  background-color: #263b5e;
  border: 1px solid #263b5e;
  color: #fff;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions .scpi-card-v3-action.blue:hover {
  background-color: #3a4b76;
  border: 1px solid #3a4b76;
  color: #fff;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-actions .scpi-card-v3-action:hover {
  background-color: rgba(38, 59, 94, 0.1);
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-simulate {
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms ease-out 0s;
  transition: 200ms ease-out 0s;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.scpi-card-v3 .scpi-card-v3-wrapper .scpi-card-v3-simulate:hover {
  background-color: rgba(241, 188, 0, 0.1);
  border-bottom-color: #f1bc00;
}

.information-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  text-align: initial;
  background-color: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(158, 158, 158, 0.56);
          box-shadow: 0px 0px 9px 0px rgba(158, 158, 158, 0.56);
  font-size: 14px;
  text-align: justify;
}
.information-card .icon {
  color: #3eb5fa;
}

.snackbar {
  min-width: 250px;
  max-width: 80%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  z-index: 10;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.snackbar.show {
  visibility: visible;
  bottom: 80px;
  opacity: 1;
}

.product-disabled-banner {
  background: #f8f3d6;
  color: #967132;
  padding: 25px 40px;
}
@media screen and (max-width: 450px) {
  .product-disabled-banner {
    padding: 35px 0px 25px;
  }
  .product-disabled-banner .product-disabled-banner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-disabled-banner .product-disabled-banner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
.product-disabled-banner .product-disabled-banner-content {
  margin-bottom: 10px;
}
.product-disabled-banner .product-disabled-banner-content a {
  color: inherit !important;
  font-weight: 600;
  background-image: none !important;
}

.product-infos-table .product-infos-table-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border: 1px solid rgba(56, 71, 107, 0.12);
  margin: 0;
}
.product-infos-table .product-infos-table-item > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
}
.product-infos-table .product-infos-table-item > div:first-child {
  background: #f9f9f9;
}
.product-infos-table .product-infos-table-item > div:last-child {
  text-align: right;
}
.product-infos-table .product-infos-table-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.product-infos-table .product-infos-table-item:first-child > div {
  border-top-left-radius: 9px;
}
.product-infos-table .product-infos-table-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-infos-table .product-infos-table-item:last-child > div {
  border-bottom-left-radius: 9px;
}
.product-infos-table .product-infos-table-item:not(:first-child) {
  border-top: none;
}

.cta-card {
  max-width: 1000px;
  margin: 35px auto;
  padding: 2rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f0f2f1));
  background: linear-gradient(to bottom right, #ffffff, #f0f2f1);
  border: 1px solid #e3e8e6;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cta-card .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .cta-card .cta-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.cta-card .cta-content .cta-advisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-card .cta-content .cta-advisor .cta-advisor-image {
  width: 7rem;
  height: 7rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e3e8e6;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.cta-card .cta-content .cta-advisor .cta-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #5d6f7c;
}
.cta-card .cta-content .cta-advisor .cta-badge .cta-badge-icon {
  width: 1rem;
  height: 1rem;
  color: #7d938a;
}
.cta-card .cta-content .cta-text-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .cta-card .cta-content .cta-text-section {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.cta-card .cta-content .cta-text-section .cta-text {
  color: #0a1628;
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0;
}

.cta-card-v2 {
  max-width: 1000px;
  margin: 35px auto;
  border: 1px solid #e3e8e6;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
.cta-card-v2 .cta-content .cta-advisor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.cta-card-v2 .cta-content .cta-advisor img {
  width: 220px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 220px;
}
.cta-card-v2 .cta-content .cta-advisor:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(30, 42, 66)), color-stop(15%, rgba(30, 42, 66, 0.9)), color-stop(40%, rgba(30, 42, 66, 0.6)), color-stop(70%, rgba(30, 42, 66, 0.2)), to(rgba(30, 42, 66, 0)));
  background: linear-gradient(to right, rgb(30, 42, 66) 0%, rgba(30, 42, 66, 0.9) 15%, rgba(30, 42, 66, 0.6) 40%, rgba(30, 42, 66, 0.2) 70%, rgba(30, 42, 66, 0) 100%);
  pointer-events: none;
}
.cta-card-v2 .cta-content .cta-text-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding: 1.5rem;
  background: #0f1125;
  background: linear-gradient(88deg, rgb(15, 17, 37) 0%, rgb(30, 42, 66) 33%, rgb(30, 42, 66) 78%, rgb(30, 42, 66) 88%);
  width: calc(100% - 220px);
}
.cta-card-v2 .cta-content .cta-text-section .cta-text {
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 600px) {
  .cta-card-v2 .cta-content .cta-text-section {
    width: 100%;
  }
  .cta-card-v2 .cta-content .cta-advisor {
    display: none;
  }
}

.testimonial-section {
  width: 100%;
}
.testimonial-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.testimonial-section__card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #7d938a;
}
.testimonial-section__card--author {
  position: relative;
  text-align: center;
}
.testimonial-section__card--advantages, .testimonial-section__card--vigilance {
  background-color: rgb(249, 249, 249);
}
.testimonial-section__top--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.testimonial-section__quote-icon {
  position: absolute;
  font-size: 24px;
  color: #d0d0d0;
}
.testimonial-section__quote-icon--left {
  top: -10px;
  left: -25px;
}
.testimonial-section__quote-icon--right {
  bottom: -10px;
  right: -25px;
}
.testimonial-section__author-image {
  width: 80px;
  height: 80px;
}
.testimonial-section__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial-section__author-name {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0;
}
.testimonial-section__author-title {
  text-align: left;
  margin-bottom: 0;
  max-width: 230px;
}
.testimonial-section__text {
  position: relative;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
.testimonial-section__text strong {
  color: #2c3e50;
  font-weight: 600;
}
.testimonial-section__title {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.testimonial-section__card--advantages .testimonial-section__title {
  color: #7a9a95;
}
.testimonial-section__card--vigilance .testimonial-section__title {
  color: #e74c3c;
}
.testimonial-section__list {
  list-style: none;
}
.testimonial-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.testimonial-section__item:last-child {
  margin-bottom: 0;
}
.testimonial-section__item i {
  font-size: 22px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial-section__item span {
  color: #666;
  line-height: 1.5;
  font-size: 17px;
}
.testimonial-section__card--advantages .testimonial-section__item i {
  color: #7a9a95;
}
.testimonial-section__card--vigilance .testimonial-section__item i {
  color: #e74c3c;
}

/* Tablet */
@media (min-width: 768px) {
  .testimonial-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonial-section__card--author {
    grid-column: 1/-1;
  }
}
/* Desktop */
@media (min-width: 1024px) {
  .testimonial-section__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .testimonial-section__card--author {
    grid-column: auto;
  }
}
.btn-all-acquisitions {
  position: absolute;
  top: -50px;
  right: 20px;
}
@media (max-width: 1100px) {
  .btn-all-acquisitions {
    top: 0;
    right: 0;
    position: relative;
  }
}

.interview-card {
  background: #232855;
  border-radius: 12px;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.interview-card .interview-card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.interview-card .interview-card-profile-img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.interview-card .interview-card-name {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.interview-card .interview-card-circle-float {
  width: 400px;
  height: 400px;
  float: right;
  shape-outside: circle(50% at 50% 50%);
  margin-left: 20px;
  margin-top: -200px;
  margin-right: -200px;
}
.interview-card .interview-card-circle-visual {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
.interview-card .interview-card-text-content {
  color: white;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  text-align: justify;
}
.interview-card .interview-card-quote-mark {
  position: absolute;
  top: 50px;
  right: 80px;
  font-size: 120px;
  color: #fff;
  z-index: 3;
  line-height: 1;
}

.sg-coordinates {
  background-color: #f2f3f5;
  padding: 45px 0;
  margin-bottom: -40px;
  border-bottom: 1px solid #d6d6d6;
}
.sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 1024px) {
  .sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items {
    grid-template-columns: 1fr;
  }
}
.sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items .sg-coordinates-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items .sg-coordinates-item .sg-coordinates-item-icon {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid;
  height: 40px;
}
.sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items .sg-coordinates-item .sg-coordinates-item-title {
  font-weight: bold;
}
.sg-coordinates .sg-coordinates-wrapper .sg-coordinates-items .sg-coordinates-item .sg-coordinates-item-content a {
  color: #294161;
}

/* NEW SCPI CARD v4 */
.scpi-card-horizontal-v4 {
  border-radius: 12px;
  background-color: #ced2d9;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 20px;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tag {
  border-radius: 1000px;
  background-color: #e0dad1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tag.yellow-tag {
  background-color: #f2c33d;
  color: #292929;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tag.blue-tag {
  background-color: #293a5c;
  color: #fff;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tag.green-tag {
  background-color: #7c9289;
  color: #fff;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 7px;
  line-height: 1.3;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-title a {
  color: inherit;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-sg {
  font-weight: 400;
  font-size: 14px;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child):not(:last-child) {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: 25%;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:last-child {
  width: 20%;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child) {
  border-left: none;
  position: relative;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(45, 61, 93, 0.45);
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab.data {
  width: 18.3333333333%;
  justify-self: center;
  position: relative;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-label {
  font-weight: 600;
  font-size: 14px;
  display: none;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-value {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-subvalue {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 0px;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-actions > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action {
  background: none;
  color: #294161;
  border: none;
  outline: inherit;
  padding: 8px 12px;
  background-color: transparent;
  color: #263b5e;
  border: 1px solid #263b5e;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
  line-height: 1.7;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full {
  background-color: #263b5e;
  border: 1px solid #263b5e;
  color: #fff;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full:hover {
  background-color: #3a4b76;
  border: 1px solid #3a4b76;
  color: #fff;
}
.scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action:hover {
  background-color: rgba(38, 59, 94, 0.1);
}
.scpi-card-horizontal-v4.opertinity {
  background-color: #f8f3e5;
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-title {
  color: #f2c33d;
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child)::before {
  background: rgba(249, 194, 0, 0.45);
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action {
  border: 1px solid #f2c33d;
  color: #353535;
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full {
  background-color: #f2c33d;
  border: 1px solid #f2c33d;
  color: #353535;
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full:hover {
  background-color: rgba(249, 194, 0, 0.8);
}
.scpi-card-horizontal-v4.opertinity .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action:hover {
  background-color: rgba(249, 194, 0, 0.08);
}
.scpi-card-horizontal-v4.selection {
  background-color: #dfe4e2;
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-title {
  color: #7c9289;
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child)::before {
  background: rgba(124, 146, 137, 0.45);
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action {
  border: 1px solid #7c9289;
  color: #7c9289;
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full {
  background-color: #7c9289;
  border: 1px solid #7c9289;
  color: #fff;
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action.full:hover {
  background-color: rgba(124, 146, 137, 0.8);
}
.scpi-card-horizontal-v4.selection .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-action:hover {
  background-color: rgba(124, 146, 137, 0.08);
}
@media only screen and (max-width: 850px) {
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child):not(:last-child) {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 25%;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:last-child {
    width: 20%;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab:not(:first-child)::before {
    display: none;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab.data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-value {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .scpi-card-horizontal-v4 .scpi-card-horizontal-v4-wrapper .scpi-card-horizontal-v4-tab .scpi-card-horizontal-v4-tab-subvalue {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    right: 0;
  }
}

.scpi-card-v4 {
  border-radius: 12px;
  background-color: #ced2d9;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.scpi-card-v4 .scpi-card-v4-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 15px 20px;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tag {
  border-radius: 1000px;
  background-color: #e0dad1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tag.yellow-tag {
  background-color: #f2c33d;
  color: #292929;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tag.blue-tag {
  background-color: #293a5c;
  color: #fff;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tag.green-tag {
  background-color: #7c9289;
  color: #fff;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 7px;
  line-height: 1.3;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-sg {
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab:not(:first-child):not(:last-child) {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  width: 25%;
  border-bottom: 1px solid rgba(45, 61, 93, 0.45);
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab:last-child {
  width: 20%;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab:not(:first-child)::before {
  display: none;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab .scpi-card-v4-tab-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab .scpi-card-v4-tab-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-tab .scpi-card-v4-tab-subvalue {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  bottom: -17px;
  right: 0;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-actions > * {
  width: 80% !important;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-action {
  background: none;
  color: #294161;
  border: none;
  outline: inherit;
  padding: 8px 12px;
  background-color: transparent;
  color: #263b5e;
  border: 1px solid #263b5e;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
  line-height: 1.7;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-action.full {
  background-color: #263b5e;
  border: 1px solid #263b5e;
  color: #fff;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-action.full:hover {
  background-color: #3a4b76;
  border: 1px solid #3a4b76;
  color: #fff;
}
.scpi-card-v4 .scpi-card-v4-wrapper .scpi-card-v4-action:hover {
  background-color: rgba(38, 59, 94, 0.1);
}
.scpi-card-v4.opertinity {
  background-color: #f8f3e5;
}
.scpi-card-v4.opertinity .scpi-card-v4-wrapper .scpi-card-v4-title {
  color: #f2c33d;
}
.scpi-card-v4.opertinity .scpi-card-v4-wrapper .scpi-card-v4-action {
  border: 1px solid #f2c33d;
  color: #353535;
}
.scpi-card-v4.opertinity .scpi-card-v4-wrapper .scpi-card-v4-action.full {
  background-color: #f2c33d;
  border: 1px solid #f2c33d;
  color: #353535;
}
.scpi-card-v4.opertinity .scpi-card-v4-wrapper .scpi-card-v4-action.full:hover {
  background-color: rgba(249, 194, 0, 0.8);
}
.scpi-card-v4.opertinity .scpi-card-v4-wrapper .scpi-card-v4-action:hover {
  background-color: rgba(249, 194, 0, 0.08);
}
.scpi-card-v4.selection {
  background-color: #dfe4e2;
}
.scpi-card-v4.selection .scpi-card-v4-wrapper .scpi-card-v4-title {
  color: #7c9289;
}
.scpi-card-v4.selection .scpi-card-v4-wrapper .scpi-card-v4-action {
  border: 1px solid #7c9289;
  color: #7c9289;
}
.scpi-card-v4.selection .scpi-card-v4-wrapper .scpi-card-v4-action.full {
  background-color: #7c9289;
  border: 1px solid #7c9289;
  color: #fff;
}
.scpi-card-v4.selection .scpi-card-v4-wrapper .scpi-card-v4-action.full:hover {
  background-color: rgba(124, 146, 137, 0.8);
}
.scpi-card-v4.selection .scpi-card-v4-wrapper .scpi-card-v4-action:hover {
  background-color: rgba(124, 146, 137, 0.08);
}
.scpi-card-horizontal-labels {
  position: sticky;
  top: 120px;
  margin: 0 auto 20px;
  max-width: 58%;
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 850px) {
  .scpi-card-horizontal-labels {
    display: none;
  }
}
.scpi-card-horizontal-labels .scpi-card-horizontal-labels-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9c200;
  border-radius: 8px;
  margin-left: -8px;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f9c200;
  padding: 10px 42px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .scpi-card-horizontal-labels .scpi-card-horizontal-label {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label:first-child {
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label:last-child {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip i {
  color: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip i:hover {
  color: rgba(0, 0, 0, 0.65);
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip .scpi-label-tooltip-content {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1a1a1a;
  border: none;
  border-radius: 8px;
  padding: 12px 14px;
  width: 270px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 10;
  line-height: 1.6;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip .scpi-label-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #1a1a1a;
}
.scpi-card-horizontal-labels .scpi-card-horizontal-label .scpi-label-tooltip:hover .scpi-label-tooltip-content {
  display: block;
}

.scpi-label-tooltip {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.scpi-label-tooltip i {
  color: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.scpi-label-tooltip i:hover {
  color: rgba(0, 0, 0, 0.65);
}
.scpi-label-tooltip .scpi-label-tooltip-content {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #1a1a1a;
  border: none;
  border-radius: 8px;
  padding: 12px 14px;
  width: 270px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 10;
  line-height: 1.6;
  text-align: left;
  white-space: normal;
  pointer-events: none;
}
.scpi-label-tooltip .scpi-label-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #1a1a1a;
}
.scpi-label-tooltip:hover .scpi-label-tooltip-content {
  display: block;
}

.scpi-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
}
.scpi-legend .scpi-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.scpi-legend .scpi-legend-item .scpi-legend-color {
  width: 32px;
  height: 19px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scpi-legend .scpi-legend-item .scpi-legend-color.selection {
  background: #e6b84a;
}
.scpi-legend .scpi-legend-item .scpi-legend-color.opportunities {
  background: #8b9b8e;
}
.scpi-legend .scpi-legend-item .scpi-legend-color.known {
  background: #2c3e5c;
}
.scpi-legend .scpi-legend-item .scpi-legend-label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.scpi-card-horizontal-v4.hide-it {
  display: none;
}