
/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px inherit;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.iscacare_table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .iscacare_table {
    display: block;
  }
}

.iscacare_row {
  display: table-row;
  background: #fff;
}

.iscacare_row.header {
  color: #ffffff;
  background: var(--cnvs-themecolor);
}

@media screen and (max-width: 768px) {
  .iscacare_row {
    display: block;
  }

  .iscacare_row.header {
    padding: 0;
    height: 0px;
  }

  .iscacare_row.header .cell {
    display: none;
  }

  .iscacare_row .cell:before {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.iscacare_row .cell {
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.iscacare_row.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.iscacare_row .cell:nth-child(1) {
  width: 360px;
  padding-left: 40px;
}

.iscacare_row .cell:nth-child(2) {
  width: 160px;
}

.iscacare_row .cell:nth-child(3) {
  width: 250px;
}

.iscacare_row .cell:nth-child(4) {
  width: 190px;
}


.iscacare_table, .iscacare_row {
  width: 100% !important;
}

.iscacare_row:hover {
  background-color: var(--cnvs-contrast-400);
  cursor: pointer;
}

@media (max-width: 768px) {
  .iscacare_row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  .iscacare_row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .iscacare_row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .iscacare_row .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .iscacare_table, .iscacare_row, .cell {
    width: 100% !important;
  }
}

/*//////////////////////////////////////////////////////////////////
[ bullets ]*/


@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@500;600;900&display=swap");


.jw_bullet::before,
.jw_bullet::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.jw_bullet body {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  font-family: "Jura", sans-serif;
  color: var(--color);
  background: var(--bgColor);
}

h1 {
  text-align: center;
}

.jw_bullet ul {
  width: min(60rem, 90%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  justify-content: center;
  gap: 2rem;
  list-style: none;
}

.jw_bullet ul li {
  max-width: 12rem;
  justify-self: center;
  display: grid;
  grid-template:
    "icon"
    "line"
    "dot"
    "title"
    "descr" 1fr;
  justify-items: center;
  align-items: flex-start;
  text-align: center;
}

.jw_bullet ul li .icon {
  grid-area: icon;
  width: 6rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2.5rem;
  border: 0.4rem solid var(--bgColor);
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
    inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}

.jw_bullet ul li::before {
  content: "";
  grid-area: line;
  height: 1rem;
  border-right: 2px dotted currentColor;
}

.jw_bullet ul li::after {
  content: "";
  grid-area: dot;
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent-color);
  justify-self: center;
  margin-bottom: 0.5rem;
}

.jw_bullet ul li .title {
  grid-area: title;
  margin-block: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}


.list {
  position: relative;
  border-top-style: solid;
  border-color: #adb2b3;
  border-width: 0.1rem;
}
/* .list h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
} */
.list ul {
  position: relative;
}
.list ul li {
  position: relative;
  left: 0;
  color: #515c5d;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #e21c77;
  transition: 0.5s;
  cursor: pointer;
}
.list ul li:hover {
  left: 10px;
}
.list ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
.list ul li:hover span {
  color: #fff;
}
.list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--cnvs-themecolor);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list ul li:hover:before {
  transform: scaleX(1);
}


.applications-list h2 {
}

.applications-list ul li {
  border-left: 2px solid #30c8cd;
}

.inci {
  padding-right: 3rem !important;
}

@media screen and (min-width: 1200px) {
.inci {
  padding-right: 4.4rem !important;
}
}

.inci h2 {
  margin-bottom: 0rem;
  font-weight: 500;
  font-size: 2rem;
}

.inci h3 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.inci h4 {
  margin-bottom: -0.6rem;
  font-weight: 200;
  font-size: 0.8rem;
}

.shadow {
	filter: drop-shadow(8px 8px 10px gray);
}

.shadow-text {
	filter: drop-shadow(2px 2px 4px lightgray);
}


.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

.st0 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}