.elementor-84456715 .elementor-element.elementor-element-c0fbbf3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456715 .elementor-element.elementor-element-cc08055{--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-84456715 .elementor-element.elementor-element-64894fb{--display:flex;--align-items:center;--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-84456715 .elementor-element.elementor-element-e723b55{text-align:center;}.elementor-84456715 .elementor-element.elementor-element-e723b55 img{width:85%;}.elementor-84456715 .elementor-element.elementor-element-67895d6{--display:flex;}.elementor-84456715 .elementor-element.elementor-element-8fa4ced{--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-84456715 .elementor-element.elementor-element-f14a998 .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-84456715 .elementor-element.elementor-element-d43af76{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84456715 .elementor-element.elementor-element-d43af76 p{margin-block-end:0px;}.elementor-84456715 .elementor-element.elementor-element-9cbd5c6{--display:flex;}.elementor-84456715 .elementor-element.elementor-element-61a458c{--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-84456715 .elementor-element.elementor-element-cd9a610{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456715 .elementor-element.elementor-element-7f8b147{--display:flex;}.elementor-84456715 .elementor-element.elementor-element-a903673 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456715 .elementor-element.elementor-element-74470bf{--display:flex;}.elementor-84456715 .elementor-element.elementor-element-e0cc935 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456715 .elementor-element.elementor-element-6cf1aa8{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456715 .elementor-element.elementor-element-06c3e67 > .elementor-widget-container{margin:5px 5px 5px 5px;}@media(max-width:767px){.elementor-84456715 .elementor-element.elementor-element-e723b55 img{width:50%;}}@media(min-width:768px){.elementor-84456715 .elementor-element.elementor-element-64894fb{--width:20%;}.elementor-84456715 .elementor-element.elementor-element-67895d6{--width:75%;}.elementor-84456715 .elementor-element.elementor-element-8fa4ced{--width:100%;}.elementor-84456715 .elementor-element.elementor-element-9cbd5c6{--width:20%;}}.scc-pure-storage,
.scc-pure-storage * {
  box-sizing: border-box;
}

.scc-pure-storage {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.scc-pure-storage__card {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;

  width: 100%;
  min-height: 175px;

  overflow: hidden;

  background: #fbf7f3;
  border: 1px solid #ead8ca;
  border-radius: 9px;

  text-decoration: none !important;

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

.scc-pure-storage__card:hover {
  transform: translateY(-2px);
  border-color: #d9b698;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
}


/* IMAGE */

.scc-pure-storage__image {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px 28px;

  background: #ffffff;
}

.scc-pure-storage__image img {
  display: block;

  width: auto;
  max-width: 100%;
  max-height: 135px;

  object-fit: contain;
}


/* CONTENT */

.scc-pure-storage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

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

  background: linear-gradient(
    120deg,
    #fff 0%,
    #fff5e2 60%,
    #f1dece 100%
  );
}

.scc-pure-storage__content h3 {
  margin: 0 0 8px;

  color: #ff7535;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.scc-pure-storage__content p {
  max-width: 760px;
  margin: 0;

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


/* CTA */

.scc-pure-storage__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  width: fit-content;
  margin-top: 15px;

  color: #ff7535;
  font-size: 14px;
  font-weight: 650;
}

.scc-pure-storage__link span {
  color: #ff7535;
  font-size: 18px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-pure-storage__card:hover .scc-pure-storage__link span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-pure-storage__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .scc-pure-storage__image {
    min-height: 135px;
    padding: 18px 24px;

    border-bottom: 1px solid #ead8ca;
  }

  .scc-pure-storage__image img {
    max-width: 210px;
    max-height: 105px;
  }

  .scc-pure-storage__content {
    padding: 18px 19px;
  }

  .scc-pure-storage__content h3 {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .scc-pure-storage__content p {
    font-size: 13px;
    line-height: 1.5;
  }

  .scc-pure-storage__link {
    justify-content: space-between;

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

    border-top: 1px solid rgba(166, 84, 36, 0.15);

    font-size: 13px;
  }

}
.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-pure-evergreen,
.scc-pure-evergreen * {
  box-sizing: border-box;
}

.scc-pure-evergreen {
  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%,
    #f7f8f6 34%,
    #e7eae6 62%,
    #5a6359 100%
  );

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


/* LOGO */

.scc-pure-evergreen__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-pure-evergreen__logo img {
  display: block;

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

  object-fit: contain;
}


/* CONTENT */

.scc-pure-evergreen__content {
  min-width: 0;
}

.scc-pure-evergreen__content h3 {
  margin: 0 0 6px;

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

.scc-pure-evergreen__content p {
  max-width: 720px;
  margin: 0;

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


/* CTA */

.scc-pure-evergreen__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

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

.scc-pure-evergreen__link span {
  color: #d8ddd6;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-pure-evergreen__link:hover {
  color: #e6eae5 !important;
}

.scc-pure-evergreen__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-pure-evergreen {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

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

    overflow: hidden;

    background: #f1f3f0;
    border-color: #cfd4ce;
  }


  /* IMAGE AREA */

  .scc-pure-evergreen__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 #dfe3de;
    border-radius: 6px;
  }

  .scc-pure-evergreen__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 95px;

    object-fit: contain;
  }


  /* CONTENT */

  .scc-pure-evergreen__content {
    grid-column: 1;
    grid-row: 2;

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

  .scc-pure-evergreen__content h3 {
    margin: 0 0 6px;

    color: #4d564c;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-pure-evergreen__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    color: #333633;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-pure-evergreen__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(90, 99, 89, 0.18);

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

  .scc-pure-evergreen__link span {
    color: #5a6359;
  }

  .scc-pure-evergreen__link:hover {
    color: #3f473e !important;
  }

}
.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-pure-support,
.scc-pure-support * {
  box-sizing: border-box;
}

.scc-pure-support {
  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%,
    #fffaf2 34%,
    #fff5e2 62%,
    #d97832 100%
  );

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


/* LOGO */

.scc-pure-support__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-pure-support__logo img {
  display: block;

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

  object-fit: contain;
}


/* CONTENT */

.scc-pure-support__content {
  min-width: 0;
}

.scc-pure-support__content h3 {
  margin: 0 0 6px;

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

.scc-pure-support__content p {
  max-width: 720px;
  margin: 0;

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


/* CTA */

.scc-pure-support__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

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

.scc-pure-support__link span {
  color: #ffe0bd;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-pure-support__link:hover {
  color: #fff5e2 !important;
}

.scc-pure-support__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-pure-support {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

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

    overflow: hidden;

    background: #fff5e2;
    border-color: #efd5bb;
  }


  /* IMAGE AREA */

  .scc-pure-support__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 #f0ddca;
    border-radius: 6px;
  }

  .scc-pure-support__logo img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 95px;

    object-fit: contain;
  }


  /* CONTENT */

  .scc-pure-support__content {
    grid-column: 1;
    grid-row: 2;

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

  .scc-pure-support__content h3 {
    margin: 0 0 6px;

    color: #b85f22;
    font-size: 17px;
    line-height: 1.3;
  }

  .scc-pure-support__content p {
    width: 100%;
    max-width: none;
    margin: 0;

    color: #333333;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-pure-support__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(184, 95, 34, 0.18);

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

  .scc-pure-support__link span {
    color: #d97832;
  }

  .scc-pure-support__link:hover {
    color: #834018 !important;
  }

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

.scc-cisco-why {
  width: 100%;
  padding: 20px 22px 18px;
  font-family: "Montserrat", sans-serif;

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

.scc-cisco-why__head {
  margin-bottom: 18px;
    margin-top: 10px;

}

.scc-cisco-why__head h2 {
  margin: 0;
  color: #000000;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}


/* GRID */

.scc-cisco-why__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
}

.scc-cisco-why__item {
  position: relative;
  min-width: 0;
  padding: 0 20px;
  text-align: center;
}

.scc-cisco-why__item:first-child {
  padding-left: 4px;
}

.scc-cisco-why__item:last-child {
  padding-right: 4px;
}


/* DIVIDERS */

.scc-cisco-why__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 0px;
  height: 168px;
  background: #e6e6e6;
}


/* ICONS */

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

  width: 46px;
  height: 46px;
  margin: 0 auto 10px;

  color: #71ae4b !important;
}

.scc-cisco-why__icon svg {
  display: block;
  width: 42px;
  height: 42px;

  stroke: #71ae4b !important;
  fill: none !important;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scc-cisco-why__icon svg path,
.scc-cisco-why__icon svg rect,
.scc-cisco-why__icon svg circle,
.scc-cisco-why__icon svg polyline,
.scc-cisco-why__icon svg line {
  stroke: #71ae4b !important;
}


/* POUND ICON */

.scc-cisco-why__icon--pound {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  margin-bottom: 13px;

  border: 2px solid #71ae4b;
  border-radius: 50%;

  color: #71ae4b !important;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}


/* TITLES */

.scc-cisco-why__item h3 {
  min-height: 38px;
  margin: 0 0 8px;

  color: #111111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}


/* DESCRIPTION */

.scc-cisco-why__item p {
  max-width: 190px;
  margin: 0 auto;

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


/* CTA */

.scc-cisco-why__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.scc-cisco-why__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-width: 300px;
  padding: 13px 24px;

  background: #00243B;
  border-radius: 5px;

  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;

  transition: background 0.2s ease;
}

.scc-cisco-why__cta span {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.scc-cisco-why__cta:hover {
  background: #71ae4b;
  color: #ffffff !important;
}

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


/* TABLET */

@media (max-width: 1100px) {

  .scc-cisco-why__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .scc-cisco-why__item:nth-child(3)::after,
  .scc-cisco-why__item:nth-child(6)::after {
    display: none;
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-cisco-why {
    padding: 20px 16px 18px;
  }


  /* HEADING */

  .scc-cisco-why__head {
    margin: 0 0 20px;
  }

  .scc-cisco-why__head h2 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
  }


  /* ONE STRONG COLUMN */

  .scc-cisco-why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }


  /* EACH BENEFIT */

  .scc-cisco-why__item,
  .scc-cisco-why__item:first-child,
  .scc-cisco-why__item:last-child {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;

    width: 100%;
    padding: 16px 0;

    text-align: left;

    border-bottom: 1px solid #e6e6e6;
  }

  .scc-cisco-why__item:first-child {
    padding-top: 4px;
  }

  .scc-cisco-why__item:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }


  /* REMOVE DESKTOP DIVIDERS */

  .scc-cisco-why__item::after {
    display: none !important;
  }


  /* ICON */

  .scc-cisco-why__icon {
    grid-column: 1;
    grid-row: 1 / 3;

    align-self: start;

    width: 46px;
    height: 46px;
    margin: 0;

    color: #71ae4b !important;
  }

  .scc-cisco-why__icon svg {
    width: 42px;
    height: 42px;
  }


  /* £ ICON */

  .scc-cisco-why__icon--pound {
    width: 42px;
    height: 42px;
    margin: 0;

    font-size: 24px;
  }


  /* TITLES */

  .scc-cisco-why__item h3 {
    grid-column: 2;
    grid-row: 1;

    min-height: 0;
    margin: 0 0 5px;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
  }


  /* DESCRIPTIONS */

  .scc-cisco-why__item p {
    grid-column: 2;
    grid-row: 2;

    width: 100%;
    max-width: none;
    margin: 0;

    color: #555555;
    font-size: 13px;
    line-height: 1.5;
  }


  /* CTA */

  .scc-cisco-why__cta-wrap {
    width: 100%;
    margin-top: 18px;
  }

  .scc-cisco-why__cta {
    width: 100%;
    min-width: 0;

    padding: 14px 18px;

    font-size: 14px;
  }

}