
.page-homepage .section-wrap {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5em 0 0em 0;
}

.solead-team,
.solead-leadership,
.solead-gallery,
.solead-contacts {
  flex-direction: column;
}

.solead-team > div,
.solead-leadership > div {
  display: flex;
  flex-direction: row;
}

.solead-leadership > div {
  align-items: flex-start;
  justify-content: space-between;
}

.page-clients .section-wrap {
  margin-bottom: 0;
}

.page-services .section-wrap,
.page-about .section-wrap {
  align-items: normal;
}

section {
  position: relative;
}

section > label,
label.anc {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 1px solid red;
  position: relative;
  top: -124px;
  z-index: -1;
  visibility: hidden;
}

.img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0;
}

.img:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: .5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(63,139,234);
  background: linear-gradient(0deg, rgba(63,139,234,0) 0%, rgba(1,96,217,1) 100%);
}

.content {  
  border-left: 8px solid var(--blue);
  height: 100%;
  padding: 2em;
  position: relative;
}

.container.sbg-blue .content {
  border-left: 0;
}

.content p:first-child,
.content > input + p {
  margin-top: 0;
}

body:not(.page-article) ul,
.page-article footer ul {
  list-style: none;
}
/* Services */
.page-services .img:after {
  content: none;
}

.abt.img {
  background-image: url('../img/company/11-03-2025-012.jpg');
  background-position: center top;
}

.abt.img:after {
  content: none;
}

.page-services .wrap section:nth-last-of-type(2) .section-wrap {
  flex-direction: row-reverse;
}

.page-services .content {
  border: 0;
}

.page-services .btn-arrow {
  border-radius: var(--border-radius-mobile);
}

.page-services .img {
  /*background-color: var(--light-blue);*/
  border-left: 8px solid transparent;
  color: var(--black);
  display: flex;
  padding: 2em;
  transition: background-color .3s ease;
}

.page-services .wrap section:nth-last-of-type(2) .img {
  border-left: 0;
  border-right: 8px solid transparent;
}

.page-services .img.spl {
  background-color: #BBD6F7;
}
.page-services .img.dmt {
  background-color: #EAEFF5;
}
.page-services .img.itc {
  background-color: #E9E9E9;
}

.page-services .step-active .img {
  /*background-color: var(--white);*/
  border-left: 8px solid var(--blue);
}

.page-services .wrap section:nth-last-of-type(2) .step-active .img {
  border-left: 0;
  border-right: 8px solid var(--blue);
}

/*.page-services .step-active .icn {
  border-color: #cecece;
}*/

.page-services .img h2 {
  padding-left: .5em;
  padding-top: .4em;
}

.page-services .img h2 span {
  display: block;
  /*font-size: 64%;*/
  /*font-weight: 400;*/
  position: relative;
  top: 1em;
  left: -2.5em;
}

/* Technologies, Clients */
.tech-list label,
.clients-list label {
  cursor: pointer;
  display: inline-block;
}

.tech-list h3,
.clients-list h3 {
  font-size: 140%;
  font-weight: 100;
  line-height: 1.3;
  vertical-align: top;
  display: inline-block;
}

.tech-list label .btn-arrow {
  margin-right: .5em;
  transition: var(--transition);
}

.tech-list label:hover .btn-arrow,
.tech-list input:checked + dt .btn-arrow {
  background-color: var(--black);
}

.tech-list label:hover h3 {
  opacity: .8;
}

.tech-list dt,
.clients-list dt {
  margin-bottom: .5em;
}
.tech-list dd,
.clients-list dd {
  overflow: hidden;
  position: relative;
}

.tech-list input {
  display: none;
}

.tech-list input:checked + dt + dd .collapsible-details {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 2.5em;
}

.tech-list input:checked + dt .btn-arrow {
  transform: rotate(180deg);
}

.tech-list dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

.clients-list dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

@media only screen and (max-width: 1100px) {
  .tech-list dd ul {
    grid-template-columns: 1fr 1fr;
  }
}

.tech-list li {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 1.5em 1em;
  text-align: center;
  transition: var(--transition);
}

.tech-list li > * {
  position: relative;
}

.tech-list li .icn,
.clients-list li .icn {
  border: 6px solid #cecece;
  height: 64px;
  width: 64px;
}

.tech-list li .icn-wrap,
.tech-list li h4,
.tech-list li span {
  display: block;
  transition: var(--transition);
}

.tech-list li .icn-wrap {
  margin-bottom: .5em;
  opacity: 1;
  top: 0;
}

.clients-list li {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 2em;
  transition: var(--transition);
}

.clients-list li:hover,
.clients-list li:hover .icn,
.page-services .step-active .icn {
  border-color: var(--blue);
}

.clients-list ul li:nth-child(2) {
  background-color: var(--light-blue);
}
.clients-list ul li:nth-child(2) .icn:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="30.076" viewBox="0 0 25.906 30.076" width="25.906" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m14.254 16.432 11.652-7.022v13.581a2.175 2.175 0 0 1 -.611.475c-3.295 2.163-6.952 4.228-10.35 6.249a3.115 3.115 0 0 1 -.69.361zm-13.978 6.827-.276-.268v-13.581l4.7 2.847.042 6.453c.077.276 1.817 1.1 2.115 1.378.163.114.535-.081.535-.251v-5.972l4.259 2.568v13.643zm8.6-11.777 5.231-3.182a.311.311 0 0 0 -.058-.375l-2.315-1.359-5.6 3.266-4.774-2.832c-.043-.066.422-.337.492-.381 3.559-2.247 7.248-4.275 10.802-6.524a.519.519 0 0 1 .6 0l11.291 6.779-.1.175-11.47 6.877z"/></svg>');
  /*background-size: 45%;*/
}

.clients-list ul li:nth-child(3) {
  background-color: var(--gray);
}
.clients-list ul li:nth-child(3) .icn:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="26.999" viewBox="0 0 22.027 26.999" width="22.027" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m-10231 4517a1.3 1.3 0 0 1 1.13-1.289v-23.711a2 2 0 0 1 2-2h15.771a2 2 0 0 1 2 2v23.71a1.3 1.3 0 0 1 1.127 1.288zm7.287-8.376v7.077h7.4v-7.077a1 1 0 0 0 -1-1h-5.4a1 1 0 0 0 -1 1zm4.914-7.4v2.971a1 1 0 0 0 1 1h2.971a1 1 0 0 0 1-1v-2.971a1 1 0 0 0 -1-1h-2.971a1 1 0 0 0 -1.001 1zm-7.174 0v2.971a1 1 0 0 0 1 1h2.971a1 1 0 0 0 1-1v-2.971a1 1 0 0 0 -1-1h-2.971a1 1 0 0 0 -1 1zm7.174-6.722v2.971a1 1 0 0 0 1 1h2.971a1 1 0 0 0 1-1v-2.973a1 1 0 0 0 -1-1h-2.971a1 1 0 0 0 -1.001 1zm-7.174 0v2.971a1 1 0 0 0 1 1h2.971a1 1 0 0 0 1-1v-2.973a1 1 0 0 0 -1-1h-2.971a1 1 0 0 0 -1 1z" transform="translate(10231 -4490)"/></svg>');
  background-size: 42%;
}

.clients-list ul li:nth-child(4) {
  background-color: var(--mid-blue);
}
.clients-list ul li:nth-child(4) .icn:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27.001" viewBox="0 0 27 27.001"><path fill="rgba(255,255,255,1)" d="M26.918,12a.879.879,0,0,0-.868-.665,2.981,2.981,0,0,1-2.04-5.188.75.75,0,0,0,.082-1.018,13.359,13.359,0,0,0-2.139-2.16.751.751,0,0,0-1.026.083,3.112,3.112,0,0,1-3.367.756A3,3,0,0,1,15.737.879.749.749,0,0,0,15.074.09,13.478,13.478,0,0,0,12.037.082a.751.751,0,0,0-.668.772A3,3,0,0,1,9.52,3.735a3.12,3.12,0,0,1-3.342-.761.753.753,0,0,0-1.019-.086A13.409,13.409,0,0,0,2.975,5.048a.751.751,0,0,0,.081,1.026A2.992,2.992,0,0,1,3.81,9.442,3.121,3.121,0,0,1,.873,11.267a.734.734,0,0,0-.78.663A13.524,13.524,0,0,0,.087,15a.893.893,0,0,0,.885.664,2.961,2.961,0,0,1,2.778,1.85A3,3,0,0,1,3,20.852a.75.75,0,0,0-.082,1.017A13.407,13.407,0,0,0,5.049,24.03a.751.751,0,0,0,1.028-.081,3.107,3.107,0,0,1,3.366-.757,2.994,2.994,0,0,1,1.826,2.93.75.75,0,0,0,.663.789,13.436,13.436,0,0,0,3.037.008.751.751,0,0,0,.668-.773,3,3,0,0,1,1.847-2.879,3.115,3.115,0,0,1,3.343.761.754.754,0,0,0,1.019.085,13.44,13.44,0,0,0,2.184-2.159.75.75,0,0,0-.081-1.026,2.992,2.992,0,0,1-.756-3.368,3.022,3.022,0,0,1,2.762-1.83l.167,0a.751.751,0,0,0,.79-.662A13.512,13.512,0,0,0,26.918,12ZM13.524,18.032a4.5,4.5,0,1,1,4.5-4.5A4.508,4.508,0,0,1,13.524,18.032Z" transform="translate(-0.003 0)" fill-rule="evenodd"/></svg>');
  background-size: 56%;
}

/* technologies icons */
/* domains */
.icn.icn-ms:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="26.806" viewBox="0 0 26 26.806" width="26" xmlns="http://www.w3.org/2000/svg"><g fill="rgba(255,255,255,1)"><path d="m100.52 6.3v5.037c0 1.014-.225 1.24-1.253 1.241q-5.036.007-10.071 0a3.028 3.028 0 0 1 -.509-.023.812.812 0 0 1 -.758-.832c-.009-.1-.006-.195-.006-.292q0-4.161 0-8.323c0-.073 0-.146 0-.219.034-.591.224-.839.8-.952 1.023-.2 2.05-.381 3.075-.571 1.43-.265 2.859-.536 4.29-.795.74-.134 1.484-.243 2.226-.366.287-.047.576-.086.859-.152.882-.207 1.344.144 1.348 1.061.008 1.728 0 3.456 0 5.183" transform="translate(-74.522)"/><path d="m94.155 93.355q2.592 0 5.184 0c.931 0 1.163.229 1.164 1.161q.006 5.112 0 10.225c0 .968-.358 1.31-1.3 1.155-1.339-.219-2.666-.5-4-.75-1.263-.233-2.528-.456-3.794-.68-.906-.16-1.815-.305-2.72-.475a.859.859 0 0 1 -.775-.976c-.015-.949-.005-1.9-.005-2.848q0-2.666 0-5.331c0-.17-.005-.341 0-.511.032-.7.288-.963.991-.966 1.752-.009 3.5 0 5.257 0" transform="translate(-74.505 -79.126)"/><path d="m5.885 26.669h-4.457a4.353 4.353 0 0 1 -.584-.014.824.824 0 0 1 -.833-.915c-.022-.559-.007-1.12-.007-1.681 0-1.51 0-3.021 0-4.531 0-.9.142-1.127 1.023-1.321.829-.182 1.679-.265 2.517-.409 1.554-.267 3.1-.555 4.658-.817.814-.137 1.631-.269 2.452-.347s1.064.164 1.067.99q.016 3.983 0 7.966c0 .871-.2 1.069-1.091 1.077-1.583.014-3.166 0-4.749 0" transform="translate(0 -14.087)"/><path d="m5.922 93.356h4.746c.884 0 1.068.18 1.071 1.076q.012 3.944 0 7.888c0 .9-.323 1.157-1.234 1.01-2.3-.372-4.6-.756-6.9-1.132-.766-.125-1.535-.237-2.3-.363a3.554 3.554 0 0 1 -.492-.129c-.629-.2-.782-.384-.789-1.046-.012-1.144 0-2.289 0-3.433 0-.925-.006-1.85 0-2.775.008-.846.249-1.092 1.081-1.1 1.606-.006 3.213 0 4.819 0" transform="translate(-.014 -79.127)"/></g></svg>');
  background-size: 45%;
}

.icn.icn-web:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="27.921" viewBox="0 0 28 27.921" width="28" xmlns="http://www.w3.org/2000/svg"><g fill="rgba(255,255,255,1)"><path d="m42.453 90.82h6.638v6.324h-5.583a27.008 27.008 0 0 1 -1.055-6.324" transform="translate(-35.687 -76.3)"/><path d="m43.717 43.653h5.573v6.2a40.026 40.026 0 0 1 -6.6.01 24.248 24.248 0 0 1 1.028-6.214" transform="translate(-35.885 -36.674)"/><path d="m92.057 90.813h6.553a21.28 21.28 0 0 1 -.893 6.345h-5.66z" transform="translate(-77.385 -76.294)"/><path d="m98.256 49.755h-6.456a38.421 38.421 0 0 1 -.048-6.272 1.251 1.251 0 0 1 .275-.061c1.605-.005 3.21 0 4.816-.011.346 0 .575.073.666.458a26.421 26.421 0 0 1 .785 5.278c.005.176-.018.352-.032.607" transform="translate(-77.035 -36.471)"/><path d="m6.617 97.216h-4.841a14.831 14.831 0 0 1 -1.776-6.34h5.6a31.381 31.381 0 0 0 1.016 6.34" transform="translate(0 -76.347)"/><path d="m1.858 43.7h4.7l-.932 6.23a33.8 33.8 0 0 1 -5.515 0 14.745 14.745 0 0 1 1.747-6.23" transform="translate(-.091 -36.716)"/><path d="m135.909 97.264.884-6.325h5.45a13.65 13.65 0 0 1 -1.626 6.325z" transform="translate(-114.247 -76.4)"/><path d="m142.225 49.747h-5.425c-.292-2.086-.579-4.145-.876-6.265a1.832 1.832 0 0 1 .358-.062c1.277-.006 2.555 0 3.832-.008.3 0 .53.031.676.356a14.242 14.242 0 0 1 1.468 5.5c0 .147-.021.294-.036.481" transform="translate(-114.262 -36.472)"/><path d="m56.561 144.248a3.162 3.162 0 0 1 -2.1-.918 8.348 8.348 0 0 1 -2.216-2.782c-.317-.6-.574-1.225-.9-1.93h5.145a33.331 33.331 0 0 1 .07 5.629" transform="translate(-43.163 -116.457)"/><path d="m97.253 138.38c-.391.791-.728 1.58-1.156 2.315a7.191 7.191 0 0 1 -2.762 2.874 12.047 12.047 0 0 1 -1.335.518v-5.682a28.821 28.821 0 0 1 5.252-.025" transform="translate(-77.336 -116.166)"/><path d="m52.035 5.933c.723-2.559 3.027-5.554 5.123-5.612v5.554a24.626 24.626 0 0 1 -5.123.058" transform="translate(-43.74 -.27)"/><path d="m91.979 5.753v-5.753a4.783 4.783 0 0 1 2.865 1.641 12.461 12.461 0 0 1 2.374 4.059c-1.76.111-3.451.03-5.239.052" transform="translate(-77.318)"/><path d="m20.932 138.28a13.189 13.189 0 0 0 3.4 5.514c-1.8.1-6.33-2.773-7.752-5.452a22.187 22.187 0 0 1 4.348-.062" transform="translate(-13.942 -116.11)"/><path d="m118.17 138.49c-1.1 2.3-5.046 5.267-7.881 5.661a14.109 14.109 0 0 0 3.593-5.661z" transform="translate(-92.712 -116.349)"/><path d="m118.1 6.091h-4.265a13.952 13.952 0 0 0 -3.622-5.626c2.435.182 6.68 3.119 7.887 5.626" transform="translate(-92.647 -.391)"/><path d="m23.765.152a13.637 13.637 0 0 0 -3.5 5.681h-4.465a13.648 13.648 0 0 1 7.965-5.681" transform="translate(-13.285 -.128)"/></g></svg>');
}

.icn.icn-enterprise:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="25.432" viewBox="0 0 28 25.432" width="28" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m-2423.872 3457.046a2.255 2.255 0 0 1 -1.1-1.662 3.613 3.613 0 0 1 -.024-.609q0-10.095-.007-20.19a2.662 2.662 0 0 1 .606-1.838 2.043 2.043 0 0 1 1.609-.743c3.975 0 7.95-.01 11.926.006a2.185 2.185 0 0 1 2.2 2.1c.015.2.006.408.006.612 0 7.035-.015 14.072.017 21.107 0 1.1-.294 1.656-1.635 1.59-.736-.036-1.476-.006-2.309-.006-.016-.337-.039-.587-.039-.835 0-1.351 0-2.7 0-4.054 0-.178 0-.356 0-.534a1.61 1.61 0 0 0 -1.762-1.762c-.662-.021-1.325 0-1.987 0-.892 0-1.784-.005-2.676 0-1.4.01-1.977.59-1.986 2.014-.007 1.4 0 2.8 0 4.207v.912c-.4.036-.8.076-1.189.076a3.2 3.2 0 0 1 -1.65-.391zm4.417-10.788c.255 0 .511.02.763 0a.868.868 0 0 0 .882-.941.946.946 0 0 0 -.914-.935 12.756 12.756 0 0 0 -1.373 0 .96.96 0 0 0 -.917.928.869.869 0 0 0 .873.949 4.456 4.456 0 0 0 .464.006h.179zm4.4-1.86a.969.969 0 0 0 -.778.978.878.878 0 0 0 .8.867 5.937 5.937 0 0 0 .76.006v-.007a7.519 7.519 0 0 0 .912-.007.808.808 0 0 0 .72-.843.919.919 0 0 0 -.667-.98c-.317-.028-.637-.042-.957-.042-.263-.001-.527.008-.789.03zm-4.377-1.994a5.965 5.965 0 0 0 .762-.005 1 1 0 0 0 .859-.928.818.818 0 0 0 -.788-.939 7.788 7.788 0 0 0 -1.595-.009.837.837 0 0 0 -.826.911 1.014 1.014 0 0 0 .826.96 5.5 5.5 0 0 0 .761.006zm6.012-.014a.956.956 0 0 0 .777-.907c.024-.415-.188-.867-.535-.9a8.049 8.049 0 0 0 -2.033 0 .858.858 0 0 0 -.37 1.452c.371.457.854.36 1.327.359a5.879 5.879 0 0 0 .836-.006zm-1.5-5.823a.959.959 0 0 0 -.913.93.9.9 0 0 0 .893.941 10.487 10.487 0 0 0 1.445 0 .846.846 0 0 0 .853-.957.918.918 0 0 0 -.909-.915c-.2-.013-.406 0-.608 0-.16 0-.321-.006-.481-.006-.094-.004-.187-.001-.28.005zm-5.259 0a.951.951 0 0 0 -.836.921.847.847 0 0 0 .73.924 9.356 9.356 0 0 0 1.672.011.855.855 0 0 0 .8-.94.935.935 0 0 0 -.847-.915 6.928 6.928 0 0 0 -.76 0c-.159 0-.318-.007-.477-.007-.092-.002-.187.001-.281.009zm13.316 20.839c-.851 0-1.205-.362-1.207-1.209q-.01-4.779 0-9.557 0-4.741 0-9.482a1.14 1.14 0 0 1 .291-.984.88.88 0 0 1 1.177-.171c1.455.826 2.9 1.668 4.352 2.5 1.253.723 2.492 1.469 3.76 2.162a2.535 2.535 0 0 1 1.492 2.442c-.035 3.517-.024 7.034-.007 10.552a3.551 3.551 0 0 1 -1.391 2.988 3.569 3.569 0 0 1 -2.2.746c-.957.017-1.915.022-2.872.022-1.132.007-2.263 0-3.395-.006zm3.673-3.962c.432 0 .865.016 1.3 0a.927.927 0 0 0 .995-.929 1.022 1.022 0 0 0 -.979-.966c-.473.019-.948.015-1.423.012-.39 0-.78-.005-1.168 0a.968.968 0 0 0 -1 .928.971.971 0 0 0 .986.949c.431.021.864 0 1.3 0zm-1.463-5.738a.842.842 0 0 0 -.8.7.869.869 0 0 0 .461.961 1.361 1.361 0 0 0 .628.211c.4.033.812.01 1.218.01.432 0 .865.024 1.294-.006a1.07 1.07 0 0 0 .943-.939.817.817 0 0 0 -.791-.939c-.42-.028-.841-.038-1.263-.038-.561.006-1.127.025-1.69.044zm.122-3.957a.993.993 0 0 0 -.939.906.95.95 0 0 0 .9.952q1.37.046 2.741 0a.924.924 0 0 0 .927-.987.973.973 0 0 0 -.963-.878c-.431-.017-.863 0-1.3 0-.278 0-.555-.006-.833-.006-.175.007-.355.009-.534.017z" transform="translate(2425 -3432)"/></svg>');
}

.icn.icn-mobile:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.875" height="28" viewBox="0 0 21.875 28"><path d="M2.625,28A3.153,3.153,0,0,1,0,25.375v-1.2H18.047v1.176a3.152,3.152,0,0,1-1.885,2.435l-.74.217ZM0,22.531V2.625A3.128,3.128,0,0,1,1.885.217L2.625,0h12.8a3.156,3.156,0,0,1,2.361,1.768,4.073,4.073,0,0,1,.264.885v3.09H10.363A2.576,2.576,0,0,0,8.21,7.964L8.2,18.787a2.5,2.5,0,0,0,2.654,2.266c1.273-.1,2.383-1.5,3.391-2.186h3.8v3.664ZM7.751,2.473a.833.833,0,0,0,0,1.616,17.84,17.84,0,0,0,2.546,0,.832.832,0,0,0,0-1.616A11.407,11.407,0,0,0,9.02,2.428,11.206,11.206,0,0,0,7.751,2.473Zm-3.008,0a.827.827,0,1,0,.2-.021A.973.973,0,0,0,4.743,2.474Zm5.1,16.15V8.173a.829.829,0,0,1,.793-.793h10.5a.946.946,0,0,1,.737.6v8.641a.946.946,0,0,1-.737.6l-7.427.01c-.995.665-1.831,1.575-2.868,2.164a1,1,0,0,1-.177.016A.823.823,0,0,1,9.841,18.624Zm3.105-5.486a.829.829,0,0,0,.046,1.625h5.735a.829.829,0,0,0,0-1.634Zm0-3.281a.829.829,0,0,0,.046,1.625h5.735a.829.829,0,0,0,0-1.634Z" fill="rgba(255,255,255,1)"/></svg>');
  background-size: 42%;
}

.icn.icn-embd:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="27.983" viewBox="0 0 28 27.983" width="28" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m-2093.027 3261.025a8.559 8.559 0 0 1 -.016-.96c0-.318 0-.635 0-.931a27.14 27.14 0 0 0 -5.865-.111c-.013.463-.016.944-.047 1.424a2.856 2.856 0 0 1 -.129.845.931.931 0 0 1 -1.08.673.914.914 0 0 1 -.84-.955c-.041-.492-.011-.99-.018-1.484 0-.145-.021-.288-.038-.5-.225-.024-.445-.066-.665-.07-.7-.009-1.4-.046-2.1 0a3.069 3.069 0 0 1 -3.178-3.167c.079-.891.014-1.8.014-2.793-.716-.012-1.374-.005-2.03-.04a.96.96 0 0 1 -.92-1.327 1.059 1.059 0 0 1 1.092-.706c.578-.014 1.156 0 1.8 0v-5.823c-.467-.016-.948-.016-1.427-.055a2.942 2.942 0 0 1 -.922-.173.894.894 0 0 1 -.562-1.136c.088-.481.342-.706.93-.729.636-.026 1.275-.006 2.011-.006.012-.332.028-.611.03-.89.006-.757.036-1.516 0-2.271a3.028 3.028 0 0 1 2.794-2.815c1.012.041 2.028.008 3.145.008.011-.7 0-1.332.035-1.959.031-.659.224-.907.733-1.032.7-.173 1.261.284 1.323 1.1.022.289.005.581.005.873v.853a31.964 31.964 0 0 0 5.869.08c.015-.64.008-1.3.051-1.955a1 1 0 0 1 1.411-.915.809.809 0 0 1 .575.787c.018.407.012.814.023 1.222.009.283.03.564.05.938h2.84a2.807 2.807 0 0 1 2.847 1.878 4.5 4.5 0 0 1 .26 1.437c.041.841.012 1.686.012 2.633.7.011 1.361 0 2.016.037a.949.949 0 0 1 .908 1.328 1.232 1.232 0 0 1 -1.2.714c-.523.007-1.045 0-1.677 0v5.865c.543 0 1.058-.028 1.568.01a2.259 2.259 0 0 1 .9.241.873.873 0 0 1 .43 1.045.884.884 0 0 1 -.855.739c-.253.019-.506.016-.76.013-.1 0-.192 0-.287 0-.314 0-.627 0-1.046 0v2.588a3.552 3.552 0 0 1 -.374 1.766 2.881 2.881 0 0 1 -2.582 1.62c-.428.014-.856.013-1.284.011-.271 0-.542 0-.812 0s-.565.028-.959.049c0 .658.008 1.261 0 1.864a1 1 0 0 1 -.455.974 1.113 1.113 0 0 1 -.54.145 1.024 1.024 0 0 1 -1.004-.957zm-9.018-16.792c.045 2.5 0 5.006.017 7.508a2.127 2.127 0 0 0 2.221 2.267c2.531.024 5.063.056 7.592-.011a2 2 0 0 0 2.19-2.186c.054-2.56.03-5.121.009-7.682a2.117 2.117 0 0 0 -2.217-2.177c-1.25.011-2.5 0-3.753 0s-2.5.05-3.752-.014h-.1a2.289 2.289 0 0 0 -2.207 2.295zm2.068 7.729v-7.988h7.868a60 60 0 0 1 .1 7.917 35.783 35.783 0 0 1 -4.571.182c-1.44 0-2.804-.034-3.397-.111z" transform="translate(2110 -3234)"/></svg>');
}

/* sets */
.icn.icn-scm:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path fill="rgba(255,255,255,1)" d="M448.037,380.645l17.037-.017a6.259,6.259,0,0,1,5.533,5.532l0,16.874a6.252,6.252,0,0,1-5.536,5.59l-16.874,0a6.259,6.259,0,0,1-5.59-5.536l.007-16.986a6.246,6.246,0,0,1,5.42-5.461m10.025,8.311a1,1,0,0,0-.811.659c-.83,3.092-2.364,6.272-3.118,9.353a.975.975,0,1,0,1.814.714c.84-3.1,2.378-6.3,3.136-9.4a1.293,1.293,0,0,0,.078-.382,1.023,1.023,0,0,0-1.1-.948m-6.36,1.59a.857.857,0,0,0-.413.2c-.883,1.107-2.458,2.171-3.271,3.271a.978.978,0,0,0-.029,1.194c1.115.893,2.19,2.482,3.3,3.3a.982.982,0,0,0,1.5-1.194l-2.594-2.667,2.473-2.527a.979.979,0,0,0-.965-1.576m9.353,0a1.014,1.014,0,0,0-.607,1.435l2.575,2.625-2.594,2.711a.985.985,0,0,0,1.468,1.224c.893-1.115,2.482-2.191,3.3-3.3a.978.978,0,0,0,.029-1.194c-1.115-.894-2.19-2.481-3.3-3.3a1.049,1.049,0,0,0-.874-.2" transform="translate(-442.61 -380.628)"/></svg>');
  background-size: 45%;
}

.icn.icn-cicd:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36.25" height="36.217" viewBox="0 0 36.25 36.217"><path fill="rgba(255,255,255,1)" d="M-8107.773,3882.218a.417.417,0,0,1-.213-.387c-.088-.865.111-1.926.006-2.769-.011-.077.005-.158-.074-.211a16.319,16.319,0,0,1-2.552-.779c-.852-.345-1.618-.835-2.439-1.241-.237.02-1.621,1.654-1.988,1.915-.339.244-.472.3-.815.037-1.272-.957-2.478-2.721-3.752-3.754a.537.537,0,0,1-.032-.67l2.086-2.163a15.142,15.142,0,0,1-2.054-4.993h-3.08c-.078,0-.259-.211-.32-.284v-5.737c.073-.072.134-.187.229-.232a5.448,5.448,0,0,1,1.674-.059,9.593,9.593,0,0,0,1.251.011c.083-.011.151.006.211-.073s.291-1.16.369-1.4a16.963,16.963,0,0,1,1.647-3.525c-.323-.631-1.932-1.7-2.093-2.3-.068-.251,0-.312.145-.5.949-1.261,2.694-2.452,3.715-3.719a.545.545,0,0,1,.709-.064l2.091,2.087a15.8,15.8,0,0,1,4.953-2.049c.124-.083-.009-2.556.039-2.95.017-.127.108-.36.233-.41l5.846.006a.447.447,0,0,1,.229.406c.053.439-.079,2.8.009,2.932a16.122,16.122,0,0,1,5,2.052l2.152-2.073c.343-.2.466-.12.74.1,1.243.984,2.372,2.572,3.613,3.613a.525.525,0,0,1,.164.516l-2.113,2.352a16.16,16.16,0,0,1,2.063,4.986,8.466,8.466,0,0,0,1.444.011,13.6,13.6,0,0,1,1.483,0,.634.634,0,0,1,.45.329v5.779c-.053.156-.156.176-.3.195-.2.026-.808.006-1.429-.014a8.263,8.263,0,0,0-1.583.013,14.16,14.16,0,0,1-2.047,5.054l2.047,2.063a.5.5,0,0,1-.033.676l-3.93,3.863-.5-.079-2.163-2.016a16.028,16.028,0,0,1-4.986,2.064c-.086.136.045,2.493-.008,2.932a.857.857,0,0,1-.213.459Zm12.691-13.907a10.666,10.666,0,0,0-10.862-14.829c-7.63.6-11.942,9.3-8.167,15.916.009.017.019.033.029.05l3.87-3.247-3.824-1.129,16.693-7.969-6.27,6.734,3.587.828-9.761,8.888A10.712,10.712,0,0,0-8095.082,3868.311Z" transform="translate(8123 -3846)"/></svg>');
  background-size: 57%;
}

.icn.icn-alm:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="37.79" viewBox="0 0 36 37.79"><path fill="rgba(255,255,255,1)" d="M3.709,31.15.8,32.691,2.018,25,9.082,27.92v.148c-.729.512-1.764.874-2.466,1.38-.062.045-.141.068-.117.168a12.787,12.787,0,0,0,1.326,1.412,14.426,14.426,0,0,0,18.08.923l1.811,2.479a17.369,17.369,0,0,1-6.934,3.045,17.956,17.956,0,0,1-3.34.315A17.551,17.551,0,0,1,3.709,31.15Zm24.158-7.186,2.882,1.775A14.349,14.349,0,0,0,22.393,6.952l1.042-2.877a11.054,11.054,0,0,1,2.557,1.09A17.43,17.43,0,0,1,33.344,27.4L36,29.068l-7.394,2.661Zm-9.992-3.429,6.855-3.976v7.854a1.575,1.575,0,0,1-.143.17l-6.712,3.884ZM9.792,24.583a.7.7,0,0,1-.143-.21V16.558L16.5,20.534v7.893ZM2.366,11.59A17.45,17.45,0,0,1,14.554,3.18V0l6.138,4.77L14.665,9.615l-.146-3.327A14.455,14.455,0,0,0,3.233,22.4l-3.018.441A17.05,17.05,0,0,1,2.366,11.59Zm8.053,3.866-.065-.092,6.835-3.935,6.794,3.9.081.095-6.874,3.915Z"/></svg>');
  background-size: 57%;
}

.icn.icn-devops:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="27.017" viewBox="0 0 27 27.017" width="27" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" d="m.849 21.483 7.517-7.508 4.708 4.662-7.833 7.763a3.511 3.511 0 0 1 -1.937.612 3.328 3.328 0 0 1 -2.455-5.529zm20.734 4.717-7.483-7.484c-.035-.04-.021-.064 0-.1.133-.259.874-.744 1.007-1 .021-.041.035-.065 0-.1l-8.432-8.451-3.275-.098-3.388-5.875 3.051-3.092h.105l5.8 3.4.1 3.276 8.432 8.432c.04.035.064.021.1 0 .271-.14.783-.92 1.055-1.061.062-.032.088-.025.133.026l7.328 7.327a4.883 4.883 0 0 1 .869 2c-.02.254.027.542 0 .791a3.242 3.242 0 0 1 -3.3 2.788 3.133 3.133 0 0 1 -2.102-.779zm-2.852-15.388-1.2 1.155-6.015-6.067a7.981 7.981 0 0 1 4.421-5.224 8.633 8.633 0 0 1 2.563-.676h1.265l1.435.279a10.285 10.285 0 0 1 1.022.35.094.094 0 0 0 .042.006c.028 0 .044 0 .03.077-1.055 1.17-2.369 2.223-3.4 3.4a2.823 2.823 0 0 0 3.716 4.245l3.662-3.664c.1-.019.064.017.089.066a5.941 5.941 0 0 1 .319.895c.129.448.2.9.3 1.358-.036.564.049 1.184 0 1.74a8.339 8.339 0 0 1 -.268 1.235 7.8 7.8 0 0 1 -3.966 4.82z"/></svg>');
  /*background-size: 42%;*/
}

/* areas */
.icn.icn-cloud:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="228.509" height="201.009" viewBox="0 0 228.509 201.009"><path fill="white" d="M41.453,200c-28.062-3.067-38.367-39.4-15.724-56.643,5.545-4.223,9.214-4.075,15.062-6.269,5.342-2.005,4.072-7.377,5.023-11.866,3.343-15.764,20.605-24.247,35.423-18.336,5.006,2,9.472,8.359,15.088,4.4,2.048-1.442,3.278-5.061,4.736-7.264,8.308-12.56,21.3-20.877,36.538-22.127,23.868-1.956,46.243,14.607,50.991,38.073.879,4.342.511,8.662,1.125,12.653.795,5.174,7.119,5.532,10.936,7.285,28.842,13.243,21.14,57.22-10.281,60.091ZM6.061,75.688c5.3-9.078,13.063-14.963,22.527-19.249C31.613,15.953,72.22-10.607,110.687,4.1c11.86,4.535,21.145,12.744,28.548,22.887,23.842-12.526,52.709,2.642,56.769,28.9,17.168,4.759,29.91,21.1,31.457,38.763v6.666a49.9,49.9,0,0,1-10.489,24.844c-.594.736-3.609,4.309-4.054,4.428-1.5.4-7.511-4.318-9.828-4.453-1.416-25.838-19.963-48.893-44.863-55.8-26.284-7.294-53.272,3.267-68.306,25.6C65.689,82.569,36.061,98.514,31.8,125.213a50.018,50.018,0,0,0-14.785,7.555C-.076,118.662-5.343,95.241,6.061,75.688Z" transform="translate(0.548 0.509)"/></svg>');
  /*background-size: 42%;*/
}

.icn.icn-datas:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="218.608" height="200.961" viewBox="0 0 218.608 200.961"><path fill="white" d="M20.322,199.314a25.381,25.381,0,0,1-20.3-22.2L0,23.683C1.034,10.384,11.292,1,24.438.1c22.3.193,44.637.1,66.97.007,35.566-.148,71.132-.3,106.587.713,9.687,1.9,18.434,11.131,19.614,20.971V177.757a25.627,25.627,0,0,1-19.952,21.483q-43.4.79-86.994.76Q65.448,200,20.322,199.314Zm85-90.287c-8.9,1.01-14.191,7.5-14.8,16.225-.5,7.21-.924,29.259.726,35.435,3.057,11.442,13.924,12.754,24.17,11.985,7.7-.577,14.015-5.019,15.73-12.744-.7-11.809,1.637-26.453.081-37.947-1.407-10.394-11.414-13.261-20.586-13.261A47.5,47.5,0,0,0,105.32,109.027Zm-56.515.008c-6.426.69-12.387,4.951-14.157,11.341-1.556,5.616-1.179,30.419-.645,37.209.693,8.8,7.378,14.446,15.936,15.087,9.856.74,21.479-.493,24.327-11.829,1.545-6.144,1.074-29.22.571-36.442-.854-12.222-10.244-15.684-20.406-15.684A52.949,52.949,0,0,0,48.8,109.035ZM178.422,109a7.354,7.354,0,0,0-6.239,6.542c.947,16.044-1.423,33.852-.063,49.69.741,8.623,10.753,10.025,13.587,2.082l.049-52.266c-.081-3.364-3.57-6.075-6.792-6.075Q178.692,108.976,178.422,109Zm-27.2,0a7.355,7.355,0,0,0-6.24,6.542c.948,16.044-1.423,33.852-.061,49.69.741,8.623,10.752,10.025,13.586,2.082l.049-52.266c-.08-3.364-3.571-6.075-6.792-6.075Q151.493,108.976,151.224,109ZM73.879,27.439c-7.631.819-14.121,6.191-14.8,14.1-.991,11.5.733,24.441.06,36.092C60.506,85.453,66.846,90.4,74.61,91.054c12.753,1.069,24.213-1.6,25.3-16.339a242.411,242.411,0,0,0-.071-31.835c-1.11-12.228-10.121-15.761-20.312-15.761A53.094,53.094,0,0,0,73.879,27.439Zm58.639-.008c-8.9,1.01-14.191,7.5-14.8,16.225-.5,7.21-.923,29.259.727,35.435,3.057,11.443,13.924,12.755,24.17,11.986,7.7-.577,14.014-5.02,15.729-12.745-.7-11.809,1.637-26.453.081-37.947-1.407-10.394-11.413-13.26-20.584-13.261A47.479,47.479,0,0,0,132.518,27.432Zm45.9-.025a7.353,7.353,0,0,0-6.239,6.541c.947,16.045-1.423,33.852-.063,49.691.741,8.623,10.753,10.025,13.587,2.082l.049-52.267c-.081-3.363-3.57-6.074-6.792-6.074Q178.691,27.38,178.422,27.407ZM37.744,27.4c-2.46.339-5.435,2.736-5.824,5.258L31.871,84.92c1.269,8.239,12.58,7.865,13.574-.494-.946-16.046,1.419-33.85.061-49.69-.322-3.763-2.909-7.4-6.847-7.4A6.7,6.7,0,0,0,37.744,27.4ZM106.5,159.031a2.482,2.482,0,0,1-2.272-1.976l-.1-31.791a2.58,2.58,0,0,1,2.012-2.663c1.93-.444,10.873-.664,11.513,1.478l-.311,33.947c-.649.915-4.221,1.19-7.165,1.19A28.832,28.832,0,0,1,106.5,159.031Zm-58.029-.617a1.84,1.84,0,0,1-.774-.926l.312-33.947a3.607,3.607,0,0,1,1.61-.94c1.954-.43,10.869-.675,11.513,1.478l-.311,33.947c-.575.81-3.629,1.17-6.575,1.17C51.642,159.2,49.12,158.914,48.474,158.414Zm24.3-82.522.312-33.947a3.607,3.607,0,0,1,1.61-.94c1.609-.354,9.676-.347,10.731.561a2.515,2.515,0,0,1,.774,1.352l.1,31.791a2.579,2.579,0,0,1-2.012,2.663,23.085,23.085,0,0,1-4.139.293C76.959,77.663,73.181,77.257,72.773,75.892ZM133.7,77.435a2.483,2.483,0,0,1-2.272-1.977l-.1-31.791A2.58,2.58,0,0,1,133.342,41c1.93-.444,10.873-.664,11.513,1.478l-.311,33.947c-.65.915-4.223,1.19-7.168,1.19A28.859,28.859,0,0,1,133.7,77.435Z"/></svg>');
  /*background-size: 42%;*/
}

.icn.icn-embedded:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="290.235" height="200" viewBox="0 0 290.235 200"><path fill="white" d="M1192.026,101.632v39.591l1.858.836c28.037-.174,56.076.129,84.112-.005,2.05-.01,4.037-.67,6.468-.58,10.152.374,17.473,5.453,18.5,15.98,1.312,13.487-1.833,27.645.07,41.137h21.285c2.455,0,6.167,2.25,7.385,4.469,2.685,4.889,1.418,20.168,1.484,26.526.05,4.838,1.3,7.722-.49,12.932-2.277,6.621-8.1,6.921-14.284,7.268-5.641.317-11.368-.632-16.7-.587-7.688.065-26.4,2.386-32.473-1.474-3.13-1.988-4.212-6.6-4.484-10.062-.513-6.548-.694-28.762,1.531-34.06a7.308,7.308,0,0,1,4.943-4.216c.423-.134,3.334-.8,3.514-.8h17.513c.287-6.029.628-12.01.561-18.067-.014-1.271-.543-2.451-.583-3.726-.338-10.723,2.256-20.4-11.07-23.945-28.1.422-58.806-2.531-86.736-.613a17.11,17.11,0,0,0-2.942.569l.543,45.781h20.746c3.686,0,6.755,4.239,7.576,7.51,1.38,5.5,1.505,30.857-.01,36.143-.915,3.192-4.138,6.591-7.554,6.992-12.355,1.453-24.891-.113-37.216-.034-2.9.018-5.9.75-9.164.587-5.306-.266-11.184-1.148-13.024-6.912-2.261-7.083-.787-17.574-.666-25.19.074-4.657-1.136-9.209,1.15-13.881a11.636,11.636,0,0,1,2.313-3.073,21.633,21.633,0,0,1,5.4-2.142h19.668V153.074c-2.019-1.937-5.666-.313-7.871-.323-20.132-.1-40.571-.281-60.741-.147-11.947.079-28.869-3.774-31.551,12.385-.69,4.16-.033,7.439-.043,11.225q-.027,11.187-.021,22.376h22.362c.174,0,2.981.788,3.358.949,3.782,1.624,5.272,6.254,5.556,10.07.5,6.719.838,26.917-.723,32.72a8.641,8.641,0,0,1-8.163,6.922c-15.928,1.583-34.474-1.243-50.683-.027-3.458-.389-6.946-2.549-7.991-6.017-1.594-5.289-1.564-29.037-.839-35.132.363-3.052,2.491-7.356,5.466-8.544.422-.168,3.667-.942,3.9-.942h16.7c.769-.473.744-1.074.836-1.858.768-6.54,0-16.272-.005-23.212,0-10.019-2.827-24.526,8.4-29.805a37.318,37.318,0,0,1,4.782-1.684h97.265v-40.4h-19.668c-3.368,0-8.295-4.518-8.762-7.94.786-10.8-1.519-24.364-.082-34.836,1.039-7.567,8.014-8.1,14.206-8.422a396.6,396.6,0,0,1,39.9.031c1.8.108,5.311.34,6.89.654,5.584,1.112,7.018,7.159,7.389,12.006.5,6.542.723,28.036-1.756,33.244-1.075,2.258-4.624,5.263-7.129,5.263Z" transform="translate(-1043.422 -49.948)"/></svg>');
  background-size: 55%;
}

.icn.icn-iot:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="352.066" height="352.448" viewBox="0 0 352.066 352.448"><path fill="white" d="M159.713,337.875l.029-161.556C148.994,171.9,139.8,166,133.5,156c-21.792-34.546,6.021-78.521,46.7-72.9,50.987,7.05,58.1,74.528,11.083,92.831l-.121,161.942c-1.592,9.045-8.686,13.573-15.764,13.574S161.258,346.928,159.713,337.875ZM57.513,258.93c-4.846-1.985-13.91-12.512-17.543-16.892-53.256-64.235-53.33-159.549,0-223.772C45.055,12.14,54.177.926,62.241.081c7.117-.744,15.494,4.5,17.049,11.76C81.96,24.31,72.5,29.067,65.763,37.323c-45.638,55.9-45.64,129.754,0,185.66,3.852,4.72,12.367,11.495,13.528,17.162,2.244,10.955-5.446,20.112-15.264,20.113A17.122,17.122,0,0,1,57.513,258.93Zm213.914-18.19c1.081-6.364,9.292-12.486,13.274-17.414,45.7-56.548,45.62-129.817,0-186.345-6.38-7.9-15-12.1-13.386-23.91C272.228,6.377,278.709.8,285.306.084c8.946-.978,15.632,6.861,21.142,12.9,52.187,57.246,59.121,144.924,17.961,210.375-5.262,8.367-22.582,32.095-31.054,35.568a17.063,17.063,0,0,1-6.485,1.319C277.263,260.25,269.6,251.5,271.427,240.74ZM97.943,210.263C58.792,178.639,55.332,112.128,80.807,71.082c4.732-7.625,16.438-24.133,25.581-25.317a15.523,15.523,0,0,1,16.556,9.252c6.115,13.094-5.153,19.454-11.746,28.491-18.993,26.034-19.776,62.057-2.7,89.249,6.773,10.783,23.13,20.826,13.033,34.867-3.332,4.633-7.84,6.869-12.519,6.869A17.732,17.732,0,0,1,97.943,210.263ZM227.285,193.6c1.566-5.42,10.246-12.978,13.882-18.3a80.486,80.486,0,0,0,.908-88.958c-6.109-9.4-18.121-16.4-14.033-28.961,1.884-5.786,8.489-10.646,14.58-10.868,8.711-.318,14.666,6.872,19.622,12.922,28.965,35.368,33.095,85.448,10.89,125.376-4.225,7.6-16.6,25.689-24.564,28.583a16.618,16.618,0,0,1-5.69,1.02A16.291,16.291,0,0,1,227.285,193.6Z" transform="translate(0.5 0.5)"/></svg>');
  /*background-size: 56%;*/
  background-position-y: 16px;
}

.icn.icn-security:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="189.1" height="201" viewBox="0 0 189.1 201"><path fill="white" d="M87.195,198.783c-38.358-9.926-69.975-40.567-81.623-78.33-9.389-30.438-3.7-64.138-5.3-95.634.7-6.343,5.65-6.194,10.469-6.045,1.178.037,2.348.073,3.446.015A244.782,244.782,0,0,0,44.165,15.52,190.681,190.681,0,0,0,92.586,0h3.13a199.286,199.286,0,0,0,70.594,18.377c2.187.15,4.563.144,6.94.137a79.025,79.025,0,0,1,8.309.257,6.433,6.433,0,0,1,5.679,5.272c-1.027,31.836,4.994,65.6-4.508,96.41-11.552,37.452-43.852,69.26-82.237,78.5A27.738,27.738,0,0,1,94.043,200,27.324,27.324,0,0,1,87.195,198.783Zm5.523-54.765c11.017.349,22.027.7,32.54-.082,3.758-.279,6.11-2.185,6.453-6.063,1.428-16.185-1.1-34.452-.016-50.858.2-2.108-3-5.669-4.889-5.669H119.18c.219-9.075.669-16.3-4.765-23.98C103.186,41.507,78.709,44.31,71.133,62.042c-2.7,6.322-1.954,12.59-2.012,19.3H61.5c-1.886,0-5.09,3.561-4.889,5.669V138.25a6.272,6.272,0,0,0,6.047,5.685c3.872-.222,7.8-.306,11.77-.306C80.467,143.629,86.593,143.823,92.717,144.018ZM69.121,131.4V93.86H119.18V131.4Zm23.754-28.063c-5.753.932-5.458,8.573-4.983,13.008.808,7.542,11.713,7.541,12.517,0,.556-5.216.443-13.136-6.027-13.136A9.423,9.423,0,0,0,92.875,103.341Zm-11.239-22V69.809a22.3,22.3,0,0,1,1.555-3.92c4.53-8.469,17.137-8.6,21.721-.194.538.988,1.753,3.512,1.753,4.5V81.346Z" transform="translate(0.456 0.5)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  background-size: 49%;
  background-position-y: 14px;
  background-position-x: 14px;
}

.icn.icn-uiux:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="210.397" height="201" viewBox="0 0 210.397 201"><path fill="white" d="M200.255,199.833l-45.841-17.011c10.559-8.936,20.945-18.3,28.988-29.64,1.144-1.614,2.112-3.748,3.235-5.185.3-.386-.01-.856,1.069-.592l17.147,47.354c.871,3.107-.423,5.241-3.174,5.241A6.583,6.583,0,0,1,200.255,199.833ZM9,190.312c-3.182-1.351-11.6-4.473-8.211-9.123.765-1.048,6.886-3.239,9.1-4.974,8.283-6.5,9.977-13.389,14.665-21.923a22.8,22.8,0,0,1,18.208-12.048c.484,6.091,4.291,11.1,8.2,15.488,5.119,5.743,12.277,12.632,20.415,12.657-.46,12.525-13,22.786-24.49,25.473a38.369,38.369,0,0,1-8.688.914C28.3,196.776,17.235,193.808,9,190.312Zm102.23-47.833,35.028-37.727,35.731,35.758c-.039,3.492-11.771,17.358-14.68,20.5-5.9,6.379-12.844,13.021-20.657,16.874Zm-57.2,7.494c-5.549-7-4.62-14.612.469-21.556L179.259,12.067c3.813-3.263,7.8-6.9,13.027-7.611,13.4-1.813,21.292,12.734,14.277,23.657-39.6,43.943-80.5,86.821-120.641,130.322-4.1,3.451-8.011,4.884-11.717,4.885C66.5,163.32,59.689,157.115,54.031,149.974ZM35.889,67.5c-3.884-3.924-7.7-8.084-11.388-12.2L60.822,19.328l48.048,47.693L71.142,102.353C59.692,90.447,47.5,79.225,35.889,67.5ZM5.292,21.512C6.341,11.167,15.366,1.488,25.771.243c12.448-1.491,21.877,4,29.153,13.643L18.669,49.8C9.685,42.284,4.048,33.779,5.292,21.512Z" transform="translate(0.524 0.5)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  /*background-size: 56%;*/
}

.icn.icn-proc-s1:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="31.997" viewBox="0 0 32 31.997" width="32" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" transform="translate(-3225 -3855)" d="m3254.5 3887a3.4 3.4 0 0 1 -1.559-1.034c-1.564-1.587-3.142-3.16-4.679-4.7l3.046-3.042a1.538 1.538 0 0 0 .177.236c1.615 1.623 3.241 3.238 4.851 4.867a2.126 2.126 0 0 1 -.712 3.538c-.124.048-.249.092-.374.138zm-28.98-14.377c-.226-.815-.309-1.671-.461-2.508-.015-.08-.039-.158-.058-.237v-2c.081-.533.146-1.068.248-1.6a13.616 13.616 0 0 1 4.934-8.218 13.377 13.377 0 0 1 6.628-2.91 13.869 13.869 0 0 1 5.371 27.183 13.621 13.621 0 0 1 -3.317.411 13.9 13.9 0 0 1 -13.345-10.124zm13.338-14.136a10.386 10.386 0 1 0 .022 0zm0 19.192a8.812 8.812 0 1 1 .016 0zm-.789-14.158a.818.818 0 0 0 .849.808 5.849 5.849 0 0 1 .8.09 4.519 4.519 0 0 1 3.062 2.161.783.783 0 0 0 1.1.309.8.8 0 0 0 .254-1.14 6.123 6.123 0 0 0 -5.063-3h-.125a.812.812 0 0 0 -.878.77z"/></svg>');
  background-size: 51%;
}

.icn.icn-proc-s2:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33.002" viewBox="0 0 33 33.002"><path transform="translate(-3225 -3855)" fill="rgba(255,255,255,1)" d="M3226.958,3888c-1.344,0-1.957-.618-1.957-1.967q0-6.431,0-12.861v-.4h4.906a2.891,2.891,0,0,0,1.2,3.642,2.673,2.673,0,0,0,3.155-.084,2.894,2.894,0,0,0,1.054-3.569h4.921v.44q-.007,2.74-.012,5.48c0,.531.295.823.72.7a1.144,1.144,0,0,0,.41-.283,1.762,1.762,0,1,1,2.253,2.7,1.742,1.742,0,0,1-2.19-.094c-.092-.079-.169-.177-.267-.249a.561.561,0,0,0-.9.358,2.3,2.3,0,0,0-.02.4q0,2.649,0,5.3V3888h-13.274Zm15.806,0v-4.916a2.927,2.927,0,0,0,3.7-1.278,2.8,2.8,0,0,0-.211-3.187,2.927,2.927,0,0,0-3.488-.947v-4.923h.371q2.794,0,5.589,0c.488,0,.755-.278.659-.689a.962.962,0,0,0-.244-.39,1.764,1.764,0,0,1,1.48-3.005,1.748,1.748,0,0,1,1.506,1.56,1.64,1.64,0,0,1-.511,1.426.643.643,0,0,0-.231.745c.124.309.393.354.694.353,1.826-.007,3.653-.006,5.48-.008h.44v.425q0,6.412,0,12.824a2.982,2.982,0,0,1-.117.824,1.476,1.476,0,0,1-1.517,1.175c-.134.006-.267,0-.4,0h-13.193Zm-10.685-13.753a1.757,1.757,0,0,1-1.228-1.751,1.686,1.686,0,0,1,.523-1.17.62.62,0,0,0,.228-.741c-.133-.31-.4-.358-.695-.358H3225v-.434q0-6.43.007-12.859a2.988,2.988,0,0,1,.173-.959,1.376,1.376,0,0,1,1.4-.97q6.721-.012,13.442,0a1.825,1.825,0,0,1,.2.024v4.876a2.93,2.93,0,0,0-3.685,1.265,2.844,2.844,0,0,0,.185,3.19,3,3,0,0,0,3.5.97v4.887c-.124.01-.229.024-.336.024q-2.758,0-5.515-.016c-.305,0-.6.025-.735.351s.023.547.242.774a1.757,1.757,0,0,1-1.792,2.9Zm21.006-4.035c.4-1.644.054-2.793-1.063-3.565a2.927,2.927,0,0,0-3.293,0c-1.12.771-1.475,1.934-1.07,3.564h-4.911v-.406q0-2.721.008-5.444c0-.3-.01-.6-.344-.735s-.547.03-.774.249a1.758,1.758,0,1,1-.023-2.551c.036.032.07.067.1.1a.562.562,0,0,0,.688.174.594.594,0,0,0,.344-.625c-.006-1.169,0-2.338,0-3.508,0-.8,0-1.6,0-2.45.145-.007.272-.018.4-.018h13.006a1.636,1.636,0,0,1,1.838,1.787c.014,4.409,0,8.818,0,13.227a1.59,1.59,0,0,1-.026.2Z"/></svg>');
  background-size: 42%;
}

.icn.icn-proc-s3:after {
  background-image: url('data:image/svg+xml;utf8,<svg height="30.179" viewBox="0 0 42 30.179" width="42" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255,255,255,1)" transform="translate(-54 -600.812)" d="m54 615.494c.071-.274.13-.551.213-.822a6.082 6.082 0 0 1 4.47-4.354.437.437 0 0 0 .361-.4 6.143 6.143 0 0 1 5.138-4.953 6.043 6.043 0 0 1 1.429-.04c.458.029.911.137 1.3.2a20.6 20.6 0 0 1 1.461-1.975 7.373 7.373 0 0 1 10.878.11.43.43 0 0 0 .608.132 7.609 7.609 0 0 1 10.221 4.1.717.717 0 0 0 .554.454 7.4 7.4 0 0 1 -.482 14.351c-.065.014-.127.039-.232.071.07.146.127.276.194.4q1.04 1.95 2.082 3.9a1.253 1.253 0 0 1 -.669 1.963q-2.374 1.1-4.754 2.188a1.238 1.238 0 0 1 -1.789-.594q-1.387-2.506-2.766-5.017c-.225-.408-.318-.421-.669-.1a8.756 8.756 0 0 1 -10.048 1.263.524.524 0 0 0 -.589.036 7.394 7.394 0 0 1 -10.553-3.616 4.314 4.314 0 0 1 .182-3.232 7.967 7.967 0 0 1 .563-1.087 1.246 1.246 0 0 0 -.319-1.768 1.23 1.23 0 0 0 -1.758.472 8.019 8.019 0 0 0 -1.4 4.735c-.158-.076-.276-.124-.386-.186a6.129 6.129 0 0 1 -3.156-4.4 2.474 2.474 0 0 0 -.082-.271v-1.558m14.835 1.366v.246a1.213 1.213 0 0 0 2.416.187c.035-.215.035-.435.051-.653a2.992 2.992 0 0 1 1.931-2.794 12.372 12.372 0 0 1 1.976-.465 1.245 1.245 0 0 0 1.009-1.26 1.211 1.211 0 0 0 -1.179-1.141 6.488 6.488 0 0 0 -1.017.083 5.8 5.8 0 0 0 -5.188 5.8m19.9-2.506a1.225 1.225 0 0 0 -1.146-1.335 1.2 1.2 0 0 0 -1.292 1.138c-.075 1.04-.441 1.4-1.5 1.5a1.224 1.224 0 0 0 .133 2.444 3.757 3.757 0 0 0 3.805-3.743"/></svg>');
  background-size: 51%;
}

.icn.icn-proc-s4:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="31.999" height="34.001" viewBox="0 0 31.999 34.001"><path transform="translate(-3225 -3855)" fill="rgba(255,255,255,1)" d="M3255.259,3889c-4.756-.024-9.513-.011-14.269-.011s-9.491,0-14.236,0a1.523,1.523,0,0,1-1.325-.51,1.8,1.8,0,0,1-.4-.936c-.043-1.335-.025-2.673-.012-4.01a1.669,1.669,0,0,1,.529-1.169q3.843-3.852,7.7-7.694a1.927,1.927,0,0,1,2.8.076c1.177,1.163,2.342,2.339,3.513,3.509a1.88,1.88,0,0,0,2.133.5,2.7,2.7,0,0,0,.873-.619q5.045-5.02,10.073-10.06a1.873,1.873,0,0,1,2.329-.464,4.962,4.962,0,0,1,1.832,1.838,1.89,1.89,0,0,1,.194.916c.011,5.655,0,11.31.016,16.965a1.65,1.65,0,0,1-1.73,1.669Zm-29.869-15.345a1.592,1.592,0,0,1-.03-2.052c.078-.093.164-.177.25-.261q4.08-4.082,8.16-8.16a1.006,1.006,0,0,1,1.667,0q2.639,2.638,5.276,5.279a1.835,1.835,0,0,1,.189.258l10.907-10.911c-.355-.351-.769-.75-1.17-1.162a.892.892,0,0,1-.085-1.271,1.121,1.121,0,0,1,.695-.356c1.61-.03,3.222-.024,4.832-.011a.884.884,0,0,1,.9.9c.012,1.611.006,3.222,0,4.833a.868.868,0,0,1-.588.833.889.889,0,0,1-1.03-.2c-.415-.406-.814-.828-1.285-1.308a2.92,2.92,0,0,1-.254.345q-5.984,5.991-11.979,11.969a1.817,1.817,0,0,1-.772.44.933.933,0,0,1-.891-.384q-2.659-2.666-5.32-5.327a3.054,3.054,0,0,1-.255-.372,4.181,4.181,0,0,1-.285.376q-3.275,3.281-6.556,6.556a1.722,1.722,0,0,1-1.212.538A1.547,1.547,0,0,1,3225.39,3873.656Z"/></svg>');
  /*background-size: 42%;*/
}


.icn.icn-proc-s5:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="25.978" viewBox="0 0 39 25.978"><path transform="translate(-156.291 -1085.896)" fill="rgba(255,255,255,1)" d="M175.783,1111.873H157.8a1.311,1.311,0,0,1-1.495-1.488c0-1.706-.025-3.412,0-5.117a19.145,19.145,0,0,1,7.377-15.151,18.2,18.2,0,0,1,9.974-4.119,19.1,19.1,0,0,1,17.4,7.283,18.626,18.626,0,0,1,4.028,9.3,20.382,20.382,0,0,1,.188,2.628c.028,1.759.01,3.52.008,5.279a1.281,1.281,0,0,1-1.39,1.388q-9.055,0-18.109,0m15.6-6.223a16.258,16.258,0,0,0-.513-4.214,15.622,15.622,0,0,0-30.67,5.3,1.283,1.283,0,0,0,1.673,1.166,1.326,1.326,0,0,0,.919-1.414,17.1,17.1,0,0,1,.266-3.8,12.96,12.96,0,0,1,16.359-9.781,12.507,12.507,0,0,1,9.106,10.02,24.989,24.989,0,0,1,.257,3.713,1.338,1.338,0,0,0,1.312,1.33,1.323,1.323,0,0,0,1.288-1.309c.014-.338,0-.677,0-1.015m-15.6,2.324a3.883,3.883,0,0,0,3.638-5.244.456.456,0,0,1,.124-.586c1.2-1.178,2.375-2.371,3.565-3.555a1.33,1.33,0,0,0,.457-1.2,1.236,1.236,0,0,0-.863-1.034,1.258,1.258,0,0,0-1.372.352q-1.8,1.792-3.586,3.592a.479.479,0,0,1-.618.145,3.48,3.48,0,0,0-1.907-.214,3.892,3.892,0,0,0,.562,7.742"/></svg>');
  background-size: 53%;
  background-position: center 14px;
}

.tech-list li h4 {
  top: 0;
}

.tech-list li span {
  font-size: 105%;
  font-weight: 100;
  height: 0px;
  opacity: 0;
  top: 0;
  transition: var(--transition);
}

.clients-list li span {
  display: inline-block;
  font-size: 105%;
  font-weight: 100;
  padding-top: 1em;
}

.tech-domains li {
  background-color: var(--light-blue);
}

.tech-list li:hover {
  border-color: var(--blue);
  background-color: var(--white);
}

.tech-list li:hover .icn-wrap {
  opacity: 0;
  top: -24px;
}

.tech-areas li .icn-wrap {
  margin-bottom: 0;
}

.tech-list li:hover h4 {
  top: -80px;
}

.tech-list li:hover span {
  opacity: 1;
  line-height: 1.2;
  top: -72px;
}

.tech-areas li {
  background-color: #BBD6F7;
}

.tech-sets li {
  background-color: var(--gray);
}

.page-about h2 {
  padding-bottom: .3em;
}

.solead-leadership .container:hover {
  border-color: var(--blue);
}

.solead-leadership .content {
  border: 0;
  padding-bottom: 3.8em;
}

.solead-leadership .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.solead-leadership .article-intro {
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(125px, 200px) 1fr;
  column-gap: 24px;
}

.solead-leadership .article-img {
  height: 280px;
  overflow: initial;
}

.person-anna .article-img,
.person-dmytro .article-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

[class*='person-'] .article-img span {
  position: absolute;
  bottom: -2em;
}

.solead-leadership .article-title {
  /*height: 310px;*/
  position: relative;
}

.person-dmytro .article-img {
  background-image: url('../img/company/img-leadership-dmytro.jpg');
}

.solead-leadership input[id*='expand_view_DP']:checked ~ .person-dmytro .article-img {
  background-image: url('../img/company/img-leadership-dmytro-flip.jpg');
}

.person-anna .article-img {
  background-image: url('../img/company/img-leadership-anna.jpg');
}

.solead-leadership input[id*='expand_view_AT']:checked ~ .person-anna .article-img {
  background-image: url('../img/company/img-leadership-anna-flip.jpg');
}


@media only screen and (max-width: 1280px) {
  [class*='person-'] .article-title {
    /*height: 350px;*/
  } 
}

.solead-leadership .btn-arrow,
[class*='person-'],
[class*='person-'] .article-img,
[class*='person-'] .content p {
  transition: var(--transition);
}

.solead-leadership input[id*='expand_view_DP']:checked ~ .person-dmytro .content p,
.solead-leadership input[id*='expand_view_AT']:checked ~ .person-anna .content p {
  -webkit-line-clamp: none;
}

input[id='expand_view_AT']:checked ~ .person-anna .btn-arrow[for*='default_view_'],
input[id='expand_view_DP']:checked ~ .person-dmytro .btn-arrow[for*='default_view_'] {
  background-color: var(--black);
  transform: rotate(-270deg);
}

input[id*='expand_view_']:checked ~ [class*='person-'] label[for*='expand_view_'],
label[for*='default_view_'] {
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

input[id*='expand_view_']:checked ~ [class*='person-'] label[for*='default_view_'] {  
  /*display: block;*/
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}


@media only screen and (min-width: 967px) {

  input[id='expand_view_AT']:checked ~ .person-anna .btn-arrow[for*='default_view_'],
  input[id='expand_view_DP']:checked ~ .person-dmytro .btn-arrow[for*='default_view_'] {
    background-color: var(--black);
    transform: rotate(-270deg);
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro .article-title,
  input[id='expand_view_DP']:checked ~ .person-anna .article-title {
    display: none;
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro .article-intro,
  input[id='expand_view_DP']:checked ~ .person-anna .article-intro {
    column-gap: 0;
    /*grid-template-columns: 1fr;*/
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro .content,
  input[id='expand_view_DP']:checked ~ .person-anna .content {
    padding: 1.2em;
    padding-bottom: 4em;
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro .article-img,
  input[id='expand_view_DP']:checked ~ .person-anna .article-img {
    height: 200px;
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro .article-img span,
  input[id='expand_view_DP']:checked ~ .person-anna .article-img span {
    display: none;
  }

/*  .solead-leadership input[id*='expand_view_']:checked ~ [class*='person-'] .content p {  
    -webkit-line-clamp: none;
  }

  input[id*='expand_view_']:checked ~ [class*='person-'] label[for*='expand_view_'],
  label[for*='default_view_'] {
    
    pointer-events: none;
    opacity: 0;
    z-index: 0;
  }

  input[id*='expand_view_']:checked ~ [class*='person-'] label[for*='default_view_'] {  
    
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
  }
*/
  input[id*='default_view_']:checked ~ [class*='person-'] {
    width: var(--column-width-6);
  }

  input[id='expand_view_DP']:checked ~ .person-dmytro,
  input[id='expand_view_AT']:checked ~ .person-anna {
    width: var(--column-width-10);
  }

  input[id='expand_view_AT']:checked ~ .person-dmytro,
  input[id='expand_view_DP']:checked ~ .person-anna {
    width: var(--column-width-2);
  }

}


/* gallery */

.gallery-wrap {
  column-count: 4;
  column-gap: var(--col-gap);
  display: block;
}

.gallery-brick {
  margin-bottom: .8em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.gallery-brick img {
  max-width: 100%;
  width: 100%;
}

.gallery-brick:hover > img {
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
  transition: all .2s ease-in-out;
  transform: scale(1.005);
}


/* contacts */
.solead-contacts {
  
}

.solead-contacts h2 {
  padding-left: var(--wrap-margin);
  padding-right: var(--wrap-margin);
}

.contacts-map {
  /*background: var(--light-blue) url('../img/company/map.svg') no-repeat top center/100%;*/
  background-color: var(--light-blue);
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  text-align: center;
}

.contacts-map label {
  position: relative;
  z-index: 100;
}


[class^='pin-'] {
  background-color: var(--blue);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  position: absolute !important;
  left: 17.1%;
  top: 26%;
  height: 32px;
  width: 32px;
  text-align: center;
  z-index: 110 !important;
}

.pin-2 {
  left: 57.2%;
  top: 12%;
}

.pin-3 {
  left: 61.4%;
  top: 25%;
}


/* process  */

.process-steps {
  position: relative;
}

.p-line {
  height: 100%;
  left: calc(50% + 2px);
  opacity: .2;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

.step-item {
  display: flex;
  margin-top: -100px;
  position: relative;
  z-index: 100;
}

.process-steps .container {
  min-height: 120px;
  display: inline-block;
  overflow: visible;
  vertical-align: top;
  flex-basis: 43%;
}

.process-steps .step-item:first-child {
  margin-top: 0;
  z-index: 105;
}

.process-steps .step-item:nth-child(1) {
  z-index: 104;
}

.process-steps .step-item:nth-child(2) {
  z-index: 103;
}

.process-steps .step-item:nth-child(3) {
  z-index: 102;
}

.process-steps .step-item:nth-child(4) {
  z-index: 101;
}

.process-steps .step-item:nth-child(5) {
  /*z-index: 100;*/
}

.process-steps .container:nth-child(even) {

}

.process-steps .step-item:nth-child(even) {
  flex-direction: row-reverse;
}

.process-steps .content {
  border-radius: var(--border-radius);
  border-color: transparent;
  border-right: 8px solid transparent;
  overflow: hidden;
  transition: var(--transition);
}

.process-steps .container:before,
.process-steps .container:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  right: -22px;
  top: calc(50% - 11px);
  position: absolute;
}

.process-steps .container:before {
   border-width: 15px 0 15px 22px;
   border-color: transparent transparent transparent white;
   transform: rotate(0deg);
   z-index: 2;
}

.process-steps .container:after {
   border-width: 15px 0 15px 22px;
   border-color: transparent transparent transparent rgba(112, 112, 112, .2);
   transform: rotate(0deg);
   margin-right: -1px;
   z-index: 1;
}

.process-steps .step-item:nth-child(even) .container:before,
.process-steps .step-item:nth-child(even) .container:after {
  right: auto;
  left: -22px;
  transform: rotate(180deg);
}

.process-steps .step-item:nth-child(even) .container:after {
  margin-right: none;
  margin-left: -1px;
}

.process-steps .icn-wrap {
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.process-steps .container,
.process-steps .icn-wrap {
  transition: var(--transition);
}

/*.process-steps .container:hover .content,
.process-steps .icn-wrap:hover ~ .container .content*/
.step-active .content {
  border-left-color: var(--blue);
  border-right-color: transparent;
}

.process-steps .step-item:nth-child(even).step-active .content {
  border-left-color: transparent;
  border-right-color: var(--blue);
}

/*.process-steps .step-item:nth-child(even) .container:hover .content,
.process-steps .step-item:nth-child(even) .icn-wrap:hover ~ .container .content {
  border-left-color: transparent;
  border-right-color: var(--blue);
}
*/
/*.process-steps .icn-wrap:hover .icn*/
.step-active .icn {
  border-color: var(--blue);
}
/*
.step-item:nth-child(odd).step-active .container {
  transform: translateX(20px);
}

.step-item:nth-child(even).step-active .container {
  transform: translateX(-20px);
}*/


/*.process-steps .container:hover .content {
  border-color: var(--blue);
}*/
/*
.process-steps .step-item:nth-child(even):hover .content {
  border-left-color: transparent;
  border-right: 8px solid var(--blue);
}*/


