:root {
  --smoke-white: #f1f1f1;
  --white: white;
  --black: black;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--white: white;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --conversion-flow-library--coral: #ff8a56;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary25: #fcfaff;
  --untitled-ui--warning300: #fec84b;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--medium-purple: #b16cea;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.overflow-hidden.faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  color: #000;
  width: 2rem;
  height: 2rem;
}

.button {
  text-align: center;
  background-color: #040d0f;
  border: .1rem solid #1b1b1b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .555s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  box-shadow: none;
  filter: invert();
  color: #fff;
  border: 1px solid #fff;
}

.button:active {
  filter: invert(85%);
  background-color: #1d1d1d;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-xlarge.display-inline {
  display: inline-block;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.service {
  max-width: 90rem;
  height: 420px;
  margin-top: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large.service.grid {
  height: auto;
}

.container-large.service.category {
  height: auto;
  min-height: 40vh;
  max-height: 60vh;
  display: block;
  position: relative;
  overflow: visible;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding: 4.3rem 2.5rem;
  font-family: Montserrat, sans-serif;
}

.page-padding.banner {
  background-color: var(--smoke-white);
  padding-bottom: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
}

.button-secondary.is-menu {
  margin-left: 1rem;
}

.button-text {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .1rem solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-text:hover {
  border-bottom-color: #000;
}

.button-text.text-align-left {
  text-align: left;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.padding-vertical.padding-xxhuge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-vertical.padding-xxhuge.after {
  object-fit: fill;
  width: auto;
}

.padding-vertical.padding-xhuge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.home-hero_component {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-hero_image-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-main-image {
  z-index: 20;
  border-radius: 8px;
  position: relative;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, .45);
}

.home-hero-right-image {
  z-index: 10;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: auto;
  right: -34%;
}

.home-hero-right-image.hide-mobile-landscape {
  border-radius: 8px;
}

.home-hero-image-left {
  z-index: 30;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.home-hero-image-left.hide-mobile-landscape {
  border-radius: 8px;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-buttons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.button-secondary-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-secondary-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_link {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.navbar_link:hover {
  color: #838282;
  border-bottom-color: #000;
}

.navbar_link.w--current {
  color: #333;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  align-items: center;
  height: auto;
  padding: 1.25rem 5%;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.button-small {
  padding: .5rem 1.25rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.home-tagline_component {
  z-index: 20;
  position: relative;
}

.home-tagline-pattern {
  z-index: 10;
  position: absolute;
  top: -71%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.home-logo_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo4_logo {
  max-height: 3.5rem;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.logo4_wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.home-logo_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.line-divider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  color: #333;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.footer_bottom-wrapper:hover {
  color: #727272;
}

.social-icon {
  color: #333;
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_logo-link {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  margin-right: 100px;
  padding-left: 0;
  display: flex;
}

.footer_credit-text {
  font-size: 10px;
  text-decoration: none;
}

.footer3_legal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_column-layout {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer_link {
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: auto;
  min-width: 50%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.footer_link:hover {
  border-bottom-color: #000;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .333s;
  display: flex;
}

.footer_social-link:hover {
  opacity: .6;
}

.footer3_bottom-link {
  font-size: .875rem;
}

.footer_column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer_component {
  border-top: 1px solid #000;
  position: relative;
}

.footer_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.home-projects_item {
  position: relative;
}

.home-projects_item:nth-child(2n), .home-projects_item.even-item:nth-child(2n) {
  margin-top: 20rem;
}

.home-projects_list {
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-projects_link-block {
  z-index: 20;
  color: #333;
  text-decoration: none;
  position: relative;
}

.home-projects_image-wrapper {
  z-index: 30;
  position: relative;
}

.tabs {
  justify-content: flex-start;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  align-items: stretch;
  width: 30%;
  margin-right: 3rem;
  display: flex;
}

.home-service-tab {
  width: auto;
}

.home-service-tabl-link.button-text.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.home-service-tabl-link.button-text.text-align-left {
  text-align: left;
  border-bottom-width: 1px;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
  padding-left: 2rem;
  display: flex;
}

.home-service-tabl-link.button-text.text-align-left.w--current:hover {
  border-bottom-width: 1px;
}

.home-service_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
}

.home-service_tab-content {
  width: 66%;
}

.tabs-menu-icon {
  background-color: #3cd1c9;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.tabs-heading-wrap {
  width: 40%;
  margin-bottom: 60px;
}

.tabs-heading {
  color: #1e1e1e;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.tabs-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-paragraph {
  font-size: 18px;
  line-height: 27px;
}

.tabs-content {
  text-align: right;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tabs-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: 390px;
  height: 100%;
}

.tab-link {
  opacity: .7;
  filter: grayscale();
  color: #5e5e5e;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.tab-link:hover {
  box-shadow: 0 10px 40px rgba(133, 133, 133, .05);
}

.tab-link.w--current {
  z-index: 2;
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(133, 133, 133, .05);
}

.tabs-section {
  color: #999;
  background-color: #fff;
  padding: 140px 3%;
}

.tab-pane {
  height: 100%;
}

.tabs-2 {
  position: static;
}

.home-service_wrapper {
  position: relative;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_component-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
}

.navbar1_button-wrapper-2 {
  margin-left: 1rem;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_menu {
  align-items: center;
}

.navbar2_button-navbar {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
}

.navbar2_button-wrapper {
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1.5rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_component {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar1_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-service-tabs_icon-wrapper, .home-service-tab-image {
  margin-right: .5rem;
}

.about-hero_component {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.about-hero_image-wrapper {
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-about-scrolling {
  width: 100%;
}

.section-about-scrolling.overflow-hidden {
  overflow: hidden;
}

.about-scrolling_component {
  flex-wrap: nowrap;
  align-items: center;
  width: 200%;
  display: flex;
}

.big-mover-dev-only {
  margin-top: 619px;
  margin-bottom: 619px;
}

.about-scrolling_card {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-xxlarge {
  font-size: 6rem;
}

.heading-xxlarge.display-inline {
  display: inline-block;
}

.heading-xxlarge.heading-scrolling {
  white-space: nowrap;
  margin-right: 1rem;
  display: inline-block;
}

.contact-form_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.contact-form {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #424242;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

.contact-form_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-cta_component {
  z-index: 20;
  position: relative;
}

.home-cta-pattern {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.projects-explainer_component {
  justify-content: flex-end;
  display: flex;
}

.projects-explainer_content {
  width: 40%;
}

.section-load-screen {
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.load-screen-panel {
  background-color: #fff;
  width: 50%;
  height: 100vh;
  transform: rotate(0);
}

.load-screen-panel.load-screen-bottom {
  background-color: #000;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.load-screen-panel.load-screen-top {
  background-color: #000;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: none;
}

.load-screen-panel.load-screen-left {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.load-screen-panel.load-screen-right {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loading-screen_logo-component {
  z-index: 9999999;
  align-items: center;
  display: flex;
  position: absolute;
}

.loading-screen-line {
  background-color: #000;
  width: 2px;
  height: 3.3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.loading-screen-line.line-white {
  color: #fff;
  background-color: #fff;
}

.loading-screen_logo-wrapper {
  position: absolute;
}

.loading-screen_logo-wrapper.overflow-hidden {
  position: relative;
}

.heading-display-text-span {
  display: inline-block;
}

.home-projects-shadow {
  z-index: 10;
  background-color: #000;
  border-radius: 8px;
  width: 100px;
  height: 150px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.home-projects-image {
  z-index: 30;
  border-radius: 8px;
  position: relative;
}

.home-projects-item-hover {
  background-color: #000;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-cta-sliding-block {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-block-sliding {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-wide-image-panel {
  background-color: #000;
  width: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-multi_item:nth-child(2n) {
  margin-top: 8rem;
}

.projects-multi_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text-2 {
  letter-spacing: -.02em;
}

.navbar_logo-line {
  background-color: #ff5330;
  width: 1.75px;
  height: 2rem;
}

.navbar_logo-line.black {
  background-color: #ff5330;
}

.navbar_menu-button-2 {
  z-index: 999999;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-image {
  height: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar_logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo-wrapper.is-mobile {
  display: none;
}

.navbar_menu-line-top {
  background-color: #000;
  width: 100%;
  height: 1.5px;
}

.navbar_right-wrapper {
  z-index: 99999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_container-2 {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu-line-middle {
  background-color: #000;
  width: 100%;
  height: 1.5px;
}

.navbar {
  z-index: 98;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: 5.375rem;
  max-height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem 5vw;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
  flex-direction: row;
}

/* Выделяем проценты и цену */
.discount {
  color: rgb(151, 236, 101);
  font-weight: bold;
}

.price {
  color: rgb(151, 236, 101);
  font-size: 1.2em; /* Увеличиваем размер для цены */
}

.sqm {
  font-size: 0.85em; /* Меньший размер для м² */
}

.sqm-number {
  #ffff74
  font-size: 1.5em; /* Увеличиваем число 2 */
}

.euro-symbol {
  font-size: 1.2em; /* Увеличиваем символ евро */
  color:rgb(164, 226, 128);
}

/* Анимация для бонус-компании с новогодними цветами */
.bonus-text {
  letter-spacing: 0.05em;
  color: #d0ff9e;
}


/* Контейнер слайдера */
.slider {
  overflow: hidden; /* Прячет часть, выходящую за границы контейнера */
  background-color: #ff8a56; /* Задний фон слайдера */
  width: 150%; /* На всю ширину экрана */
  height: 30px; /* Высота полоски */
  position: fixed; /* Фиксация сверху */
  top: 0; /* Привязка к верхнему краю страницы */
  z-index: 99; /* Поверх навигации */
  display: flex;
  align-items: center; /* Вертикальная центровка текста */
  white-space: nowrap; /* Текст не переносится на следующую строку */
  color: white; /* Цвет текста */
  font-size: 14px; /* Размер шрифта */
}

/* Текст слайдов */
.slide {
  display: inline-block; /* Слайды идут в одну линию */
  flex-shrink: 0; /* Не позволяет слайдам сжиматься */
  width: 100%; /* Каждый слайд занимает всю ширину контейнера */
  animation: slide-in 42s linear infinite; /* Более спокойная скорость бегущей строки */
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  33.33% {
    transform: translateX(0);
  }
  66.66% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-200%);
  }
}

@media (max-width: 768px) {
  .navbar {
    max-height: 60px;
  }
  .slider {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #ff8a56;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slide {
    animation: none; /* Отключаем CSS-анимацию */
    display: none; /* По умолчанию скрываем слайды */
    width: 100%;
    text-align: center;
    color: white;
    font-size: 0.8em;
    white-space: nowrap;
    margin-top:2px;
    opacity: 0; /* Скрываем через прозрачность */
    transition: opacity 0.5s ease-in-out; /* Анимация появления/исчезновения */
  }
  
  .slide.active {
    display: block; /* Показываем активный слайд */
    opacity: 1; /* Полная видимость */
  }

/* Слайды, которые не активны, скрываются */
.slide:not(.active) {
  transform: translateX(-100%); /* Скрываем слайды, сдвигаем их влево */
  opacity: 0;

}
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1.45px solid #ff5330;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button-3:hover {
  background-color: #ff5330;
}

.button-3:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 8px;
  margin-top: .15rem;
  margin-bottom: .15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition-duration: .555s;
}

.button-3.is-nav:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: rgba(255, 255, 255, .1);
  border-color: #000;
}

.button-3.is-nav:active {
  color: #fff;
  background-color: #313131;
  border-color: #000;
}

.navbar_logo-word-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-wrapper.is-1 {
  padding-right: .625rem;
}

.navbar_logo-word-wrapper.is-2 {
  padding-left: .75rem;
}

.navbar_menu-line-bottom {
  background-color: #000;
  width: 100%;
  height: 1.5px;
}

.navbar_right-inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.menu_text-link {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 4.75rem;
  line-height: 1.2;
  position: relative;
}

.menu_left-panel {
  perspective: 1000px;
  background-color: #b9b9b9d4;
  width: 50%;
  position: relative;
}

.menu_tablet-nav-spacer {
  display: none;
}

.menu_parent {
  z-index: 40;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu_click-whipe {
  background-color: #737373;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu_image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -75%;
  overflow: hidden;
}

.menu-link-parent {
  color: #fff;
  border-bottom: 1.5px solid #292929;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link-parent.w--current {
  font-family: Montserrat, sans-serif;
}

.menu_icon-image {
  z-index: 1;
  height: 2.25rem;
  position: relative;
}

.menu_card-whipe {
  background-color: #292929;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu_right-panel {
  z-index: 1;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.navbar_menu-button-3 {
  z-index: 999;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_menu-line-top-2, .navbar_menu-line-middle-2, .navbar_menu-line-bottom-2 {
  background-color: #292929;
  width: 100%;
  height: 1.5px;
}

.arrow-icon {
  z-index: 1;
  filter: brightness(0%);
  height: 2.25rem;
  position: relative;
}

.faq_icon-horizontal-line {
  background-color: #424242;
  width: 1.5rem;
  height: 1px;
  position: absolute;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-line {
  z-index: 1;
  background-color: #a3a3a3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_top {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.text-size-large-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.faq_question-text {
  letter-spacing: -.025em;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
}

.faq_icon-vertical-line {
  background-color: #424242;
  width: 1px;
  height: 1.5rem;
  position: absolute;
}

.link-underline-line {
  background-color: #000;
  width: 100%;
  height: 1.15px;
  transform: translate(-101%);
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1.45px solid #ff5330;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button-4:hover {
  background-color: #ff5330;
}

.button-4:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-4.is-secondary {
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition-property: none;
  display: block;
}

.button-4.is-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.faq_whipe {
  z-index: 0;
  background-color: #dce5e9;
  width: 100%;
  height: 6.8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.faq_answer-wrapper {
  color: #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  max-width: 53rem;
  padding: 3.75rem 6rem;
  display: flex;
}

.faq_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_bottom {
  z-index: 2;
  background-color: #292929;
  width: 100%;
  min-width: 100%;
  position: relative;
}

.faq_question-wrapper {
  align-items: center;
  display: flex;
}

.faq_plus-icon-wrapper {
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.faq_plus-icon-wrapper:hover {
  background-color: #c5dae4;
}

.faq_plus-icon-wrapper:active {
  background-color: #000;
}

.max-width-large-2 {
  width: 100%;
  max-width: 37rem;
}

.image {
  border-radius: 8px;
}

.span-text {
  display: inline-block;
}

.span-text._2019-9, .span-text._2019-0, .span-text._2019-1, .span-text._2019-2 {
  color: #b0ff86;
}

.span-text.i-icaro {
  color: #fff;
}

.margin-bottom-home-services {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-home-services.margin-small-home-services {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about-timeline_right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 24rem;
  display: flex;
  overflow: hidden;
}

.about-timeline_right-content.is-6 {
  overflow: visible;
}

.event-scroll-about-ph {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.about-timeline_sticky-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-timeline_item {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-timeline_item.card-about {
  width: 45vw;
  height: 55vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-large-services {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-services {
  padding-left: 5%;
  padding-right: 5%;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.about-timeline_title-text {
  color: #f4ff7f;
  text-align: right;
  margin-top: -6px;
  padding-bottom: 3px;
  padding-left: .5rem;
  padding-right: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.about-timeline_title-text.is-small {
  margin-top: -4px;
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

.overflow-hidden-words-services {
  overflow: hidden;
}

.icaro-titles-contain {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-timeline_height {
  width: 100%;
  height: 1000vh;
}

.about-timeline_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-timeline_image.is-1 {
  color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url('../images/matovqpotolok.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img4_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img7_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img5_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img1_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(26, 26, 26, .55)), url('../images/img3_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_list {
  align-items: center;
  width: 600vw;
  height: 100%;
  display: flex;
  position: relative;
}

.about-timeline_left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 34vw;
  display: flex;
  overflow: hidden;
}

.about-timeline_left-content.is-4, .about-timeline_left-content.is-6 {
  overflow: visible;
}

.padding-top-home-services {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-home-services.padding-huge-home-services {
  padding-top: 6rem;
}

.about-timeline_display-text {
  color: #fff;
  letter-spacing: -.06em;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 4.7rem;
  line-height: 1.1;
}

.about-timeline_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-timeline_track {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.image-2 {
  padding-top: 0;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.superscript {
  color: #b0ff86;
}

.twentytwenty-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 531px;
  height: 100%;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.before, .after {
  object-fit: cover;
  width: 100%;
  display: block;
}

.image-right {
  z-index: 0;
  object-fit: cover;
  max-width: 530px;
  height: 100%;
  min-height: 349px;
  max-height: 349px;
  position: absolute;
}

.handle-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 675px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.handle-wrapper.black {
  border-radius: 8px;
  width: auto;
  height: auto;
  max-height: 350px;
  margin-bottom: 20px;
}

.handle-bar {
  z-index: 10;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
}

.handle-bar.black {
  background-color: rgba(241, 241, 241, .32);
}

.circle-wrapper {
  cursor: grab;
  background-color: rgba(255, 255, 255, .3);
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.circle-wrapper._2 {
  background-color: #fff;
  background-image: url('../images/cd-arrows.svg');
  background-size: 24px;
}

.handle {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.handle._2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.after-2 {
  z-index: 3;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.after-2._2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.before-2 {
  z-index: 3;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.before-2._2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.image-left {
  z-index: 1;
  object-fit: cover;
  min-width: 530px;
  max-width: 530px;
  min-height: 349px;
  max-height: 349px;
  position: absolute;
}

.paragraph, .paragraph-2 {
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.text-span {
  color: #3482c2;
}

.bold-text {
  font-weight: 600;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.section-home-reviews {
  font-family: Montserrat, sans-serif;
}

.section-2 {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.inner-container.center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 1rem;
}

.heading-4.v2, .heading-4.v3 {
  text-align: left;
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 400;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-3.v2, .paragraph-3.v3 {
  text-align: left;
}

.slider-wrapper {
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  font-size: 18px;
  line-height: 30px;
}

.container-default {
  width: 100%;
  max-width: 80rem;
  display: block;
}

.container-default.v1 {
  display: none;
}

.slider-mask {
  color: #6e7191;
  height: 100%;
}

.btn-circle-secondary {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  transition: all .555s;
  top: 50%;
  transform: translate(0, -50px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.btn-circle-secondary.slider-arrow.right---center-center {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  transition: all .555s;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50px);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-circle-secondary.slider-arrow.left---top-left {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  transition: all .555s;
  top: -80px;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.btn-circle-secondary.slider-arrow.right---top-left {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
  transition: all .555s;
  top: -80px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.hidden-on-desktop {
  display: none;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
}

.card.testimonial-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: grid;
}

.slider-item-pd {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
}

.mg-botttom-32px {
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.avatar-circle.border-6px-white {
  text-align: center;
  border: 5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  font-size: 18px;
  line-height: 30;
  display: flex;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .15);
}

.avatar-image {
  text-align: center;
  overflow: clip;
}

.mg-bottom-32px {
  text-align: center;
  margin-bottom: 32px;
}

.mg-top-16px {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  line-height: 30px;
}

.stars {
  color: #f5cd82;
  text-align: left;
  font-size: 40px;
  line-height: 30px;
}

.stars.v2 {
  text-align: center;
}

.name {
  color: #292929;
  text-align: center;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.name.v2 {
  text-align: left;
}

.heading-5 {
  color: #000;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.heading-5.v1 {
  text-align: center;
}

.text-center {
  margin-bottom: 0;
}

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

.mg-bottom-40px {
  text-align: left;
  margin-bottom: 20px;
}

.mg-bottom-40px._574px {
  max-width: 574px;
}

.slide-1 {
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-v2-image-wrapper {
  text-align: center;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 600px;
}

.pd---content-inside-card {
  margin-bottom: 0;
}

.pd---content-inside-card.testimonial-v2 {
  padding: 40px 88px;
}

.mg-bottom-32px-copy {
  text-align: center;
  margin-bottom: 32px;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-6, .heading-7, .heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.div-block-2 {
  max-width: 2266px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 520px;
  padding-left: 0;
  transition: all .555s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.div-block-3:hover {
  filter: saturate(150%);
}

.category-banner {
  object-fit: cover;
  object-position: 50% 74%;
  min-width: 100%;
  max-height: 550px;
}

.category-banner:hover {
  object-fit: cover;
}

.category-banner.light {
  object-position: 50% 90%;
}

.category-banner.decor {
  object-position: 50% 16%;
}

.heading-9 {
  color: var(--white);
  flex-flow: column;
  font-weight: 600;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.btn-service {
  text-align: center;
  background-color: #040d0f;
  border: .1rem solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .555s cubic-bezier(.215, .61, .355, 1);
  position: static;
  top: auto;
  bottom: 26%;
  left: 6%;
  right: auto;
}

.btn-service:hover {
  filter: invert();
  color: #fff;
  background-color: #000;
  border: .1rem solid #000;
}

.btn-service:active {
  filter: invert(21%);
  background-color: #000;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #000;
  background-image: url('../images/right-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .444s;
  display: flex;
}

.button-5:hover {
  border-bottom: 1px solid #000;
}

.grid-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #a3a3a3;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  background-color: #333;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  padding: 24px;
  display: flex;
}

.image-5 {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.heading-10 {
  color: #fff;
  margin-bottom: .5rem;
}

.paragraph-5 {
  color: #a7a7a7;
  text-align: center;
  font-weight: 400;
}

.card-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.card-wrapper.home-hero {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.category-card-wrapper {
  background-image: url('../images/5b096ad8-13f2-4b48-baae-b85178f4f388.webp');
  background-position: 50%;
  background-size: 39rem;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 300px;
  margin-right: 0;
  text-decoration: none;
  transition: all .444s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card-wrapper:hover {
  background-size: 44rem;
}

.category-card-wrapper.w--current {
  background-repeat: no-repeat;
  background-size: 39rem;
  margin-bottom: 0;
  text-decoration: none;
}

.category-card-wrapper.w--current:hover {
  background-size: 44rem;
}

.category-card-wrapper._2 {
  background-image: url('../images/387688224_881123416691859_2593202376417304564_n_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper._2:hover {
  background-size: 44rem;
}

.category-card-wrapper._2.w--current {
  margin-bottom: 0;
}

.category-card-wrapper._3 {
  background-image: url('../images/604_1680215516_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper._3:hover {
  background-size: 44rem;
}

.category-card-wrapper._3.w--current {
  margin-bottom: 0;
  text-decoration: none;
}

.category-card-wrapper._3.hide {
  opacity: 0;
  cursor: default;
  margin-bottom: 38px;
  text-decoration: none;
}

.category-card-wrapper._3.hide.w--current {
  opacity: 0;
}

.category-card-wrapper.category-page.w--current {
  width: 100%;
  margin-bottom: 0;
}

.category-card-wrapper.category-page._2x2 {
  background-image: url('../images/karniz-4.webp');
  width: 100%;
}

.category-card-wrapper.category-page._2x2.hidden-cornices._1-st {
  background-image: url('../images/hidden11_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.hidden-cornices._1-st:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page._2x2.tension-walls._2-nd {
  background-image: url('../images/wal7_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.tension-walls._2-nd:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page._2x2.spots {
  background-image: url('../images/spots6_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.spots:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page._2x2.track {
  background-image: url('../images/trak12_1.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.track:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page._2x2.contour-lighting {
  background-image: url('../images/soaring12_1.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.contour-lighting:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page._2x2.light-lines {
  background-image: url('../images/line11_1.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page._2x2.light-lines:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.matt {
  background-image: url('../images/matflour-39_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 39rem;
  background-attachment: scroll;
  max-width: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.matt:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.gloss {
  background-image: url('../images/glossy11_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39rem;
  width: 100%;
  max-width: 39rem;
  text-decoration: none;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.gloss:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.satin {
  background-image: url('../images/satin9_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  width: 100%;
  max-width: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.satin:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.fabric {
  background-image: url('../images/spots11_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  max-width: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.fabric:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.floating {
  background-image: url('../images/soaring4_1.webp');
  background-repeat: no-repeat;
  background-size: 39rem;
  max-width: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.floating:hover {
  background-size: 44rem;
}

.category-card-wrapper.category-page.ceiling.colored {
  background-image: url('../images/glossy13.webp');
  background-repeat: no-repeat;
  background-size: 44rem;
  max-width: 39rem;
  transition: all .444s;
}

.category-card-wrapper.category-page.ceiling.colored:hover {
  background-size: 49rem;
}

.category-card-wrapper._4.portfolio {
  background-repeat: no-repeat;
  background-size: 39rem;
  transition: all .444s;
}

.category-card-wrapper._4.portfolio:hover {
  background-size: 44rem;
}

.category-card-wrapper._5.draining {
  background-image: url('../images/sliv1.jpg');
  background-position: 50%;
}

.category-card-wrapper._6.install {
  background-image: url('../images/linearLight-31_1.webp');
}

.color-overlay {
  background-color: rgba(0, 0, 0, .55);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  line-height: 47px;
}

.top-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(0, 0, 0, .45);
  width: 100%;
  height: 20%;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.bottom-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-80rem {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #d2d98b;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.section-home-category, .section-home-advantages {
  font-family: Montserrat, sans-serif;
}

.service-box {
  background-color: var(--smoke-white);
  color: #000;
  text-align: center;
  border-radius: 12px;
  height: 100%;
  padding-bottom: 7%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  z-index: 1;
  width: 150px;
  margin-bottom: -10px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.service-header {
  z-index: 1;
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.service-paragraph {
  z-index: 1;
  color: var(--black);
  text-align: left;
  font-size: 14px;
  position: relative;
}

.service-paragraph:hover {
  font-weight: 500;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: -10px;
  display: flex;
}

.hover_bg {
  background-image: url('../images/Mask-Group-min.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-category-about {
  font-family: Montserrat, sans-serif;
}

.image-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  height: 600px;
  position: relative;
}

.grid-image-1 {
  object-fit: cover;
  border-radius: 8px;
  height: 440px;
  position: relative;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, .45);
}

.grid-image-1.bebra {
  z-index: -1;
  box-shadow: none;
  opacity: .2;
  height: 210px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.grid-image-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 280px;
  margin-top: 38px;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.grid-image-3 {
  object-fit: cover;
  border-radius: 8px;
  min-width: 300px;
  height: 180px;
  position: absolute;
  top: 60%;
  bottom: auto;
  left: auto;
  right: 16%;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, .45);
}

.paragraph-6 {
  margin-bottom: 1.75rem;
}

.heading-12 {
  margin-bottom: .75rem;
  font-size: 3rem;
  font-weight: 500;
}

.button-6 {
  opacity: 1;
  background-color: #000;
  border-radius: 8px;
  padding: 14px 2rem;
}

.materialtabsmenu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: end;
  align-items: start;
  justify-items: end;
  width: 100%;
  min-width: 460px;
  max-width: 725px;
  margin-left: 12px;
  margin-right: 0;
  padding-bottom: 0;
  display: grid;
}

.materialtabsmenu.satin {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  min-width: 100px;
  max-width: 160px;
  margin-left: 12px;
  margin-right: 0;
}

.materialtabsmenu.teqtum {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: start;
  max-width: 537px;
}

.materialtabs {
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: 500px;
  max-height: 1200px;
  margin-top: 1rem;
  display: flex;
}

.materialtabs.satin {
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.blackmatt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/BLACKmatte_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 64px;
  max-width: 164px;
  height: 100%;
  min-height: 64px;
  max-height: 164px;
  padding: 16px;
  font-weight: 600;
  display: flex;
}

.blackmatt.w--current {
  filter: brightness(150%);
  background-image: url('../images/white-matte-floor_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 64px;
  height: 100%;
  min-height: 64px;
  margin-top: 0;
  padding: 16px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-2 {
  height: 140px;
}

.materialupscale {
  object-fit: cover;
  width: 100%;
  min-width: 430px;
  max-width: 530px;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  padding-right: 0;
  position: relative;
}

.materialtabcontent {
  min-width: 430px;
  margin-left: 0;
  margin-right: 12px;
}

.materialtabcontent.satin {
  margin-left: 0;
  margin-right: 12px;
}

.tab-pane-tab-1 {
  overflow: hidden;
}

.heading-13 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-2, .text-span-3 {
  font-weight: 500;
}

.image-category-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 530%;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  display: flex;
  overflow: hidden;
}

.category-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.category-wrapper._2x2 {
  grid-template-columns: 1fr 1fr;
}

.section-category-links, .section-category-colouring, .section-category-installation-steps {
  font-family: Montserrat, sans-serif;
}

.category-block-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-14 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 360px;
}

.image-7.svet {
  object-position: 50% 40%;
  height: 420px;
}

.img-category-container {
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 16px;
  overflow: hidden;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, .45);
}

.img-category-container._2nd {
  margin-left: 16px;
  margin-right: 0;
}

.about-pic-text {
  flex-flow: column;
  justify-content: center;
  margin-left: 16px;
  display: flex;
}

.about-pic-text._2nd {
  margin-left: 0;
  margin-right: 16px;
}

.paragraph-7 {
  font-weight: 400;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-8 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 420px;
}

.container-2 {
  max-width: 100%;
  max-height: 100%;
}

.text-span-4 {
  font-weight: 600;
}

.step-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  margin-bottom: 50px;
}

.banner-category-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 370px;
  display: flex;
  position: absolute;
}

.paragraph-9 {
  color: var(--white);
  background-color: rgba(0, 0, 0, .16);
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}

.paragraph-9.shoptext {
  opacity: .55;
  color: #fff;
  letter-spacing: 9px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2rem;
  font-weight: 500;
}

.tabs-menu-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.tab-link-tab-1-2 {
  border-radius: 8px;
}

.tab-link-tab-1-2.w--current {
  border: 1px solid #000;
}

.tab-link-tab-2-2 {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 14px 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  transition: all .555s;
}

.tab-link-tab-2-2:hover {
  background-color: var(--untitled-ui--gray200);
}

.tab-link-tab-2-2:active {
  background-color: var(--untitled-ui--primary100);
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #040d0f;
  font-family: Montserrat, sans-serif;
}

.tab-pane-tab-1-2 {
  height: auto;
  margin-top: 40px;
}

.portfolio-after-img {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-after-img.black {
  border-radius: 8px;
  width: auto;
  height: auto;
  max-height: 350px;
  margin-bottom: 20px;
}

.image-right-portfolio {
  z-index: 0;
  object-fit: cover;
  min-width: 438px;
  max-width: 630px;
  min-height: 349px;
  max-height: 349px;
  position: absolute;
}

.image-left-portfolio {
  z-index: 1;
  object-fit: cover;
  min-width: 438px;
  max-width: 630px;
  min-height: 349px;
  max-height: 349px;
  position: absolute;
}

.portfolio-work-card {
  width: 100%;
  max-width: 620px;
  transition: all .222s ease-in;
  display: block;
}

.portfolio-work-card:hover {
  transform: scale(.95);
}

.portfolio-grid-work-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.tittle-header {
  text-align: center;
  width: 50%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.puzzle-div {
  flex-flow: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centred-holder {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-bottom: 60px;
}

.cta-btn {
  background-color: #000;
  border-radius: 8px;
  padding: 13px 1.5rem 14px;
}

.heading-16 {
  text-align: center;
  margin-bottom: 1rem;
}

.paragraph-10 {
  text-align: center;
}

.box {
  outline-offset: 3px;
  background-image: url('../images/shadow-4_1.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 8px;
  outline: 1px solid #ddd;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  font-family: Montserrat, sans-serif;
  box-shadow: 1px 2px 14px rgba(0, 0, 0, .13);
}

.box._5 {
  background-image: url('../images/5b096ad8-13f2-4b48-baae-b85178f4f388.webp');
  width: 65%;
}

.box._4 {
  background-image: url('../images/375585210_248921668126654_569389587898144864_n_1.webp');
}

.box._3 {
  background-image: url('../images/trak6_1.webp');
}

.box._2 {
  background-image: url('../images/satin9_1.webp');
}

.f-team-detail-wrapper {
  flex-direction: column;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.f-team-card-outline {
  grid-column-gap: 32px;
  color: #160042;
  cursor: default;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: all .555s;
  display: flex;
}

.f-team-card-outline:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-team-title-wrapper-left {
  max-width: 854px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.f-team-avatar {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-heading-detail-small {
  color: #6b7094;
  text-align: center;
  text-indent: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-section-large {
  padding: 92px 5%;
  display: block;
  position: relative;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  display: inline-block;
}

.heading-17 {
  margin-bottom: 1rem;
  display: block;
}

.heading-18 {
  margin-bottom: 1rem;
  display: inline-block;
}

._1-st_prem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  max-width: 200px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

._1-st_prem.light, ._1-st_prem.ceiling {
  color: #fff;
}

.div-block-11 {
  opacity: .45;
  background-color: #fff;
  border-radius: 8px;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 30px;
  min-height: 20px;
  max-height: 30px;
}

.prem-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 40px;
}

.contact-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.contact-card {
  box-shadow: none;
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 8% 5%;
  transition: all .555s;
  display: flex;
}

.contact-card:hover {
  color: #0cb2ff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.contact-img-container {
  background-color: var(--smoke-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.contact-card-header {
  color: #000;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
}

.contact-card-info {
  font-size: 1.2rem;
  font-weight: 500;
}

.image-10 {
  filter: invert();
  object-fit: cover;
  min-width: 48px;
  max-width: 100%;
}

.text-span-5 {
  font-size: 1.2rem;
}

.paragraph-11 {
  margin-bottom: 1.5rem;
}

.tab-link-tab-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/white-matte-floor_1.webp');
  background-repeat: repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 152px;
  padding: 16px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-12.w--current {
  filter: brightness(150%);
  background-image: url('../images/white-matte-floor_1.webp');
  background-position: 0 0;
  background-repeat: repeat;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 64px;
  max-width: 164px;
  height: 100%;
  min-height: 64px;
  max-height: 164px;
  margin-top: 0;
  padding: 16px;
  font-weight: 700;
  display: flex;
}

.text-span-6, .text-span-7 {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-left: 9px;
  padding-right: 9px;
}

.text-span-8 {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-left: 11px;
  padding-right: 11px;
}

.desc-category-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: rgba(0, 0, 0, .2);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 7px 12px 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.desc-category-text.shoptext {
  color: #b1b1b1;
  letter-spacing: 9px;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-19 {
  max-width: 80rem;
  margin: 0 auto .25rem;
  font-size: 3rem;
}

.grid-image-1-copy {
  object-fit: cover;
  border-radius: 8px;
  height: 440px;
  position: relative;
  box-shadow: -2px 2px 12px rgba(0, 0, 0, .45);
}

.grid-image-1-copy.bebra {
  z-index: -1;
  box-shadow: none;
  opacity: .2;
  height: 210px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.tab-pane-tab-12 {
  width: 100%;
  min-width: 400px;
}

.about-page-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 13px 1.5rem 14px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.about-page-button:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.about-page-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.about-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.about-button-row.button-row-center {
  justify-content: center;
}

.about-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.about-layout_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.about-layout_item {
  background-color: var(--untitled-ui--gray50);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  transition: all .555s;
  display: flex;
}

.about-layout_item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
}

.about-layout_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.about-sec-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.about-sec-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  font-family: Montserrat, sans-serif;
}

.faq-max-width-large {
  width: 100%;
  max-width: 60rem;
}

.uui-text-align-center {
  text-align: center;
}

.about-layout_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.about-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-16 {
  color: var(--untitled-ui--gray300);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray700);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--black);
  background-color: var(--untitled-ui--gray900);
  color: var(--white);
}

.uui-button:focus {
  background-color: var(--untitled-ui--gray600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.faq_cta-button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.faq-text-size-large {
  opacity: .8;
  color: #000;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.faq-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.faq-heading-xxsmall {
  color: var(--conversion-flow-library--coral);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq03_cta-content {
  flex: 1;
}

.faq03_cta {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  background-color: var(--untitled-ui--gray200);
  background-image: url('../images/Mask-Group-min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq03_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}

.uui-faq03_content {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-faq03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq03_component {
  margin-top: 4rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--gray300);
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-img-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.certificate-container {
  border-radius: 8px;
  width: 100%;
  max-width: 120px;
  min-height: 200px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.padding-vertical-categorypage {
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.padding-vertical-categorypage.padding-xxhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-categorypage.padding-xhuge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.faq-text-size-large-faq {
  opacity: .8;
  color: var(--white);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.button-navigation-cta {
  text-align: center;
  background-color: #040d0f;
  border: .1rem solid #1b1b1b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
  margin-bottom: .15rem;
  padding: .575rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .555s cubic-bezier(.215, .61, .355, 1);
}

.button-navigation-cta:hover {
  box-shadow: none;
  filter: invert();
  color: #fff;
  border: 1px solid #fff;
}

.button-navigation-cta:active {
  filter: invert(85%);
  background-color: #1d1d1d;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner12_close-button {
  color: var(--untitled-ui--primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: .75rem;
  bottom: auto;
  left: auto;
  right: .75rem;
}

.uui-banner12_close-button:hover {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary600);
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-style-link.uui-text-color-primary600, .uui-text-color-primary600 {
  color: var(--untitled-ui--primary600);
}

.uui-banner12_supporting-text {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner12_text {
  color: var(--untitled-ui--primary700);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner12_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner12_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner12_wrapper {
  border: 1px solid var(--untitled-ui--primary300);
  background-color: var(--untitled-ui--primary25);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-group-row {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-answer-p {
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.faq-menu-item {
  color: rgba(32, 32, 36, .4);
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.accent-color {
  color: #454dec;
}

.faq-section {
  background-image: linear-gradient(#faf9fa, #fff);
  padding: 6rem 2rem;
  position: relative;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.intro-container {
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.faq-menu-title-label {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
}

.intro-section {
  background-color: #faf9fa;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.faq-question-label {
  color: #3c3d49;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-menu-item-label {
  background-color: rgba(0, 0, 0, 0);
  max-width: 64ch;
  text-decoration: none;
}

.intro-title {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  line-height: 1.5em;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-11 {
  object-fit: contain;
  height: 100%;
}

._2-nd_prem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  max-width: 200px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

._2-nd_prem.ceiling {
  color: var(--white);
}

._2-nd_prem.light, ._2-nd_prem.decor {
  color: #fff;
}

.subcategory-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 15%;
  right: auto;
}

.subcategory-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.subcategory-parallax-image-4 {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 40%;
  max-width: 520px;
  height: 700px;
  position: relative;
}

.subcategory-parallax-image-3 {
  z-index: 2;
  object-fit: cover;
  border-radius: 8px;
  width: 25%;
  max-width: 330px;
  height: 460px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 51%;
  right: auto;
}

.subcategory-parallax-image-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 24%;
  max-width: 280px;
  height: 340px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.subcategory-parallax-image-1 {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 50%;
  max-width: 400px;
  height: 550px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -10%;
  right: auto;
}

.subcategory-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.subcategory-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.subcategory-hero-section---heading-wrapper {
  z-index: 2;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.subcategory-hero-section {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.subcategory-create-images {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 560px;
  position: relative;
}

.subcategory-create-images._3 {
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.subcategory-create-images._3.wall {
  object-position: 0% 50%;
}

.subcategory-create-images._2 {
  z-index: auto;
  margin-top: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.subcategory-about-images-contain {
  justify-content: center;
  align-items: flex-start;
  height: 730px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.subcategory-create-heading {
  color: #000;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.subcategory-grey-create-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.subcategory-flex-section {
  background-color: #fafafa;
  overflow: hidden;
}

.subcategory-benefits-pointer-line {
  background-color: rgba(177, 108, 234, .1);
  height: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subcategory-benefits-pointer-line._3 {
  background-color: rgba(209, 211, 213, .2);
}

.subcategory-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.subcategory-text-block-2._16-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.subcategory-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.subcategory-benefits-pointer-number {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.subcategory-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.subcategory-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.subcategory-benefits-pointers-right {
  margin-top: 120px;
}

.subcategory-photo-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 560px;
}

.subcategory-photo-thumbnail.soaring {
  object-position: 40% 50%;
}

.subcategory-photo-thumbnail.wall {
  object-fit: cover;
  object-position: 0% 50%;
}

.subcategory-benefits-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 400px;
  height: 100%;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
  left: 0%;
}

.subcategory-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.subcategory-wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
}

.subcategory-mission-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 360px;
}

.subcategory-mission-image._1 {
  object-fit: cover;
  border-radius: 8px;
}

.subcategory-mission-image.satin {
  object-position: 50% 0%;
}

.subcategory-mission-image.soaring {
  object-fit: fill;
  object-position: 50% 50%;
}

.subcategory-image-animation-div {
  width: auto;
}

.subcategory-mission-special-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  height: 360px;
  position: absolute;
  top: auto;
  bottom: 400px;
  left: -180px;
  right: auto;
}

.subcategory-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.subcategory-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.subcategory-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.subcategory-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.subcategory-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.subcategory-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.subcategory-h3-heading-40px.white {
  color: #fff;
}

.subcategory-heading-animation-div {
  width: auto;
}

.subcategory-yellow-king-text-span {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.subcategory-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.subcategory-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.subcategory-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.subcategory-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.subcategory-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.subcategory-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.subcategory-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cta-subcategory_btn {
  text-align: center;
  background-color: #040d0f;
  border: .1rem solid #1b1b1b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: .15rem;
  margin-bottom: .15rem;
  padding: .75rem 1.35rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .555s cubic-bezier(.215, .61, .355, 1);
}

.cta-subcategory_btn:hover {
  box-shadow: none;
  filter: invert();
  color: #fff;
  border: 1px solid #fff;
}

.cta-subcategory_btn:active {
  filter: invert(85%);
  background-color: #1d1d1d;
}

.cta-subcategory_btn.calc {
  filter: invert();
}

.cta-subcategory_btn.calc:hover {
  filter: none;
}

.div-block-12 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.link {
  box-shadow: none;
  color: var(--untitled-ui--gray300);
  background-image: url('../images/arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 22px;
  transition: all .444s;
}

.link:hover {
  box-shadow: 0 1.5px 0 0 var(--untitled-ui--gray300);
  color: var(--untitled-ui--warning300);
  padding-right: 26px;
}

.link:active {
  color: var(--conversion-flow-library--sandy-brown);
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--conversion-flow-library--coral);
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.banner-img.about-us {
  object-fit: cover;
  object-position: 50% 59%;
  width: 100%;
  height: 500px;
}

.banner-img.portfolio {
  object-position: 50% 60%;
  height: 500px;
}

.banner-img.contact {
  object-position: 50% 50%;
}

.sub-p {
  color: #ccc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.section-rich-text {
  background-color: var(--untitled-ui--gray200);
  font-family: Montserrat, sans-serif;
}

.rich-header {
  margin-bottom: .25rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-13 {
  font-size: 2rem;
  font-weight: 600;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27 {
  font-size: 1.1rem;
}

.bold-text-28, .bold-text-29 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-30 {
  font-size: 3rem;
  font-weight: 600;
}

.bold-text-31 {
  font-size: 2rem;
  font-weight: 500;
}

.heading-20 {
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-13 {
  padding-top: 10px;
}

.bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42 {
  font-size: 1.1rem;
}

.bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-14 {
  padding-top: 10px;
}

.bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56 {
  font-size: 1.1rem;
}

.paragraph-15 {
  padding-top: 10px;
}

.bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-61 {
  font-size: 3rem;
  font-weight: 600;
}

.bold-text-62, .bold-text-63, .bold-text-64 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-65 {
  font-size: 3rem;
  font-weight: 600;
}

.bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72 {
  font-size: 1.1rem;
}

.paragraph-16 {
  padding-top: 10px;
}

.bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82 {
  font-size: 1.1rem;
}

.paragraph-17 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.bold-text-83 {
  font-weight: 500;
}

.bold-text-84, .bold-text-85, .bold-text-86 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-18 {
  padding-top: 10px;
}

.bold-text-87, .bold-text-88, .bold-text-89, .bold-text-90, .bold-text-91, .bold-text-92, .bold-text-93 {
  font-size: 1.1rem;
}

.bold-text-94, .bold-text-95, .bold-text-96 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-19 {
  padding-top: 10px;
}

.bold-text-97 {
  font-weight: 600;
}

.bold-text-98, .bold-text-99, .bold-text-100, .bold-text-101, .bold-text-102, .bold-text-103, .bold-text-104, .bold-text-105 {
  font-size: 1.1rem;
}

.bold-text-106, .bold-text-107, .bold-text-108 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-109 {
  font-weight: 600;
}

.bold-text-110, .bold-text-111, .bold-text-112, .bold-text-113 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-114, .bold-text-115, .bold-text-116, .bold-text-117, .bold-text-118, .bold-text-119, .bold-text-120, .bold-text-121, .bold-text-122 {
  font-size: 1.1rem;
}

.bold-text-123 {
  font-weight: 600;
}

.heading-22 {
  line-height: .9;
}

.paragraph-20, .paragraph-21 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-23, .heading-24 {
  line-height: .9;
}

.paragraph-22 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.paragraph-23 {
  padding-top: 10px;
}

.bold-text-124, .bold-text-125 {
  font-size: 2rem;
  font-weight: 500;
}

.heading-25 {
  font-size: 2rem;
  line-height: .9;
}

.bold-text-126 {
  font-weight: 500;
}

.heading-26, .heading-27 {
  line-height: .9;
}

.bold-text-127 {
  font-size: 2rem;
  font-weight: 500;
}

.heading-28 {
  line-height: .9;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.bold-text-128 {
  font-weight: 600;
}

.heading-29 {
  line-height: 1.1;
}

.paragraph-28, .paragraph-29 {
  padding-top: 10px;
}

.paragraph-30, .paragraph-31, .paragraph-32 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-30, .heading-31, .heading-32 {
  line-height: .9;
}

.paragraph-33 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-33, .heading-34, .heading-35, .heading-36, .heading-37 {
  line-height: .9;
}

.paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-38, .heading-39, .heading-40, .heading-41 {
  line-height: .9;
}

.paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-42 {
  line-height: .9;
}

.paragraph-42, .paragraph-43, .paragraph-44 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-43, .heading-44 {
  line-height: .9;
}

.paragraph-45, .paragraph-46 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-45, .heading-46 {
  line-height: .9;
}

.heading-47 {
  font-size: 2rem;
  line-height: .9;
}

.bold-text-129 {
  font-weight: 600;
}

.heading-48 {
  line-height: .9;
}

.paragraph-47, .paragraph-48 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-49, .heading-50 {
  line-height: .9;
}

.paragraph-49 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-51 {
  line-height: .9;
}

.paragraph-50, .paragraph-51 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-52, .heading-53 {
  line-height: .9;
}

.paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.bold-text-130, .bold-text-131 {
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-132 {
  font-size: 2rem;
  font-weight: 500;
  line-height: .9;
}

.heading-54, .heading-55 {
  line-height: .9;
}

.paragraph-56 {
  padding-top: 10px;
}

.bold-text-133 {
  font-weight: 600;
}

.bold-text-134, .bold-text-135, .bold-text-136, .bold-text-137, .bold-text-138, .bold-text-139, .bold-text-140 {
  font-size: 1.1rem;
}

.bold-text-141 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-57 {
  padding-top: 10px;
}

.bold-text-142, .bold-text-143 {
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-58, .paragraph-59, .paragraph-60 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.heading-56, .heading-57, .heading-58 {
  line-height: .9;
}

.paragraph-61, .paragraph-62, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71 {
  padding-top: 10px;
}

.bold-text-144, .bold-text-145, .bold-text-146 {
  font-size: 2rem;
  font-weight: 500;
}

.heading-59, .heading-60, .heading-61 {
  line-height: .9;
}

.paragraph-72 {
  padding-top: 10px;
}

.bold-text-147 {
  font-weight: 600;
}

.heading-62 {
  line-height: 1.1;
}

.paragraph-73, .paragraph-74, .paragraph-75 {
  padding-top: 10px;
  padding-bottom: 6px;
}

.bold-text-148, .bold-text-149, .bold-text-150, .bold-text-151, .bold-text-152, .bold-text-153, .bold-text-154 {
  font-size: 1.1rem;
}

.paragraph-76 {
  padding-top: 10px;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-trigger {
  display: none;
}

.trans-left-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.trans-right-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.material-tabs-flex {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.materialstabmenubtns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  margin-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-2-3 {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--black);
  color: var(--smoke-white);
}

.tab-link-tab-3 {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-tab-3.w--current {
  background-color: var(--black);
  color: var(--smoke-white);
}

.tablinkmatt {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tablinkmatt.w--current {
  color: var(--smoke-white);
  background-color: #000;
}

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

._1-5head {
  line-height: .9;
}

.portfolio-img-container {
  border-radius: 4px;
  overflow: hidden;
}

.lightbox-portfolio {
  width: 100%;
  height: 100%;
  max-height: 240px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 360px;
}

.portfolio_img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
}

.tab-pane-matt {
  margin-top: 40px;
}

.portfolio-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.padding-vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.padding-vertical-grid.padding-xxhuge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-vertical-grid.padding-xhuge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.portfolio-work-card-before-after {
  width: 100%;
  max-width: 620px;
  display: block;
}

.tab-link-beigemakadania {
  background-image: url('../images/BeigeMacadamiaMatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-coldwhite {
  background-image: url('../images/CoolWHITEmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepgray {
  background-image: url('../images/DEEP_GRAYmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-white {
  background-image: url('../images/WHITEmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-yellowbeige {
  background-image: url('../images/YelllowBeigeMatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepwhite {
  background-image: url('../images/DarkWHITEmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-brown {
  background-image: url('../images/BROWNmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-whiteatlas {
  background-image: url('../images/FleshWHITEmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-beigesandal {
  background-image: url('../images/BeigeSandalwoodMatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-mediumgray {
  background-image: url('../images/LightGRAYmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepblack {
  background-image: url('../images/BLACKmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepblack.w--current {
  max-height: 162px;
}

.tab-link-whitecarrot {
  background-image: url('../images/CarrotWHITEmatte_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-glossy {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-glossy.w--current {
  background-color: var(--black);
  color: var(--smoke-white);
}

.tab-link-satin {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-satin.w--current {
  background-color: var(--black);
  color: var(--smoke-white);
}

.tab-link-teqtum-special-film {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-teqtum-special-film.w--current {
  background-color: var(--black);
  color: var(--smoke-white);
}

.tab-link-deepblack-glossy {
  background-image: url('../images/BlackGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepblack-glossy.w--current {
  max-height: 162px;
}

.tab-link-mediumgray-glossy {
  background-image: url('../images/MediumGrayGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-beigesandal-glossy {
  background-image: url('../images/BeigeSandalGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-whiteatlas-glossy {
  background-image: url('../images/WhiteAtlasGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-brown-glossy {
  background-image: url('../images/BrownGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepwhite-glossy {
  background-image: url('../images/LightGrayGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-yellowbeige-glossy {
  background-image: url('../images/YellowBeigeGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-white-glossy {
  background-image: url('../images/MegaWhiteGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-deepgray-glossy {
  background-image: url('../images/GrayGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-coldwhite-glossy {
  background-image: url('../images/whiteGlossyM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-beigemakadania-glossy {
  background-image: url('../images/BeigeMakadanGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-whitecarrot-glossy {
  background-image: url('../images/WhiteCarrotGlossy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
  display: block;
}

.tab-link-teqtumtranslucent {
  background-image: url('../images/TEQTUMtranslucent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumtranslucent.w--current {
  max-height: 162px;
}

.tab-link-teqtumtransparent {
  background-image: url('../images/TEQTUMtransparent.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumsilver {
  background-image: url('../images/TEQTUMsilver.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumsilver.w--current {
  background-size: cover;
}

.tab-link-teqtumred {
  background-image: url('../images/TEQTUMred.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumgold {
  background-image: url('../images/TEQTUMgold.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumblue {
  background-image: url('../images/TEQTUMblue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumblack {
  background-image: url('../images/TEQTUMblack.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-teqtumblack.w--current {
  background-image: url('../images/TEQTUMblack.svg');
}

.tab-link-teqtumacoustic {
  background-image: url('../images/TEQTUMacoustic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-white-satin {
  background-image: url('../images/WhiteSatin_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
}

.tab-link-coldwhite-satin {
  background-image: url('../images/ColdWhiteSatin_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 64px;
  max-width: 162px;
  height: 100%;
  min-height: 64px;
  max-height: 162px;
  padding: 16px;
  display: block;
}

.tab-link-2 {
  background-color: var(--untitled-ui--gray200);
  border-radius: 4px;
}

.tab-link-2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area" minmax(64px, auto)
                 "Area"
                 "Area"
                 "Area"
                 "Area"
                 "Area"
                 / 1.75fr 1fr 1fr;
  grid-auto-rows: minmax(64px, auto);
  grid-auto-columns: 1fr;
  height: 530px;
  min-height: 453px;
  max-height: 530px;
  margin-top: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-13 {
  background-color: var(--white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 453px;
  max-height: 530px;
}

.color1 {
  color: var(--black);
  text-align: center;
  background-color: #f4f1e9;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color2 {
  color: var(--black);
  text-align: center;
  background-color: #f9f9f6;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color3 {
  text-align: center;
  background-color: #f1ebd7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  display: flex;
}

.color4 {
  color: var(--black);
  text-align: center;
  background-color: #dfdfde;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color5 {
  text-align: center;
  background-color: #eadecb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color6 {
  color: var(--black);
  text-align: center;
  background-color: #979797;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color7 {
  text-align: center;
  background-color: #f8e5c1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color8 {
  color: var(--black);
  text-align: center;
  background-color: #727270;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color9 {
  text-align: center;
  background-color: #f3dbb6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color10 {
  color: var(--white);
  text-align: center;
  background-color: #553c21;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color11 {
  text-align: center;
  background-color: #e7ce9b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.color12 {
  color: var(--white);
  text-align: center;
  background-color: #2e2e2e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 64px;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .35s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.image-wrapper-2:hover {
  transform: scale(1.1);
}

.image-wrapper-2:active {
  transform: none;
}

.image_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image_3:hover {
  filter: hue-rotate(180deg);
  transform: scale(1);
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, .2);
}

.image_3:active {
  transform: none;
}

.text-2 {
  color: var(--white);
  text-transform: undefined;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.calc-fix-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--untitled-ui--gray500);
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 10px 13px;
  text-decoration: none;
  transition: all .444s;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.calc-fix-btn:hover {
  background-color: var(--untitled-ui--gray700);
}

.calc-fix-btn:active {
  background-color: var(--untitled-ui--gray800);
}

.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.modal_wrapper_lesson_1 {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_wrapper_lesson_1.ru {
  display: none;
}

.calc_stack {
  border: 20px #000;
  position: relative;
  top: auto;
}

.close_btn {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close_btn_text {
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.container-calc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #fff;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 600px;
  max-width: 80rem;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.video {
  width: 100%;
}

.modal_wrapper_calc {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_wrapper_calc.ru {
  display: none;
}

.div-block-14 {
  background-color: rgba(0, 0, 0, .28);
}

.section-square {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-chandeliers {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-spot_chandeliers {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-light_lines {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-track_lighting {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-perimeter_lighting {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-light_tunnel, .section-canvas_color, .section-ceiling_type, .section-ceiling-texture {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #fff;
  width: 100%;
  height: 100%;
}

.section-form {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  font-family: Montserrat, sans-serif;
  line-height: 1.1;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-2, .text-field-3, .submit-button {
  font-family: Montserrat, sans-serif;
}

.button-8 {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  margin-top: 32px;
  padding: 0;
}

.question-icon {
  color: #ffd3c0;
  margin-left: 0;
  transition: all .333s;
}

.question-icon:hover {
  color: var(--conversion-flow-library--coral);
}

.switch-checkbox {
  cursor: pointer;
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-style: none;
  width: 60px;
  height: 80px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.switch-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Switch-button.svg'), url('../images/Switch-Track.svg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.switch-checkbox.bottom-margin-16 {
  filter: brightness(0%);
}

.switch-checkbox.bottom-margin-16.w--redirected-focus {
  box-shadow: none;
}

.success-message {
  border: 2px solid var(--untitled-ui--gray300);
  color: var(--smoke-white);
  background-color: rgba(221, 221, 221, 0);
  background-image: url('../images/Euro-Lagi-Black.svg'), url('../images/checkbox-5.svg');
  background-position: 6% 10%, 50% 33%;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 32px;
  border-radius: 12px;
  width: 100%;
  height: 300px;
}

.counter-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-field {
  background-color: #f8fff4;
  border: 1px #000;
  font-size: 48px;
  line-height: 1.5em;
}

.total-field.margin-top-16 {
  cursor: default;
  margin-top: 16px;
}

.total-field.margin-top-16.margin-mobile-0 {
  color: var(--black);
  height: 50px;
  margin-top: 32px;
  margin-bottom: 20px;
  padding-left: 6px;
  padding-right: 0;
  font-size: 37px;
}

.field-label-4 {
  order: -1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.field-label-4.white {
  color: #fff;
}

.field-label-4.white.email {
  color: #000;
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: block;
}

.field-label-4.switch-label {
  color: rgba(0, 0, 0, .35);
  order: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-4.bottom-margin-16 {
  font-size: 20px;
}

.field-label-4.bottom-margin-form {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-bottom: 220px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 320px;
  bottom: auto;
}

.submit-button-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex {
  display: flex;
}

.phone-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.phone-field.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.phone-field.margin-top-16::placeholder {
  color: #fff;
}

.field-label-wrapper {
  font-family: Montserrat, sans-serif;
  display: flex;
}

.dollar {
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.hero {
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.hero.padding {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-field-4 {
  color: var(--black);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  max-width: 10rem;
  font-size: 32px;
  line-height: 1.5rem;
  display: block;
}

.text-field-4.square {
  color: var(--black);
  text-align: center;
  background-color: #eaecf0;
  border: 1px #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 1.2em;
}

.round-checkbox {
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  background-image: url('../images/checkmark-o.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  background-attachment: scroll;
  border-style: none;
  border-radius: 150px;
  width: 80px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  transition: all .4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.round-checkbox:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.round-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/checkmark-o.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  border-style: none;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.round-checkbox.w--redirected-focus {
  box-shadow: none;
}

.round-checkbox.black {
  background-color: #1b1b1b;
  border-radius: 150px;
}

.round-checkbox.black.w--redirected-checked {
  background-image: url('../images/checkmark-o.svg');
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  overflow: visible;
}

.round-checkbox.blue {
  background-color: #5191d4;
}

.round-checkbox.rgb {
  background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  background-attachment: fixed, scroll;
}

.round-checkbox.rgb.w--redirected-checked {
  background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
  background-attachment: scroll, scroll;
}

.round-checkbox.yellow {
  background-color: #d4c151;
}

.round-checkbox.red {
  background-color: #d45151;
}

.round-checkbox.red:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.round-checkbox.red.w--redirected-checked {
  background-attachment: scroll;
}

.round-checkbox.texture {
  background-image: url('../images/checkbox-5.svg');
  border-radius: 6px;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.round-checkbox.texture:hover {
  background-image: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.round-checkbox.texture:active {
  background-color: var(--untitled-ui--gray200);
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox.texture.w--redirected-checked {
  background-color: var(--conversion-flow-library--coral);
  background-image: url('../images/fluent_checkmark-12-filled.svg');
  background-size: cover;
}

.round-checkbox.texture.w--redirected-focus, .round-checkbox.texture.w--redirected-focus-visible, .round-checkbox.texture:lang(en) {
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox.type {
  background-attachment: scroll;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.round-checkbox.type:active {
  background-color: var(--untitled-ui--gray200);
}

.round-checkbox.type.w--redirected-checked {
  background-size: 100%;
  background-attachment: scroll;
}

.form-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
}

.answer-image {
  object-fit: cover;
  border-radius: 4px;
  width: 146px;
}

.heading-67 {
  font-size: 32px;
}

.heading-67.l {
  font-size: 64px;
  line-height: 1.1em;
}

.heading-67.l.margin-bottom {
  color: var(--untitled-ui--gray800);
  margin-top: .5rem;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.calc-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--untitled-ui--gray300);
  border-radius: 12px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .2);
}

.counter-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
}

.answer-content {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checkbox-field {
  text-align: center;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.checkbox-field.bottom-margin-16 {
  order: 1;
}

.question-answer {
  grid-column-gap: 16px;
  opacity: 0;
  color: #fff;
  background-color: #1c19c8;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 7px;
  display: flex;
  position: absolute;
}

.question-answer.lightlines, .question-answer.perimetr, .question-answer.pet, .question-answer.chandelier, .question-answer.track, .question-answer.glossy, .question-answer.photoprint, .question-answer.tunnel, .question-answer.sports, .question-answer.satin, .question-answer.matt, .question-answer.soaring, .question-answer.shadow, .question-answer.default, .question-answer.hiddencornice {
  background-color: var(--smoke-white);
}

.p---m {
  color: var(--untitled-ui--gray900);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.success-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 111px 111px 104px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
}

@media (max-width: 768px) {
  .success-wrap {
    padding: 10px;
  }
}

.question-icon-wrap {
  color: #a7a7d3;
}

.question-icon-wrap:hover {
  color: #1c19c8;
}

.question-icon-wrap.spots {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.products {
  margin-right: 0;
  padding-left: 8px;
}

.question-icon-wrap.button {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.question-icon-wrap.cornice {
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.lightlines {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.photoprint {
  justify-content: center;
  width: 5rem;
  display: flex;
}

.question-icon-wrap.type {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.question-icon-wrap.chalinders, .question-icon-wrap.tracks, .question-icon-wrap.perimetr, .question-icon-wrap.tunnellight {
  margin-right: -20px;
  padding-left: 8px;
}

.question-icon-wrap.texture {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.question-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 10rem;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

.p---l {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.flex-between-row {
  justify-content: space-between;
  display: flex;
}

.email-input-wrap {
  color: #000;
  position: relative;
}

.form-block {
  border: 1px solid var(--untitled-ui--primary50);
  color: var(--black);
  padding: 1.4rem;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.form-block.center {
  border-style: solid;
  border-color: var(--untitled-ui--primary50);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block.blue {
  border-color: var(--untitled-ui--gray800);
  background-color: var(--untitled-ui--gray800);
}

.form-block.total {
  padding-right: 1.2rem;
}

.form-block.head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-style: solid;
  border-color: var(--untitled-ui--primary50);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.image-13 {
  width: 180px;
}

.heading-68, .heading-69 {
  margin-bottom: .75rem;
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-77, .paragraph-78 {
  margin-bottom: .5rem;
}

.text-span-9 {
  color: var(--conversion-flow-library--coral);
  text-decoration: none;
}

.code-embed {
  font-size: 1rem;
}

.name-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.name-field.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.name-field.margin-top-16::placeholder {
  color: #fff;
}

.p---l2 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

.text-block-23 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.text-block-24 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.error-message {
  background-color: var(--conversion-flow-library--light-coral);
  color: var(--white);
  border-radius: 4px;
}

.header {
  text-align: center;
  flex-direction: column;
  order: -1;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.header.bottom-margin-16 {
  order: 1;
}

.heading-70 {
  color: var(--conversion-flow-library--coral);
  text-align: center;
}

.div-block-16 {
  text-align: center;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-right: 1px;
  font-weight: 800;
  display: flex;
}

.container-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inputpl {
  flex-flow: row-reverse;
  justify-content: center;
  display: flex;
}

.calclinkbtn {
  z-index: 40;
  text-decoration: none;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 48px;
}

.m2 {
  order: -1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.m2.white {
  color: #fff;
}

.m2.white.email {
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: none;
}

.m2.switch-label {
  color: rgba(0, 0, 0, .35);
  order: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.m2.bottom-margin-16 {
  font-size: 20px;
}

.m2.bottom-margin-form {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

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

.italic-text {
  color: #919191;
  text-decoration: underline;
  transition: all .333s;
}

.italic-text:hover {
  color: var(--conversion-flow-library--coral);
}

.policysection {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.policycontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-79, .paragraph-80, .paragraph-81 {
  margin-bottom: .5rem;
}

.heading-71 {
  margin-bottom: .25rem;
}

.heading-72 {
  margin-bottom: .125rem;
}

.paragraph-82 {
  margin-top: 10px;
}

.paragraph-83 {
  margin-bottom: .5rem;
}

.heading-73 {
  margin-bottom: .25rem;
}

.paragraph-84 {
  margin-bottom: .5rem;
}

.heading-74 {
  margin-bottom: .25rem;
}

.paragraph-85 {
  margin-bottom: .5rem;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
}

.heading-75 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-76, .heading-77 {
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-78 {
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.heading-79, .heading-80, .heading-81 {
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.paragraph-86, .paragraph-87 {
  margin-bottom: .5rem;
}

.image-14, .image-15 {
  border-radius: 8px;
}

.modal_wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .35);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_window {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--untitled-ui--gray900);
  opacity: .95;
  border: 1px solid rgba(255, 168, 75, .5);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  padding: 48px 60px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-82 {
  font-family: Montserrat, sans-serif;
}

.text-block-25 {
  color: var(--white);
  margin-right: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.callback_form {
  width: 400px;
  margin-bottom: 0;
  padding-top: 40px;
}

.name-field-backcall {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.name-field-backcall.margin-top-16 {
  color: #fff;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.name-field-backcall.margin-top-16::placeholder {
  color: #fff;
}

.backcall_name-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.backcall_name-field.margin-top-16 {
  border-bottom-color: #fff;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.backcall_name-field.margin-top-16::placeholder {
  color: #fff;
}

.backcall_phone-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.backcall_phone-field.margin-top-16 {
  border-bottom-color: #fff;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.backcall_phone-field.margin-top-16::placeholder {
  color: #fff;
}

.backcall_input-wrap {
  position: relative;
}

.form-block-3 {
  margin-bottom: 0;
}

.callback_checkbox-field {
  text-align: center;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.callback_checkbox-field.bottom-margin-16 {
  order: 1;
}

.field-label-callback {
  order: -1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.field-label-callback.white {
  color: #fff;
}

.field-label-callback.white.email {
  cursor: text;
  font-size: 18px;
  transition: all .2s ease-out;
  display: none;
}

.field-label-callback.switch-label {
  color: rgba(0, 0, 0, .35);
  order: 1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-callback.bottom-margin-16 {
  font-size: 20px;
}

.field-label-callback.bottom-margin-form {
  color: #9e9e9e;
  text-align: left;
  order: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.link-3 {
  color: var(--conversion-flow-library--coral);
  text-decoration: none;
}

.round-checkbox-call {
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  background-image: url('../images/checkmark-o.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  background-attachment: scroll;
  border-style: none;
  border-radius: 150px;
  width: 80px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  transition: all .4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.round-checkbox-call:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.round-checkbox-call.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/checkmark-o.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  border-style: none;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.round-checkbox-call.w--redirected-focus {
  box-shadow: none;
}

.round-checkbox-call.black {
  background-color: #1b1b1b;
  border-radius: 150px;
}

.round-checkbox-call.black.w--redirected-checked {
  background-image: url('../images/checkmark-o.svg');
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  overflow: visible;
}

.round-checkbox-call.blue {
  background-color: #5191d4;
}

.round-checkbox-call.rgb {
  background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  background-attachment: fixed, scroll;
}

.round-checkbox-call.rgb.w--redirected-checked {
  background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
  background-attachment: scroll, scroll;
}

.round-checkbox-call.yellow {
  background-color: #d4c151;
}

.round-checkbox-call.red {
  background-color: #d45151;
}

.round-checkbox-call.red:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.round-checkbox-call.red.w--redirected-checked {
  background-attachment: scroll;
}

.round-checkbox-call.texture {
  background-image: url('../images/checkbox-5.svg');
  border-radius: 6px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.round-checkbox-call.texture:hover {
  background-image: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.round-checkbox-call.texture:active {
  background-color: var(--untitled-ui--gray200);
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox-call.texture.w--redirected-checked {
  background-color: var(--conversion-flow-library--coral);
  background-image: url('../images/fluent_checkmark-12-filled.svg');
  background-size: cover;
}

.round-checkbox-call.texture.w--redirected-focus, .round-checkbox-call.texture.w--redirected-focus-visible, .round-checkbox-call.texture:lang(en) {
  background-image: url('../images/fluent_checkmark-12-filled.svg');
}

.round-checkbox-call.type {
  background-attachment: scroll;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.round-checkbox-call.type:active {
  background-color: var(--untitled-ui--gray200);
}

.round-checkbox-call.type.w--redirected-checked {
  background-size: 100%;
  background-attachment: scroll;
}

.submit-callback-button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  transition: all .25s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit-callback-button:hover {
  padding-right: 42px;
}

.submit-callback-button:active {
  padding-right: 38px;
}

.modalclosebtn {
  filter: invert();
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/closeBTN.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  transition: all .333s;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.modalclosebtn:hover {
  transform: scale(1.2);
}

.modalclosebtn.v2 {
  filter: none;
}

.manbaner {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 395px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: auto;
  right: -10px;
}

.bgcirckle {
  background-color: var(--conversion-flow-library--sandy-brown);
  border-radius: 75% 75% 0 100%;
  overflow: hidden;
}

.zamerbackformcontainer {
  color: #000;
}

.modal_wrappercallback {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .35);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zamerytext {
  font-size: 1rem;
  font-weight: 300;
}

.zamertext {
  z-index: 1;
  color: var(--untitled-ui--warning300);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
  position: absolute;
  top: 38px;
  bottom: auto;
  left: auto;
  right: 119px;
}

.backcall_phone-field-v2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.backcall_phone-field-v2.margin-top-16 {
  color: #000;
  border-bottom-color: #000;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.backcall_phone-field-v2.margin-top-16::placeholder {
  color: #fff;
}

.backcall_name-field-v2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 2px solid #fff;
}

.backcall_name-field-v2.margin-top-16 {
  color: #000;
  border-bottom-color: #000;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.backcall_name-field-v2.margin-top-16::placeholder {
  color: #fff;
}

.hbackcall {
  color: var(--black);
  margin-right: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.submit-callback-button-v2 {
  filter: invert();
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fluent_send-28-filled.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  transition: all .25s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit-callback-button-v2:hover {
  padding-right: 42px;
}

.submit-callback-button-v2:active {
  padding-right: 38px;
}

.modal_window_callback {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: .95;
  border: 1px solid rgba(255, 168, 75, .5);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  min-height: 460px;
  padding: 48px 60px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.heading-83 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.heading-84 {
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-85 {
  font-weight: 500;
}

.aboutrichtxtcontainer {
  padding-bottom: 10rem;
}

.callbackformcontainer {
  color: #000;
}

.zamercallform {
  width: 400px;
  margin-bottom: 0;
  padding-top: 40px;
}

.success-message-2 {
  text-align: left;
  background-color: rgba(201, 202, 202, 0);
  background-image: url('../images/checkbox-5.svg');
  background-position: 83% 48.5%;
  background-repeat: no-repeat;
  background-size: 12%;
  width: 330px;
  padding-top: 200px;
  padding-left: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.error-message-2 {
  background-color: #e7b031;
  background-image: linear-gradient(174deg, var(--untitled-ui--warning300), var(--conversion-flow-library--sandy-brown));
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  position: fixed;
  top: auto;
  bottom: 220px;
  left: auto;
  right: auto;
}

.bannercalcsec {
  background-image: url('../images/bgCalcWoman.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 0;
}

.bannercalccon {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.banerimgcalc {
  width: 360px;
  margin-right: auto;
}

.bannertextcalc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.bannerh2 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.bannertag {
  color: #7e7e7e;
  margin-bottom: 16px;
  font-weight: 500;
}

.text-span-10 {
  color: var(--conversion-flow-library--coral);
}

.bannerimg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .heading-large {
    font-size: 4vw;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-bottom: 0;
  }

  .page-padding.category {
    margin-bottom: 8rem;
  }

  .page-padding.reviews {
    padding-bottom: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .button-secondary.is-menu {
    margin-left: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-xxhuge.big-text-cta {
    padding-bottom: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_button-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .home-tagline-pattern {
    top: -41%;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-logo_component {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer_bottom-wrapper {
    color: #333;
    text-decoration: none;
  }

  .footer_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .tabs-menu {
    margin-right: 2rem;
  }

  .home-service_grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tabs-menu-2 {
    flex: none;
    width: 50%;
    margin-right: 10%;
  }

  .tabs-heading-wrap {
    width: 100%;
  }

  .tabs-content {
    width: 40%;
    position: relative;
  }

  .tabs-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_button-wrapper-2 {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .navbar2_button-navbar {
    width: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .heading-xxlarge {
    font-size: 4rem;
  }

  .contact-form_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-projects-shadow {
    width: 90px;
    height: 120px;
  }

  .menu_left-panel {
    display: none;
  }

  .menu_tablet-nav-spacer {
    width: 100%;
    height: 7.7%;
    padding: 0;
    display: block;
  }

  .menu-link-parent {
    height: 15.34%;
  }

  .menu_right-panel {
    width: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq_plus-icon-wrapper:hover {
    background-color: #fff;
  }

  .faq_plus-icon-wrapper:active {
    background-color: #ff5330;
  }

  .margin-bottom-home-services {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top-home-services {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 4vw;
  }

  .heading-3 {
    font-size: 2rem;
    font-weight: 600;
  }

  .handle-wrapper {
    width: 700px;
    max-width: none;
    height: 394px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-wrapper.black {
    min-height: 300px;
    max-width: 530px;
    min-width: auto;
  }

  .handle-bar {
    height: 500px;
  }

  .image-left {
    width: auto;
    height: 100%;
    min-height: 300px;
  }

  .heading-4.v2, .heading-4.v3 {
    font-size: 2rem;
    font-weight: 600;
  }

  .paragraph-3.v2, .paragraph-3.v3 {
    font-size: 2vw;
  }

  .slider-mask {
    position: static;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    top: auto;
    bottom: -90px;
    left: 39%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    top: auto;
    bottom: -90px;
    right: 39%;
  }

  .card.testimonial-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    transition: all .444s;
    display: flex;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
  }

  .heading-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .mg-bottom-40px {
    font-size: 1.8vw;
  }

  .slide-1 {
    margin-right: 40px;
  }

  .testimonial-v2-image-wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 390px;
    height: 100%;
    position: relative;
  }

  .image-3 {
    aspect-ratio: auto;
    object-fit: cover;
    min-width: 300px;
    max-width: 390px;
    height: 100%;
    min-height: 500px;
  }

  .pd---content-inside-card.testimonial-v2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-6, .heading-7, .heading-8 {
    font-size: 1.7rem;
    font-weight: 500;
  }

  .category-banner {
    object-position: 50% 40%;
  }

  .heading-9 {
    font-size: 3rem;
  }

  .card-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-wrapper.home-hero {
    display: flex;
  }

  .category-card-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .heading-11 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .service-box {
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .lottie-animation {
    margin-left: auto;
  }

  .lottie-animation.custom {
    filter: invert();
  }

  .service-header {
    color: var(--white);
    text-align: center;
  }

  .service-paragraph {
    color: var(--white);
    text-align: center;
    font-weight: 500;
  }

  .image-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr .5fr;
    height: 440px;
  }

  .grid-image-1 {
    height: 360px;
  }

  .grid-image-2 {
    height: 230px;
  }

  .grid-image-3 {
    width: 100%;
    min-width: auto;
    max-width: 260px;
    height: 130px;
    top: 66%;
    right: 6%;
  }

  .paragraph-6 {
    font-size: .9rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .materialtabsmenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 128px 128px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: center;
    min-width: 260px;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
  }

  .materialtabsmenu.satin {
    grid-template-rows: minmax(64px, 162px) minmax(64px, 162px);
    align-items: start;
  }

  .materialtabsmenu.teqtum {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    max-width: 100vw;
    height: 100%;
    max-height: 332px;
    display: grid;
  }

  .materialtabs {
    flex-flow: wrap;
    justify-content: center;
  }

  .blackmatt {
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 100px;
  }

  .materialupscale {
    object-position: 50% 90%;
    width: 100%;
    min-width: auto;
    max-width: 912px;
    min-height: 530px;
    max-height: 800px;
  }

  .materialtabcontent {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-category-container {
    width: 100vw;
    min-width: 500px;
    max-width: 100%;
    min-height: 530px;
    max-height: 800px;
  }

  .category-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .heading-14 {
    font-size: 26px;
  }

  .image-7 {
    object-fit: cover;
  }

  .img-category-container {
    height: 360px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .about-pic-text {
    margin-left: 0;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .step-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: auto;
    display: grid;
  }

  .step-container._2nd {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .banner-category-wrapper {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 100px;
  }

  .paragraph-9.shoptext {
    opacity: .65;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .tabs-menu-4 {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-after-img {
    width: 700px;
    max-width: none;
    height: 394px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .portfolio-after-img.black {
    min-height: 300px;
  }

  .image-left-portfolio {
    width: auto;
    height: 100%;
    min-height: 300px;
  }

  .tittle-header {
    width: 75%;
  }

  .box {
    width: 48%;
    margin-bottom: 2%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .f-team-card-outline {
    justify-content: center;
    align-items: center;
  }

  .f-team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .prem-banner {
    flex-flow: row;
    justify-content: space-around;
    display: none;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-12.w--current {
    max-width: none;
  }

  .desc-category-text {
    font-size: 20px;
  }

  .heading-19 {
    margin-top: 2rem;
  }

  .grid-image-1-copy {
    height: 360px;
  }

  .paragraph-12 {
    margin-bottom: 1rem;
  }

  .tab-pane-tab-12 {
    min-width: auto;
    max-width: 100vw;
  }

  .padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq_cta-button-row {
    flex: none;
    justify-content: flex-start;
  }

  .faq03_cta-content {
    margin-right: 3rem;
  }

  .faq03_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-faq03_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .faq-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-vertical-categorypage {
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-categorypage.padding-xxhuge {
    padding-bottom: 0;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-menu-wrapper {
    z-index: 2;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    position: relative;
    top: 4.1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);
  }

  .subcategory-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .subcategory-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .subcategory-parallax-image-4 {
    height: 500px;
  }

  .subcategory-parallax-image-3 {
    bottom: 25%;
  }

  .subcategory-parallax-image-2 {
    height: auto;
  }

  .subcategory-parallax-image-1 {
    width: 40%;
    height: 440px;
    bottom: 17%;
    left: -14%;
  }

  .subcategory-parallax-image-contain {
    margin-bottom: 60px;
  }

  .subcategory-82px-heading {
    font-size: 70px;
  }

  .subcategory-hero-section---heading-wrapper {
    padding-top: 120px;
  }

  .subcategory-create-images {
    width: 50%;
  }

  .subcategory-create-images._3, .subcategory-create-images._2 {
    width: 40%;
  }

  .subcategory-create-heading {
    font-size: 50px;
  }

  .subcategory-benefits-image {
    align-items: stretch;
    display: flex;
  }

  .subcategory-wrapper.benefits-wrapper {
    width: 100%;
    max-width: 80rem;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .subcategory-benefits-section {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .subcategory-mission-image.soaring {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .subcategory-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .subcategory-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .subcategory-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .subcategory-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .subcategory-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .subcategory-wrapper-1160 {
    flex-direction: column;
  }

  .subcategory-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-rich-text {
    margin-top: 10rem;
    padding-bottom: 4.3rem;
  }

  .heading-22 {
    line-height: .9;
  }

  .paragraph-20, .paragraph-21 {
    padding-top: 10px;
  }

  .heading-23, .heading-24 {
    line-height: .9;
  }

  .paragraph-22, .paragraph-23 {
    padding-top: 10px;
  }

  .materialstabmenubtns {
    flex-flow: column;
    justify-content: flex-start;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    text-align: center;
  }

  .portfolio-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical-grid {
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-grid.padding-xxhuge {
    padding-bottom: 6rem;
  }

  .padding-vertical-grid.padding-xxhuge.big-text-cta {
    padding-bottom: 8rem;
  }

  .tab-link-deepblack {
    min-height: 64px;
  }

  .tab-link-glossy, .tab-link-teqtum-special-film, .text-block-21 {
    text-align: center;
  }

  .tab-link-teqtumtranslucent {
    background-position: 0%;
    min-height: 150px;
  }

  .tab-link-teqtumtransparent {
    background-position: 0%;
    background-size: cover;
    min-height: 150px;
  }

  .tab-link-teqtumsilver {
    min-height: 150px;
  }

  .tab-link-teqtumsilver.w--current {
    background-position: 0%;
  }

  .tab-link-teqtumred {
    background-position: 0%;
    min-height: 150px;
  }

  .tab-link-teqtumgold, .tab-link-teqtumblue {
    background-position: 100%;
    min-height: 150px;
  }

  .tab-link-teqtumblack {
    background-position: 0%;
  }

  .tab-link-teqtumblack.w--current {
    min-height: 150px;
  }

  .tab-link-teqtumacoustic {
    background-position: 100%;
    min-height: 150px;
  }

  .tab-pane-mediumgray {
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    display: none;
  }

  .text-block-22 {
    text-align: center;
  }

  .calc-fix-btn {
    z-index: 2;
  }

  .modal_wrapper_lesson_1.ru {
    display: none;
  }

  .calc_stack {
    width: 85%;
  }

  .close_btn {
    margin-right: 21px;
  }

  .container-calc {
    max-width: 728px;
  }

  .modal_wrapper_calc.ru {
    display: none;
  }

  .content-wrap {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 0;
    position: static;
  }

  .hero.padding {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 80rem;
    height: auto;
    margin: 5rem auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .round-checkbox.black.w--redirected-checked {
    background-image: url('../images/checkmark-o.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-attachment: scroll;
  }

  .round-checkbox.blue.w--redirected-checked {
    background-size: 40%;
  }

  .round-checkbox.rgb {
    background-size: 0, auto;
  }

  .round-checkbox.rgb.w--redirected-checked {
    background-repeat: no-repeat, repeat;
    background-size: 40%, auto;
    background-attachment: scroll, scroll;
  }

  .round-checkbox.red.w--redirected-checked {
    background-size: 40%;
    background-attachment: scroll;
  }

  .round-checkbox.type.w--redirected-checked {
    background-size: 100%;
  }

  .form-column {
    width: 100%;
    padding-left: 0;
  }

  .answer-image {
    height: 10rem;
  }

  .question-answer.pet {
    z-index: 200;
    height: auto;
  }

  .question-answer.glossy {
    width: 100%;
  }

  .question-answer.sports {
    opacity: 1;
  }

  .question-answer.satin, .question-answer.matt, .question-answer.soaring, .question-answer.shadow, .question-answer.default {
    width: 100%;
  }

  .question-answer.hiddencornice {
    z-index: 200;
    height: auto;
  }

  .question-wrapper {
    z-index: 100;
    width: 100%;
    height: 10rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .round-checkbox-call.black.w--redirected-checked {
    background-image: url('../images/checkmark-o.svg');
    background-repeat: no-repeat;
    background-size: 40%;
    background-attachment: scroll;
  }

  .round-checkbox-call.blue.w--redirected-checked {
    background-size: 40%;
  }

  .round-checkbox-call.rgb {
    background-size: 0, auto;
  }

  .round-checkbox-call.rgb.w--redirected-checked {
    background-repeat: no-repeat, repeat;
    background-size: 40%, auto;
    background-attachment: scroll, scroll;
  }

  .round-checkbox-call.red.w--redirected-checked {
    background-size: 40%;
    background-attachment: scroll;
  }

  .round-checkbox-call.type.w--redirected-checked {
    background-size: 100%;
  }

  .manbaner {
    width: 377px;
  }

  .zamertext {
    z-index: 1;
    top: 60px;
    right: 110px;
  }

  .aboutrichtxtcontainer {
    padding-bottom: 8rem;
  }

  .bannercalccon {
    max-width: 700px;
  }

  .banerimgcalc {
    width: 290px;
  }

  .bannertextcalc {
    padding-bottom: 0;
  }

  .bannerh2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .overflow-hidden {
    flex-flow: column;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .text-size-small {
    font-family: Montserrat, sans-serif;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large.service.category {
    max-height: 60vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-padding {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-padding.banner {
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-padding.reviews {
    padding-bottom: 5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.is-menu {
    margin-left: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xxhuge.after {
    margin-bottom: 0;
    padding-top: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .home-hero_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-hero_content {
    z-index: 21;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    background-color: rgba(143, 143, 143, .35);
    border-radius: 8px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    position: relative;
  }

  .home-hero_image-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .home-hero-main-image {
    object-fit: cover;
    width: 100%;
    max-height: 630px;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_menu {
    padding: 1rem 5% 2rem;
  }

  .home-logo_grid {
    width: 100%;
  }

  .logo4_logo {
    max-height: 3rem;
  }

  .logo4_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .home-logo_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer3_legal-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .home-projects_item:nth-child(2n) {
    margin-top: 5rem;
  }

  .home-projects_item.even-item:nth-child(2n) {
    margin-top: 0;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 10rem;
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3rem;
    margin-right: auto;
  }

  .tabs-menu.margin-right.margin-xhuge {
    width: 100%;
  }

  .home-service-tabl-link {
    width: auto;
  }

  .home-service_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-service_tab-content {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .tabs-heading-wrap {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-content {
    text-align: left;
    width: 100%;
  }

  .tabs-img {
    height: auto;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab-pane {
    height: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar1_component-2 {
    height: 4rem;
  }

  .navbar2_button-navbar {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .25rem 1rem;
  }

  .navbar2_component {
    height: 4rem;
  }

  .contact-form_component {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .home-cta_component {
    line-height: 1.5;
  }

  .heading-display-text-span {
    max-width: 300px;
    font-size: 3.2rem;
    display: block;
  }

  .home-projects-shadow {
    width: 80px;
    height: 90px;
  }

  .navbar_logo-word-image {
    height: 1.65rem;
  }

  .navbar_logo-wrapper.is-desktop {
    display: none;
  }

  .navbar_logo-wrapper.is-mobile {
    display: flex;
  }

  .button-3 {
    text-align: center;
    flex-wrap: wrap;
  }

  .navbar_logo-word-wrapper.is-1 {
    padding-right: .25rem;
  }

  .navbar_logo-word-wrapper.is-2 {
    padding-left: .25rem;
  }

  .menu_text-link {
    font-size: 3.5rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .faq_question-text {
    font-size: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-4 {
    text-align: center;
    flex-wrap: wrap;
  }

  .faq_answer-wrapper {
    padding: 3rem;
  }

  .faq_plus-icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .margin-bottom-home-services {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .event-scroll-about-ph {
    font-size: .9rem;
  }

  .about-timeline_title-text {
    font-size: 1.35rem;
  }

  .padding-top-home-services {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-timeline_display-text {
    font-size: 3rem;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    font-weight: 600;
  }

  .handle-wrapper {
    width: 470px;
    height: 265px;
  }

  .inner-container._574px {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4.v2, .heading-4.v3 {
    text-align: center;
  }

  .paragraph-3.v2, .paragraph-3.v3 {
    text-align: center;
    font-size: 14px;
  }

  .slider-wrapper {
    height: 100%;
    margin-bottom: 40px;
  }

  .slider-mask {
    height: 100%;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    top: auto;
    bottom: -72px;
    left: 36%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    top: auto;
    bottom: -72px;
    left: auto;
    right: 36%;
  }

  .card.testimonial-v2 {
    border-radius: 8px;
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .mg-top-16px {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .stars {
    font-size: 40px;
  }

  .name.v2 {
    margin-bottom: 16px;
  }

  .heading-5 {
    text-align: center;
    font-size: 4.5vw;
  }

  .mg-bottom-40px {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .mg-bottom-40px._574px {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-1 {
    height: 100%;
    margin-left: 0;
    margin-right: 40px;
  }

  .testimonial-v2-image-wrapper {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .image-3 {
    object-position: 50% 50%;
    max-width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 320px;
  }

  .pd---content-inside-card.testimonial-v2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 340px;
    max-height: none;
    padding: 24px 16px 32px;
    display: flex;
  }

  .heading-6, .heading-7, .heading-8 {
    font-weight: 500;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .category-banner {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-9 {
    color: var(--white);
    text-align: center;
    margin-bottom: .6rem;
    font-size: 5.1vw;
    line-height: 1.1;
    display: inline-block;
    position: static;
    left: auto;
  }

  .btn-service {
    flex-flow: row;
    display: block;
    position: static;
    left: auto;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .category-card-wrapper {
    text-decoration: none;
  }

  .category-card-wrapper.w--current:hover {
    background-size: 44rem;
  }

  .category-card-wrapper._3 {
    margin-bottom: 0;
  }

  .bottom-block, .text-block {
    text-decoration: none;
  }

  .service-box {
    padding-bottom: 7%;
    padding-left: 5%;
  }

  .image-wrapper {
    padding-bottom: 0;
    display: flex;
  }

  .materialtabsmenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
    margin-right: 0;
    padding-bottom: 16px;
  }

  .materialtabsmenu.teqtum {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    justify-items: stretch;
    max-height: 224px;
  }

  .materialtabs {
    flex-flow: wrap;
    justify-content: center;
  }

  .blackmatt {
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 100px;
  }

  .blackmatt.w--current {
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }

  .materialupscale {
    min-height: 360px;
    max-height: 600px;
  }

  .materialtabcontent {
    margin-left: 0;
  }

  .image-category-container {
    min-width: auto;
    min-height: 360px;
    max-height: 600px;
  }

  .category-wrapper {
    padding-bottom: 0;
    display: flex;
  }

  .img-category-container {
    width: 100%;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .step-container {
    flex-flow: column;
    display: flex;
  }

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

  .banner-category-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .1));
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 370px;
    max-width: 420px;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding: 16px 5% 24px;
    display: flex;
    position: absolute;
  }

  .paragraph-9 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }

  .paragraph-9.shoptext {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #d8d8d8;
    padding-left: 4px;
    font-size: .9rem;
  }

  .tabs-menu-4 {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-after-img {
    width: 100%;
    height: 265px;
  }

  .portfolio-grid-work-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-16 {
    font-weight: 500;
  }

  .box {
    margin-bottom: 2%;
  }

  .f-h3-heading {
    font-size: 40px;
    font-weight: 500;
  }

  .f-team-card-outline {
    grid-column-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .f-team-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-avatar-image {
    margin-bottom: 16px;
  }

  .tab-link-tab-12 {
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 100px;
    display: block;
  }

  .desc-category-text {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 2.5rem;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
  }

  .desc-category-text.shoptext {
    font-size: .9rem;
  }

  .container-h-p-review {
    margin-bottom: 16px;
  }

  .about-page-button {
    font-size: 1rem;
  }

  .about-page-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .about-button-wrapper.max-width-full-mobile-landscape {
    text-align: center;
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .about-button-row {
    align-self: stretch;
  }

  .about-button-row.button-row-center.is-reverse-mobile-landscape, .about-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .heading-xxsmall {
    font-size: 1.125rem;
  }

  .space-xsmall {
    min-height: .75rem;
  }

  .about-layout_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .about-sec-text-size-large {
    font-size: 1rem;
  }

  .about-sec-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .about-layout_component {
    align-items: stretch;
  }

  .padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq-page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .faq_cta-button-row {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    width: 100%;
  }

  .faq-text-size-large {
    font-size: 1rem;
  }

  .faq-heading-xxsmall {
    font-size: 2rem;
  }

  .faq03_cta-content {
    margin-right: 0;
  }

  .faq03_cta {
    background-image: linear-gradient(67deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25)), url('../images/Mask-Group-min.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq03_content {
    grid-row-gap: .5rem;
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-faq03_list {
    grid-row-gap: 2.5rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq03_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .faq-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-img-about {
    justify-content: flex-start;
    align-items: stretch;
  }

  .padding-vertical-categorypage {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-categorypage.padding-xxhuge {
    padding-bottom: 0;
  }

  .padding-vertical-categorypage.padding-xhuge {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .faq-text-size-large-faq {
    font-size: 1.4rem;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner12_close-button {
    position: absolute;
    top: .5rem;
    bottom: auto;
    left: auto;
    right: .5rem;
  }

  .uui-banner12_close-button:hover {
    color: var(--untitled-ui--primary500);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-banner12_text-wrapper {
    text-align: left;
    flex-direction: column;
  }

  .uui-banner12_content {
    justify-content: flex-start;
  }

  .uui-banner12_wrapper {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .intro-section {
    height: 200px;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .intro-title {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .subcategory-parallax-scribble-2 {
    bottom: 3%;
  }

  .subcategory-parallax-scribble-1 {
    bottom: 53%;
  }

  .subcategory-parallax-image-4 {
    height: auto;
  }

  .subcategory-parallax-image-3 {
    height: auto;
    bottom: 19%;
  }

  .subcategory-parallax-image-2 {
    height: auto;
  }

  .subcategory-parallax-image-1 {
    height: auto;
    bottom: 5%;
  }

  .subcategory-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .subcategory-82px-heading {
    font-size: 50px;
  }

  .subcategory-hero-section---heading-wrapper {
    width: 90%;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .subcategory-about-images-contain {
    height: 500px;
  }

  .subcategory-create-heading {
    font-size: 40px;
  }

  .subcategory-grey-create-wrapper {
    width: 90%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .subcategory-benefits-pointers-right {
    margin-top: 0;
  }

  .subcategory-benefits-image {
    width: 80%;
    margin-top: 0;
  }

  .subcategory-wrapper {
    width: 90%;
  }

  .subcategory-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .subcategory-benefits-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .subcategory-mission-image._1 {
    min-width: auto;
  }

  .subcategory-mission-special-image {
    width: 30%;
  }

  .subcategory-mission-hero-image-wrapper {
    grid-column-gap: 20px;
    margin-top: 32px;
  }

  .subcategory-body---18px {
    font-size: 16px;
  }

  .subcategory-h3-heading-40px {
    font-size: 22px;
  }

  .subcategory-mission-image-wrapper.small {
    margin-right: 0;
  }

  .subcategory-mission-image-grid {
    grid-template-columns: 1fr .5fr;
  }

  .mission-image-container {
    margin-bottom: 32px;
  }

  .subcategory-mission-upper-container {
    margin-bottom: 0;
  }

  .subcategory-wrapper-1160.mission-flex {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .div-block-12 {
    margin-top: 80px;
  }

  .banner-img, .banner-img.about-us, .banner-img.portfolio {
    height: 440px;
  }

  .sub-p {
    font-size: 20px;
  }

  .bold-text-30 {
    font-size: 2rem;
  }

  .materialstabmenubtns {
    flex-flow: column;
  }

  .text-block-17 {
    text-align: center;
  }

  .portfolio-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-grid.padding-xxhuge {
    padding-bottom: 4rem;
  }

  .padding-vertical-grid.padding-xhuge {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .tab-link-beigemakadania, .tab-link-coldwhite, .tab-link-deepgray, .tab-link-white, .tab-link-yellowbeige, .tab-link-deepwhite, .tab-link-brown, .tab-link-whiteatlas, .tab-link-beigesandal {
    min-height: 100px;
  }

  .tab-link-mediumgray {
    max-width: none;
    min-height: 100px;
  }

  .tab-link-deepblack, .tab-link-whitecarrot {
    min-height: 100px;
  }

  .tab-link-deepblack-glossy, .tab-link-mediumgray-glossy, .tab-link-beigesandal-glossy, .tab-link-whiteatlas-glossy, .tab-link-brown-glossy, .tab-link-deepwhite-glossy, .tab-link-yellowbeige-glossy, .tab-link-white-glossy, .tab-link-deepgray-glossy, .tab-link-coldwhite-glossy, .tab-link-beigemakadania-glossy, .tab-link-whitecarrot-glossy, .tab-link-teqtumtranslucent, .tab-link-teqtumtransparent, .tab-link-teqtumsilver, .tab-link-teqtumred, .tab-link-teqtumgold, .tab-link-teqtumblue, .tab-link-teqtumblack {
    max-width: none;
    min-height: 100px;
  }

  .tab-link-teqtumblack.w--current {
    min-height: 100px;
  }

  .tab-link-teqtumacoustic, .tab-link-white-satin, .tab-link-coldwhite-satin {
    max-width: none;
    min-height: 100px;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-wrapper-2:hover, .calc-fix-btn:hover {
    transform: none;
  }

  .calc_stack {
    padding: 60px 15px;
  }

  .close_btn {
    top: 9%;
  }

  .total-field.margin-top-16 {
    align-self: stretch;
    height: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    line-height: 60px;
  }

  .flex {
    align-items: flex-end;
  }

  .dollar {
    margin-bottom: 0;
    line-height: 60px;
  }

  .hero.padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .answer-image {
    height: 9.5rem;
  }

  .question-answer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .question-wrapper {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal_wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal_window {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .callback_form {
    width: 100%;
    padding-top: 20px;
  }

  .callback_checkbox-field {
    max-width: 320px;
  }

  .modalclosebtn {
    top: 6%;
  }

  .manbaner {
    width: 100%;
    max-width: 40vw;
    display: none;
  }

  .zamerbackformcontainer {
    margin-right: 0;
  }

  .modal_wrappercallback {
    padding-left: 24px;
    padding-right: 24px;
  }

  .zamertext {
    position: relative;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .hbackcall {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .modal_window_callback {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .aboutrichtxtcontainer {
    padding: 5% 5% 10%;
  }

  .callbackformcontainer {
    margin-right: 0;
  }

  .zamercallform {
    width: 100%;
    padding-top: 20px;
  }

  .bannercalcsec {
    padding-top: 2rem;
  }

  .bannercalccon {
    justify-content: center;
    align-items: center;
  }

  .banerimgcalc {
    width: 100%;
    max-width: 270px;
    margin-right: 32px;
  }

  .bannerh2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
  }

  .bannertag {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .overflow-hidden {
    text-align: center;
  }

  .heading-large {
    text-align: left;
    font-size: 8vw;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small {
    text-align: center;
  }

  .container-large.service {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-large.service.category {
    height: 85vh;
    max-height: 85vh;
    margin-top: 4.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .page-padding.banner {
    margin-top: 0;
  }

  .page-padding.category {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .page-padding.prems {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
  }

  .page-padding.reviews {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .page-padding.steps {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding.tabs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-padding.materials {
    padding-bottom: 2rem;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    justify-items: center;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    text-align: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xxhuge.big-text-cta {
    margin-bottom: 0;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .home-hero_content {
    background-color: rgba(41, 41, 41, .35);
    max-width: 360px;
  }

  .home-hero_image-wrapper {
    height: 540px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .home-hero-main-image {
    object-fit: cover;
    height: 100%;
  }

  .home-tagline-pattern {
    width: 23vw;
    top: 40px;
  }

  .home-logo_grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo4_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home-logo_component {
    grid-template-columns: 1fr;
  }

  .footer3_logo-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: block;
  }

  .footer_credit-text {
    opacity: .5;
    text-align: center;
  }

  .footer_column-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer_link {
    text-align: center;
  }

  .footer_column {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_socials-wrapper {
    justify-content: center;
    align-items: flex-start;
    justify-items: start;
    display: flex;
  }

  .footer_left-wrapper {
    text-align: left;
  }

  .home-projects_list {
    grid-column-gap: 7rem;
    grid-row-gap: 9rem;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .home-service-tabl-link.button-text.text-align-left, .home-service-tabl-link.button-text.text-align-left.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .home-service_grid {
    grid-template-columns: 1fr;
  }

  .home-service_content {
    text-align: left;
  }

  .tabs-img {
    border-radius: 14px;
  }

  .contact-form_component {
    flex-flow: wrap;
    display: flex;
  }

  .contact-form_content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-cta-pattern {
    width: 22vw;
    bottom: -20%;
  }

  .heading-display-text-span {
    text-align: left;
    font-size: 48px;
    line-height: 1.3;
  }

  .home-projects-shadow {
    width: 70px;
    height: 80px;
  }

  .navbar_menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_logo-wrapper {
    display: none;
  }

  .menu_text-link {
    letter-spacing: -.01em;
    font-size: 2.55rem;
  }

  .menu_left-panel {
    width: 0%;
  }

  .menu-link-parent {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu_icon-image {
    height: 2rem;
  }

  .menu_right-panel {
    width: 100%;
  }

  .arrow-icon {
    height: 2rem;
  }

  .faq_question-text {
    font-size: 5vw;
  }

  .faq_whipe {
    height: 30em;
  }

  .faq_answer-wrapper {
    padding: 1.75rem;
  }

  .faq_question-wrapper {
    margin-left: 12px;
  }

  .span-text._2019-9, .span-text._2019-0, .span-text._2019-1, .span-text._2019-2 {
    color: #b0ff86;
  }

  .span-text.i-icaro {
    color: #fff;
  }

  .margin-bottom-home-services {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-timeline_right-content {
    width: 90%;
  }

  .event-scroll-about-ph {
    font-size: 4vw;
  }

  .about-timeline_sticky-wrapper {
    height: auto;
    position: relative;
    top: auto;
  }

  .about-timeline_item {
    height: 90vh;
  }

  .about-timeline_item.card-about {
    width: 100%;
    height: auto;
  }

  .about-timeline_title-text {
    color: #f4ff7f;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 13vw;
  }

  .about-timeline_title-text.is-small {
    margin-top: -4px;
    margin-left: 12px;
  }

  .icaro-titles-contain {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .about-timeline_height {
    height: auto;
  }

  .about-timeline_image.is-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/matovqpotolok.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_image.is-5 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img4_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_image.is-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img7_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_image.is-4 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img5_2.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_image.is-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), url('../images/img1_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_image.is-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(80, 80, 80, .55)), url('../images/img3_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 90vh;
  }

  .about-timeline_list {
    flex-direction: column;
    width: auto;
    height: 540vh;
  }

  .about-timeline_left-content {
    align-items: flex-start;
    width: 90%;
    max-width: none;
  }

  .padding-top-home-services {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-timeline_display-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 20vw;
  }

  .about-timeline_content {
    flex-direction: column;
  }

  .heading {
    font-size: 8vw;
  }

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

  .heading-3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
  }

  .image-right {
    min-height: 300px;
  }

  .handle-wrapper {
    width: 240px;
    height: 135px;
  }

  .handle-wrapper.black {
    min-height: 300px;
  }

  .handle-bar {
    height: 300px;
  }

  .handle-bar.black {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(241, 241, 241, .32);
  }

  .circle-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, .3);
  }

  .image-left {
    min-height: 300px;
  }

  .paragraph, .paragraph-2 {
    text-align: left;
  }

  .heading-4.v2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .heading-4.v3 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
  }

  .paragraph-3.v2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 15px;
  }

  .paragraph-3.v3 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 15px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    top: auto;
    bottom: -72px;
    left: 33%;
    right: auto;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    top: auto;
    bottom: -72px;
    left: auto;
    right: 31%;
  }

  .card.testimonial-v2 {
    flex-flow: column;
    font-size: 16px;
    transition: all .555s;
    display: flex;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .06);
  }

  .mg-top-16px {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
  }

  .stars {
    text-align: center;
    font-size: 26px;
  }

  .name.v2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-5 {
    text-align: center;
    font-size: 24px;
  }

  .div-block {
    margin-top: auto;
  }

  .mg-bottom-40px {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .mg-bottom-40px._574px {
    text-align: center;
  }

  .testimonial-v2-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 290px;
  }

  .image-3 {
    min-width: 290px;
    height: 100%;
    min-height: 280px;
    max-height: 281px;
  }

  .pd---content-inside-card.testimonial-v2 {
    justify-content: space-between;
    min-height: 400px;
    padding: 20px 10px 28px;
    display: flex;
  }

  .paragraph-4 {
    text-align: left;
  }

  .heading-6, .heading-7, .heading-8 {
    text-align: left;
    font-weight: 500;
  }

  .div-block-3 {
    background-image: linear-gradient(#000 18%, #fff 38%, #111);
    border-radius: 0;
    height: 85vh;
    max-height: 85vh;
  }

  .category-banner {
    height: 85vh;
    max-height: 85vh;
  }

  .category-banner.light {
    max-height: 85vh;
  }

  .category-banner.decor {
    min-height: 40vh;
    max-height: 85vh;
  }

  .heading-9 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: .6rem;
    font-size: 6.5vw;
    line-height: 1.4;
    left: 5%;
    right: 5%;
  }

  .btn-service {
    top: auto;
    bottom: 25%;
    left: 25%;
    right: 25%;
  }

  .div-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .button-5 {
    position: absolute;
    top: 699px;
  }

  .card-wrapper {
    padding-bottom: 0;
  }

  .heading-11 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 26px;
  }

  .service-box {
    padding-bottom: 7%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lottie-animation {
    margin-left: auto;
  }

  .service-header {
    text-align: center;
  }

  .service-paragraph {
    text-align: center;
    font-size: 14px;
  }

  .hover_bg {
    text-align: center;
  }

  .image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2 {
    min-width: 300px;
  }

  .grid-image-1.bebra {
    height: 210px;
    top: -3%;
    left: -3%;
  }

  .paragraph-6 {
    margin-bottom: 1.3rem;
  }

  .heading-12 {
    font-weight: 600;
  }

  .materialtabsmenu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: minmax(90px, 120px) minmax(90px, 120px) minmax(90px, 120px) minmax(90px, 120px);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .materialtabsmenu.satin {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: minmax(90px, 120px);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    min-width: 260px;
    max-width: 100vw;
    height: 100%;
    max-height: none;
    margin-left: 0;
    padding-bottom: 0;
    display: grid;
  }

  .materialtabsmenu.teqtum {
    grid-template-rows: minmax(90px, 120px) minmax(90px, 120px) minmax(90px, 120px);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    align-items: stretch;
    max-height: none;
  }

  .materialtabs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    display: flex;
  }

  .materialtabs.satin {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .blackmatt {
    background-image: url('../images/white-matte-floor_1.webp');
    background-position: 0 0;
    background-size: cover;
    min-width: 60px;
    min-height: 80px;
    padding: 0;
    display: block;
  }

  .blackmatt.w--current {
    filter: brightness(150%);
    background-color: #000;
    background-image: url('../images/white-matte-floor_1.webp');
    background-position: 0 0;
    background-size: cover;
    min-width: 32px;
    min-height: 32px;
  }

  .materialupscale {
    min-width: 250px;
    max-width: 433px;
    min-height: 200px;
    max-height: 360px;
  }

  .materialtabcontent {
    min-width: auto;
    margin-left: 0;
  }

  .materialtabcontent.satin {
    margin-right: 0;
  }

  .image-category-container {
    min-width: 250px;
    min-height: 200px;
    max-height: 360px;
  }

  .category-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .category-block-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-14 {
    font-size: 24px;
    font-weight: 500;
  }

  .img-category-container._2nd {
    width: 100%;
    margin-left: 0;
  }

  .about-pic-text {
    text-align: left;
  }

  .paragraph-7 {
    line-height: 1.3;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .paragraph-8 {
    opacity: .75;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.4;
  }

  .step-container._2nd {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-9 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-9 {
    text-align: center;
    margin-bottom: 0;
  }

  .banner-category-wrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .05));
    border: 1.5px solid rgba(255, 255, 255, .29);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    min-height: 400px;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding: 16px 5% 26px;
  }

  .paragraph-9 {
    color: #f1f1f1;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
  }

  .paragraph-9.shoptext {
    color: #ebffcb;
    letter-spacing: 7px;
    border-radius: 55px;
    font-size: .9rem;
  }

  .tabs-menu-4 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-2-2 {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .8rem;
  }

  .portfolio-after-img {
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
  }

  .portfolio-after-img.black, .image-left-portfolio {
    min-height: 300px;
  }

  .portfolio-grid-work-cards {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .tittle-header {
    width: auto;
    margin-bottom: 20px;
  }

  .cta-btn.mob {
    padding: .625rem 1.125rem;
    display: block;
  }

  .heading-16 {
    text-align: left;
    font-weight: 500;
  }

  .paragraph-10 {
    text-align: left;
  }

  .box {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .f-h3-heading {
    font-weight: 500;
  }

  .f-team-card-outline {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .f-team-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    display: flex;
  }

  .f-team-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .prem-banner {
    display: none;
  }

  .contact-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-12 {
    background-image: url('../images/white-matte-floor_1.webp');
    background-position: 0 0;
    background-size: cover;
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-tab-12.w--current {
    filter: brightness(200%);
    background-image: url('../images/white-matte-floor_1.webp');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    min-width: 40px;
    min-height: 60px;
    padding: 0;
    display: block;
  }

  .desc-category-text {
    opacity: .85;
    color: #f1f1f1;
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    display: block;
  }

  .desc-category-text.shoptext {
    color: #a8a8a8;
    letter-spacing: 7px;
    font-size: .9rem;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 12px;
  }

  .heading-19 {
    text-align: center;
    margin-top: -3rem;
    font-size: 24px;
    font-weight: 600;
  }

  .grid-image-1-copy.bebra {
    height: 210px;
    top: -3%;
    left: -3%;
  }

  .paragraph-12 {
    text-align: left;
    font-size: 14px;
  }

  .about-page-button {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .about-page-button:hover {
    border-color: var(--black);
    background-color: var(--white);
  }

  .about-page-button:focus {
    background-color: var(--black);
  }

  .about-button-wrapper.max-width-full-mobile-landscape {
    text-align: center;
  }

  .about-layout_component {
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq_cta-button-row {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-text-size-large {
    text-align: left;
  }

  .faq-heading-xxsmall {
    text-align: left;
    font-size: 1.8rem;
  }

  .faq03_cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-text-size-medium, .uui-faq03_heading, .uui-heading-medium, .uui-heading-subheading {
    text-align: left;
  }

  .wrapper-img-about {
    justify-content: flex-start;
    align-items: stretch;
  }

  .certificate-container {
    min-height: 140px;
    max-height: 180px;
  }

  .padding-vertical-categorypage {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-categorypage.padding-xxhuge {
    padding-bottom: 0;
  }

  .padding-vertical-categorypage.padding-xhuge {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .faq-text-size-large-faq {
    color: var(--untitled-ui--white);
    text-align: left;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .faq-section {
    padding-top: 0;
  }

  .faq-menu-wrapper {
    margin-bottom: 4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  }

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .intro-title, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 1.5rem;
  }

  .subcategory-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .subcategory-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .subcategory-parallax-image-4 {
    width: 40%;
    min-height: 220px;
  }

  .subcategory-parallax-image-3 {
    width: 28%;
    min-height: 150px;
    bottom: 25%;
  }

  .subcategory-parallax-image-2 {
    width: 20%;
    min-height: 140px;
  }

  .subcategory-parallax-image-1 {
    min-height: 220px;
    bottom: 8%;
  }

  .subcategory-parallax-image-contain {
    height: 350px;
  }

  .subcategory-82px-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .subcategory-hero-section---heading-wrapper {
    padding-bottom: 140px;
  }

  .subcategory-about-images-contain {
    height: 300px;
    margin-top: 60px;
  }

  .subcategory-create-heading {
    text-align: left;
    font-size: 24px;
    line-height: 1.1;
  }

  .subcategory-grey-create-wrapper {
    padding-top: 20px;
  }

  .subcategory-text-block-2._16-px {
    line-height: 26px;
  }

  .subcategory-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .subcategory-benefits-pointer-item {
    max-width: none;
  }

  .subcategory-photo-thumbnail {
    height: 100%;
    min-height: 400px;
    max-height: 560px;
  }

  .subcategory-benefits-image {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: 430px;
    height: 100%;
  }

  .subcategory-wrapper.benefits-wrapper {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .subcategory-mission-image._1 {
    width: 100%;
  }

  .subcategory-mission-image.soaring {
    object-fit: cover;
  }

  .subcategory-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .subcategory-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .subcategory-h3-heading-40px {
    font-size: 20px;
  }

  .subcategory-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .subcategory-wrapper-1160 {
    width: 90%;
  }

  .subcategory-wrapper-1160.mission-flex {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-12 {
    margin-top: 60px;
    padding-top: 60px;
  }

  .banner-img, .banner-img.about-us, .banner-img.portfolio {
    height: 420px;
  }

  .sub-p {
    text-align: center;
    font-size: 18px;
  }

  .section-rich-text {
    margin-top: 0;
  }

  .rich-header {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
  }

  .bold-text-61, .bold-text-65 {
    font-size: 2rem;
  }

  .bold-text-94, .bold-text-95, .bold-text-96 {
    font-size: 1.5rem;
  }

  .bold-text-97 {
    font-size: 1.8rem;
  }

  .heading-53 {
    font-size: 1.5rem;
  }

  .materialstabmenubtns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .text-block-17 {
    text-align: center;
  }

  .heading-63, .heading-64, .heading-65, .heading-66 {
    line-height: 1;
  }

  .portfolio-tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-grid.padding-xxhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical-grid.padding-xxhuge.big-text-cta {
    margin-bottom: 0;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .padding-vertical-grid.padding-xhuge {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .tab-link-beigemakadania {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-beigemakadania.w--current {
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-coldwhite, .tab-link-deepgray, .tab-link-white, .tab-link-yellowbeige, .tab-link-deepwhite, .tab-link-brown, .tab-link-whiteatlas, .tab-link-beigesandal {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-mediumgray {
    border-radius: 4px;
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-mediumgray.w--current {
    min-height: 90px;
  }

  .tab-link-deepblack {
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-deepblack.w--current {
    border-radius: 4px;
  }

  .tab-link-whitecarrot {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-teqtum-special-film {
    text-align: center;
  }

  .tab-link-deepblack-glossy {
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-deepblack-glossy.w--current {
    border-radius: 4px;
  }

  .tab-link-mediumgray-glossy {
    border-radius: 4px;
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-mediumgray-glossy.w--current {
    min-height: 90px;
  }

  .tab-link-beigesandal-glossy, .tab-link-whiteatlas-glossy, .tab-link-brown-glossy, .tab-link-deepwhite-glossy, .tab-link-yellowbeige-glossy, .tab-link-white-glossy, .tab-link-deepgray-glossy, .tab-link-coldwhite-glossy {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-beigemakadania-glossy {
    border-radius: 4px;
    min-height: 90px;
  }

  .tab-link-beigemakadania-glossy.w--current {
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-whitecarrot-glossy {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .text-block-20, .text-block-21 {
    text-align: center;
  }

  .tab-link-teqtumtranslucent {
    border-radius: 4px;
    min-width: 40px;
    height: 100%;
    min-height: 90px;
    max-height: 120px;
  }

  .tab-link-teqtumtransparent {
    border-radius: 4px;
    min-width: 40px;
    height: auto;
    min-height: 90px;
    max-height: 120px;
  }

  .tab-link-teqtumsilver {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
  }

  .tab-link-teqtumsilver.w--current {
    max-height: 120px;
  }

  .tab-link-teqtumred, .tab-link-teqtumgold, .tab-link-teqtumblue, .tab-link-teqtumblack {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
    max-height: 120px;
  }

  .tab-link-teqtumblack.w--current {
    border-radius: 4px;
    min-height: 90px;
  }

  .tab-link-teqtumacoustic {
    border-radius: 4px;
    min-width: 40px;
    min-height: 90px;
    max-height: 120px;
  }

  .tab-link-white-satin {
    border-radius: 4px;
    min-height: 90px;
    max-height: 120px;
  }

  .tab-link-white-satin.w--current {
    min-width: 40px;
    min-height: 60px;
  }

  .tab-link-coldwhite-satin {
    min-width: 40px;
    min-height: 60px;
    max-height: 120px;
  }

  .tab-link-coldwhite-satin.w--current {
    border-radius: 4px;
    min-height: 90px;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .color8 {
    color: var(--white);
  }

  .calc-fix-btn {
    z-index: 21;
    border-radius: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal_wrapper_lesson_1.ru {
    display: none;
  }

  .close_btn {
    top: 9%;
  }

  .container-calc {
    max-width: none;
  }

  .modal_wrapper_calc.ru {
    display: none;
  }

  .total-field.margin-top-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .total-field.margin-top-16.margin-mobile-0 {
    background-color: rgba(255, 255, 255, 0);
    margin-top: 27px;
    margin-bottom: 0;
    font-size: 46px;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .field-label-4.bottom-margin-form {
    width: 160px;
    margin-bottom: 10px;
  }

  .content-wrap {
    margin-top: 110px;
  }

  .phone-field.margin-top-16 {
    font-size: 16px;
  }

  .dollar {
    font-size: 48px;
  }

  .hero.padding {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-field-4 {
    font-size: 46px;
  }

  .round-checkbox.rgb {
    background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 0, auto;
    background-attachment: fixed, scroll;
  }

  .round-checkbox.rgb.w--redirected-checked {
    background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 40%, auto;
    background-attachment: scroll, scroll;
  }

  .form-column {
    padding-top: 3rem;
  }

  .answer-image {
    width: 100%;
    max-width: 132px;
    height: 8rem;
  }

  .heading-67.l.margin-bottom {
    text-align: left;
    font-size: 32px;
  }

  .calc-form {
    border-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .p---m {
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    line-height: 1.25;
  }

  .question-wrapper {
    display: block;
  }

  .p---l {
    text-align: left;
    font-size: 16px;
  }

  .flex-between-row {
    align-items: stretch;
  }

  .form-block.head {
    border-color: var(--untitled-ui--gray300);
  }

  .name-field.margin-top-16 {
    font-size: 16px;
  }

  .p---l2 {
    font-size: 14px;
  }

  .heading-70 {
    text-align: left;
    font-size: 1.1rem;
  }

  .inputpl {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 50%;
    max-width: 100%;
  }

  .calclinkbtn {
    z-index: 120;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m2 {
    margin-bottom: 2rem;
    font-size: 24px;
  }

  .m2.bottom-margin-form {
    width: 190px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .heading-75 {
    font-size: 2rem;
  }

  .heading-76, .heading-77 {
    font-size: 1.7rem;
  }

  .modal_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modal_window {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-block-25 {
    font-size: 2rem;
  }

  .callback_form {
    width: 100%;
    padding-top: 20px;
  }

  .name-field-backcall.margin-top-16 {
    font-size: 16px;
  }

  .backcall_name-field.margin-top-16, .backcall_phone-field.margin-top-16 {
    font-size: 20px;
  }

  .callback_checkbox-field {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .field-label-callback {
    font-size: 18px;
  }

  .field-label-callback.bottom-margin-form {
    margin-left: 10px;
    font-size: 12px;
  }

  .round-checkbox-call.rgb {
    background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 0, auto;
    background-attachment: fixed, scroll;
  }

  .round-checkbox-call.rgb.w--redirected-checked {
    background-image: url('../images/checkmark-o.svg'), linear-gradient(90deg, #ff7979, #c5ff9b 50%, #5cbbff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 40%, auto;
    background-attachment: scroll, scroll;
  }

  .round-checkbox-call.texture {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .manbaner {
    display: none;
  }

  .zamerbackformcontainer {
    margin-right: 0;
  }

  .div-block-17 {
    position: static;
  }

  .modal_wrappercallback {
    padding-left: 0;
    padding-right: 0;
  }

  .zamertext {
    font-size: 14px;
  }

  .backcall_phone-field-v2.margin-top-16, .backcall_name-field-v2.margin-top-16 {
    font-size: 20px;
  }

  .hbackcall {
    font-size: 2rem;
  }

  .modal_window_callback {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-83 {
    font-size: 1.2rem;
  }

  .heading-84 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .heading-85 {
    font-size: 1.2rem;
  }

  .aboutrichtxtcontainer {
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .block-quote {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .paragraph-88, .paragraph-89 {
    font-size: .8rem;
  }

  .callbackformcontainer {
    margin-right: 0;
  }

  .zamercallform {
    width: 100%;
    padding-top: 20px;
  }

  .bannercalcsec {
    padding-left: 5%;
    padding-right: 2rem;
  }

  .bannercalccon {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .banerimgcalc {
    max-width: none;
  }

  .bannertextcalc {
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
  }

  .bannerh2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

#w-node-_734c42e9-a34b-b294-1b06-c9849803cd1f-fdc54138, #w-node-a9d240f8-0661-0b93-165a-936c7398d22b-fdc54138, #w-node-_43da9b42-ae3a-74f2-dcc2-4814e5bd0684-fdc54138, #w-node-_4d7dee45-f99b-1529-7193-4dc8c562561c-fdc54138, #w-node-_98c7c598-57c7-3c1d-db16-34abaf828840-fdc54138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a703f16f-86b3-2a17-7aa5-7c94cdc9939e-0b158738, #w-node-a5561955-8a26-00d3-ef5e-e32d48b326ca-48b326b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c795832-5c79582d, #w-node-_26ad5c80-0f46-d8cc-1954-78295c795833-5c79582d, #w-node-_26ad5c80-0f46-d8cc-1954-78295c795835-5c79582d {
  align-self: center;
  justify-self: center;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c795837-5c79582d {
  justify-self: center;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c795839-5c79582d, #w-node-_26ad5c80-0f46-d8cc-1954-78295c79583b-5c79582d {
  align-self: center;
  justify-self: center;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c79583d-5c79582d {
  justify-self: center;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c79583f-5c79582d {
  align-self: center;
  justify-self: center;
}

#w-node-_26ad5c80-0f46-d8cc-1954-78295c795841-5c79582d {
  justify-self: center;
}

#w-node-_9f858734-bef5-1a7e-919f-10344444dc7c-fdc5413c, #w-node-_7a93ef05-659e-ae72-c42f-b2375ae283bc-5ae283a6, #w-node-_7a93ef05-659e-ae72-c42f-b2375ae283c7-5ae283a6, #w-node-c3bbfd85-8e2c-499a-12ca-4985114d5578-5ae283a6, #w-node-c3bbfd85-8e2c-499a-12ca-4985114d5583-5ae283a6, #w-node-_6fefb4d1-9d73-fb25-a959-a1213df4f9c0-5ae283a6, #w-node-_6fefb4d1-9d73-fb25-a959-a1213df4f9c1-5ae283a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf5360a-d4c3-7280-8706-c2b3401a2bb3-5ae283a6 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_531f8d6b-1efb-1e7a-1be9-af03084670b3-5ae283a6, #w-node-d4d79148-3096-7188-f87d-0b48c9a0825b-fdc5413f, #w-node-d4d79148-3096-7188-f87d-0b48c9a0826f-fdc5413f, #w-node-d4d79148-3096-7188-f87d-0b48c9a08278-fdc5413f, #w-node-d4d79148-3096-7188-f87d-0b48c9a08283-fdc5413f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0674e364-b783-d6ae-b61a-de9be16d8eec-86689662, #w-node-_5cb74406-aaf9-6f75-8207-fb6be03b0579-86689662 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_206d04b8-65c1-a873-fdb4-0294ddb0173d-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8ef6-86689662, #w-node-_3d668109-dec2-b090-febb-3eb797439ce5-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f02-86689662, #w-node-b222cc4a-32f7-fa1f-e1ba-a10fbb66d160-86689662, #w-node-_7668553f-d588-33c7-82b1-fe4508e26758-86689662 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0674e364-b783-d6ae-b61a-de9be16d8f0e-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f17-86689662 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0674e364-b783-d6ae-b61a-de9be16d8f20-86689662 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c20c8af9-24a7-984e-6b4d-92ce4ae983cc-86689662, #w-node-c55920f4-00df-0f76-eb5b-839bc843b695-86689662, #w-node-_40112205-8380-9add-8f97-f330e5d45a03-86689662 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6bedadca-4600-2ecb-2af0-bb50d7a59a12-86689662 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_78fb8169-6a70-5bb1-cbfa-7edf2cacb6a9-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f27-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f2e-86689662, #w-node-f18d34f7-a19a-1ebc-7c0f-43caa49447d0-86689662, #w-node-_0330dc15-e057-5513-ba63-58aa551e122a-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f35-86689662 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fe9e3cba-31cf-61c4-3610-244fa3b3b733-86689662 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5304548f-6e7d-e042-ced2-a16fc20283b1-86689662, #w-node-_2007c6c2-63ef-6bd1-b4b7-7d67060682fd-86689662, #w-node-_26f63bb7-a621-5bde-4267-a0c4d288dbb2-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f3c-86689662 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0674e364-b783-d6ae-b61a-de9be16d8f43-86689662 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0674e364-b783-d6ae-b61a-de9be16d8f4a-86689662 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7a93ef05-659e-ae72-c42f-b2375ae283c7-5ae283a6, #w-node-c3bbfd85-8e2c-499a-12ca-4985114d5583-5ae283a6, #w-node-_6fefb4d1-9d73-fb25-a959-a1213df4f9c0-5ae283a6, #w-node-_6fefb4d1-9d73-fb25-a959-a1213df4f9c1-5ae283a6, #w-node-_531f8d6b-1efb-1e7a-1be9-af03084670b6-5ae283a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0674e364-b783-d6ae-b61a-de9be16d8ee5-86689662, #w-node-_7049a8b4-b895-e52b-e66f-4ccaaff523fb-86689662, #w-node-b63efd30-b164-4818-503e-9918024431a1-86689662, #w-node-a08dd9e6-c830-7a66-1a56-b74cb9f55762-86689662, #w-node-_768ccfc9-8bd8-5533-a913-9bd0fb4eeb1d-86689662, #w-node-_2a3cb5d2-ef31-f129-169b-506589a34160-86689662 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff16cdf1-cb87-5662-dc84-4423991f58e5-991f58df {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_6fefb4d1-9d73-fb25-a959-a1213df4f9c0-5ae283a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0674e364-b783-d6ae-b61a-de9be16d8eec-86689662 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_206d04b8-65c1-a873-fdb4-0294ddb0173d-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8ef6-86689662, #w-node-_3d668109-dec2-b090-febb-3eb797439ce5-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f02-86689662, #w-node-b222cc4a-32f7-fa1f-e1ba-a10fbb66d160-86689662, #w-node-_7668553f-d588-33c7-82b1-fe4508e26758-86689662 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f0e-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f17-86689662, #w-node-c20c8af9-24a7-984e-6b4d-92ce4ae983cc-86689662, #w-node-c55920f4-00df-0f76-eb5b-839bc843b695-86689662, #w-node-_40112205-8380-9add-8f97-f330e5d45a03-86689662 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_78fb8169-6a70-5bb1-cbfa-7edf2cacb6a9-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f27-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f2e-86689662, #w-node-f18d34f7-a19a-1ebc-7c0f-43caa49447d0-86689662, #w-node-_0330dc15-e057-5513-ba63-58aa551e122a-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f35-86689662, #w-node-_5304548f-6e7d-e042-ced2-a16fc20283b1-86689662, #w-node-_2007c6c2-63ef-6bd1-b4b7-7d67060682fd-86689662 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_26f63bb7-a621-5bde-4267-a0c4d288dbb2-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f3c-86689662, #w-node-_0674e364-b783-d6ae-b61a-de9be16d8f43-86689662 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


