@charset "UTF-8";

/* Homepage: hero, company profile, knowledge center, cases and inquiry form. */

/* Keep hero navigation legible over both light and dark banner artwork. */
#banner .flex-direction-nav a {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background-color: rgba(10, 28, 42, 0.34);
  background-image: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  opacity: 0.92;
  text-indent: -999em;
  backdrop-filter: blur(9px) saturate(135%);
  -webkit-backdrop-filter: blur(9px) saturate(135%);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

#banner .flex-direction-nav .flex-prev,
#banner .flexslider:hover .flex-prev {
  left: 18px;
}

#banner .flex-direction-nav .flex-next,
#banner .flexslider:hover .flex-next {
  right: 18px;
}

#banner .flex-direction-nav a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.86));
}

#banner .flex-direction-nav .flex-prev::before {
  transform: translate(-38%, -50%) rotate(-45deg);
}

#banner .flex-direction-nav .flex-next::before {
  transform: translate(-62%, -50%) rotate(135deg);
}

#banner .flexslider:hover .flex-direction-nav a:hover,
#banner .flex-direction-nav a:focus-visible {
  background-color: rgba(7, 24, 38, 0.58);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  opacity: 1;
  outline: none;
  transform: scale(1.06);
}

@media (max-width: 767px) {
  #banner .flex-direction-nav a {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  #banner .flex-direction-nav .flex-prev,
  #banner .flexslider:hover .flex-prev {
    left: 10px;
  }

  #banner .flex-direction-nav .flex-next,
  #banner .flexslider:hover .flex-next {
    right: 10px;
  }

  #banner .flex-direction-nav a::before {
    width: 11px;
    height: 11px;
    border-width: 2px 0 0 2px;
  }
}

/* Hero copy: resilient across light images, long text and translated content. */
#banner .slides > li > a {
  position: relative;
  display: block;
}

#banner .ban-des {
  top: 50%;
  left: 50%;
  width: min(82%, 1120px);
  max-height: calc(100% - 48px);
  padding: clamp(22px, 2.4vw, 38px) clamp(40px, 5vw, 78px);
  overflow: hidden;
  background: radial-gradient(ellipse at center, rgba(10, 27, 41, 0.48) 0%, rgba(10, 27, 41, 0.35) 48%, rgba(10, 27, 41, 0.13) 72%, rgba(10, 27, 41, 0) 100%);
  color: #fff;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.88), 0 3px 13px rgba(0, 0, 0, 0.58);
  text-transform: none;
  transform: translate(-50%, -50%);
}

#banner .ban-des .title,
#banner .ban-des .title2,
#banner .ban-des p {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
}

#banner .ban-des .title,
#banner .ban-des .title2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

#banner .ban-des .title {
  margin-bottom: clamp(8px, 1vw, 15px);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.18;
}

#banner .ban-des .title2 {
  margin-bottom: clamp(10px, 1.3vw, 20px);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.16;
}

#banner .ban-des p {
  display: -webkit-box;
  margin-bottom: 0;
  line-height: 1.55;
  -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
  #banner .ban-des {
    width: 86%;
    max-height: calc(100% - 30px);
    padding: 20px 34px;
    font-size: 14px;
  }

  #banner .ban-des .title {
    margin-bottom: 8px;
    font-size: clamp(22px, 3.2vw, 32px);
    line-height: 1.2;
  }

  #banner .ban-des .title2 {
    margin-bottom: 10px;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  #banner .ban-des {
    width: calc(100% - 44px);
    max-height: calc(100% - 18px);
    padding: 9px 14px;
    background: radial-gradient(ellipse at center, rgba(9, 25, 39, 0.4) 0%, rgba(9, 25, 39, 0.27) 48%, rgba(9, 25, 39, 0.08) 76%, rgba(9, 25, 39, 0) 100%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 2px 9px rgba(0, 0, 0, 0.7);
  }

  #banner .ban-des .title,
  #banner .ban-des .title2 {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.28;
  }

  #banner .ban-des .title {
    margin-bottom: 4px;
  }

  #banner .ban-des .title2 {
    margin-bottom: 0;
  }
}

/* Company profile */
#choose {
  padding: 82px 0;
  overflow: hidden;
  background: #fff;
}

#choose .sp-choose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 72px;
}

#choose .sp-choose-visual {
  position: relative;
  min-width: 0;
  padding: 0 42px 42px 0;
}

#choose .sp-choose-image {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #e8edf1;
}

#choose .sp-choose-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 104, 0.02), rgba(6, 58, 104, 0.18));
  content: "";
}

#choose .sp-choose-image > img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.6s ease;
}

#choose .sp-choose-grid:hover .sp-choose-image > img {
  transform: scale(1.025);
}

#choose .sp-quote-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: min(390px, 78%);
  height: 116px;
  overflow: hidden;
  background: var(--sp-theme-strong);
  box-shadow: 0 16px 34px rgba(6, 58, 104, 0.22);
  color: #fff;
  text-decoration: none;
}

#choose .sp-quote-cta > img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  opacity: 0.52;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

#choose .sp-quote-cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 58, 104, 0.96), rgba(7, 95, 168, 0.5));
  content: "";
}

#choose .sp-quote-cta-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 15px;
  padding: 0 28px;
  color: #fff;
}

#choose .sp-quote-cta-copy > i:first-child {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 17px;
}

#choose .sp-quote-cta-copy strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  white-space: normal;
}

#choose .sp-quote-cta:hover,
#choose .sp-quote-cta:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

#choose .sp-quote-cta:hover > img {
  opacity: 0.7;
  transform: scale(1.04);
}

#choose .sp-choose-content {
  position: relative;
  min-width: 0;
  padding: 34px 0;
}

#choose .sp-choose-content .typename {
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 22px;
  color: var(--sp-theme-dark);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

#choose .sp-choose-content .typename::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 4px;
  background: var(--sp-theme-accent);
  content: "";
}

#choose .sp-richtext,
#choose .sp-richtext p {
  color: #586571;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

#choose .sp-richtext p {
  margin: 0 0 18px;
}

#choose .sp-section-link {
  display: inline-flex;
  min-width: 156px;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 14px;
  padding: 0 19px;
  border: 1px solid var(--sp-theme-primary);
  color: var(--sp-theme-primary);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

#choose .sp-section-link:hover,
#choose .sp-section-link:focus {
  background: var(--sp-theme-primary);
  color: #fff;
  outline: none;
  text-decoration: none;
}

/* FAQ, maintenance knowledge and application cases */
#news {
  padding: 82px 0;
  background: #f2f5f7;
}

#news .sp-knowledge-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
}

#news .sp-knowledge-panel,
#news .sp-cases-panel {
  min-width: 0;
  padding: 34px;
  background: #fff;
  border: 1px solid #dfe5ea;
  box-shadow: 0 12px 30px rgba(25, 42, 56, 0.06);
}

#news .sp-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

#news .sp-panel-heading .typename {
  margin: 0;
  color: var(--sp-theme-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

#news .sp-panel-heading .typename a {
  color: inherit;
  text-decoration: none;
}

#news .sp-panel-more {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5dd;
  color: var(--sp-theme-primary);
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

#news .sp-panel-more:hover,
#news .sp-panel-more:focus {
  border-color: var(--sp-theme-primary);
  background: var(--sp-theme-primary);
  color: #fff;
  outline: none;
  text-decoration: none;
}

#news .sp-faq-panel .panel-group {
  margin: 0;
}

#news .sp-faq-panel .panel {
  margin: 0;
  border: 0;
  border-top: 1px solid #e0e6eb;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#news .sp-faq-panel .panel:last-child {
  border-bottom: 1px solid #e0e6eb;
}

#news .sp-faq-panel .panel-heading {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#news .sp-faq-panel .panel-heading a,
#news .sp-faq-panel .panel-heading a.collapsed,
#news .sp-faq-panel .panel-heading a:hover {
  position: relative;
  display: block;
  padding: 20px 45px 20px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sp-theme-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
  outline: none;
  text-decoration: none;
  white-space: normal;
}

#news .sp-faq-panel .panel-heading a.collapsed {
  color: var(--sp-theme-dark);
}

#news .sp-faq-panel .panel-heading a::before,
#news .sp-faq-panel .panel-heading a.collapsed::before {
  display: none;
}

#news .sp-faq-panel .panel-heading a::after,
#news .sp-faq-panel .panel-heading a.collapsed::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: -15px 0 0;
  border-radius: 0;
  background: var(--sp-theme-primary);
  color: #fff;
  content: "\f068";
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 30px;
}

#news .sp-faq-panel .panel-heading a.collapsed::after {
  background: #edf1f4;
  color: var(--sp-theme-primary);
  content: "\f067";
}

#news .sp-faq-panel .panel-body {
  padding: 0 42px 20px 0;
  border: 0;
  color: #68747f;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

#news .sp-faq-panel .panel-body p {
  height: auto;
  margin: 0;
  color: inherit;
  overflow: visible;
  white-space: normal !important;
}

#news .sp-news-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#news .sp-news-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e0e6eb;
  background: #fff;
  color: var(--sp-theme-dark);
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

#news .sp-news-card:hover,
#news .sp-news-card:focus {
  border-color: var(--sp-theme-primary);
  box-shadow: 0 14px 28px rgba(7, 95, 168, 0.13);
  color: var(--sp-theme-primary);
  outline: none;
  text-decoration: none;
  transform: translateY(-3px);
}

#news .sp-news-card-media {
  display: block;
  height: 210px;
  overflow: hidden;
  background: #edf1f4;
}

#news .sp-news-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

#news .sp-news-card:hover .sp-news-card-media img {
  transform: scale(1.04);
}

#news .sp-news-card-copy {
  position: relative;
  display: flex;
  min-height: 188px;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

#news .sp-news-card-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-size: 17px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#news .sp-news-card-copy > span {
  display: -webkit-box;
  height: auto;
  margin-top: 12px;
  overflow: hidden;
  color: #7a858e;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#news .sp-news-card-copy > i {
  margin-top: auto;
  padding-top: 16px;
  color: var(--sp-theme-accent);
}

#news .sp-cases-panel {
  margin-top: 24px;
  background: var(--sp-theme-dark);
  border-color: var(--sp-theme-dark);
}

#news .sp-cases-panel .typename,
#news .sp-cases-panel .typename a {
  color: #fff;
}

#news .sp-cases-panel .sp-panel-more {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

#news .sp-case-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#news .sp-case-card {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  background: #111920;
  color: #fff;
  text-decoration: none;
}

#news .sp-case-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

#news .sp-case-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 25, 35, 0.02) 30%, rgba(13, 25, 35, 0.92) 100%);
  content: "";
}

#news .sp-case-card-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  min-height: 76px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}

#news .sp-case-card-overlay strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#news .sp-case-card-overlay i {
  flex: 0 0 auto;
  color: var(--sp-theme-accent);
}

#news .sp-case-card:hover,
#news .sp-case-card:focus {
  color: #fff;
  outline: 2px solid var(--sp-theme-accent);
  outline-offset: -2px;
  text-decoration: none;
}

#news .sp-case-card:hover > img {
  transform: scale(1.045);
}

/* Inquiry */
#sendform {
  padding: 82px 0;
  background: #fff;
}

#sendform .sp-sendform-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  min-height: 620px;
  overflow: hidden;
  background: #f3f6f8;
  box-shadow: 0 22px 48px rgba(25, 42, 56, 0.14);
}

#sendform .sp-sendform-visual {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  padding: 54px;
  background-color: var(--sp-theme-strong);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sendform .sp-sendform-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 58, 104, 0.12), rgba(6, 35, 59, 0.92));
  content: "";
}

#sendform .sp-sendform-copy {
  position: relative;
  z-index: 1;
  max-width: 470px;
  color: #fff;
}

#sendform .sp-sendform-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 20px;
}

#sendform .sp-sendform-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

#sendform .sp-sendform-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

#sendform .sp-sendform-line {
  display: block;
  width: 62px;
  height: 4px;
  margin-top: 28px;
  background: var(--sp-theme-accent);
}

#sendform .sp-sendform-panel {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 52px 58px;
  background: #f4f7f9;
}

#sendform .sp-sendform-panel .mailcont {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#sendform .sp-sendform-panel .mailtop {
  display: none;
}

#sendform .sp-sendform-panel .formbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#sendform .sp-sendform-panel .form-group {
  min-width: 0;
  margin: 0;
}

#sendform .sp-sendform-panel .form-group:nth-child(3),
#sendform .sp-sendform-panel .form-group:nth-child(4),
#sendform .sp-sendform-panel .form-group:nth-child(5),
#sendform .sp-sendform-panel .form-status {
  grid-column: 1 / -1;
}

#sendform .sp-sendform-panel .form-control {
  width: 100%;
  border: 1px solid #d4dde4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: var(--sp-theme-dark);
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#sendform .sp-sendform-panel input.form-control {
  height: 54px;
  padding: 0 17px;
}

#sendform .sp-sendform-panel textarea.form-control {
  min-height: 182px;
  padding: 15px 17px;
  resize: vertical;
}

#sendform .sp-sendform-panel .form-control:focus {
  border-color: var(--sp-theme-primary);
  box-shadow: 0 0 0 3px rgba(7, 95, 168, 0.1);
}

#sendform .sp-sendform-panel .sbtn {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 0;
  background: var(--sp-theme-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.25s ease;
}

#sendform .sp-sendform-panel .sbtn:hover,
#sendform .sp-sendform-panel .sbtn:focus {
  background: var(--sp-theme-dark);
  outline: none;
}

#sendform .sp-sendform-panel .form-status {
  margin: 0;
  color: var(--sp-theme-primary);
}

#sendform .sp-sendform-panel .form-status.is-error {
  color: #b51f2b;
}

@media (max-width: 1199px) {
  #choose .sp-choose-grid {
    gap: 46px;
  }

  #choose .sp-choose-image {
    height: 450px;
  }

  #news .sp-knowledge-grid {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }

  #news .sp-knowledge-panel,
  #news .sp-cases-panel {
    padding: 28px;
  }

  #sendform .sp-sendform-visual,
  #sendform .sp-sendform-panel {
    padding: 44px;
  }
}

@media (max-width: 991px) {
  #choose .sp-choose-grid,
  #news .sp-knowledge-grid,
  #sendform .sp-sendform-shell {
    grid-template-columns: 1fr;
  }

  #choose .sp-choose-content {
    padding: 10px 0 0;
  }

  #news .sp-news-card-copy {
    min-height: 170px;
  }

  #news .sp-case-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sendform .sp-sendform-visual {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  #choose,
  #news,
  #sendform {
    padding: 54px 0;
  }

  #choose .sp-choose-visual {
    padding: 0 18px 30px 0;
  }

  #choose .sp-choose-image {
    height: 360px;
  }

  #choose .sp-quote-cta {
    width: min(330px, 90%);
    height: 104px;
  }

  #choose .sp-quote-cta-copy {
    padding: 0 20px;
  }

  #choose .sp-choose-content .typename,
  #sendform .sp-sendform-copy h2 {
    font-size: 30px;
  }

  #news .sp-knowledge-panel,
  #news .sp-cases-panel {
    padding: 24px;
  }

  #news .sp-panel-heading .typename {
    font-size: 24px;
  }

  #news .sp-news-card-grid,
  #news .sp-case-card-grid {
    grid-template-columns: 1fr;
  }

  #news .sp-news-card-media,
  #news .sp-case-card {
    height: 220px;
  }

  #news .sp-news-card-copy {
    min-height: 0;
  }

  #sendform .sp-sendform-visual {
    min-height: 360px;
    padding: 32px;
  }

  #sendform .sp-sendform-panel {
    padding: 42px 24px 30px;
  }

  #sendform .sp-sendform-panel .formbody {
    grid-template-columns: 1fr;
  }

  #sendform .sp-sendform-panel .form-group,
  #sendform .sp-sendform-panel .form-status {
    grid-column: 1;
  }
}

@media (max-width: 479px) {
  #choose .sp-choose-image {
    height: 300px;
  }

  #choose .sp-choose-visual {
    padding-right: 0;
  }

  #choose .sp-quote-cta {
    position: relative;
    width: 100%;
    margin-top: -1px;
  }

  #news .sp-panel-more {
    width: 42px;
    height: 42px;
  }

  #sendform .sp-sendform-visual {
    min-height: 330px;
    padding: 26px;
  }
}
