:root {
  --white: white;
  --black: black;
  --green: #235f49;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.link-31 {
  color: #fff;
  text-transform: lowercase;
  background-color: #df60a0;
  border-radius: 2em;
  flex: none;
  margin-left: 5px;
  padding: 7px 15px;
  font-size: 18px;
  text-decoration: none;
}

.link-31.big {
  margin-top: 20px;
  padding: 18px 45px;
  font-size: 20px;
}

.link-31.big.white {
  background-color: var(--white);
  color: var(--black);
}

.column-3 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link {
  color: #222;
  align-items: center;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #df60a0;
}

.column {
  align-items: center;
  padding-top: 9px;
  padding-left: 0;
  display: flex;
}

.columns {
  border-bottom: 1px #f3f3f3;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  min-height: auto;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link {
  text-transform: none;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 18px;
}

.dropdown-link:hover {
  color: #df60a0;
}

.image {
  background-image: none;
  background-size: auto;
  width: 180px;
  height: 41px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  display: block;
}

.dropdown-toggle-2 {
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.dropdown-toggle-2.w--open {
  color: #df60a0;
}

.link-block-19 {
  padding-top: 1px;
}

.dropdown-list {
  padding-top: 5px;
}

.dropdown-list.w--open {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 10px;
  min-width: 540px;
  padding-top: 0;
}

.dropdown-2 {
  cursor: pointer;
  padding-top: 2px;
}

.div-block-120 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-block-80 {
  font-size: 18px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-121 {
  margin-right: 10px;
}

.image-91 {
  border-radius: 20px;
  width: 100%;
}

.columns-5 {
  display: flex;
}

.text-block-111 {
  color: #d3d3d3;
  text-transform: lowercase;
  margin-top: 69px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.column-102 {
  background-image: url('../images/logo.svg?v=20260912-cache-reset-1');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 80px;
  flex: 1;
  padding-right: 0;
}

.column-101 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 7%;
  display: flex;
}

.text-span-11 {
  color: #df60a0;
}

.text-block-110 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.link-block-22 {
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
}

.div-block-200 {
  background-color: #235f49;
  border-radius: 20px;
  width: 1250px;
  margin-bottom: 60px;
  padding: 75px 5%;
}

.section-20 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.section-22 {
  justify-content: center;
  min-height: 475px;
  display: flex;
}

.column-105 {
  padding-left: 0;
}

.html-embed {
  border-radius: 20px;
  height: 500px;
  margin-bottom: 0;
  display: flex;
}

.text-block-117 {
  font-size: 18px;
  line-height: 26px;
}

.div-block-206 {
  height: 400px;
  margin-bottom: -400px;
}

.div-block-205 {
  border-radius: 20px;
  width: 1250px;
}

.div-block-209 {
  height: 20px;
}

.link-36 {
  color: #235f49;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

.columns-7 {
  margin-top: -410px;
  margin-bottom: 0;
  margin-left: 5%;
}

.div-block-208 {
  flex-direction: column;
  display: flex;
}

.div-block-207 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  height: 290px;
  padding: 34px;
  display: flex;
}

.text-block-116 {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 30px;
}

.text-block-71 {
  color: #b9b9b9;
  text-transform: none;
  margin-top: 20px;
  font-size: 18px;
  line-height: 14px;
}

.div-block-193 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-73 {
  color: #b2b2b2;
  text-transform: none;
  margin-bottom: 2px;
  padding-left: 35px;
  font-size: 18px;
}

.text-block-73._1 {
  background-image: url('../images/001-cube.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.text-block-73._2 {
  background-image: url('../images/texture.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.text-block-73._3 {
  background-image: url('../images/sensi-tiles.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-block-73._4 {
  background-image: url('../images/liquid-granite.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-block-73._5 {
  background-image: url('../images/concrete-canvas.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-block-73._6 {
  background-image: url('../images/tree-2_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._7 {
  background-image: url('../images/mirrow.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.text-block-73._8 {
  background-image: url('../images/light.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-block-73._9 {
  background-image: url('../images/007-recovery.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.text-block-73._10 {
  background-image: url('../images/aerogel_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.text-block-73._11 {
  background-image: url('../images/puzzle_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._12 {
  background-image: url('../images/flexibility.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._13 {
  background-image: url('../images/transparent-aluminum.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._14 {
  background-image: url('../images/hydro-ceramics.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._15 {
  background-image: url('../images/paint_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.text-block-73._16 {
  background-image: url('../images/1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.text-block-73.no-icon {
  padding-left: 0;
}

.section {
  background-color: #222;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  display: flex;
}

.link-34 {
  text-decoration: none;
}

.column-99 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-107 {
  color: #828282;
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.text-block-107._50p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.columns-3 {
  border-bottom: 1px #2f2f2f;
  padding-bottom: 50px;
}

.image-11 {
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.column-100 {
  padding-top: 0;
}

.link-35 {
  color: #b2b2b2;
  text-transform: lowercase;
  line-height: 33px;
  text-decoration: none;
}

.div-block-199 {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  margin-top: 25px;
  display: flex;
}

.columns-4 {
  align-items: flex-start;
  display: flex;
}

.column-97 {
  padding-left: 0;
  padding-right: 2%;
}

.text-span-10 {
  color: #fff;
}

.column-8 {
  padding-left: 0;
  padding-right: 0;
}

.image-92 {
  background-image: none;
  background-size: auto;
  width: 178px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  display: block;
}

.link-33 {
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
}

.column-7 {
  flex-direction: column;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.column-98 {
  padding-left: 0;
}

.text-block-108 {
  color: #828282;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.link-block-21 {
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

.link-29 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 18px;
  text-decoration: none;
}

.link-29.r {
  color: #df60a0;
  margin-top: 4px;
}

.image-90 {
  width: 30px;
}

.footer {
  background-color: #222;
  width: 100%;
  max-width: 1250px;
  margin-top: 35px;
  padding: 2.4rem;
}

.div-block-201 {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.slide {
  background-image: url('../images/4ab5025906580660022431b4cc5af6ec2331ca11.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._5 {
  background-image: url('../images/3e942c82e1d4e389c58604a913335b3ccc1f4bd4.webp?v=20260912-cache-reset-1');
}

.slide._3 {
  background-image: url('../images/ea4973b4dc35bd718d0649969c448fdbbb517ae5.webp?v=20260912-cache-reset-1');
}

.slide._2 {
  background-image: url('../images/40648dcd896f6769129f7c32573165016b7b1094.webp?v=20260912-cache-reset-1');
}

.slide._6 {
  background-image: url('../images/24a98768e9d160a059ca09362238005b5da9a796.webp?v=20260912-cache-reset-1');
}

.slide._4 {
  background-image: url('../images/1daa3dd0c11de96a9787eb4772fc9e43be3be88a.webp?v=20260912-cache-reset-1');
  border-radius: 20px;
}

.div-block-203 {
  padding: 25px 25px 35px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 290px;
}

.mask-2 {
  border-radius: 20px;
}

.slide-nav-4 {
  font-size: 6px;
}

.text-block-112 {
  color: #858585;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.slide-17 {
  background-image: url('../images/0640090f3b2ff24dfa3c82a11c58c5cefa828dc7.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.left-arrow {
  width: 40px;
}

.heading-2 {
  color: #fff;
  text-transform: lowercase;
  margin-top: 75px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

.heading-2._2 {
  margin-top: 0;
}

.heading-2._3 {
  margin-top: 30px;
}

.heading-2.black {
  color: #000;
}

.slide-18 {
  background-image: url('../images/d3e8f75ad9f8ade7c568e9fd787cfa83ea53d902.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-3 {
  width: 40px;
}

.div-block-110 {
  padding: 25px 25px 35px;
}

.slide-19 {
  background-image: url('../images/e2cd585f23d652225328e3592545e675c1f76a23.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-size: cover;
}

.text-block-78 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #df60a0;
  border-radius: 20px;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.text-block-78.sm-white {
  color: #fff;
  background-color: #df60a0;
  width: auto;
  margin-top: 25px;
  margin-left: 20px;
  padding: 5px 20px;
  display: block;
}

.text-block-75 {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
}

.text-block-113 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 25px;
}

.text-block-113.sm {
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  font-size: 20px;
}

.icon-5 {
  color: #000;
  background-color: rgba(255, 255, 255, .51);
  border: 1px solid rgba(0, 0, 0, .19);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 10px;
  display: flex;
}

.text-span {
  color: #a8a8a8;
  margin-top: -14px;
  margin-left: 10px;
  font-size: 25px;
  display: inline-block;
  position: absolute;
}

.columns-6 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1250px;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-112._2 {
  justify-content: center;
  align-items: flex-start;
}

.slide-16 {
  background-image: url('../images/d68beb778be34b37d9248ef85685a4425a21b1a4.webp?v=20260912-cache-reset-1');
  background-position: 50% 0;
  background-size: cover;
}

.column-104 {
  padding-left: 0;
  padding-right: 0;
}

.section-21 {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
}

.slide-15 {
  background-image: url('../images/4924a013f5a825275b1f6aaf673e8783e42b4d08.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-size: cover;
}

.column-103 {
  text-align: left;
  padding-left: 0;
}

.div-block-204 {
  width: 1250px;
}

.text-block-76, .text-block-115 {
  color: #235f49;
  background-color: #fff;
  padding: 7px 0;
  font-size: 16px;
  display: inline-block;
}

.div-block-109 {
  color: #222;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  width: 32%;
  min-height: 450px;
  text-decoration: none;
  box-shadow: 0 2px 19px 3px rgba(90, 89, 89, .1);
}

.div-block-109._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.slide-14 {
  background-image: url('../images/8972cf79414d7df9a8b93668fa2538929f5f2192.webp?v=20260912-cache-reset-1');
  background-position: 50%;
  background-size: cover;
}

.column-10 {
  text-align: left;
  padding-left: 0;
}

.text-block-77 {
  color: #858585;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-77.ul {
  text-align: left;
  height: 40px;
  font-size: 14px;
}

.slide-13 {
  background-image: url('../images/d68beb778be34b37d9248ef85685a4425a21b1a4.webp?v=20260912-cache-reset-1');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-191 {
  background-color: #f3f3f3;
  background-image: url('../images/e1_1e1.png?v=20260912-cache-reset-1');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  height: 240px;
}

.div-block-191._2 {
  background-color: #235f49;
  background-image: none;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-191._2.eqeq {
  background-color: #df60a0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 0;
}

.div-block-191._2.qwqw {
  background-image: none;
  margin-left: 10px;
  margin-right: 0;
}

.text-span-9 {
  margin-left: 5px;
  font-size: 30px;
}

.column-96 {
  padding-right: 0;
}

.text-block-105 {
  color: #fff;
  padding-top: 22px;
  padding-left: 19px;
  font-size: 18px;
  line-height: 24px;
}

.slider-4 {
  background-color: #f3f3f3;
  border-radius: 20px;
  height: 500px;
}

.column-95 {
  padding-left: 0;
}

.text-block-103 {
  color: #fff;
  font-size: 28px;
}

.div-block-192 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/4924a013f5a825275b1f6aaf673e8783e42b4d08.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 15px;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 56px;
  padding-left: 90px;
  padding-right: 80px;
  display: flex;
}

.div-block-192._2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/098591db633a39351b1a22bf7987d35cb3cb7fc5.jpg?v=20260912-cache-reset-1');
}

.div-block-192.test {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/4924a013f5a825275b1f6aaf673e8783e42b4d08.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-192._4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/3886b9fb2b6a0b5467ef2ea5ca604837722b24b8.jpg?v=20260912-cache-reset-1');
}

.div-block-192._3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/2ba7bdc18e34fb456321341ac60633113d32d8c1.jpg?v=20260912-cache-reset-1');
}

.div-block-192._6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/24a98768e9d160a059ca09362238005b5da9a796.webp?v=20260912-cache-reset-1');
}

.div-block-192._5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 17%, rgba(36, 36, 36, 0) 49%), url('../images/3e942c82e1d4e389c58604a913335b3ccc1f4bd4.webp?v=20260912-cache-reset-1');
}

.section-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.text-span-8 {
  text-transform: uppercase;
}

.slide-12 {
  background-image: none;
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 19px;
}

.icon-4 {
  color: #fff;
  background-color: rgba(255, 255, 255, .34);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 376px;
  font-size: 19px;
  font-weight: 900;
  transition: all .5s;
  display: flex;
}

.icon-4:hover {
  background-color: rgba(255, 255, 255, .8);
}

.div-block-190-copy {
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  display: flex;
}

.text-block-106 {
  color: #fff;
  margin-top: 150px;
  margin-left: 19px;
  font-size: 10px;
}

.text-block-106._2 {
  margin-top: 125px;
}

.div-block-189 {
  width: 1250px;
  min-height: 50px;
}

.link-32 {
  color: #fff;
  background-color: #df60a0;
  border-radius: 2em;
  margin-left: 10px;
  padding: 7px 15px;
  font-size: 18px;
  text-decoration: none;
}

.link-32._2 {
  margin-top: 20px;
  margin-left: 0;
  display: inline-block;
}

.slide-nav-3 {
  font-size: 8px;
}

.background-video {
  background-color: rgba(0, 0, 0, .47);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  margin-top: 0;
  padding: 30px;
  display: flex;
}

.section-23 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.section-23.news {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-23._23 {
  margin-top: 0;
}

.body {
  font-family: Frederik, sans-serif;
}

.text-block-118 {
  font-size: 26px;
  line-height: 30px;
}

.text-span-12 {
  color: #a8a8a8;
  margin-top: -14px;
  margin-left: 10px;
  font-size: 25px;
  display: inline-block;
  position: absolute;
}

.link-block-23 {
  width: 100%;
  height: 200px;
}

.quick-stack {
  margin-bottom: 20px;
  padding: 0;
}

.image-93 {
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

.link-37 {
  color: #222;
  flex: none;
  align-items: center;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-37:hover {
  color: #df60a0;
}

.div-block-217 {
  background-image: url('../images/logo.svg?v=20260912-cache-reset-1');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 91px;
  margin-bottom: 35px;
  margin-left: 0;
  padding-left: 60px;
}

.div-block-217.first {
  margin-top: -1px;
}

.div-block-218 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-219 {
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  display: flex;
}

.grid {
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-9 Area-10 Area-11 Area-12"
                 "Area-13 Area-14 Area-15 Area-16"
                 / 1fr 1fr 1fr 1fr;
}

.image-94 {
  width: 215px;
  margin-bottom: 20px;
}

.div-block-220 {
  margin-top: 15px;
}

.div-block-221 {
  margin-bottom: 3px;
}

.text-block-119 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.rich-text-block {
  text-align: left;
  width: 80%;
  margin-top: 20px;
  font-family: Frederik, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-222 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-38 {
  font-size: 20px;
}

.link-38.w--current {
  color: #17326b;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
}

.div-block-223 {
  width: 100px;
  min-height: 500px;
}

.div-block-189_2 {
  background-color: #235f49;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1250px;
  min-height: 380px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 50px;
  display: flex;
}

.section-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-224 {
  width: 80%;
  min-height: 50px;
}

.body-3 {
  font-family: Frederik, sans-serif;
}

.paragraph {
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 26px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.image-95 {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.div-block-225 {
  padding-left: 10%;
  padding-right: 10%;
}

.text-block-120 {
  text-transform: lowercase;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-120.left {
  color: #fff;
  text-align: left;
}

.text-block-120.left.white {
  color: #fff;
}

.text-block-121 {
  color: #000;
  text-transform: lowercase;
  margin-bottom: 5px;
  padding-top: 16px;
  font-size: 17px;
}

.text-block-121.white {
  color: #fff;
}

.columns-8 {
  margin-bottom: 40px;
}

.div-block-226 {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  padding: 30px;
  display: flex;
}

.div-block-226._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/e2cd585f23d652225328e3592545e675c1f76a23.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-226._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/kandinsky-download-1715155668805.jpg?v=20260912-cache-reset-1');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-226._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/078d1797c555334bf7cc0ca9aa8bb1e0a62dfa5d.jpg?v=20260912-cache-reset-1');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-226._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_Cam7.jpg?v=20260912-cache-reset-1');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.link-menu {
  color: #4d4d4d;
  text-transform: lowercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 37px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-menu:hover {
  color: #df60a0;
}

.link-menu._1 {
  cursor: pointer;
  background-image: url('../images/001-cube.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  flex: none;
}

.link-menu._1:hover {
  color: #df60a0;
}

.link-menu._2 {
  background-image: url('../images/led-strip.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._4 {
  background-image: url('../images/aerogel.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.link-menu._6 {
  background-image: url('../images/001-paper.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._7 {
  background-image: url('../images/tree-2.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._8 {
  background-image: url('../images/mirrow_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._9 {
  background-image: url('../images/bio.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._10 {
  background-image: url('../images/texture_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._11 {
  background-image: url('../images/007-recovery.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._12 {
  background-image: url('../images/puzzle.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._13 {
  background-image: url('../images/flexibility.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._14 {
  background-image: url('../images/002-cube-1.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._15 {
  background-image: url('../images/1_bandage.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._16 {
  background-image: url('../images/paint.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-menu._3 {
  background-image: url('../images/light_1.svg?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell {
  background-image: url('../images/001-fill.png?v=20260912-cache-reset-1');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-96 {
  width: 130px;
  margin-left: 1px;
}

.div-block-227 {
  margin-bottom: 10px;
}

.div-block-228 {
  background-color: #242424;
  border-radius: 20px;
  min-height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.column-107 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.columns-9 {
  border-radius: 20px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.columns-10 {
  display: flex;
}

.heading-3 {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 700;
}

.text-block-122 {
  text-align: center;
  text-transform: lowercase;
  width: 50%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-229 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-top: 24px;
  display: flex;
}

.slider-5 {
  background-color: #fff;
  min-height: 350px;
  margin-bottom: 20px;
}

.div-block-116 {
  color: #686868;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)), url('../images/004-news.svg?v=20260912-cache-reset-1');
  background-position: 0 0, 95% 88%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40px;
  border: 1px #f3f3f3;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  padding: 31px 15px;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(173, 173, 173, .39);
}

.column-141 {
  padding-left: 0;
}

.news-link {
  color: #000;
  text-transform: none;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.news-link.sm {
  color: #383838;
  text-align: left;
  text-transform: lowercase;
  min-height: 72px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.news-link.sm.centet {
  color: #fff;
  text-align: center;
}

.div-block-7 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-7.sm {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 20px;
}

.columns-21 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-102 {
  margin-top: 15px;
  margin-left: 20px;
  font-size: 16px;
}

.image-97 {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.image-97.sm {
  width: 15px;
}

.text-block-2 {
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-2.sm {
  font-size: 13px;
}

.div-block-230 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-98 {
  height: 95px;
}

.link-block-24 {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/4ab5025906580660022431b4cc5af6ec2331ca11.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 270px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-24._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/40648dcd896f6769129f7c32573165016b7b1094.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-24._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url('../images/d68beb778be34b37d9248ef85685a4425a21b1a4.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.link-block-24._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/1daa3dd0c11de96a9787eb4772fc9e43be3be88a.webp?v=20260912-cache-reset-1');
}

.link-block-24._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/3e942c82e1d4e389c58604a913335b3ccc1f4bd4.webp?v=20260912-cache-reset-1');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-24._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), url('../images/e2cd585f23d652225328e3592545e675c1f76a23.webp?v=20260912-cache-reset-1');
}

.quick-stack-3 {
  padding-left: 0%;
  padding-right: 0;
}

.right-arrow-4 {
  margin-right: -60px;
}

.icon-6 {
  color: #fff;
  background-color: #df60a0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 140px;
  margin-left: 40px;
  font-size: 20px;
  display: flex;
}

.icon-7 {
  color: #df60a0;
}

.left-arrow-3 {
  margin-left: -100px;
}

.navbar {
  display: none;
}

.image-99 {
  width: 75px;
}

.div-block-233 {
  color: #686868;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)), url('../images/004-news.svg?v=20260912-cache-reset-1');
  background-position: 0 0, 95% 88%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40px;
  border: 1px #f3f3f3;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  padding: 31px 15px;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(173, 173, 173, .39);
}

.div-block-233.dss {
  color: #252525;
  background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)), url('../images/004-news.svg?v=20260912-cache-reset-1');
  background-position: 0 0, 95% 88%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40px;
  border-style: solid;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  padding-left: 49px;
}

.column-157 {
  padding-left: 0;
}

.div-block-234 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-234.sm {
  flex-direction: row;
  align-items: flex-start;
  margin: 40px 20px 0 0;
}

.text-block-123 {
  color: #000;
  text-transform: lowercase;
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 0;
  padding: 6px 15px;
  font-size: 16px;
}

.image-100 {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.image-100.sm {
  width: 18px;
}

.text-block-124 {
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-124.sm {
  font-size: 18px;
}

.section-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-235 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.div-block-235._32 {
  justify-content: center;
  align-items: center;
}

.div-block-236 {
  background-color: #df60a0;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}

.heading-12 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
}

.heading-12._2323 {
  text-transform: lowercase;
  margin-bottom: 10px;
  margin-left: 20px;
}

.link-close {
  float: right;
}

.div-block-72 {
  justify-content: center;
  padding-top: 5px;
  display: flex;
}

.div-block-72.close-right {
  justify-content: flex-end;
}

.image-58 {
  opacity: 1;
  cursor: pointer;
  width: 36px;
  padding-top: 5px;
}

.image-58:hover {
  opacity: .4;
}

.div-block-71 {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 7px;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  padding: 22px 40px 40px;
  display: block;
}

.open-zayavka1 {
  z-index: 1000000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .58);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.column-35 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

.center-container-lightbox {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-7 {
  margin-bottom: 30px;
  font-size: 18px;
}

.text-block-7._2 {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-7._2._3232 {
  text-align: center;
  width: 60%;
  margin-left: 20px;
}

.div-block-154 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-39 {
  color: #fff;
  background-color: #df60a0;
  border-radius: 2em;
  margin-left: 10px;
  padding: 7px 15px;
  font-size: 18px;
  text-decoration: none;
}

.text-block-125 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .link-31.big {
    font-size: 18px;
  }

  .div-block {
    display: none;
  }

  .columns-5 {
    background-image: url('../images/logo.svg?v=20260912-cache-reset-1');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100px;
    flex-direction: column;
  }

  .column-102 {
    padding-left: 0;
    display: none;
  }

  .column-101 {
    margin-bottom: 35px;
  }

  .text-block-110 {
    margin-bottom: 29px;
  }

  .div-block-200 {
    margin-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .text-block-117 {
    font-size: 16px;
  }

  .div-block-205 {
    flex: 1;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .link-36 {
    font-size: 18px;
  }

  .text-block-116 {
    font-size: 25px;
  }

  .text-block-71 {
    line-height: 30px;
  }

  .section {
    padding-top: 20px;
  }

  .footer {
    width: 96%;
    margin-top: 0;
    padding: 0;
  }

  .div-block-201 {
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-201._2 {
    margin-bottom: 0;
  }

  .div-block-203 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .slider {
    flex: 0 auto;
    width: 45%;
  }

  .heading-2 {
    margin-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 30px;
  }

  .div-block-110 {
    flex: 1;
  }

  .text-block-113.sm {
    font-size: 18px;
  }

  .text-span {
    margin-left: 5px;
    font-size: 15px;
  }

  .div-block-112 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-21 {
    padding-left: 2%;
  }

  .div-block-204 {
    flex: 1;
    width: auto;
    overflow: scroll;
  }

  .div-block-109 {
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-109._2 {
    justify-content: center;
    min-height: 130px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-arrow-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    display: block;
  }

  .slider-4 {
    height: 60vh;
    padding-left: 2%;
    padding-right: 2%;
  }

  .column-95 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-192._3 {
    padding-left: 5%;
    padding-right: 0;
  }

  .section-19 {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-block-211 {
    margin-bottom: 25px;
  }

  .icon-4 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 87%;
  }

  .div-block-190-copy {
    display: none;
  }

  .div-block-189 {
    width: 96%;
  }

  .div-block-189._2 {
    justify-content: center;
    align-items: center;
    width: 96%;
    display: flex;
  }

  .left-arrow-2 {
    margin-left: 2%;
  }

  .background-video {
    min-height: 520px;
  }

  .section-23.news {
    padding-bottom: 0;
  }

  .text-span-12 {
    margin-left: 5px;
    font-size: 15px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-93 {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .div-block-217 {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .div-block-221 {
    min-height: auto;
  }

  .text-block-119 {
    margin-bottom: 10px;
  }

  .body-2 {
    align-items: stretch;
  }

  .div-block-189_2 {
    width: 100%;
  }

  .div-block-224 {
    width: 90%;
  }

  .div-block-228 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-9 {
    background-color: #222;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .columns-10 {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 20px;
  }

  .text-block-122 {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
  }

  .slider-5 {
    display: none;
  }

  .div-block-116 {
    margin-bottom: 20px;
  }

  .column-141 {
    padding-right: 0;
  }

  .column-155 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-21 {
    flex-direction: column;
    margin-top: 20px;
  }

  .column-154 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-98 {
    width: 306px;
    height: auto;
  }

  .link-block-24 {
    flex: none;
    width: 250px;
    margin-right: 10px;
  }

  .right-arrow-4, .left-arrow-3 {
    display: none;
  }

  .navbar {
    background-color: #fff;
    flex: 0 auto;
    display: block;
  }

  .brand {
    background-image: url('../images/logo-praktika.svg?v=20260912-cache-reset-1');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 60px;
  }

  .icon-8 {
    font-size: 26px;
  }

  .menu-button-2.w--open {
    background-color: #235f49;
  }

  .nav-menu {
    background-color: var(--green);
  }

  .nav-link-2 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 17px;
    display: flex;
  }

  .div-block-231 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cell-3, .cell-4 {
    display: none;
  }

  .column-156 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-233 {
    margin-bottom: 20px;
  }

  .div-block-233.dss {
    width: 100%;
  }

  .column-157 {
    padding-right: 0;
  }

  .column-158, .column-159 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-236 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 20px;
    font-size: 38px;
    line-height: 47px;
  }

  .div-block-71 {
    width: auto;
    min-width: 700px;
  }

  .text-block-7._2 {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-right {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-111 {
    font-size: 16px;
  }

  .text-block-110 {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-200 {
    width: auto;
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .column-105 {
    padding-right: 0;
  }

  .html-embed {
    height: 400px;
    margin-left: 2%;
  }

  .div-block-206 {
    margin-bottom: 0;
    display: none;
  }

  .div-block-205 {
    flex-direction: column-reverse;
    padding-left: 0%;
    display: flex;
  }

  .columns-7 {
    margin-top: 0;
    margin-left: 2%;
  }

  .div-block-207 {
    border: 1px solid #235f49;
    height: auto;
    margin-bottom: 35px;
  }

  .text-block-116 {
    margin-bottom: 35px;
    font-size: 20px;
  }

  .text-block-71 {
    font-size: 16px;
  }

  .text-block-73 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section {
    padding-top: 35px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .column-99 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-107 {
    margin-top: 10px;
    font-size: 11px;
  }

  .text-block-107._50p {
    font-size: 11px;
  }

  .columns-3 {
    padding-bottom: 30px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .column-7 {
    margin-bottom: 20px;
  }

  .link-29 {
    font-size: 16px;
  }

  .slider {
    width: 50%;
    height: auto;
  }

  .heading-2._3 {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-2.black {
    text-align: left;
  }

  .div-block-110 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-75 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 20px;
  }

  .text-block-113.sm {
    font-size: 16px;
  }

  .columns-6 {
    flex-direction: column-reverse;
    margin-top: 7px;
  }

  .div-block-112 {
    padding-top: 35px;
  }

  .text-block-76 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .text-block-77 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .text-block-77.ul {
    height: auto;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .section-23 {
    margin-bottom: 25px;
  }

  .div-block-189_2 {
    width: 96%;
    min-height: 250px;
    padding-left: 0;
  }

  .div-block-224 {
    width: 96%;
  }

  .paragraph {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .image-95 {
    width: 50px;
    height: 50px;
  }

  .div-block-225 {
    margin-bottom: 40px;
  }

  .text-block-120 {
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-121 {
    padding-top: 0;
    font-size: 16px;
  }

  .column-107 {
    padding-top: 0;
  }

  .columns-9 {
    background-color: #222;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .news-link {
    font-size: 16px;
    line-height: 24px;
  }

  .news-link.sm {
    margin-top: 5px;
    font-size: 17px;
  }

  .div-block-7 {
    margin-bottom: 5px;
  }

  .image-97 {
    width: 15px;
    height: 15px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .navbar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-link-2 {
    padding-left: 20px;
  }

  .image-99 {
    width: 35px;
  }

  .quick-stack-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .div-block-234 {
    margin-bottom: 5px;
  }

  .image-100 {
    width: 15px;
    height: 15px;
  }

  .text-block-124 {
    font-size: 13px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .div-block-71 {
    min-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .link-31.big {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .link-31.big.white {
    margin-top: 0;
    font-size: 16px;
  }

  .columns-5 {
    background-size: auto 58px;
  }

  .text-block-111 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .column-101 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
  }

  .text-span-11 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-110 {
    margin-bottom: 0;
  }

  .div-block-200 {
    margin-bottom: 10px;
  }

  .section-20 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-22 {
    min-height: auto;
  }

  .html-embed, .column-106 {
    display: none;
  }

  .div-block-207 {
    margin-bottom: 0;
  }

  .text-block-73 {
    margin-bottom: 20px;
    padding-left: 35px;
  }

  .link-35 {
    display: flex;
  }

  .column-7 {
    margin-bottom: 30px;
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-203 {
    flex: none;
    width: 100%;
    min-height: 210px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider {
    width: 100%;
    height: 250px;
  }

  .text-block-112 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-2._3 {
    margin-bottom: 0;
  }

  .heading-2.black {
    margin-bottom: 10px;
    padding-left: 0%;
    font-size: 18px;
  }

  .div-block-110 {
    flex-direction: column;
    flex: 1;
    width: 100%;
    padding: 25px 5% 20px;
    display: flex;
  }

  .text-block-75 {
    margin-top: 10px;
  }

  .text-block-113 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-113.sm {
    font-size: 16px;
    line-height: 18px;
  }

  .text-span {
    margin-top: -7px;
    margin-left: 6px;
    font-size: 12px;
  }

  .text-block-115 {
    margin-top: 5px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-109 {
    flex-direction: column;
  }

  .div-block-109._2 {
    min-height: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .right-arrow-2 {
    width: 60px;
  }

  .div-block-216 {
    text-align: center;
  }

  .slider-4 {
    height: 50vh;
  }

  .div-block-214 {
    text-align: center;
  }

  .text-block-103 {
    font-size: 20px;
  }

  .div-block-192 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .55) 25%, rgba(36, 36, 36, 0) 63%), url('../images/4924a013f5a825275b1f6aaf673e8783e42b4d08.webp?v=20260912-cache-reset-1');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-211, .div-block-212, .div-block-215 {
    text-align: center;
  }

  .icon-4 {
    top: 87%;
  }

  .div-block-213 {
    text-align: center;
  }

  .left-arrow-2 {
    width: 60px;
  }

  .background-video {
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    padding: 0 5% 0%;
  }

  .section-23 {
    margin-top: 0;
  }

  .image-93 {
    width: 35px;
    height: 35px;
  }

  .div-block-217 {
    background-position: 0%;
    background-size: auto 30px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 43px;
  }

  .div-block-217.first {
    background-position: 0%;
    background-size: auto 23px;
    margin-top: 0;
    padding-left: 25px;
  }

  .text-block-119 {
    margin-bottom: 20px;
  }

  .div-block-189_2 {
    min-height: 200px;
    margin-bottom: 0;
  }

  .image-95 {
    width: 40px;
    height: 40px;
  }

  .text-block-120.left, .text-block-121.white {
    font-size: 14px;
  }

  .columns-8 {
    margin-bottom: 0;
  }

  .div-block-226._1 {
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/e2cd585f23d652225328e3592545e675c1f76a23.webp?v=20260912-cache-reset-1');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .div-block-226._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/kandinsky-download-1715155668805.jpg?v=20260912-cache-reset-1');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .div-block-226._3 {
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/078d1797c555334bf7cc0ca9aa8bb1e0a62dfa5d.jpg?v=20260912-cache-reset-1');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-226._4 {
    background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/1_Cam7.jpg?v=20260912-cache-reset-1');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .column-107 {
    padding-top: 0;
  }

  .columns-9 {
    margin-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-122 {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-229 {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    min-height: auto;
    margin-top: 10px;
  }

  .div-block-116 {
    margin-bottom: 10px;
    padding: 15px 0 10px;
  }

  .news-link.sm {
    min-height: auto;
    font-size: 15px;
  }

  .div-block-7.sm {
    align-items: center;
  }

  .text-block-102 {
    margin-top: 0;
    font-size: 13px;
  }

  .text-block-2.sm {
    margin-left: 9px;
    font-size: 13px;
  }

  .image-98 {
    width: 197px;
  }

  .brand {
    height: 60px;
  }

  .nav-link-2 {
    padding-left: 10px;
    font-size: 16px;
  }

  .div-block-232 {
    text-align: center;
  }

  .div-block-233 {
    margin-bottom: 10px;
    margin-right: 0;
    padding: 15px 0 10px;
  }

  .div-block-234.sm {
    align-items: center;
    margin-top: 20px;
  }

  .text-block-123 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .text-block-124.sm {
    margin-left: 9px;
    font-size: 13px;
  }

  .div-block-236 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
  }

  .div-block-72 {
    flex: 0 auto;
    width: 90%;
  }

  .div-block-72.close-right {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-top: 0;
  }

  .image-58 {
    margin-bottom: 16px;
  }

  .div-block-71 {
    min-width: 310px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-7._2 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_3c157f57-4765-63c0-d48f-80997e051928-a58a5a04 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd973fc2-6f94-58f9-4c39-452836478bb4-a58a5a04 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1b0230d2-7303-a703-5294-a9201c8e856d-a58a5a04, #w-node-ea4df974-fa8c-5bc4-3ea4-ca1722917c7d-a58a5a04, #w-node-_5ffd41a6-0401-7b81-16bb-0eb35f100255-a58a5a04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5b30e6b0-493d-3d50-f55e-45960371c81e-a58a5a08, #w-node-_0528ea7f-548e-e792-69b3-015d4ecfd970-a58a5a09 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a09 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a09, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a09 {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a09, #w-node-e98f4798-491f-7c48-90e2-8a13e38938bd-a58a5a09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c763259-378f-89d4-8188-1f149308ac18-a58a5a09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d28af5cf-6d71-fbee-6884-a1421dfd3765-a58a5a0a {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0a {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a0a, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0a {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0a, #w-node-e98f4798-491f-7c48-90e2-8a13e38938bd-a58a5a0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992e083b-1e62-fe0c-84a0-6e9e68ecad77-a58a5a0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39dbe3ef-9ef8-d6a4-ac82-57a7f7af6c00-a58a5a0b {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0b {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a0b, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0b {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0b, #w-node-e98f4798-491f-7c48-90e2-8a13e38938bd-a58a5a0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38909f57-de7c-9244-6345-d993ca42d591-a58a5a0b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1b170b07-70d8-9c85-a483-b4cb1084f85b-a58a5a0c {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0c {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a0c, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0c {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0c, #w-node-e98f4798-491f-7c48-90e2-8a13e38938bd-a58a5a0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_741c8983-b0e5-9ed4-e7b1-8c39dfabbdb4-a58a5a0c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b5d4bb3d-c347-cb7c-a737-9f4e0d95b6a2-a58a5a0d {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0d {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a0d, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0d {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0d, #w-node-e98f4798-491f-7c48-90e2-8a13e38938bd-a58a5a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_732f01f0-326d-0157-60bd-482434715288-a58a5a0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dfb78f2-1ee8-6c99-2bf2-5dc721c1c143-a58a5a0e {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0e {
  grid-area: Area;
}

#w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0e {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf70715-54f6-9d39-bc0a-0889c1f985ce-a58a5a0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ffa3b1ca-33d1-2dfd-1cee-9e2a53f28199-a58a5a0f {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a0f {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a0f, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a0f {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5666542-4dbe-f783-a746-99e89b69a05d-a58a5a0f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5c599f66-b21e-2eed-8f02-fd04d1192704-a58a5a10 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a10 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a10, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a10 {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77ea0172-019e-73fa-3de3-56cf75b5434e-a58a5a10 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_09a4ebaa-1312-d7fb-718e-ad431d9dd996-a58a5a11 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a11 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a11, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938af-a58a5a11 {
  grid-area: Area;
}

#w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b8f4b79-52e5-bb73-6742-06f5c838db7f-a58a5a11 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97ab76d8-efd1-93cf-bb9b-2c180cc1c040-a58a5a12 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a12 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a12, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a12, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f468e0bd-fcd8-2a55-fabc-70a5760152f5-a58a5a12 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cf1f1502-d610-669d-b7da-6716d29a70e3-a58a5a13 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a13 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a13, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a13, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c7f5ad8-0eee-0ba3-a587-149a0a29e0cd-a58a5a13 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fffb7d1e-48fa-89a0-8c54-6d993c57a923-a58a5a14 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a14 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a14, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a14, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84aa35ee-cf80-a50e-b17d-1a8e7c69fb36-a58a5a14 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e5f7ab0-ccfe-1e7c-3e55-b4bd0ad8877b-a58a5a15 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a15 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a15, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a15, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_378ec0fd-7f9d-dd12-d23c-599981ee9397-a58a5a15 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6108a772-c214-f524-ea1f-c3d6dc032926-a58a5a16 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a16 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a16, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a16, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b043e1ff-5c25-9d6a-4fda-3e9463ed382d-a58a5a16 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e84b4ae0-ef3b-3c5c-f05d-7293b34d04e6-a58a5a17 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a17 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a17, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a17, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def48fe7-7bdb-6da2-0765-7dbf4d4a16b3-a58a5a17 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-abe6294d-7d78-ce14-bb04-863cd6972a70-a58a5a18 {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebe2f3f3-59f3-5e18-00ba-5684addfc396-a58a5a18 {
  grid-area: Area;
}

#w-node-_84efa0d5-2159-4795-bea4-02b51918e4b4-a58a5a18, #w-node-_4e04abe4-9b96-782f-3c55-bf92ab2d9dc5-a58a5a18, #w-node-e98f4798-491f-7c48-90e2-8a13e38938b6-a58a5a18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7402172-2e2b-2d5b-ed61-d6a76f620c06-a58a5a18 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4ac6e1f-3fdc-6314-6886-73c29ae19c44-a58a5a1a, #w-node-fff24015-8bab-deff-d5d8-446fa50babee-a58a5a1b {
  grid-template-rows: min-content min-content 1fr min-content min-content min-content auto min-content;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-fd973fc2-6f94-58f9-4c39-452836478bb4-a58a5a04 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1b0230d2-7303-a703-5294-a9201c8e856d-a58a5a04, #w-node-ea4df974-fa8c-5bc4-3ea4-ca1722917c7d-a58a5a04, #w-node-_5ffd41a6-0401-7b81-16bb-0eb35f100255-a58a5a04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_992e083b-1e62-fe0c-84a0-6e9e68ecad77-a58a5a0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c763259-378f-89d4-8188-1f149308ac18-a58a5a09 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-MediumItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-ThinItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-DemiBold.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Regular.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-RegularItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Bold.ttf?v=20260912-cache-reset-1') format('truetype'), url('../fonts/Frederik-ExtraBold.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-BlackItalic.ttf?v=20260912-cache-reset-1') format('truetype'), url('../fonts/Frederik-HeavyItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-LightItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-UltraLightItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-ExtraBoldItalic.ttf?v=20260912-cache-reset-1') format('truetype'), url('../fonts/Frederik-BoldItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Thin.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Medium.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-UltraLight.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-DemiBoldItalic.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Heavy.ttf?v=20260912-cache-reset-1') format('truetype'), url('../fonts/Frederik-Black.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/Frederik-Light.ttf?v=20260912-cache-reset-1') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}