.elementor-84456679 .elementor-element.elementor-element-f705e56{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456679 .elementor-element.elementor-element-d653944{--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-84456679 .elementor-element.elementor-element-d3096ec{--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-84456679 .elementor-element.elementor-element-6124d98{text-align:center;}.elementor-84456679 .elementor-element.elementor-element-6124d98 img{width:85%;}.elementor-84456679 .elementor-element.elementor-element-f0e36ac{--display:flex;}.elementor-84456679 .elementor-element.elementor-element-d6e4eb8{--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-84456679 .elementor-element.elementor-element-ce4e6b7 .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-84456679 .elementor-element.elementor-element-b5fb96f{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84456679 .elementor-element.elementor-element-b5fb96f p{margin-block-end:0px;}.elementor-84456679 .elementor-element.elementor-element-35bf445{--display:flex;}.elementor-84456679 .elementor-element.elementor-element-0838661{--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-84456679 .elementor-element.elementor-element-a6ba09f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-84456679 .elementor-element.elementor-element-2748934{--display:flex;}.elementor-84456679 .elementor-element.elementor-element-2da057c > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456679 .elementor-element.elementor-element-9c28a3a{--display:flex;}.elementor-84456679 .elementor-element.elementor-element-c4f5988 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-84456679 .elementor-element.elementor-element-f83bea2{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84456679 .elementor-element.elementor-element-db6584a > .elementor-widget-container{margin:5px 5px 5px 5px;}@media(max-width:767px){.elementor-84456679 .elementor-element.elementor-element-6124d98 img{width:50%;}}@media(min-width:768px){.elementor-84456679 .elementor-element.elementor-element-d3096ec{--width:20%;}.elementor-84456679 .elementor-element.elementor-element-f0e36ac{--width:75%;}.elementor-84456679 .elementor-element.elementor-element-d6e4eb8{--width:100%;}.elementor-84456679 .elementor-element.elementor-element-35bf445{--width:20%;}}.scc-nvidia-solutions,
.scc-nvidia-solutions * {
  box-sizing: border-box;
}

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


/* CARD */

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

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

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

  text-decoration: none !important;

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

.scc-nvidia-solution-card:hover {
  transform: translateY(-1px);
  border-color: #a8cc6f;
  box-shadow: 0 5px 14px rgba(118, 185, 0, 0.08);
}


/* IMAGE SIDE */

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

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

  background: #ffffff;
}

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

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

  object-fit: contain;
}


/* CONTENT SIDE */

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

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

  background: #F3F8E9;
}

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

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

.scc-nvidia-solution-card__content p {
  max-width: 720px;
  margin: 0 0 15px;

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

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

  color: #4F7300;
  font-size: 15px;
  font-weight: 600;
}

.scc-nvidia-solution-card__arrow {
  color: #76B900;
  font-size: 17px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-nvidia-solution-card:hover .scc-nvidia-solution-card__link {
  color: #4F7300;
}

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


/* TABLET */

@media (max-width: 1024px) {

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

}


/* MOBILE */

@media (max-width: 767px) {

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

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


  /* ALWAYS IMAGE FIRST */

  .scc-nvidia-solution-card__image {
    grid-column: 1;
    grid-row: 1;

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

    background: #ffffff;
  }

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


  /* COPY BELOW */

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

    padding: 15px 18px 17px;

    background: #f4f9eb;
  }

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

  .scc-nvidia-solution-card__content p {
    max-width: none;
    margin-bottom: 13px;

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

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

}
.scc-dell-apex,
.scc-dell-apex * {
  box-sizing: border-box;
}

.scc-dell-apex {
  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%,
    #f2f7fa 38%,
    #dce8ef 64%,
    #233746 100%
  );

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


/* LOGO */

.scc-dell-apex__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-dell-apex__logo img {
  display: block;

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

  object-fit: contain;
}


/* CONTENT */

.scc-dell-apex__content {
  min-width: 0;
}

.scc-dell-apex__content h3 {
  margin: 0 0 6px;

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

.scc-dell-apex__content p {
  max-width: 720px;
  margin: 0;

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


/* CTA */

.scc-dell-apex__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-dell-apex__link span {
  color: #5cc1ee;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-dell-apex__link:hover {
  color: #5cc1ee !important;
}

.scc-dell-apex__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-dell-apex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

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

    overflow: hidden;

    background: #f4f8fa;
    border-color: #c8d9e4;
  }


  /* LARGE WHITE IMAGE AREA */

  .scc-dell-apex__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 #d9e5ec;
    border-radius: 6px;
  }

  .scc-dell-apex__logo img {
    display: block;

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

    object-fit: contain;
  }


  /* CONTENT */

  .scc-dell-apex__content {
    grid-column: 1;
    grid-row: 2;

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

  .scc-dell-apex__content h3 {
    margin: 0 0 6px;

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

  .scc-dell-apex__content p {
    width: 100%;
    max-width: none;
    margin: 0;

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


  /* CTA */

  .scc-dell-apex__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(6, 114, 203, 0.18);

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

  .scc-dell-apex__link span {
    color: #0672cb;
  }

  .scc-dell-apex__link:hover {
    color: #002a58 !important;
  }

}
.scc-nvidia-enterprise,
.scc-nvidia-enterprise * {
  box-sizing: border-box;
}

.scc-nvidia-enterprise {
  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,
    #fff 0%,
    #fff 34%,
    #000 100%
  );

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


/* LOGO */

.scc-nvidia-enterprise__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 150px;
  height: 78px;
}

.scc-nvidia-enterprise__logo img {
  display: block;

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

  object-fit: contain;
}


/* CONTENT */

.scc-nvidia-enterprise__content {
  min-width: 0;
}

.scc-nvidia-enterprise__content h3 {
  margin: 0 0 6px;

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

.scc-nvidia-enterprise__content p {
  max-width: 720px;
  margin: 0;

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


/* CTA */

.scc-nvidia-enterprise__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

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

.scc-nvidia-enterprise__link span {
  color: #76b900;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-nvidia-enterprise__link:hover {
  color: #76b900 !important;
}

.scc-nvidia-enterprise__link:hover span {
  transform: translateX(4px);
}


/* MOBILE */

@media (max-width: 767px) {

  .scc-nvidia-enterprise {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;

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

    overflow: hidden;
  }


  /* LARGE WHITE IMAGE AREA */

  .scc-nvidia-enterprise__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 #dfe8d5;
    border-radius: 6px;
  }

  .scc-nvidia-enterprise__logo img {
    display: block;

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

    object-fit: contain;
  }


  /* CONTENT */

  .scc-nvidia-enterprise__content {
    grid-column: 1;
    grid-row: 2;

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

  .scc-nvidia-enterprise__content h3 {
    margin: 0 0 6px;

    font-size: 17px;
    line-height: 1.3;
  }

  .scc-nvidia-enterprise__content p {
    width: 100%;
    max-width: none;
    margin: 0;

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


  /* CTA */

  .scc-nvidia-enterprise__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(69, 104, 47, 0.16);

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

}
.scc-dell-support,
.scc-dell-support * {
  box-sizing: border-box;
}

.scc-dell-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%,
    #ffffff 34%,
    #edf5f9 62%,
    #002a58 100%
  );

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


/* LOGO */

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

  width: 150px;
  height: 78px;
}

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

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

  object-fit: contain;
}


/* CONTENT */

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

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

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

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

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


/* CTA */

.scc-dell-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-dell-support__link span {
  color: #5cc1ee;
  font-size: 19px;
  line-height: 1;

  transition: transform 0.2s ease;
}

.scc-dell-support__link:hover {
  color: #5cc1ee !important;
}

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


/* MOBILE */

@media (max-width: 767px) {

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

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

    overflow: hidden;

    background: #f4f8fa;
    border-color: #c8d9e4;
  }


  /* IMAGE AREA */

  .scc-dell-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 #d9e5ec;
    border-radius: 6px;
  }

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

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

    object-fit: contain;
  }


  /* CONTENT */

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

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

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

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

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

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


  /* CTA */

  .scc-dell-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(6, 114, 203, 0.18);

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

  .scc-dell-support__link span {
    color: #0672cb;
  }

  .scc-dell-support__link:hover {
    color: #002a58 !important;
  }

}