#contracts {
  position: relative;
  background: var(--new-black);
  overflow: hidden;
  padding: 150px 0 0;
}

#contracts .arrowed-link::after {
  display: none;
}

.container.is-1200 {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;

}

#contracts h2 {
  color: #FFF;
  margin-bottom: 74px;
  letter-spacing: -.06em;
}
#contracts .new-tag {
  color: #4F56FA;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 6px;
  background-color: rgba(79, 86, 250, 0.1);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

#contracts .leading-copy p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  max-width: 967px;
}

#contracts .arrowed-link {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all .35s ease;
}

#contracts .arrowed-link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

#contracts .middle-copy {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 150px 0;
}

#contracts .middle-copy .middle-item {
  padding: 46px 0;
  flex: 1;
  width: 100%;
}

#contracts .middle-copy .middle-item p {
  color: rgba(255, 255, 255, 0.50);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

#contracts .middle-copy .middle-item p.stat-value {
  color: rgba(255, 255, 255, 1);
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.04em;
}

#contracts .middle-copy .middle-item p.stat-desc {
  margin-bottom: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  max-width: 330px;
  font-size: 20px;
}

#contracts .box-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}

#contracts .box-card {
  background-color: #1a1a1a;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  text-decoration: none;
  transform: translateY(20px);
  opacity: 0;
  transition: background-color .35s ease;
}
#contracts .box-card:hover {
  background-color: #212121;
}

#contracts .box-card.contract-wizard {
  padding: 32px 32px 0;
  gap: 50px;
  margin-bottom: 32px;
}

#contracts .box-card .image-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#contracts .box-card .image-wrapper img {
  max-width: 357px;
  width: 100%;
  display: block;
  transition: all .35s ease;
}

#contracts .box-card.contract-wizard .image-wrapper img {
  max-width: 100%;
  position: relative;
  bottom: -20px;
}
#contracts .box-card.upgrades-plugins .image-wrapper img, #contracts .box-card.contracts-mcp .image-wrapper img {
  max-width: 290px;
  width: 100%;
}
#contracts .box-card.contracts-mcp .image-wrapper img.second  {
  /* max-width: 333px;*/
}
#contracts .box-card.contracts-mcp .image-wrapper img, #contracts .box-card.contracts-mcp .image-wrapper img.second  {
  max-width: 357px;
}
#contracts .box-card.upgrades-plugins .image-wrapper {
  top: -12px;
}
#contracts .box-card.upgrades-plugins .image-wrapper img.first {
  left: 0;
  position: absolute;
  top: -35%;
}
#contracts .box-card.contracts-mcp .image-wrapper img.first {
  top: -35%;
  left: 0;
  position: absolute;
}

#contracts .box-card.upgrades-plugins .image-wrapper img.second, #contracts .box-card.contracts-mcp .image-wrapper img.second  {
  margin-left: auto;
  position: relative;
  z-index: 2;
  transition-delay: .2s;
}


#contracts .box-card .image-wrapper img {
  width: 100%;
  display: block;
  transition: all .35s ease;
}

#contracts .box-card:hover img {
  transform: translateY(-20px);
}


#contracts .box-card h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: white;
  margin-bottom: 8px;
  gap: 12px;
  display: flex;
  align-items: center;
}

#contracts .box-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 16px;
  text-wrap: pretty;
}

#contracts .box-card .arrowed-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

{##contracts .box-card:hover .arrowed-link {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}#} 

@media (min-width: 991px) {
  #contracts .box-card p {
    max-width: 635px;
  }
}

@media (max-width: 767px) {
  #contracts {
    padding: 100px 0 0;
  }
  #contracts .leading-copy p {
    font-size: 16px;
  }
  #contracts .box-grid {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
    gap: 50px;
  }
  #contracts h2 {
    margin-bottom: 44px;
  }
  #contracts .box-grid .box-card {
    border-radius: 16px;
    padding: 24px;
  }
  #contracts .box-card.contract-wizard .image-wrapper {
    min-height: 0;
  }

  #contracts .box-card.upgrades-plugins .image-wrapper, #contracts .box-card.contracts-mcp .image-wrapper {
    min-height: 150px;
  }
  #contracts .box-card.contracts-mcp .image-wrapper img, #contracts .box-card.upgrades-plugins .image-wrapper img, #contracts .box-card.contracts-mcp .image-wrapper img.second {
    max-width: 450px;
  }
  #contracts .box-card.upgrades-plugins .image-wrapper img.first, #contracts .box-card.contracts-mcp .image-wrapper img.first {
    padding-right: 50px;
  }
  #contracts .box-card.upgrades-plugins .image-wrapper img.second, #contracts .box-card.contracts-mcp .image-wrapper img.second {
    padding-left: 50px;
  }
  #contracts .middle-copy {
    margin: 80px 0;
    flex-direction: column;
    gap: 0;
  }
  #contracts .middle-copy .middle-item:first-child {
    border-bottom: none;
  }
  #contracts .middle-copy .middle-item p.stat-value {
    font-size: 36px;
  }
  #contracts .middle-copy .middle-item p.stat-desc {
    font-size: 16px;
  }
  #contracts .arrowed-link {
    font-size: 16px;
  }
}