.screen-reader-response {
  display: none;
}

/* Header */
.clp-section-bg {
  position: relative;
}

.clp-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.clp-header--logo svg,
.clp-header--logo img {
  max-height: 35px;
  width: auto;
  color: #fff;
}

.clp-header--inner {
  gap: 8px;
}

/* Main sections */
.clp-hero--ratio {
  position: relative;
  aspect-ratio: 0.7;
}

.clp-hero--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clp-hero--logos-container {
  gap: 20px;
}

.clp-hero--logo {
  max-width: 105px;
  max-height: 32px;
  opacity: 0.5;
}

.clp-imgsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clp-contact--panel {
  position: relative;
  overflow: hidden;
}

.clp-contact--panel .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}

.clp-contact--panel-inner {
  padding: 24px 16px;
}

.clp-contact--form-panel {
  background-color: #1B1A1A;
  border-radius: 10px;
  padding: 16px;
}

.clp-sigma-services--image {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.clp-sigma-services .clp-section-bg {
  border-radius: 50px;
  overflow: hidden;
}

.clp-sigma-services--phrases {
  gap: 8px;
}

.clp-sigma-services--phrase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 10px;
  background-color: #000;
  padding: 10px; 
}

.clp-cta-link {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #828282;
}

.clp-cta-link--icon {
  width: 2em;
  height: 2em;
  padding: 0.5em;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1E1E;
  color: inherit;
}

.clp-cta-link:hover {
  color: #fff;
}

.clp-quote--text {
  line-height: 1.5;
}

.clp-quote--author-link {
  color: #828282;
  text-decoration: underline;
}

.clp-quote--author-link:hover {
  color: #fff;
  text-decoration: none;
}

.clp-scontact--panel-img {
  margin-left: auto;
  margin-right: auto;
}

.clp-scontact--panel-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.clp-scontact--panel-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.clp-scontact--form-panel {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.clp-scontact {
  position: relative;
}

.clp-scontact .clp-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

.clp-quote {
  position: relative;
}

.clp-quote .clp-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

.clp-banner .clp-section-bg {
  padding: 30px 0;
}

.clp-banner--panel-inner {
  aspect-ratio: var(--ratio-mobile);
  padding: 24px 16px;
}

.clp-banner .clp-banner--panel-cta  {
  min-width: 200px;
}

.clp-resources--ttl {
  gap: 8px;
}

.clp-resources--col .post-unit--title {
  color: #828282;
}

.clp-resources--col .post-unit:hover .post-unit--title {
  color: #fff;
}

.clp-resources {
  position: relative;
}

.clp-sigma-services .clp-section-bg {
  padding: 30px 0;
}

.clp-resources + .clp-footer {
  margin-top: 60px;
}


/* Footer */
.clp-footer--inner {
  display: grid;
  justify-items: center;
  gap: 40px;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}

.clp-footer--socials .socials-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.clp-footer--socials a {
  background-color: #828282;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: var(--oblique-btn-ratio);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 91 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M89.4942 23.1212C95.2617 41.7277 80.1476 62.899 55.7359 70.4086C31.3242 77.9183 6.85915 68.9226 1.09166 50.3161C-4.67583 31.7096 13.1293 10.0973 37.541 2.58767C61.9527 -4.92199 83.7267 4.51477 89.4942 23.1212Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 91 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M89.4942 23.1212C95.2617 41.7277 80.1476 62.899 55.7359 70.4086C31.3242 77.9183 6.85915 68.9226 1.09166 50.3161C-4.67583 31.7096 13.1293 10.0973 37.541 2.58767C61.9527 -4.92199 83.7267 4.51477 89.4942 23.1212Z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  line-height: 1;
  min-width: 1px;
  width: 40px;
  height: 32px;
  margin: 0;
}

.clp-footer--socials a:hover {
  background-color: #fff;
  color: #000;
}

.clp-footer--socials a svg {
  width: 16px;
  height: 16px;
}

/* Sigma 2023 */
.sigma-landing-2023 {
  background-color: #000;
  color: #fff;
}

.sigma-landing-2023 .ss-btn {
  --txt-clr: #000;
  --bord-clr: #fff;
  --bg-clr: #fff;
  --txt-clr-hvr: #000;
  --bord-clr-hvr: #dfdfdf;
  --bg-clr-hvr: #fff;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 16px;
  min-height: 30px;
}

.sigma-landing-2023 .clp-hero--inner {
  /* justify-content: flex-end; */
  justify-content: space-between;
  padding-top: calc(87vw - 1.5rem);
}

.sigma-landing-2023 .clp-hero--ratio {
  aspect-ratio: 0.54;
}

.sigma-landing-2023 .clp-hero--text .txt-ttl-1 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.sigma-landing-2023 .clp-hero--text {
  margin-bottom: 9vw;
}

.sigma-landing-2023 .clp-hero--extra-text {
  margin-bottom: 60px;
}

.sigma-landing-2023 .clp-hero--logos {
  margin-top: -50px;
}

.sigma-landing-2023 .image-text-01 img {
  mix-blend-mode: multiply;
}

.sigma-landing-2023 .clp-footer--logo {
  color: #828282;
}

.sigma-landing-2023 .clp-footer--logo:hover {
  color: #fff;
}

.sigma-landing-2023 .clp-contact--panel {
  border-radius: 10px;
}

.sigma-landing-2023 .clp-imgsec--content {
  font-size: 18px;
}

.sigma-landing-2023 .clp-quote {
  padding-top: 50px;
  padding-bottom: 140px;
}

.sigma-landing-2023 .clp-scontact { 
  margin-top: -100px;
  padding-bottom: 30px;
}

.sigma-landing-2023 .clp-scontact .clp-section-bg {
  top: 100px;
  border-radius: 50px 50px 0 0;
  background-color: #1E1E1E;
}

.sigma-landing-2023 .clp-banner--panel {
  border-radius: 50px;
  overflow: hidden;
}

.sigma-landing-2023 .clp-banner .clp-section-bg {
  background-color: #1E1E1E;
  padding: 40px 0 90px;
  margin-bottom: -50px;
}
  
.sigma-landing-2023 .clp-banner .clp-banner--panel-col-cta {
  margin-top: auto;
}

.sigma-landing-2023 .clp-resources .clp-section-bg {
  border-radius: 0 0 50px 50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
}

.sigma-landing-2023 .clp-contact {
  margin-bottom: 40px;
}

.sigma-landing-2023 .clp-sigma-services {
  margin-bottom: 60px;
}

.clp-sigma-services .clp-section-bg {
  padding: 70px 0 50px;
}

.sigma-landing-2023 .form-style-dark-panel .wpcf7-radio {
  font-size: 11px;
}

.sigma-landing-2023 .form-style-dark-panel .wpcf7-acceptance label .wpcf7-list-item-label {
  --cbox-clr-bg-check: #333;
  --cbox-clr-bord-check: #333;
  --cbox-clr-line: #fff;
}

@media (min-width: 768px) {
  .clp-hero--logos-container {
    gap: 30px;
  }

  .sigma-landing-2023 .clp-hero--inner {
    padding-top: calc(22vw - 1.5rem);
  }

  .clp-imgsec--row {
    align-items: center;
  }

  .clp-footer--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .clp-footer--socials .socials-nav {
    gap: 24px;
  }

  .clp-banner--panel-inner {
    aspect-ratio: var(--ratio-desktop);
  }

  .clp-banner .clp-section-bg {
    padding: 40px 0;
  }

  .sigma-landing-2023 .clp-hero--ratio {
    aspect-ratio: 1.78;
  }

  .sigma-landing-2023 .clp-hero--text {
    margin-bottom: 12px;
  }

  .sigma-landing-2023 .clp-hero--extra-text {
    margin-bottom: 90px;
  }
  
  .sigma-landing-2023 .clp-contact--panel {
    overflow: visible;
  }
  
  .sigma-landing-2023 .clp-banner--panel-col-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sigma-landing-2023 .clp-contact--panel {
    overflow: visible;
  }
}

@media (min-width: 1025px) {
  .clp-header--logo svg,
  .clp-header--logo img {
    max-height: 52px;
  }

  .clp-hero--ratio {
    aspect-ratio: 2.1;
  }

  .clp-imgsec {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .clp-contact--panel-inner {
    padding: 64px 80px;
  }

  .clp-sigma-services .clp-section-bg {
    border-radius: 100px;
  }

  .clp-sigma-services--phrases {
    gap: 24px;
  }

  .clp-banner--panel-inner {
    padding: 40px;
  }

  .sigma-landing-2023 .clp-hero--text .txt-ttl-1 {
    font-size: 58px;
  }

  .sigma-landing-2023 .clp-quote {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  
  .sigma-landing-2023 .clp-scontact { 
    margin-top: -115px;
    padding-bottom: 80px;
  }

  .sigma-landing-2023 .clp-scontact .clp-section-bg {
    top: 115px;
    border-radius: 100px 100px 0 0;
  }

  .sigma-landing-2023 .clp-resources .clp-section-bg {
    border-radius: 0 0 100px 100px;
  }

  .sigma-landing-2023 .clp-contact {
    margin-bottom: 115px;
  }

  .sigma-landing-2023 .clp-sigma-services {
    margin-bottom: 135px;
  }

  .sigma-landing-2023 .clp-banner .clp-section-bg {
    padding: 80px 0 180px;
    margin-bottom: -100px;
  }

  .sigma-landing-2023 .clp-contact .clp-contact--panel-inner {
    padding-bottom: 0;
  }

  .sigma-landing-2023 .clp-contact .clp-contact--panel-content {
    padding-bottom: 64px;
  }

  .sigma-landing-2023 .clp-contact--panel {
    border-radius: 20px;
    overflow: visible;
  }

  .sigma-landing-2023 .clp-contact--panel video {
    border-radius: 20px;
  }

  .sigma-landing-2023 .clp-contact .clp-contact--form-panel {
    margin-bottom: -48px;
  }
}

@media (min-width: 1200px) {
  .clp-hero--logos-container {
    gap: 64px;
  }

  .clp-hero--logo {
    max-width: 156px;
    max-height: 50px;
  }

  .clp-contact--panel-inner {
    padding: 80px 90px;
  }

  .clp-banner--panel-inner {
    padding: 48px 70px;
  }

  .clp-banner .clp-section-bg {
    padding: 80px 0 60px;
  }

  .sigma-landing-2023 .clp-hero--inner {
    justify-content: flex-start;
  }

  .sigma-landing-2023 .clp-hero--text {
    margin-bottom: 30px;
  }

  .sigma-landing-2023 .clp-hero--extra-text {
    margin-bottom: 150px;
  }

  .sigma-landing-2023 .clp-contact .clp-contact--panel-content {
    padding-bottom: 80px;
  }
}

@media (min-width: 1300px) {
  .sigma-landing-2023 .container {
    max-width: 1270px;
  }

  .sigma-landing-2023 .sigma-image-text-2 .clp-imgsec--container,
  .sigma-landing-2023 .sigma-image-text-3 .clp-imgsec--container,
  .sigma-landing-2023 .sigma-image-text-4 .clp-imgsec--container,
  .sigma-landing-2023 .clp-sigma-services .container,
  .sigma-landing-2023 .clp-quote--container {
    max-width: 1060px;
  }
}

@media (min-width: 1700px) {
  .sigma-landing-2023 .clp-hero--ratio {
    aspect-ratio: unset;
    height: 56vw;
  }

  .sigma-landing-2023 .clp-hero--text {
    margin-bottom: 11vw;
  }
}

@media (max-width: 1024px) {
  .sigma-landing-2023 .clp-banner--logo img {
    width: 168px;
  }
}

@media (max-width: 767px) {
  .sigma-landing-2023 .clp-hero--extra-text img {
    height: 23px;
    width: auto;
  }

  .sigma-landing-2023 .clp-banner .clp-banner--logo,
  .sigma-landing-2023 .clp-banner .clp-banner--panel-content,
  .sigma-landing-2023 .clp-banner .clp-banner--panel-cta-wrap {
    text-align: center;
  }

  .clp-resources--cta .clp-cta-link--icon {
    background-color: #000;
  }
}

body > .cky-consent-container {
  overflow: hidden;
  border-radius: 0;
}

body > .cky-consent-container .cky-consent-bar {
  border-radius: 10px;
}

body > .cky-consent-container .cky-notice-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}

body > .cky-consent-container .cky-btn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 4px;
  border-width: 1px;
}

body > .cky-consent-container .cky-btn.cky-btn-accept {
  order: 3;
}

body > .cky-consent-container .cky-banner-btn-close {
  right: 16px;
  top: 24px;
}

body > .cky-consent-container .cky-banner-btn-close img {
  height: 16px;
  width: 16px;
}

body > .cky-consent-container .cky-notice .cky-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

body > .cky-consent-container .cky-notice .cky-notice-des {
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  body > .cky-consent-container {
    width: 530px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }

  body > .cky-consent-container .cky-notice .cky-notice-des {
    font-size: 14px;
  }

  body > .cky-consent-container .cky-banner-btn-close {
    right: 24px;
  }
}

@media (max-width: 440px) {
  body > .cky-consent-container .cky-consent-bar {
    border-radius: 10px 10px 0 0;
  }

  body > .cky-consent-container .cky-notice {
    margin-left: -8px;
    margin-right: -8px;
  }
}