.offers {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 85%;
  margin: 0 auto;
}

.offers .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
  text-align: center;
  margin-top: 20px;
}

.offers .smalltitle {
  font-size: 16px;
  color: #202124;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.offers .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.offers .boxes .box {
  width: 300px;
  height: auto;
  background-color: transparent;
  border-radius: 10px;
  border: 0.5px solid #e0e0e0;
  padding: 20px;
  position: relative;
  border: 0.5px solid #0173CF;
  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;
}

.offers .boxes .box .smalltitleenterprise {
  font-size: 16px;
  color: #202124;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.offers .boxes .box.dual-platform-box {
  border: 2px solid #0173CF;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 10px 30px rgba(1, 115, 207, 0.15);
          box-shadow: 0 10px 30px rgba(1, 115, 207, 0.15);
}

.offers .boxes .box.dual-platform-box .platform-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(135deg, #0173CF 0%, #03429f 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(1, 115, 207, 0.3);
          box-shadow: 0 4px 15px rgba(1, 115, 207, 0.3);
}

.offers .boxes .box.dual-platform-box .platform-badge i {
  font-size: 14px;
}

.offers .boxes .box.dual-platform-box .platform-highlight {
  background: linear-gradient(135deg, #0173CF 0%, #03429f 100%);
  color: white;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: center;
}

.offers .boxes .box.dual-platform-box .platform-highlight p {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.offers .boxes .box.dual-platform-box .platform-highlight .platforms {
  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;
  gap: 10px;
}

.offers .boxes .box.dual-platform-box .platform-highlight .platforms .platform {
  background: rgba(255, 255, 255, 0.2);
  padding: 0px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.offers .boxes .box.dual-platform-box .platform-highlight .platforms .platform img {
  width: 80px;
  height: auto;
  border-radius: 10px;
}

.offers .boxes .box.dual-platform-box .platform-highlight .platforms .platform-separator {
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.offers .boxes .box.dual-platform-box .price {
  color: #0173CF;
  font-size: 35px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.offers .boxes .box.dual-platform-box .price .price-discount {
  color: #202124;
  text-decoration: line-through;
  font-size: 35px;
  font-weight: 700;
}

.offers .boxes .box.dual-platform-box .price .price-original {
  color: #0173CF;
  font-size: 35px;
  font-weight: 700;
}

.offers .boxes .box.dual-platform-box .features .features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offers .boxes .box.dual-platform-box .features .features-list ul li {
  font-size: 14px;
  color: #202124;
  text-align: left;
  margin-bottom: 10px;
}

.offers .boxes .box.dual-platform-box .button a {
  background: linear-gradient(135deg, #0173CF 0%, #03429f 100%);
  color: white;
  border: none;
  -webkit-box-shadow: 0 4px 15px rgba(1, 115, 207, 0.3);
          box-shadow: 0 4px 15px rgba(1, 115, 207, 0.3);
}

.offers .boxes .box.dual-platform-box .button a:hover {
  background: linear-gradient(135deg, #03429f 0%, #0173CF 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(1, 115, 207, 0.4);
          box-shadow: 0 6px 20px rgba(1, 115, 207, 0.4);
}

.offers .boxes .box .uppart .smalltitle {
  font-size: 18px;
  color: #03429f;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

.offers .boxes .box .uppart .smalltitlemodification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.offers .boxes .box .uppart .smalltitlemodification .smalltitle {
  font-size: 18px;
  color: #03429f;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0px;
}

.offers .boxes .box .uppart .smalltitlemodification .smalltitlemodificationtext {
  font-size: 18px;
  color: red;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  margin-top: -10px;
}

.offers .boxes .box .uppart .price {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
  text-align: left;
  margin-bottom: 10px;
  color: #0173CF;
  font-size: 35px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.offers .boxes .box .uppart .price .price-discount {
  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-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: red;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.offers .boxes .box .uppart .price .price-original {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0173CF;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  margin-left: 5px;
}

.offers .boxes .box .uppart .features .features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offers .boxes .box .uppart .features .features-list ul li {
  font-size: 14px;
  color: #202124;
  text-align: left;
  margin-bottom: 10px;
}

.offers .boxes .box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.offers .boxes .box .button a {
  background-color: rgba(3, 66, 159, 0.07);
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #03429f;
  border: 1px solid rgba(3, 66, 159, 0.07);
}

.offers .boxes .box .button a:hover {
  background-color: #023177;
}

.offers .specific-offers {
  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;
  gap: 20px;
  width: 85%;
  margin: 0 auto;
}

.offers .specific-offers .left-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.offers .specific-offers .left-offer .bigtitle {
  font-size: 30px;
  font-weight: 500;
  color: #202124;
  text-align: left;
  margin: 0px;
}

.offers .specific-offers .left-offer .smalltitle {
  font-size: 16px;
  color: #202124;
  text-align: left;
  margin: 0px;
}

.offers .specific-offers .left-offer .smallbigtitle {
  font-size: 16px;
  color: #202124;
  text-align: left;
  font-weight: 500;
  margin: 0px;
}

.offers .specific-offers .left-offer ul {
  padding: 0;
  margin: 0;
  margin-left: 30px;
}

.offers .specific-offers .left-offer .button a {
  background-color: #03429f;
  display: block;
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border: 1px solid #03429f;
  margin-top: 20px;
}

.offers .specific-offers .right-offer img {
  width: 100%;
}

@media (max-width: 768px) {
  .offers {
    width: 95%;
    margin: 20px auto;
  }
  .offers .bigtitle {
    font-size: 30px;
    font-weight: 500;
    color: #202124;
    text-align: center;
  }
  .offers .smalltitle {
    font-size: 16px;
    color: #202124;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .offers .boxes {
    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;
    gap: 20px;
  }
  .offers .boxes .box {
    width: 300px;
    height: auto;
    background-color: transparent;
    border-radius: 10px;
    border: 0.5px solid #e0e0e0;
    padding: 20px;
  }
  .offers .boxes .box.dual-platform-box {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .offers .boxes .box.dual-platform-box .platform-badge {
    top: -10px;
    padding: 6px 15px;
    font-size: 11px;
  }
  .offers .boxes .box.dual-platform-box .platform-highlight {
    padding: 12px;
  }
  .offers .boxes .box.dual-platform-box .platform-highlight .platforms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .offers .boxes .box.dual-platform-box .platform-highlight .platforms .platform {
    padding: 0px;
    font-size: 13px;
  }
  .offers .boxes .box .smalltitle {
    font-size: 18px;
    color: #03429f;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
  }
  .offers .boxes .box .price {
    font-size: 30px;
    font-weight: 500;
    color: #202124;
    text-align: left;
    margin-bottom: 10px;
  }
  .offers .boxes .box .features .features-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .offers .boxes .box .features .features-list ul li {
    font-size: 14px;
    color: #202124;
    text-align: left;
    margin-bottom: 10px;
  }
  .offers .boxes .box .button a {
    background-color: rgba(3, 66, 159, 0.07);
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #03429f;
    border: 1px solid rgba(3, 66, 159, 0.07);
  }
  .offers .boxes .box .button a:hover {
    background-color: #023177;
  }
  .offers .specific-offers {
    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;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
  }
  .offers .specific-offers .left-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .offers .specific-offers .left-offer .bigtitle {
    font-size: 30px;
    font-weight: 500;
    color: #202124;
    text-align: left;
    margin: 0px;
  }
  .offers .specific-offers .left-offer .smalltitle {
    font-size: 16px;
    color: #202124;
    text-align: left;
    margin: 0px;
  }
  .offers .specific-offers .left-offer .smallbigtitle {
    font-size: 16px;
    color: #202124;
    text-align: left;
    font-weight: 500;
    margin: 0px;
  }
  .offers .specific-offers .left-offer ul {
    padding: 0;
    margin: 0;
    margin-left: 30px;
  }
  .offers .specific-offers .left-offer .button a {
    background-color: #03429f;
    display: block;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    border: 1px solid #03429f;
    margin-top: 20px;
  }
  .offers .specific-offers .right-offer img {
    width: 100%;
  }
}
/*# sourceMappingURL=pricing.css.map */