@charset "UTF-8";
#product-list main section.intro {
  margin: 15px 0 50px;
  text-align: center;
}
#product-list main section.intro .bgimage {
  background: url("/images/technology/tech_header.jpg") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vw;
  max-height: 713px;
}
#product-list main section.intro .bgimage img {
  max-width: stretch;
}
#product-list main section.intro .container {
  max-width: 95%;
  margin: -30% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border: 2px solid #f4f0ea;
  position: relative;
  border-radius: 10px;
  background: rgba(252, 251, 249, 0.5);
}
#product-list main section.intro .container h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.intro .container h1 > span {
  position: relative;
  font-size: 36px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.intro .container h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.intro .container h1 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#product-list main section.intro .container h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.intro .container h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.intro .container h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list main section.intro .container h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
#product-list main section.intro .container .content {
  max-width: 90%;
  margin: 10px auto;
}
#product-list main section.intro .container .content > p {
  font-size: 16px;
}
#product-list main section.intro .container .content > p.slogan {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 1.8px;
  font-weight: 300;
  margin: 20px 0;
}
#product-list main section.module {
  margin: 15px 0 50px;
  position: relative;
  text-align: center;
}
#product-list main section.module .container {
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  justify-content: space-between;
}
#product-list main section.module .container > div {
  width: 100%;
}
#product-list main section.module .container > div > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.module .container > div > h1 > span {
  position: relative;
  font-size: 40px;
  font-weight: 300;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  padding: 0 10px 0 10px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div > h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.module .container > div > h1 > span:not(:last-child) {
  margin-bottom: 8px;
}
#product-list main section.module .container > div > h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div > h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.module .container > div > h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#product-list main section.module .container > div > h1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
#product-list main section.module .container > div > p {
  font-size: 16px;
  max-width: 90%;
  margin: 8% auto;
}
#product-list main section.module .container > div > ul {
  font-size: 16px;
  max-width: 90%;
  margin: 10px auto;
}
#product-list main section.module .container > div > ul.list-marked > li {
  margin-bottom: 12px;
}
#product-list main section.module .container > div > ul.list-marked > li::before {
  content: "•";
  margin-right: 8px;
  color: #212111;
  font-size: 0.8em;
}
#product-list main section.module .container > div.title {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
#product-list main section.module .container > div.title > p {
  margin: 5% auto;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.8px;
}
#product-list main section.module .container > div.title.right > h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#product-list main section.module .container > div.title.right > h1 > span {
  position: relative;
  font-size: 36px;
  font-weight: 300;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 1;
  padding: 0 9px 0 9px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div.title.right > h1 > span {
    color: #fcfbf9;
  }
}
#product-list main section.module .container > div.title.right > h1 > span:not(:last-child) {
  margin-bottom: 7.2px;
}
#product-list main section.module .container > div.title.right > h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #product-list main section.module .container > div.title.right > h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #product-list main section.module .container > div.title.right > h1 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#product-list main section.module .container > div.title.right > h1 > span {
  margin-left: auto;
}
#product-list main section.module .container > div.image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#product-list main section.module .container > div.image > img {
  max-width: 100%;
  border-radius: 10px 0 0 10px;
}
#product-list main section.module .container > div.image.left > img {
  border-radius: 0 10px 10px 0;
}
#product-list main section.module .container > div.single {
  margin: 0 auto;
}
#product-list main section.module .container > div h2, #product-list main section.module .container > div h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
#product-list main section.module .container > div svg {
  margin-top: 10%;
}
#product-list main section.module .container > div .box-links {
  display: inline-block;
  text-align: left;
  padding: 0 5%;
  margin-top: 50px;
  margin-bottom: 80px;
}
#product-list main section.module .container > div .box-links > a {
  display: flex;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #60707a;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#product-list main section.module .container > div .box-links > a > span {
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: normal;
}
#product-list main section.module .container > div .box-links > a > span:nth-child(1) {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.8px;
  border-radius: 8px;
  border: 1px solid #60707a;
  background-color: #60707a;
}
#product-list main section.module .container > div .box-links > a > span:nth-child(2) {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  color: #000000;
  letter-spacing: 1.6px;
  background-color: transparent;
}
#product-list main section.module .container > div .box-links > a + a {
  margin-top: 15px;
}
#product-list main section.module .container > div .tech-specs {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
#product-list main section.module .container > div .tech-specs__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
#product-list main section.module .container > div .tech-specs__row:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  #product-list main section.module .container > div .tech-specs__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
#product-list main section.module .container > div .tech-specs__label {
  font-size: 0.95rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product-list main section.module .container > div .tech-specs__value {
  font-weight: 600;
  text-align: right;
}
@media (max-width: 480px) {
  #product-list main section.module .container > div .tech-specs__value {
    text-align: left;
    font-size: 1.1rem;
  }
}
#product-list main section.module .container > div .tech-specs__value--badge {
  background-color: #2ecc71;
  color: white;
  padding: 2px 12px;
  border-radius: 4px;
  display: inline-block;
}
#product-list main section.box-benefits {
  width: calc(100vw - 30px);
  padding: 40px 15px;
  margin: 0 auto 80px;
  border-radius: 10px;
  background-color: #f4f0ea;
}
#product-list main section.box-benefits h3 {
  text-align: center;
  font-size: 20px;
}
#product-list main section.box-benefits > ul.boxed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 8px;
  padding: 15px 0 0;
}
#product-list main section.box-benefits > ul.boxed > li {
  padding: 100px 8px 0;
  margin: 0;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background-position: center 8px;
  background-repeat: no-repeat;
  background-size: 0 0;
  position: relative;
  z-index: 1;
}
#product-list main section.box-benefits > ul.boxed > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
#product-list main section.box-benefits > ul.boxed > li.title {
  grid-column: 1/-1;
  padding: 0 0 10px;
  font-size: 13pt;
  font-weight: 500;
  background: none;
}
#product-list main section.box-benefits > ul.boxed > li.title::before {
  display: none;
}
#product-list main section.box-benefits > ul.boxed > li > a > h3 {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#product-list main section.box-benefits > ul.boxed > li > a > span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-transform: none;
  text-align: center;
  line-height: 150%;
}
#product-list main section.box-benefits > ul.boxed {
  /* Odd count of benefit items (with title as first item): center the last one */
}
#product-list main section.box-benefits > ul.boxed > li.title:first-child ~ li:not(.title):last-child:nth-child(even) {
  grid-column: 1/-1;
  max-width: 80%;
  justify-self: center;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(1)::before {
  background: url("/images/productlist/smart-house/ico_1.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(2)::before {
  background: url("/images/productlist/smart-house/ico_2.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(3)::before {
  background: url("/images/productlist/smart-house/ico_3.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(4)::before {
  background: url("/images/productlist/smart-house/ico_4.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(5)::before {
  background: url("/images/productlist/smart-house/ico_5.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-smart-house section.box-benefits ul.boxed li:nth-child(6)::before {
  background: url("/images/productlist/smart-house/ico_6.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(1)::before {
  background: url("/images/productlist/recuperation/ico_1.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(2)::before {
  background: url("/images/productlist/recuperation/ico_2.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(3)::before {
  background: url("/images/productlist/recuperation/ico_3.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(4)::before {
  background: url("/images/productlist/recuperation/ico_4.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(5)::before {
  background: url("/images/productlist/recuperation/ico_5.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-recuperation section.box-benefits ul.boxed li:nth-child(6)::before {
  background: url("/images/productlist/recuperation/ico_6.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(1)::before {
  background: url("/images/productlist/graywater/ico_1.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(2)::before {
  background: url("/images/productlist/graywater/ico_2.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(3)::before {
  background: url("/images/productlist/graywater/ico_3.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(4)::before {
  background: url("/images/productlist/graywater/ico_4.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(5)::before {
  background: url("/images/productlist/graywater/ico_5.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-graywater section.box-benefits ul.boxed li:nth-child(6)::before {
  background: url("/images/productlist/graywater/ico_6.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(1)::before {
  background: url("/images/productlist/flushing/ico_1.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(2)::before {
  background: url("/images/productlist/flushing/ico_2.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(3)::before {
  background: url("/images/productlist/flushing/ico_3.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(4)::before {
  background: url("/images/productlist/flushing/ico_4.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(5)::before {
  background: url("/images/productlist/flushing/ico_5.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-flushing section.box-benefits ul.boxed li:nth-child(6)::before {
  background: url("/images/productlist/flushing/ico_6.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(1)::before {
  background: url("/images/productlist/watering/ico_1.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(2)::before {
  background: url("/images/productlist/watering/ico_2.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(3)::before {
  background: url("/images/productlist/watering/ico_3.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(4)::before {
  background: url("/images/productlist/watering/ico_4.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(5)::before {
  background: url("/images/productlist/watering/ico_5.svg?100") center top transparent no-repeat;
  background-size: 100%;
}
#product-list main.prodlist-watering section.box-benefits ul.boxed li:nth-child(6)::before {
  background: url("/images/productlist/watering/ico_6.svg?100") center top transparent no-repeat;
  background-size: 100%;
}

#technology-detail main section.intro {
  margin: 0 0 50px;
  text-align: center;
}
#technology-detail main section.intro .bgimage {
  background: url("/images/technology/tech_header.jpg?100") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 37vw;
  max-height: 713px;
}
#technology-detail main section.intro .bgimage img {
  max-width: stretch;
}
#technology-detail main section.intro .container {
  max-width: 900px;
  margin: -13% 15px 0;
  display: flex;
  flex-wrap: wrap;
  width: stretch;
  padding-top: 25px;
  border: 4px solid #f4f0ea;
  position: relative;
  border-radius: 15px;
  background: rgba(252, 251, 249, 0.5);
}
#technology-detail main section.intro .container h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#technology-detail main section.intro .container h1 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.intro .container h1 > span {
    color: #fcfbf9;
  }
}
#technology-detail main section.intro .container h1 > span:not(:last-child) {
  margin-bottom: 16px;
}
#technology-detail main section.intro .container h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.intro .container h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #technology-detail main section.intro .container h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#technology-detail main section.intro .container h1 {
  margin-bottom: 50px;
  text-transform: uppercase;
}
#technology-detail main section.intro .container h1 > span {
  font-size: clamp(2.5rem, 1.5rem + 4vw, 5rem);
}
#technology-detail main section.intro .container .content {
  max-width: 900px;
  margin: 10px 15px;
}
#technology-detail main section.intro .container .content > p {
  font-size: 18px;
}
#technology-detail main section.intro .container .content > p.slogan {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin: 40px 0;
}
#technology-detail main section.intro .container .content > p + ul {
  margin-top: 40px;
}
#technology-detail main section.intro .container .content > ul > li {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2.4px;
  margin-bottom: 20px;
}
#technology-detail main section.intro .container .content > ul + p {
  margin-top: 40px;
}
#technology-detail main section.module {
  margin: 15px 0 20px;
  position: relative;
  text-align: center;
}
#technology-detail main section.module .container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 25px 15px;
  justify-content: space-between;
}
#technology-detail main section.module .container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5%;
}
#technology-detail main section.module .container > div > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#technology-detail main section.module .container > div > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.module .container > div > h2 > span {
    color: #fcfbf9;
  }
}
#technology-detail main section.module .container > div > h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#technology-detail main section.module .container > div > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.module .container > div > h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #technology-detail main section.module .container > div > h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#technology-detail main section.module .container > div > h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
#technology-detail main section.module .container > div > h2 > span {
  font-size: clamp(2.5rem, 1.5rem + 4vw, 5rem);
}
#technology-detail main section.module .container > div > p {
  font-size: 18px;
  max-width: 90%;
  margin: 20px auto;
}
#technology-detail main section.module .container > div .button-default {
  margin-top: auto;
}
#technology-detail main section.module .container > div.title {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
#technology-detail main section.module .container > div.title > p {
  margin: 5% auto 0 auto;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#technology-detail main section.module .container > div.right > h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#technology-detail main section.module .container > div.right > h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  padding: 0 20px 0 20px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.module .container > div.right > h2 > span {
    color: #fcfbf9;
  }
}
#technology-detail main section.module .container > div.right > h2 > span:not(:last-child) {
  margin-bottom: 16px;
}
#technology-detail main section.module .container > div.right > h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #technology-detail main section.module .container > div.right > h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #technology-detail main section.module .container > div.right > h2 > span::before {
    border-radius: 8px 0 0 8px;
  }
}
#technology-detail main section.module .container > div.right > h2 > span {
  font-size: clamp(2.5rem, 1.5rem + 4vw, 5rem);
  margin-left: auto;
}
#technology-detail main section.module .container > div.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#technology-detail main section.module .container > div.image > img {
  max-width: 100%;
  border-radius: 15px 0 0 15px;
}
#technology-detail main section.module .container > div.image.left > img {
  border-radius: 0 15px 15px 0;
}
#technology-detail main section.module .container > div.single {
  margin: 0 auto;
}
#technology-detail main section.module .container > div h3 {
  font-size: clamp(1.5rem, 1.3rem + 0.8vw, 2rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
#technology-detail main section.module .container > div svg {
  margin-top: 15%;
}
