.elementor-84456635 .elementor-element.elementor-element-da7c6f7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456635 .elementor-element.elementor-element-965db92{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-5px;--margin-left:0px;--margin-right:0px;}.elementor-84456635 .elementor-element.elementor-element-f19551a{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-84456635 .elementor-element.elementor-element-e96ba62 img{max-width:50%;}.elementor-84456635 .elementor-element.elementor-element-c939757{--display:flex;}.elementor-84456635 .elementor-element.elementor-element-efb9fce{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84456635 .elementor-element.elementor-element-67b58db .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-84456635 .elementor-element.elementor-element-041507f{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84456635 .elementor-element.elementor-element-041507f p{margin-block-end:0px;}.elementor-84456635 .elementor-element.elementor-element-d1dd44b{--display:flex;}.elementor-84456635 .elementor-element.elementor-element-ca676fe{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456635 .elementor-element.elementor-element-94451e7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456635 .elementor-element.elementor-element-8f5dfc1{--display:flex;}.elementor-84456635 .elementor-element.elementor-element-48b5378 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456635 .elementor-element.elementor-element-bd81be1{--display:flex;}.elementor-84456635 .elementor-element.elementor-element-36d8c0b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456635 .elementor-element.elementor-element-84ee367{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456635 .elementor-element.elementor-element-05fa64b > .elementor-widget-container{margin:5px 5px 5px 5px;}@media(max-width:767px){.elementor-84456635 .elementor-element.elementor-element-e96ba62 img{max-width:45%;}}@media(min-width:768px){.elementor-84456635 .elementor-element.elementor-element-f19551a{--width:20%;}.elementor-84456635 .elementor-element.elementor-element-c939757{--width:75%;}.elementor-84456635 .elementor-element.elementor-element-efb9fce{--width:100%;}.elementor-84456635 .elementor-element.elementor-element-d1dd44b{--width:20%;}}.scc-hpe-solutions,
.scc-hpe-solutions * {
  box-sizing: border-box;
}

.scc-hpe-solutions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* CARD */

.scc-hpe-card {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: stretch;

  min-height: 190px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #d7e5df;
  border-radius: 9px;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.scc-hpe-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}


/* IMAGE */

.scc-hpe-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 16px;

  background: #ffffff;
}

.scc-hpe-card__image img {
  display: block;
  width: 100%;
  max-width: 230px;
  max-height: 145px;
  object-fit: contain;
}


/* CONTENT */

.scc-hpe-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 22px 20px;
  
}

.scc-hpe-card__content h3 {
  margin: 0 0 10px;

  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-hpe-card__content p {
  margin: 0 0 18px;

  color: #333333;
  font-size: 14px;
  line-height: 1.55;
}

.scc-hpe-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  font-size: 15px;
  font-weight: 600;
}

.scc-hpe-card__arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-hpe-card:hover .scc-hpe-card__arrow {
  transform: translateX(4px);
}


/* COMPUTE */

.scc-hpe-card--compute {
  border-color: #b9dfd4;
}

/* HPE BRAND GRADIENT */

.scc-hpe-card--compute .scc-hpe-card__content,
.scc-hpe-card--storage .scc-hpe-card__content,
.scc-hpe-card--aruba .scc-hpe-card__content {
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f1faf7 48%,
    rgba(0, 169, 130, 0.18) 100%
  );
}

.scc-hpe-card--compute h3,
.scc-hpe-card--compute .scc-hpe-card__link {
  color: #008567;
}


/* STORAGE */

.scc-hpe-card--storage {
  border-color: #d8d0eb;
}

.scc-hpe-card--storage .scc-hpe-card__content {
  background: #f2faf7;
}

.scc-hpe-card--storage h3,
.scc-hpe-card--storage .scc-hpe-card__link {
  color: #008567;
}


/* ARUBA */

.scc-hpe-card--aruba {
  border-color: #d8d0eb;
}

/* HPE BRAND GRADIENT */

.scc-hpe-card--compute .scc-hpe-card__content,
.scc-hpe-card--storage .scc-hpe-card__content,
.scc-hpe-card--aruba .scc-hpe-card__content {
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f1faf7 48%,
    rgba(0, 169, 130, 0.18) 100%
  );
}

.scc-hpe-card--aruba h3,
.scc-hpe-card--aruba .scc-hpe-card__link {
  color: #008567;
}


/* TABLET */

@media (max-width: 1100px) {

  .scc-hpe-solutions {
    grid-template-columns: 1fr;
  }

  .scc-hpe-card {
    min-height: 170px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .scc-hpe-solutions {
    gap: 12px;
  }

  .scc-hpe-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  /* IMAGE FIRST */

  .scc-hpe-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 125px;
    padding: 14px 18px 8px;
  }

  .scc-hpe-card__image img {
    width: auto;
    max-width: 85%;
    max-height: 110px;
  }


  /* COPY BELOW */

  .scc-hpe-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 16px 18px 18px;
  }

  .scc-hpe-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .scc-hpe-card__content p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .scc-hpe-card__link {
    font-size: 13px;
  }

  .scc-hpe-card__arrow {
    font-size: 17px;
  }

}
.scc-cisco-solutions,
.scc-cisco-solutions * {
  box-sizing: border-box;
}

.scc-cisco-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}


/* CARD */

.scc-cisco-solution-card {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: stretch;

  width: 100%;
  min-height: 170px;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #c8e1f1;
  border-radius: 8px;

  text-decoration: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.scc-cisco-solution-card:hover {
  transform: translateY(-1px);
  border-color: #9bcce9;
  box-shadow: 0 5px 14px rgba(0, 118, 189, 0.06);
}


/* IMAGE SIDE */

.scc-cisco-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  padding: 14px 18px;

  background: #ffffff;
}

.scc-cisco-solution-card__image img {
  display: block;

  width: 100%;
  max-width: 270px;
  max-height: 125px;

  object-fit: contain;
}


/* CONTENT SIDE */

.scc-cisco-solution-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;
  padding: 20px 24px;

  background: #f3f8fc;
}

.scc-cisco-solution-card__content h3 {
  margin: 0 0 9px;

  color: #0877bd;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-cisco-solution-card__content p {
  max-width: 340px;
  margin: 0 0 15px;

  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}

.scc-cisco-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #0076bd;
  font-size: 15px;
  font-weight: 600;
}

.scc-cisco-solution-card__arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-solution-card:hover .scc-cisco-solution-card__arrow {
  transform: translateX(4px);
}


/* COMPUTE — COPY LEFT / IMAGE RIGHT */

.scc-cisco-solution-card--compute {
  grid-template-columns: 56% 44%;
}


/* TABLET */

@media (max-width: 1024px) {

  .scc-cisco-solutions {
    grid-template-columns: 1fr;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .scc-cisco-solutions {
    gap: 10px;
  }

  .scc-cisco-solution-card,
  .scc-cisco-solution-card--compute {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  /* ALWAYS IMAGE FIRST */

  .scc-cisco-solution-card__image,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__image {
    grid-column: 1;
    grid-row: 1;

    min-height: 115px;
    padding: 12px 18px 8px;
  }

  .scc-cisco-solution-card__image img {
    width: auto;
    max-width: 90%;
    max-height: 100px;
  }


  /* COPY BELOW */

  .scc-cisco-solution-card__content,
  .scc-cisco-solution-card--compute .scc-cisco-solution-card__content {
    grid-column: 1;
    grid-row: 2;

    padding: 15px 18px 17px;
  }

  .scc-cisco-solution-card__content h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .scc-cisco-solution-card__content p {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 1.48;
  }

  .scc-cisco-solution-card__link {
    font-size: 12px;
  }

}
.scc-hpe-greenlake,
.scc-hpe-greenlake * {
  box-sizing: border-box;
}

.scc-hpe-greenlake {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 110px;
  padding: 14px 26px 14px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f1f8eb 35%,
    #f1f8eb 100%
  );

  border: 1px solid #a9c696;
  border-radius: 9px;
}


/* IMAGE */

.scc-hpe-greenlake__image {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 170px;
  height: 82px;
}

.scc-hpe-greenlake__image img {
  display: block;

  width: 145px;
  max-width: 100%;
  max-height: 76px;

  object-fit: contain;
}


/* CONTENT */

.scc-hpe-greenlake__content {
  min-width: 0;
}

.scc-hpe-greenlake__content h3 {
  margin: 0 0 7px;

  color: #406127;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-hpe-greenlake__content p {
  max-width: 760px;
  margin: 0;

  color: #222222;
  font-size: 14px;
  line-height: 1.5;
}


/* CTA */

.scc-hpe-greenlake__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  white-space: nowrap;

  color: #406127 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-hpe-greenlake__link span {
  color: #71ae4b;
  font-size: 19px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-hpe-greenlake__link:hover {
  color: #71ae4b !important;
}

.scc-hpe-greenlake__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-hpe-greenlake {
    grid-template-columns: 1fr;
    gap: 0;

    min-height: 0;
    padding: 12px;
  }


  /* WHITE IMAGE AREA */

  .scc-hpe-greenlake__image {
    grid-column: 1;
    grid-row: 1;

    width: 100%;
    height: 130px;

    margin: 0 0 14px;
    padding: 10px 18px;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
  }

  .scc-hpe-greenlake__image img {
    width: auto;
    max-width: 90%;
    max-height: 105px;
  }


  /* CONTENT */

  .scc-hpe-greenlake__content {
    grid-column: 1;
    grid-row: 2;

    padding: 0 3px;
  }

  .scc-hpe-greenlake__content h3 {
    margin-bottom: 7px;
    color: #406127;
    font-size: 17px;
  }

  .scc-hpe-greenlake__content p {
    max-width: none;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-hpe-greenlake__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(64, 97, 39, 0.16);

    color: #406127 !important;
    font-size: 13px;
    white-space: normal;
  }

  .scc-hpe-greenlake__link span {
    color: #71ae4b;
  }

}
.scc-cisco-refresh,
.scc-cisco-refresh * {
  box-sizing: border-box;
}

.scc-cisco-refresh {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f1f8eb 34%,
    #f1f8eb 100%
  );

  border: 1px solid #c9dfba;
  border-radius: 9px;
}


/* LOGO */

.scc-cisco-refresh__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 78px;
}

.scc-cisco-refresh__logo img {
  display: block;
  width: 125px;
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}


/* CONTENT */

.scc-cisco-refresh__content {
  min-width: 0;
}

.scc-cisco-refresh__content h3 {
  margin: 0 0 6px;

  color: #406127;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-cisco-refresh__content p {
  max-width: 720px;
  margin: 0;

  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}


/* CTA */

.scc-cisco-refresh__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #406127 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-cisco-refresh__link span {
  color: #71ae4b;
  font-size: 19px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-refresh__link:hover {
  color: #71ae4b !important;
}

.scc-cisco-refresh__link:hover span {
  transform: translateX(4px);
}


@media (max-width: 767px) {

  /* CARDS */

  .scc-cisco-refresh,
  .scc-cisco-smartnet {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

    width: 100%;
    min-height: 0;
    padding: 12px;

    overflow: hidden;
  }


  /* LARGE WHITE IMAGE AREA */

  .scc-cisco-refresh__logo,
  .scc-cisco-smartnet__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;
    padding: 10px 18px;
    margin: 0 0 14px;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
  }


  /* REFRESH LOGO */

  .scc-cisco-refresh__logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 95px;
    object-fit: contain;
  }


  /* SMARTNET IMAGE */

  .scc-cisco-smartnet__logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 95px;
    object-fit: contain;
  }


  /* CONTENT */

  .scc-cisco-refresh__content,
  .scc-cisco-smartnet__content {
    grid-column: 1;
    grid-row: 2;

    width: 100%;
    padding: 0 3px;
  }

  .scc-cisco-refresh__content h3,
  .scc-cisco-smartnet__content h3 {
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-cisco-refresh__content p,
  .scc-cisco-smartnet__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-cisco-refresh__link,
  .scc-cisco-smartnet__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(0, 0, 0, 0.08);

    font-size: 13px;
    white-space: normal;
  }

}
.scc-hpe-techcare,
.scc-hpe-techcare * {
  box-sizing: border-box;
}

.scc-hpe-techcare {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;

  width: 100%;
  min-height: 105px;
  padding: 12px 26px 12px 18px;

  font-family: "Montserrat", sans-serif;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f2faf7 34%,
    #f2faf7 100%
  );

  border: 1px solid #b9dfd4;
  border-radius: 9px;
}


/* IMAGE */

.scc-hpe-techcare__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-hpe-techcare__logo img {
  display: block;

  width: 125px;
  max-width: 100%;
  max-height: 70px;

  object-fit: contain;
}


/* CONTENT */

.scc-hpe-techcare__content {
  min-width: 0;
}

.scc-hpe-techcare__content h3 {
  margin: 0 0 6px;

  color: #008567;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.scc-hpe-techcare__content p {
  max-width: 720px;
  margin: 0;

  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}


/* CTA */

.scc-hpe-techcare__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #008567 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.scc-hpe-techcare__link span {
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-hpe-techcare__link:hover {
  color: #006b53 !important;
}

.scc-hpe-techcare__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-hpe-techcare {
    grid-template-columns: 1fr;
    gap: 0;

    min-height: 0;
    padding: 12px;
  }


  /* IMAGE AREA */

  .scc-hpe-techcare__logo {
    grid-column: 1;
    grid-row: 1;

    width: 100%;
    height: 120px;

    margin: 0 0 14px;
    padding: 10px 18px;

    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
  }

  .scc-hpe-techcare__logo img {
    width: auto;
    max-width: 180px;
    max-height: 95px;
  }


  /* CONTENT */

  .scc-hpe-techcare__content {
    grid-column: 1;
    grid-row: 2;

    padding: 0 3px;
  }

  .scc-hpe-techcare__content h3 {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .scc-hpe-techcare__content p {
    width: 100%;
    max-width: none;

    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-hpe-techcare__link {
    grid-column: 1;
    grid-row: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    margin-top: 13px;
    padding: 11px 3px 1px;

    border-top: 1px solid rgba(0, 0, 0, 0.08);

    font-size: 13px;
    white-space: normal;
  }

}