* {
  box-sizing: border-box
}

body {
  margin: 0
}

.topbar {
  background-color: #f7f7f7;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  letter-spacing: .02em
}

.header,
.topbar {
  align-items: center;
  border-bottom: 1px solid #ededed;
  display: flex
}

.header {
  background-color: #fff;
  height: 70px;
  justify-content: space-between;
  padding: 0 48px;
  position: relative;
  z-index: 10
}

.header-left {
  column-gap: 28px;
  row-gap: 28px
}

.header-left,
.studio-logo {
  align-items: center;
  display: flex
}

.studio-logo {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #111;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: .04em;
  margin-right: 8px;
  width: 38px
}

.site-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em
}

.global-nav {
  column-gap: 34px;
  display: flex;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px;
  justify-content: center;
  position: relative;
  right: 35px;
  row-gap: 34px
}

.global-nav a {
  color: #111;
  font-weight: 500;
  padding: 3px 6px;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: color;
  transition-timing-function: ease
}

.global-nav a:hover {
  color: #0084ff
}

.header-right {
  align-items: center;
  column-gap: 15px;
  display: flex;
  font-size: 15px;
  row-gap: 15px
}

.header-right a {
  color: #111;
  margin: 0 3px;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: color;
  transition-timing-function: ease
}

.header-right a:hover {
  color: #0084ff
}

.header-icons {
  align-items: center;
  column-gap: 18px;
  display: flex;
  margin-left: 10px;
  row-gap: 18px
}

.icon {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #f0f0f0;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #111;
  display: inline-block;
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  margin: 0 2px;
  text-align: center;
  width: 22px
}

.main-animate-section {
  animation-direction: normal;
  animation-duration: .85s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeUpIn;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(.41, .63, .31, 1.15);
  opacity: 0;
  transform: translateY(40px) scale(.97);
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation-delay: var(--delay, 0s);
  margin: 0 0 100px;
  will-change: opacity, transform
}

.cds-mainvisual {
  align-items: flex-end;
  background-image: url(https://images.unsplash.com/photo-1461749280684-dccba630e2f6?fit=crop&w=1000&q=80);
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 8px 38px 0 rgba(40, 50, 90, .1);
  display: flex;
  margin-bottom: 54px;
  min-height: 220px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative
}

.cds-mainvisual-content {
  background-attachment: scroll;
  background-clip: initial;
  background-color: hsla(0, 0%, 100%, .93);
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, .12);
  display: flex;
  flex-direction: column;
  margin: 0 0 36px 38px;
  max-width: 370px;
  padding: 32px 28px 20px 32px
}

.cds-mainvisual-title {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: .07em;
  margin-bottom: 13px
}

.cds-mainvisual-desc {
  color: #222;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 17px
}

.cds-mainvisual-link {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #fff;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border: 1.3px solid #111;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-image-outset: 0;
  border-image-repeat: initial;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 2px 10px rgba(44, 44, 44, .07);
  color: #111;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 19px;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal, normal, normal;
  transition-delay: 0s, 0s, 0s;
  transition-duration: .18s, .18s, .18s;
  transition-property: background, color, transform;
  transition-timing-function: ease, ease, ease
}

.cds-mainvisual-link:hover {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #111;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  color: #fff;
  transform: translateY(-2px) scale(1.055)
}

.cds-section-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .05em;
  margin: 0 0 24px;
  text-align: center
}

.cds-service-grid {
  column-gap: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 56px;
  row-gap: 26px
}

.cds-service-card {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #fafafc;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 8px 33px rgba(33, 44, 80, .09);
  display: flex;
  flex-direction: column;
  min-height: 260px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-behavior: normal, normal;
  transition-delay: 0s, 0s;
  transition-duration: .23s, .19s;
  transition-property: box-shadow, transform;
  transition-timing-function: ease, ease
}

.cds-service-card:hover {
  box-shadow: 0 16px 48px 0 rgba(28, 78, 208, .14);
  transform: translateY(-6px) scale(1.035)
}

.cds-service-img {
  height: 145px;
  object-fit: cover;
  width: 100%
}

.cds-service-body {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #fff;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  display: flex;
  flex-basis: 0%;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 17px 18px 16px
}

.cds-service-title {
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 10px
}

.cds-service-desc {
  color: #444;
  font-size: 13.6px;
  margin-bottom: 11px
}

.cds-service-link {
  border-bottom: 1.6px solid #1052c5;
  color: #1052c5;
  display: inline-block;
  font-size: 13.2px;
  font-weight: 700;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal, normal;
  transition-delay: 0s, 0s;
  transition-duration: .14s, .14s;
  transition-property: color, border;
  transition-timing-function: ease, ease
}

.cds-service-link:hover {
  border-bottom-color: #0084ff;
  color: #0084ff
}

.cds-gallery-section {
  margin: 40px 0 55px
}

.cds-project-grid {
  column-gap: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 18px
}

.cds-project-card {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #f7f7f7;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  text-align: center
}

.cds-project-img {
  border-bottom: 1px solid #eee;
  height: 180px;
  object-fit: cover;
  width: 100%
}

.cds-project-body {
  padding: 13px 8px
}

.cds-project-link {
  border-bottom: 1.6px solid #0647b3;
  color: #0647b3;
  display: inline-block;
  font-size: 13.4px;
  font-weight: 700;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal, normal;
  transition-delay: 0s, 0s;
  transition-duration: .18s, .18s;
  transition-property: color, border;
  transition-timing-function: ease, ease
}

.cds-project-link:hover {
  border-bottom-color: #0084ff;
  color: #0084ff
}

.cds-products-section {
  margin-bottom: 55px
}

.cds-products-grid {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  row-gap: 20px
}

.cds-product-card {
  align-items: center;
  background-attachment: scroll;
  background-clip: initial;
  background-color: #fff;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0 5px 19px rgba(0, 0, 0, .04);
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 19px 11px 13px;
  position: relative;
  text-align: center;
  transition-behavior: normal, normal;
  transition-delay: 0s, 0s;
  transition-duration: .23s, .17s;
  transition-property: box-shadow, transform;
  transition-timing-function: ease, ease
}

.cds-product-card:hover {
  box-shadow: 0 12px 38px rgba(0, 0, 0, .11);
  transform: translateY(-7px) scale(1.035)
}

.cds-product-img {
  height: 115px;
  margin-bottom: 13px;
  object-fit: contain;
  width: 90%
}

.cds-product-title {
  font-size: 14.2px;
  font-weight: 900;
  margin-bottom: 7px;
  min-height: 18px
}

.cds-product-card[data-price]:after {
  color: #2679e7;
  content: attr(data-price);
  font-size: 15.9px;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  top: 163px
}

.cds-category-section {
  border-top: 1px solid #e2e2e2;
  column-gap: 18px;
  display: flex;
  justify-content: space-between;
  margin: 52px auto 0;
  max-width: 1200px;
  padding-top: 22px;
  row-gap: 18px
}

.cds-category-col {
  flex-basis: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 20px;
  min-width: 150px
}

.cds-category-title {
  font-size: 17.5px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 11px
}

.cds-category-items {
  border-top: 1.7px solid #111;
  color: #353535;
  font-size: 16.2px;
  line-height: 2.08;
  padding-top: 15px
}

.cds-about-section {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #111;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  color: #fff;
  font-size: 16.2px;
  margin-top: 80px;
  padding: 65px 0;
  position: relative;
  text-align: center
}

.cds-about-section h2 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 32px
}

.cds-about-desc {
  color: #e2e2e2;
  font-size: 15.2px;
  line-height: 2.05;
  margin: 13px auto 0;
  max-width: 900px
}

.cds-about-logo img {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 6px 32px rgba(32, 40, 80, .13);
  height: 66px;
  width: 66px
}

.cds-footer-cta {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #ffe713;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 22px 0 18px;
  text-align: center
}

.cds-footer-cta .cds-cta-btn {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #111;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  margin-left: 24px;
  padding: 9px 29px;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: .22s;
  transition-property: background;
  transition-timing-function: ease
}

.cds-footer-cta .cds-cta-btn:hover {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #353535;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial
}

.cds-about-section.main-animate-section,
.cds-footer-cta.main-animate-section {
  margin-bottom: 0;
}

.footer-main {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #f7f7f7;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-top: 1px solid #e2e2e2;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-grid {
  column-gap: 40px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1160px;
  row-gap: 40px
}

.footer-col-title {
  color: #222;
  font-size: 15.5px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 13px
}

.footer-links {
  column-gap: 11px;
  display: flex;
  flex-direction: column;
  row-gap: 11px
}

.footer-links a {
  color: #222;
  font-size: 15px;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: .14s;
  transition-property: color;
  transition-timing-function: ease
}

.footer-links a:hover {
  color: #0084ff
}

.footer-bottom {
  background-attachment: scroll;
  background-clip: initial;
  background-color: #eee;
  background-image: none;
  background-origin: initial;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: initial;
  border-top: 1px solid #e4e4e4;
  color: #222;
  font-size: 14px;
  margin-top: 0;
  padding: 14px 0;
  text-align: center
}

#iqnpwg {
  margin: 0 auto;
  width: 80%
}

#ire98w {
  border: 0;
  height: 300px;
  width: 100%
}

#ichcg, #iab3k, #i4w9o8 {
  margin: 0 3.5%;
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(.97)
  }

  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.025)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

@media (max-width:1200px) {

  .cds-category-section,
  .cds-products-grid,
  .main-wrapper {
    max-width: 97vw
  }
}

@media (max-width:1100px) {
  .main-wrapper {
    max-width: 96vw
  }

  .cds-products-grid,
  .cds-project-grid,
  .cds-service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cds-category-section {
    column-gap: 5vw;
    row-gap: 5vw
  }
}

@media (max-width:900px) {
  .main-wrapper {
    max-width: 99vw
  }

  .cds-products-grid,
  .cds-project-grid,
  .cds-service-grid {
    grid-template-columns: 1fr
  }

  .cds-mainvisual-content {
    margin-bottom: 18px;
    margin-left: 0;
    max-width: 95vw;
    padding: 18px 7vw 13px
  }

  .cds-mainvisual {
    min-height: 140px
  }

  .cds-category-section {
    column-gap: 20px;
    flex-direction: column;
    row-gap: 20px
  }
}

@media (max-width:600px) {
  .main-wrapper {
    padding: 0 5vw
  }

  .global-nav,
  .header-right,
  .topbar {
    display: none;
  }

  .cds-products-grid,
  .cds-project-grid,
  .cds-service-grid {
    column-gap: 10px;
    row-gap: 10px
  }

  .cds-mainvisual {
    min-height: 90px
  }

  .cds-category-section {
    column-gap: 10px;
    row-gap: 10px
  }

  .footer-grid {
    column-gap: 24px;
    flex-direction: column;
    row-gap: 24px
  }

  .footer-main {
    padding-left: 35px;
  }
}