@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #000;
  --paragraph-gray: #535353;
  --main-colos: #003a8d;
  --dark: var(--black);
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa00;
  --primary-light: #f8f4f0;
  --white: #fff;
  --transperent-black: #0000;
  --_apps---sidebar--sidebar-ring-dark: #b48737;
  --dark-gray-50: #afafaf80;
  --dark-gray-30: #afafaf4d;
  --transperent-white: #fff0;
  --_apps---colors--secondary-dark: #615f5d00;
  --dark-gray: #afafaf;
  --dark-65: #241c18a6;
  --_apps---charts--chart-3: #aa750000;
  --_apps---charts--chart-2: gray;
  --_apps---charts--chart-1-dark: var(--main-colos);
  --_apps---colors--primary-dark: var(--_apps---sidebar--sidebar-primary);
  --_apps---c: var(--_apps---charts--chart-1);
  --_apps---colors--primary: var(--_apps---sidebar--sidebar-primary);
  --_apps---colors--card: var(--white);
  --_apps---charts--chart-1: #000000bf;
  --_apps---typography--heading-font: Teachers;
  --_apps---typography--body-font: Teachers;
  --_apps---typography--button-font: Teachers;
  --_apps---sizes--radius: 50px;
  --white-50: #ffffff80;
  --_apps---colors--background: var(--primary-light);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #e8e7e7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary-foreground: #120c04;
  --_apps---colors--secondary: #fde8c7;
  --_apps---colors--secondary-foreground: #0f0d09;
  --_apps---colors--muted: #eee;
  --_apps---colors--muted-foreground: #747071;
  --main-color: var(--gray);
  --_apps---colors--accent: #dadada;
  --transparent-border: var(--_apps---sidebar--sidebar-border-dark);
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #a7a7a7;
  --_apps---colors--input: #aaa;
  --_apps---colors--ring: #c8a366;
  --_apps---charts--chart-4: var(--_apps---colors--card-foreground);
  --_apps---charts--chart-5: #8f6508;
  --_apps---sidebar--sidebar: #eee;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--main-colos);
  --_apps---sidebar--sidebar-primary-foreground: #120c04;
  --_apps---sidebar--sidebar-accent: #dadada;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #a7a7a7;
  --_apps---sidebar--sidebar-ring: #c8a366;
  --_apps---colors--background-dark: #070707;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1a1a1a;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1a1a1a;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-foreground-dark: #120c04;
  --_apps---colors--secondary-foreground-dark: #fcf8f1;
  --_apps---colors--muted-dark: #020202;
  --_apps---colors--muted-foreground-dark: #8f8e8e;
  --_apps---colors--accent-dark: #303030;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #d84861;
  --_apps---colors--border-dark: #a7a7a71a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #c8a366;
  --_apps---charts--chart-2-dark: #f8d499;
  --_apps---charts--chart-3-dark: #d2a047;
  --_apps---charts--chart-4-dark: #ebc27f;
  --_apps---charts--chart-5-dark: #9e7321;
  --_apps---sidebar--sidebar-dark: #0d0d0d;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--main-colos);
  --_apps---sidebar--sidebar-primary-foreground-dark: #120c04;
  --_apps---sidebar--sidebar-accent-dark: #303030;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
}

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: var(--text-dark);
  font-family: Teachers;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teachers;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teachers;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Teachers;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teachers;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teachers;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Teachers;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--main-colos);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;

  color: var(--main-colos);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/double-quotes.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 0;
  font-family: Teachers;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.section {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Opensans, Arial, sans-serif;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
  display: block;
}

.section.home-cta-with-bg {
  background-color: #0000;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/bathremodeled.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section.color-section {
  background-color: var(--main-colos);
}

.section.limited-width.modal-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.dark-without-bottom-spacing {
  background-color: var(--dark);
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  font-family: Opensans, Arial, sans-serif;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--main-colos);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dark-style-guide {
  background-color: var(--dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 46px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 0px solid var(--transperent-black);
  background-color: var(--main-colos);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 80px;
  justify-content: center;
  padding: 10px 30px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--_apps---sidebar--sidebar-ring-dark);
  color: var(--white);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.white-style {
  border-color: var(--dark-gray-50);
  color: var(--white);
}

.primary-button.white-style:hover {
  background-color: var(--white);
  color: var(--text-dark);
}

.primary-button.with-arrow {
  border-color: var(--main-colos);
  background-color: var(--main-colos);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/arrow-soft.svg');
  background-position: 100% 15px;
  background-repeat: no-repeat;
  background-size: 70px 10px;
  padding-right: 54px;
}

.primary-button.with-arrow:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  background-image: url('../images/arrow-soft-w.svg');
}

.primary-button.with-arrow-white {
  border-color: var(--dark-gray-30);
  background-color: var(--dark-gray-30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-image: url('../images/arrow-soft-w.svg');
  background-position: 100% 15px;
  background-repeat: no-repeat;
  background-size: 70px 10px;
  padding-right: 54px;
}

.primary-button.with-arrow-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  background-image: url('../images/arrow-soft.svg');
}

.primary-button.with-arrow-no-padding {
  border-color: var(--transperent-white);
  background-color: var(--transperent-white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/arrow-soft.svg');
  background-position: 100% 5px;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  padding: 0 20px 0 0;
}

.primary-button.with-arrow-no-padding:hover {
  color: var(--text-dark);
  background-size: 0 10px;
  padding-right: 0;
}

.style-guide-div {
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar {
  background-color: var(--primary-light);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  background-color: var(--_apps---colors--secondary-dark);
  min-width: 100%;
  height: 65px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.menu-button {
  font-weight: 700;
}

.nav-link {
  color: var(--black);
  -webkit-text-stroke-color: var(--main-colos);
  padding: 20px 15px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.nav-link:hover {
  opacity: 1;
  color: var(--main-colos);
  background-color: #0000001c;
}

.nav-link.w--current {
  color: var(--text-dark);
  display: none;
}

.nav-link.white-style {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
}

.nav-link.white-style:hover {
  color: var(--main-colos);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px 20px 15px;
  transition: color .3s;
}

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

.nav-dropdown-list {
  background-color: var(--dark);
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--white);
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--main-colos);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--main-colos);
}

.nav-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: opacity .3s;
}

.licensing-image:hover {
  opacity: .8;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--main-colos);
}

.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title.text-dark {
  color: var(--text-dark);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--main-colos);
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900";
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray-50);
  background-color: var(--transperent-white);
  min-width: 280px;
  height: auto;
  color: var(--text-dark);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 10px 24px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Opensans, Arial, sans-serif;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

._404-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray-50);
  background-color: var(--transperent-white);
  min-width: 300px;
  height: auto;
  color: var(--text-dark);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--dark);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-image-link {
  min-width: 100%;
  margin-top: 15px;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: transform .5s;
}

.blog-grid-image:hover {
  transform: scale(1.08);
}

.nav-menu-wrapper {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--main-colos);
  background-color: var(--main-colos);
  color: var(--text-dark);
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 5px 12px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.blog-template-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid var(--dark-gray-50);
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
}

.prev-post-arrow {
  color: var(--main-colos);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900";
}

.next-post-arrow {
  color: var(--main-colos);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900";
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900";
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
}

.paragraph-large.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.banner-title-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  font-family: Opensans, Arial, sans-serif;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.light-background {
  background-color: var(--primary-light);
}

.coming-soon-image {
  object-fit: cover;
  width: 450px;
  height: 460px;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-search {
  color: #241c189e;
  margin-top: 0;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.search-shop-con {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-left: 20px;
  font-weight: 700;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  border-bottom: 1px solid var(--dark-gray-50);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.search-link {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--text-dark);
  margin-bottom: 10px;
  padding-bottom: 4px;
  font-size: 20px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  border-bottom-color: var(--dark);
  opacity: .7;
}

.search-input {
  border: 1px solid var(--dark-gray-50);
  background-color: var(--transperent-white);
  height: auto;
  color: var(--text-dark);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--dark);
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  border: 1px solid var(--dark-gray-50);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px;
  display: flex;
}

.testimonials-card-title, .testimonials-card-content {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--main-colos);
  margin-bottom: 30px;
  font-family: "Fa solid 900";
}

.testimonials-card-date {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.mobile-p-center {
  font-family: Opensans, Arial, sans-serif;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--main-colos);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-collection-item {
  width: 100%;
  display: inline-block;
}

.portfolio-image-wrapper {
  position: relative;
}

.portfolio-masonry-content-wrapper {
  padding-top: 20px;
}

.portfolio-masonry-title {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.portfolio-masonry-title:hover {
  color: var(--dark-65);
}

.project-pagination-wrapper {
  border-bottom: 1px solid var(--main-colos);
  background-color: var(--dark);
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--main-colos);
  border-left: 1px solid var(--main-colos);
  text-align: center;
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.project-template-images-list-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-image.bigger-height {
  height: 630px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-column {
  width: 50%;
}

.navbar-transperent {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: var(--main-colos);
}

.text-dark {
  color: var(--text-dark);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.project-template-collection-list-wrapper {
  width: 100%;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.project-button-link {
  width: 40%;
  color: var(--white);
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: var(--main-colos);
}

.project-prev-button-link-icon {
  border: 1px solid var(--main-colos);
  border-radius: 100%;
  flex: none;
  margin-top: 2px;
  margin-right: 20px;
  padding: 10px;
  font-family: "Fa solid 900";
  font-size: 10px;
  line-height: 1;
}

.project-next-button-link-icon {
  border: 1px solid var(--main-colos);
  border-radius: 100%;
  flex: none;
  margin-top: 2px;
  margin-left: 20px;
  padding: 10px;
  font-family: "Fa solid 900";
  font-size: 10px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-estimate {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--main-colos);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--main-colos);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-main {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  color: var(--main-colos);
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.negative-top-bottom {
  margin-top: -25px;
  margin-bottom: -10px;
}

.rich-text-style.negative-top-project {
  margin-top: -15px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-burger {
  font-weight: 700;
}

.brand-tablet, .brand, .brand.w--current {
  display: none;
}

.heading-hover {
  border-left: 1px solid var(--dark-gray-50);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  transition: all .3s;
}

.heading-hover:hover {
  color: var(--main-colos);
  padding-left: 25px;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--dark);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.spacing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-title {
  background-color: var(--dark);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-main {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.landing-text-span {
  color: var(--main-colos);
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description-landing {
  max-width: 560px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  border: 1px solid var(--dark-gray-50);
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen-banner {
  padding: 0;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--dark);
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-right: 60px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 54%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--dark);
  width: 80px;
  height: 80px;
  color: var(--primary-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900";
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-main {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-main.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-landing {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 40px;
}

.pages-banner {
  background-color: var(--dark);
  background-image: linear-gradient(180deg, #d2c3b21a, var(--dark));
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pages-banner.two-side-style {
  padding-top: 200px;
  padding-bottom: 60px;
}

.pages-banner.no-bottom-light {
  background-color: var(--transperent-white);
  background-image: none;
}

.pages-banner.landing-style {
  flex-flow: column;
}

.shop-tabs {
  width: 100%;
}

.shop-item-link {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: var(--dark-65);
}

.shop-item-price-on-sale {
  color: var(--dark-gray);
  font-size: 18px;
  text-decoration: line-through;
}

.shop-tab-link {
  border-bottom: 1.5px solid var(--dark-gray-50);
  background-color: var(--transperent-white);
  color: var(--text-dark);
  padding: 0 0 8px;
}

.shop-tab-link.w--current {
  border-bottom-color: var(--dark);
  background-color: var(--transperent-white);
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.shop-item-price {
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.shop-image-item {
  width: 100%;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.details-page-title {
  font-size: 60px;
}

.details-page-title.blog-details {
  text-align: center;
  max-width: 920px;
}

.details-page-title.project-style {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1em;
}

.collection-list-wrapper-portfolio {
  width: 100%;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--text-dark);
}

.error-message {
  color: var(--dark-65);
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #d1c4b299;
  flex-flow: wrap;
  padding: 30px;
  display: flex;
}

.licensing-footer-link {
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.licensing-footer-link:hover {
  color: var(--white);
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.banner-h-ome {
  background-image: url('../images/kitchenremodeled.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: auto;
  min-height: 730px;
  margin-bottom: 50px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
  position: static;
  top: 160px;
  overflow: visible;
}

.background-video {
  background-image: linear-gradient(#000000b3, #000000b3);
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.content-information-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-info-wrapper {
  object-fit: cover;
  width: 100%;
  position: relative;
  inset: 0 auto 80px 0%;
}

.numbers-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.2fr .9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.big-number {
  color: var(--text-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}

.information-center-wrapper {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: contain;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.info-about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.subheading-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.subheading-wrapper.mobile-margin-bottom-20 {
  font-family: Opensans, Arial, sans-serif;
}

.subheading-wrapper.with-space {
  margin-bottom: 20px;
}

.subheading-wrapper.with-space-link-style {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text-dark);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheading-wrapper.with-space-link-style:hover {
  opacity: .65;
}

.subheading {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.subheading.light-style {
  color: var(--main-colos);
}

.collection-list-wrapper-services {
  width: 25%;
  height: 100%;
  transition: all .5s;
}

.collection-list-wrapper-services:hover {
  width: 100%;
}

.banner-content-four-categories {
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-collections-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.subtitle-services {
  transform-origin: 100%;
  color: #fff;
  text-align: right;
  letter-spacing: 1.5px;
  min-width: 340px;
  height: 20px;
  position: absolute;
  inset: 4% 30px auto auto;
  transform: rotate(-90deg);
}

.image-banner-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.asymmetric-title-content-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.asymmetric-title-content-wrapper.faq-style-no-space {
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans, Arial, sans-serif;
}

.content-left-about {
  width: 50%;
}

.content-left-about.assymetric-about {
  width: 25%;
  font-family: Opensans, Arial, sans-serif;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Opensans, Arial, sans-serif;
}

.no-margin.text-white {
  color: #fff;
}

.content-right-about {
  width: 50%;
}

.content-right-about.assymetric-about {
  width: 75%;
  font-family: Opensans, Arial, sans-serif;
}

.avatars-wrapper {
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.avatars-wrapper.no-space {
  margin-bottom: 0;
}

.section-title-with-space {
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title-with-space.no-bottom-white {
  color: #fff;
  margin-bottom: 0;
}

.team-grid {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.team-link-block {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.team-card {
  position: relative;
}

.team-social-icon {
  color: var(--main-colos);
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 16px;
}

.team-social-icon:hover {
  color: var(--white);
}

.team-social-icon.solid {
  font-family: "Fa solid 900";
  font-size: 16px;
}

.team-card-image {
  color: #ff6c2e;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  min-width: 100%;
  height: 380px;
}

.team-card-content-wrapper-2 {
  text-align: center;
  padding-top: 10px;
}

.team-member-positio {
  margin-top: 10px;
  margin-bottom: 0;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-item-name {
  margin-top: 0;
  font-weight: 700;
}

.footer-brand-description-main {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.socials-links-block {
  grid-column-gap: 20px;
  display: flex;
}

.footer-brand-wrapper-main {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.footer-links-wrapper-main {
  grid-row-gap: 30px;
  border-left: 1px solid var(--_apps---charts--chart-3);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  max-width: 40%;
  max-height: 171px;
  padding-left: 35px;
  display: flex;
}

.footer-content-right {
  grid-column-gap: 50px;
  color: var(--text-dark);
  display: flex;
}

.block-container {
  grid-column-gap: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.block-container.logo-wrapper {
  border-top: 1px solid var(--_apps---charts--chart-3);
  border-bottom: 1px solid var(--_apps---charts--chart-3);
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-main {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-main.none-padding {
  padding-top: 50px;
  padding-bottom: 0;
}

.footer-link-bottom-block {
  color: var(--white);
  text-transform: capitalize;
  border-bottom-style: none;
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
}

.footer-link-bottom-block:hover {
  color: var(--white);
}

.footer-link-bottom-block.w--current, .footer-link-bottom-block.socials {
  font-family: Opensans, Arial, sans-serif;
}

.footer-wrapper-main {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.right-block-cu {
  width: 60%;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.textarea:focus {
  border-color: transparent transparent var(--dark);
}

.link-address-block {
  color: var(--dark-gray);
  border-bottom-style: none;
}

.link-address-block.margin-top {
  margin-top: 10px;
}

.left-block-cu {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.address-block {
  flex-direction: column;
  display: flex;
}

.heading-contact {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.address-content-block {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.firs-row-form {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--dark-gray-50);
  background-color: #fff0;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
}

.text-field:focus {
  border-color: transparent transparent var(--dark);
}

.form-block-contact {
  margin-bottom: 0;
}

.image-block-pd {
  width: 100%;
  height: 100%;
}

.portfolio-item-category {
  color: #a1a1a1;
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-size: 18px;
}

.portfolio-item-category.hidden {
  display: none;
}

.image-progect-details {
  filter: brightness(45%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-project {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 730px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-content-wrapper {
  max-width: 540px;
  margin-left: 8vh;
  position: absolute;
}

.logo-footer {
  object-fit: contain;
  width: 50vw;
  max-width: 90%;
}

.logo-image {
  height: 32px;
  display: inline-block;
  overflow: clip;
}

.banner-home-title {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.home-banner-contents {
  z-index: 1;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000000b3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 15px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
  position: static;
}

.home-baner-content-columns {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding-left: 50px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
}

.banner-info-three {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
}

.banner-info-three.pricing-width {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.banner-info-three.contact-width {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
}

.photo-info-about {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: auto 0% 0% auto;
}

.inform-block-banner {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--dark-gray-50);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Opensans, Arial, sans-serif;
  display: none;
}

.banner-icons {
  width: auto;
  height: 135px;
  font-family: Opensans, Arial, sans-serif;
}

.banner-home-paragraph {
  max-width: 550px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans, Arial, sans-serif;
}

.home-about-contaner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: grid;
  position: static;
}

.client-numbers-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.banner-lines {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-lines-element {
  height: 100%;
}

.cta-loop {
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.cta-loop.with-top-divider-and-top-space {
  border-top: 1px solid var(--dark-gray-50);
  margin-top: 60px;
  padding-top: 60px;
}

.cta-loop-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-loop-item-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-clients {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.client-logos {
  height: 36px;
}


.icon-nav {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 6px;
}

.icon-nav.dark-style {
  filter: invert();
}

.tablet-hidden, .tablet-show {
  font-weight: 700;
  display: none;
}

.second-banner {
  background-color: var(--dark);
  background-image: linear-gradient(180deg, #d2c3b21a, var(--dark));
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -1px;
  padding-top: 130px;
  display: flex;
}

.banner-second-content-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.features {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon-features-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.icon-features {
  width: 48px;
  height: 48px;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)";
  font-size: 20px;
  font-weight: 400;
}

.insragram-icon.arrow-button-style {
  font-family: "Fa solid 900";
  font-size: 16px;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #afafaf80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

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

.instagram-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.background {
  background-image: url('../images/pexels-pixabay-159045.jpg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-two {
  background-image: url('../images/sanju-pandita-mgoawDdeAXA-unsplash.jpg');
}

.background.instagram-four {
  background-image: url('../images/maciej-drazkiewicz-9574Yv2fHCw-unsplash.jpg');
}

.background.instagram-three {
  background-image: url('../images/pexels-heyho-8146198.jpg');
}

.background.project-style {
  filter: brightness(55%);
}

.instagram-links {
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-insta {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.blog-collection-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-item-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--dark-gray-50);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.empty-state-blog {
  color: #535353;
  text-align: center;
  background-color: #fff0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.top-blog-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blog-item-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
}

.blog-post-date {
  color: var(--text-dark);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 1.1em;
}

.blog-heading-link {
  color: var(--text-dark);
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.blog-heading-link:hover {
  color: var(--dark-65);
}

.bottom-blog-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.blog-category-link {
  background-color: var(--main-colos);
  color: var(--text-dark);
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  line-height: 1.2em;
  display: flex;
}

.blog-category-link:hover {
  background-color: var(--dark);
  color: var(--white);
}

.blog-link-wrap {
  flex: none;
  overflow: hidden;
}

.link-with-icon-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.service-item-link {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
}

.service-item-link:hover {
  color: var(--main-colos);
}

.banner-content-right {
  width: 45%;
}

.banner-content-left {
  width: 55%;
}

.banner-content-left.services-style {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-link {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.why-choose-us-wrapper-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.persons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.about-image-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.avatars-image-smaller {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: -12px;
}

.avatars-image-smaller.last-item {
  margin-right: 0;
}

.banner-image {
  object-fit: cover;
  object-position: 50% 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-image.with-filter-center-position {
  filter: brightness(35%);
  object-position: 50% 50%;
}

.banner-image.with-filter-team-style {
  filter: brightness(35%);
  object-position: 50% 25%;
}

.content-column-left {
  width: 50%;
  height: 100%;
  position: relative;
}

.content-column-right {
  width: 50%;
  height: 100%;
}

.banner-two-side-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.collection-list-shop-wrapper {
  width: 100%;
}

.collection-list-shop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-shop {
  width: 100%;
}

.empty-state-no-space {
  color: var(--dark-65);
  background-color: #0000;
  padding: 0;
}

.shop-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.add-to-cart {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 0;
}

.primary-cart-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 46px;
  padding: 15px 20px 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
}

.primary-cart-button:hover {
  background-color: var(--dark);
}

.card-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 25px;
  display: flex;
}

.backgrounds-products {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.default-btn-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.field-label, .option-list {
  display: none;
}

.discount-label {
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
}

.stock {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px 18px;
  font-size: 16px;
  font-weight: 300;
}

.buy-now-button {
  display: none;
}

.tag-icon {
  width: 24px;
  margin-right: 2px;
}

.card-overlay {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.card-overlay:hover {
  background-color: #00000080;
}

.card-image {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quantity {
  display: none;
}

.card-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-cart {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  margin-top: 20px;
  padding: 15px 20px;
}

.cart-quantity {
  background-color: var(--main-colos);
  color: var(--text-dark);
  margin-top: -10px;
  margin-left: -8px;
}

.order-item {
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4em;
}

.order-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 80px;
  height: 80px;
}

.cart-quantity-main {
  background-color: #f9f9fa;
  border-color: #afafaf80;
  border-radius: 50px;
}

.cart-quantity-main:focus {
  border-color: var(--dark);
  background-color: #fff;
}

.cart-button {
  color: #0d0d0e;
  background-color: #0000;
  padding: 14px 5px 12px 0;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.shop-item-price-wrapp {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.empty-state-style {
  background-color: #0000;
  padding: 0;
  font-size: 16px;
}

.product-main-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.shop-details-wrapp {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.shop-details-blocks {
  grid-row-gap: 25px;
  border-top: 1px solid var(--dark-gray-50);
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
}

.default-state-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.main-image-product {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-details {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 30px #3339;
}

.out-of-stock-state {
  background-color: var(--primary-light);
  border-radius: 50px;
  padding-left: 18px;
  padding-right: 18px;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.product-images-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.shop-details-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 140px;
}

.shop-images-list-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-cat-wrapp {
  width: 100%;
}

.cat-shop-collection-list-wrapper {
  margin-bottom: 25px;
}

.lightbox-main-image {
  width: 100%;
  height: 380px;
  position: relative;
}

.field-label-main {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.shop-price-sale {
  color: #afafaf80;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: line-through;
}

.additional-product-images {
  object-fit: cover;
  width: 100%;
}

.quantity-main {
  border-color: var(--white);
  background-color: var(--white);
  border-radius: 50px;
  width: 100px;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1em;
}

.quantity-main:focus {
  border-color: var(--dark);
  background-color: var(--transperent-white);
}

.shop-item-info-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--dark-gray-50);
  flex-direction: column;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
}

.details-title {
  margin-top: 0;
  font-size: 44px;
}

.underline-link {
  border-bottom: 1px solid var(--dark);
  color: var(--text-dark);
  padding-bottom: 6px;
  display: inline-block;
}

.underline-link:hover {
  border-bottom-color: var(--main-colos);
}

.primary-button-product {
  border: 1px solid var(--dark);
  background-color: var(--transperent-white);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  margin-top: 31px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-product:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  opacity: 1;
  color: var(--white);
}

.shop-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.order-form {
  background-color: #f5f5f500;
  min-height: auto;
  padding: 0 15px;
  line-height: 1.3em;
}

.order-field {
  border-color: var(--dark-gray-50);
  border-radius: 50px;
}

.order-field:focus {
  border-color: var(--dark);
}

.checkbox-label {
  margin-bottom: 0;
}

.order-filter {
  filter: grayscale();
  margin-top: 0;
}

.order-sticky {
  top: 120px;
}

.title-with-side-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  margin-bottom: 60px;
}

.collection-list-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.collection-list-wrapper-services-main {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.collection-list-wrapper-services-main:hover {
  width: 100%;
}

.collection-item-services {
  width: 100%;
  height: 540px;
  position: relative;
}

.light-banner {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -1px;
  padding-top: 130px;
  display: flex;
}

.services-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 460px;
  margin-bottom: 30px;
}

.project-links {
  justify-content: center;
  align-items: center;
  height: 540px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-links.smaller {
  height: 360px;
}

.project-info-wrapper {
  max-width: 540px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-description {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
}

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

.project-info-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.project-divider {
  background-color: var(--dark-gray-50);
  width: 1px;
  height: 100%;
}

.project-divider.last-divider {
  width: 100%;
  height: 1px;
}

.project-outcome {
  width: 50%;
}

.project-template-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-collection-list-wrapper {
  width: 100%;
  margin-top: 35px;
}

.pricing-banner-info {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.nav-collection-list-wrapper {
  width: 100%;
}

.faq-wrapper-main {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.client-logos-copy-copy, .client-logos-copy-copy-copy {
  height: 36px;
}

.code-embed {
  margin-top: 50px;
  font-family: Opensans, Arial, sans-serif;
}

.code-embed-2 {
  text-align: left;
  display: block;
}

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

.text-block-2 {
  display: flex;
}

.code-embed-3 {
  text-align: center;
  padding: 20px 15px;
  font-family: Montserrat, Arial, sans-serif;
}

.form-block {
  margin-bottom: 0;
  font-family: Opensans, Arial, sans-serif;
  display: block;
}

.body {
  font-family: Opensans, Arial, sans-serif;
  overflow: visible;
}

.image-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 24px;
}

.div-block-3 {
  display: flex;
}

.image-4 {
  width: 9px;
  max-width: 9px;
  height: 12px;
  max-height: 12px;
}

.text-block-3 {
  margin-left: .5rem;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  object-fit: contain;
  grid-template: "."
                 "."
                 / auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 50px;
  font-family: Opensans, Arial, sans-serif;
  display: grid;
  position: static;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: Opensans, Arial, sans-serif;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Opensans, Arial, sans-serif;
}

.lightbox-link {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  width: auto;
  height: 300px;
  font-family: Opensans, Arial, sans-serif;
}

.lightbox-link-2 {
  aspect-ratio: 3 / 2;
  width: auto;
  height: 300px;
  font-family: Opensans, Arial, sans-serif;
}

.lightbox-link-3, .lightbox-link-4 {
  aspect-ratio: 3 / 2;
  height: 300px;
  font-family: Opensans, Arial, sans-serif;
}

.image-7, .image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Opensans, Arial, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: none;
}

.second-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  height: 100px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
}

.text-block-4 {
  display: none;
}

.div-block-6 {
  margin-top: 0;
  padding-top: 0;
  font-family: Opensans, Arial, sans-serif;
  display: none;
}

.heading-4 {
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.paragraph {
  padding-right: 0;
  font-family: Opensans, Arial, sans-serif;
}

.grid {
  grid-template-areas: ". Area"
                       "Area-2 Area-3";
  margin: 50px;
}

.heading-5 {
  color: var(--main-colos);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.div-block-7 {
  background-color: #bdbbb91a;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  padding: 10px;
}

.paragraph-2 {
  font-family: Opensans, Arial, sans-serif;
}

.heading-6 {
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.section-2 {
  font-family: Opensans, Arial, sans-serif;
  display: block;
}

.div-block-10 {
  justify-content: center;
  margin: 50px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
}

.container-5 {
  align-self: center;
  max-width: 600px;
  padding: 20px;
  font-family: Opensans, Arial, sans-serif;
}

.section-3 {
  justify-content: center;
  margin-top: 50px;
  font-family: Opensans, Arial, sans-serif;
}

.client-logos-copy-copy-copy-copy {
  height: 36px;
}
















.link-block {
  background-color: var(--_apps---colors--primary-dark);
  -webkit-text-stroke-color: var(--_apps---c);
  border-radius: 30px;
  justify-content: center;
  width: 147px;
  height: 45px;
  display: flex;
}






.section-5 {
  font-family: Opensans, Arial, sans-serif;
}

.link {
  color: var(--white);
  padding-left: 5px;
  font-family: Opensans, Arial, sans-serif;
}

.bathroom-home-banner {
  background-image: url('../images/smallbath1.avif');
  background-position: 50%;
  background-size: cover;
  font-family: Opensans, Arial, sans-serif;
  position: static;
  top: 160px;
}

.banner-for-home {
  background-image: url('../images/render_kitchen1.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 50px;
  position: static;
  top: 160px;
}

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

.about-papragraph {
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans, Arial, sans-serif;
}

.about-heading {
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.container-8 {
  display: flex;
}

.div-block-18 {
  width: 400px;
  margin-left: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-19 {
  object-fit: fill;
  width: 100%;
  height: 400px;
}

.section-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 500px;
  font-family: Opensans, Arial, sans-serif;
}

.div-block-20 {
  font-family: Opensans, Arial, sans-serif;
}

.lightbox-link-5 {
  aspect-ratio: 2 / 3;
  height: 300px;
  overflow: clip;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.lightbox-link-6 {
  aspect-ratio: 2 / 3;
  height: 300px;
  overflow: clip;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-7, .lightbox-link-8 {
  aspect-ratio: 2 / 3;
  height: 300px;
  overflow: clip;
}

.image-16, .image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: auto auto auto;
  justify-content: center;
  place-items: center;
}

.code-embed-5 {
  background-image: url('../images/designbg.webp');
  background-position: 0 0;
  background-size: auto;
  font-family: Opensans, Arial, sans-serif;
}

.heading-11 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  font-family: Opensans, Arial, sans-serif;
}

.heading-12, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Opensans, Arial, sans-serif;
  font-weight: 400;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.text-block-9, .error-message-2, .text-block-10, .success-message-2, .form, .code-embed-6 {
  font-family: Opensans, Arial, sans-serif;
}

.bold-text-7 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-8 {
  font-family: Montserrat, Arial, sans-serif;
}

.bold-text-9, .body-2 {
  font-family: Opensans, Arial, sans-serif;
}

.container-9 {
  padding-left: 15px;
  padding-right: 15px;
}

.contaier {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  height: auto;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

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

.text-block-11 {
  color: var(--black);
  padding-left: 5px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-7 {
  z-index: 999;
  width: 100%;
  position: sticky;
}

.link-block-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.link-block-3 {
  display: flex;
}

.text-block-12 {
  color: var(--black);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.window-header {
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.linkboxwindows {
  aspect-ratio: 3 / 2;
  height: 300px;
}

.windowimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.siding {
  aspect-ratio: 3 / 2;
  height: 300px;
  overflow: clip;
}

.sidingimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading, .heading-13 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.flooringlightbox {
  aspect-ratio: 3 / 2;
  height: 300px;
}

.flooringimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.window-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.home-banner-windows {
  background-image: url('../images/newwindow1.webp');
  background-position: 50%;
  background-size: cover;
}

.banner-siding {
  background-image: url('../images/sidingwork8.webp');
  background-position: 0 0;
  background-size: auto;
}

.banner-flooring {
  background-image: url('../images/flooring.webp');
  background-position: 0 0;
  background-size: cover;
}

.only-mobile {
  display: block;
}

.service-content {
  text-align: left;
  background-color: #0009;
  justify-content: flex-start;
  align-items: center;
  padding: 75px 10px;
  display: flex;
}

.service-title {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.kitchen-banner-paragraph {
  color: var(--white);
}

.bathroom-service-title {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.bathroom-subheadojmg, .windows-subheading {
  color: var(--white);
}

.windows-heading, .siding-heading {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.siding-subheading {
  color: var(--white);
}

.flooring-heading {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.flooring-paragraph {
  color: var(--white);
}

.our-portfolio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch center;
  display: grid;
}

.linkboxportfolio {
  aspect-ratio: 3 / 2;
  height: 150px;
}

.portfolioimage {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
  height: auto;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.div-block-25 {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-top: 1px solid #000;
  border-radius: 0;
  height: 300px;
  position: static;
}

.image-18 {
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div-block-26 {
  padding: .8em .8em .7em;
}

.text-block-13 {
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.paragraph-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .5rem;
}

.image-19 {
  margin-left: 0;
  padding: 0;
  transform: skew(20deg);
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  margin-left: 10px;
}

.code-embed-7 {
  margin-top: 100px;
  margin-bottom: 75px;
}

.heading-14 {
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.home-banner-our-work {
  background-image: url('../images/at-work2.webp');
  background-position: 50%;
  background-size: cover;
}

.our-work-title {
  color: var(--white);
  text-align: center;
  justify-content: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 75px;
  font-weight: 700;
  display: flex;
}

.bold-text-11 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.work-banner-content {
  background-color: var(--_apps---c);
  justify-content: center;
  padding: 200px 30px;
  display: flex;
}

.work-banner-contents {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-28 {
  display: block;
}

.code-embed-8, .code-embed-9 {
  margin-top: 50px;
}

.code-embed-10 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.code-embed-11 {
  margin-top: 100px;
}

.text-block-14 {
  color: var(--black);
  font-family: Opensans, Arial, sans-serif;
  font-weight: 400;
}

.icon {
  font-family: Opensans, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-copy {
  color: var(--black);
  -webkit-text-stroke-color: var(--main-colos);
  padding: 20px 15px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-copy:hover {
  opacity: 1;
  color: var(--main-colos);
  background-color: #0000001c;
}

.nav-link-copy.w--current {
  color: var(--text-dark);
}

.nav-link-copy.w--current:hover {
  background-color: #0000001c;
}

.nav-link-copy.white-style {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
}

.nav-link-copy.white-style:hover {
  color: var(--main-colos);
}

.dropdown-list {
  background-color: #fff;
  width: auto;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-2 {
  border-radius: 10px;
  width: 300px;
  margin-right: 10px;
  font-family: Opensans, Arial, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.text-field-3 {
  border-radius: 10px;
  width: 300px;
  font-family: Opensans, Arial, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.div-block-30 {
  padding: 10px 20px 10px 0;
}

.div-block-31 {
  padding: 10px 0 10px 20px;
}

.div-block-32 {
  padding-left: 20px;
  padding-right: 0;
}

.div-block-33 {
  padding-left: 0;
  padding-right: 20px;
}

.form-block-2 {
  justify-content: center;
  display: flex;
}

.form-2 {
  width: 650px;
}

.textarea-2 {
  border-radius: 10px;
  width: 650px;
  height: 500px;
  font-family: Opensans, Arial, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-34 {
  width: auto;
  display: block;
}

.submit-button {
  background-color: var(--_apps---c);
  text-align: center;
  vertical-align: baseline;
  border-radius: 25px;
  width: 300px;
  height: 45px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.code-embed-12 {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-35 {
  background-color: var(--_apps---charts--chart-2);
  height: 50px;
}

.logonavbarbg {
  background-color: #003a8d;
  justify-content: flex-end;
  align-items: center;
  margin-left: -20px;
  padding: 20px 120px;
  display: block;
  transform: skew(-20deg);
}

.div-block-36 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7 {
  font-family: Opensans, Arial, sans-serif;
}

.div-block-37 {
  text-align: center;
  padding-top: 10px;
}

.text-block-15 {
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Opensans, Arial, sans-serif;
  line-height: 1.1em;
}

.div-block-38 {
  display: flex;
}

.image-28 {
  max-width: 50%;
}

.div-block-39 {
  margin-left: 50px;
  font-size: 22px;
}

.heading-15 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 40px;
}

.section-8 {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/designbg.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  display: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .section.home-cta-with-bg {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.color-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.limited-width.modal-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.services-top-spacing {
    padding-top: 80px;
  }

  .base-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .primary-button {
    background-color: var(--main-colos);
    -webkit-text-stroke-color: var(--white);
    flex-flow: row;
  }

  .primary-button:hover {
    background-color: var(--_apps---sidebar--sidebar-ring-dark);
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

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

  .nav-link:hover {
    background-color: #0000001c;
  }

  .nav-dropdown-toggle {
    padding-right: 35px;
  }

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

  .licensing-paragraph {
    width: 45%;
  }

  ._404-heading {
    font-size: 80px;
  }

  .coming-soon-wrapper {
    max-width: 600px;
    margin-right: 80px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .navbar-transperent {
    position: static;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    transition: none;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-main {
    margin-top: 0;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    padding-right: 100px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .pages-banner {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .pages-banner.two-side-style {
    padding-top: 240px;
    padding-bottom: 80px;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-h-ome {
    background-image: url('../images/kitchenremodeled.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 50px;
    top: 160px;
  }

  .photo-info-wrapper {
    top: 0;
  }

  .numbers-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .information-center-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .asymmetric-title-content-wrapper {
    grid-column-gap: 100px;
  }

  .content-left-about.assymetric-about {
    width: 20%;
  }

  .no-margin {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-right-about.assymetric-about {
    width: 80%;
  }

  .footer-links-wrapper-main {
    max-width: 30%;
  }

  .block-container {
    grid-column-gap: 150px;
    justify-content: flex-start;
  }

  .footer-main {
    padding-top: 80px;
  }

  .footer-wrapper-main {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .portfolio-content-wrapper {
    max-width: 500px;
  }

  .home-banner-contents {
    background-color: #000000b3;
    max-width: 100%;
    padding-top: 75px;
    position: static;
  }

  .banner-info-three.contact-width {
    max-width: 960px;
  }

  .photo-info-about {
    top: 0%;
  }

  .inform-block-banner {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .banner-icons {
    height: 150px;
  }

  .cta-loop.with-top-divider-and-top-space {
    margin-top: 100px;
  }

  .section-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tablet-hidden {
    display: none;
  }

  .second-banner {
    padding-top: 190px;
    top: -170px;
  }

  .banner-content-right {
    width: 40%;
  }

  .banner-content-left {
    width: 60%;
  }

  .why-choose-us-wrapper-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1.2fr;
  }

  .collection-list-shop.featured {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-image {
    height: 500px;
  }

  .card-image.featured {
    height: 320px;
  }

  .section-details {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .details-title {
    font-size: 56px;
  }

  .light-banner {
    padding-top: 190px;
    top: -170px;
  }

  .project-info-grid {
    grid-template-columns: 2fr .25fr 2fr .25fr 2fr;
  }

  .project-divider.last-divider {
    width: 1px;
    height: 100%;
  }

  .project-outcome {
    width: 100%;
  }

  .code-embed {
    margin-top: 50px;
    margin-bottom: 0;
    position: static;
  }

  .code-embed-3 {
    padding: 20px;
  }

  .collection-list-wrapper {
    text-align: left;
    margin-top: 154px;
  }

  .image-3 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .div-block {
    object-fit: fill;
    background-color: #fff;
  }

  .image-4 {
    width: 9px;
    max-width: 9%;
    height: 12px;
    max-height: 12px;
  }

  .text-block-3 {
    margin-left: .5rem;
  }

  .div-block-4 {
    grid-template-columns: auto auto;
    margin-top: 0;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
    height: 300px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
  }

  .div-block-6 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .heading-5 {
    color: var(--main-colos);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .div-block-7 {
    background-color: #bdbbb91a;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-8 {
    padding: 10px;
  }

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

  .div-block-10 {
    justify-content: center;
    margin: 50px;
    display: flex;
  }

  .container-5 {
    align-self: center;
    max-width: 600px;
    padding: 20px;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }






  



  



  .section-5 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .bathroom-home-banner {
    background-image: url('../images/smallbath1.avif');
    background-position: 50%;
    background-size: cover;
    position: static;
    top: 160px;
  }

  .banner-for-home {
    background-image: url('../images/render_kitchen1.webp');
    margin-bottom: 50px;
    position: static;
  }

  .div-block-18 {
    width: 400px;
    margin-left: 50px;
  }

  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-13 {
    width: 100%;
    height: 500px;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-21 {
    align-items: center;
  }

  .window-header {
    margin-bottom: 30px;
  }

  .heading {
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .banner-siding {
    background-position: 0 0;
  }

  .banner-flooring {
    background-size: cover;
  }

  .bold-text-11 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .work-banner-content {
    line-height: 1em;
  }

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

  .nav-link-copy:hover {
    background-color: #0000001c;
  }

  .text-field-2 {
    width: 300px;
  }

  .div-block-30, .div-block-31 {
    padding-bottom: 0;
  }

  .form-block-2 {
    width: auto;
  }

  .logonavbarbg {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .section.home-cta-with-bg {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.limited-width {
    padding-bottom: 30px;
  }

  .section.limited-width.modal-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .base-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button.white-style {
    background-color: var(--white);
    color: var(--black);
  }

  .primary-button.with-arrow {
    background-image: none;
    flex-flow: row;
    padding-right: 30px;
  }

  .primary-button.with-arrow-white {
    background-color: var(--main-colos);
  }

  .footer-copyright {
    color: var(--white);
  }

  .navbar-transperent {
    position: static;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .pages-banner {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .licensing-footer-link {
    color: var(--white);
  }

  .banner-h-ome {
    background-image: url('../images/kitchenremodeled.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 50px;
    top: 160px;
  }

  .photo-info-wrapper {
    top: 0;
  }

  .no-margin.text-white {
    padding-left: 0;
  }

  .team-card-image {
    height: 450px;
  }

  .footer-content-right, .footer-link-bottom-block, .footer-link-bottom-block.w--current {
    color: var(--white);
  }

  .footer-wrapper-main {
    background-color: var(--black);
  }

  .home-banner-contents {
    grid-column-gap: 120px;
    background-color: #000000b3;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 75px;
  }

  .photo-info-about {
    top: 0%;
  }

  .inform-block-banner {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .banner-icons {
    height: 150px;
  }

  .section-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tablet-hidden {
    background-color: #0000;
    display: none;
  }

  .second-banner {
    background-image: url('../images/bathremodeled.webp'), linear-gradient(180deg, #d2c3b21a, var(--dark));
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .code-embed {
    margin-top: 50px;
  }

  .code-embed-3 {
    z-index: 10;
    padding: 20px;
    position: static;
  }

  .form-block {
    z-index: 2;
    position: static;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-left: 0;
  }

  .div-block-4 {
    grid-template-columns: auto auto;
    margin-top: 0;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3 {
    height: 300px;
  }

  .lightbox-link-3:hover {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
  }

  .lightbox-link-4 {
    height: 300px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    display: none;
  }

  .grid {
    grid-template-rows: 1fr auto;
  }

  .heading-5 {
    color: var(--main-colos);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .div-block-7 {
    background-color: #bdbbb91a;
    height: auto;
    display: block;
  }

  .div-block-8 {
    text-align: left;
    padding: 10px;
    display: block;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .section-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-10 {
    justify-content: center;
    margin: 50px;
    display: flex;
  }

  .container-5 {
    align-self: center;
    max-width: 600px;
    padding: 40px 20px 40px 40px;
  }

  .section-3 {
    margin-bottom: 50px;
  }

 



  




  .bathroom-home-banner {
    background-image: url('../images/smallbath1.avif');
    background-position: 50%;
    background-size: cover;
    position: static;
    inset: 160px 0% 0% auto;
  }

  .banner-for-home {
    background-image: url('../images/render_kitchen1.webp');
    margin-bottom: 50px;
    position: static;
  }

  .image-12 {
    width: 100%;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    width: 400px;
    margin-left: 50px;
  }

  .image-13 {
    width: 100%;
    height: 500px;
  }

  .lightbox-link-5 {
    aspect-ratio: 2 / 3;
    height: 300px;
    overflow: clip;
  }

  .image-14 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .lightbox-link-6 {
    aspect-ratio: 2 / 3;
    height: 300px;
    overflow: clip;
  }

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

  .lightbox-link-7, .lightbox-link-8 {
    aspect-ratio: 2 / 3;
    height: 300px;
    overflow: clip;
  }

  .image-16, .image-17 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    place-items: center;
  }

  .div-block-21 {
    align-items: center;
  }

  .link-block-3 {
    justify-content: center;
    align-items: stretch;
  }

  .window-header {
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }

  .logonavbarbg {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
    position: relative;
  }

  .section.home-cta-with-bg {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.limited-width {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.limited-width.modal-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .base-container {
    max-width: 1400px;
    padding-top: 0;
  }

  .nav-container {
    height: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-link, .nav-link:hover {
    color: var(--black);
  }

  .nav-link.white-style {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    max-width: 1400px;
  }

  .search-shop-con {
    display: none;
  }

  .project-template-image.bigger-height {
    height: 680px;
  }

  .navbar-transperent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 60px;
    display: flex;
    inset: 0% 0% auto;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .brand.w--current {
    display: none;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .landing-inner-pages-wrapper {
    grid-row-gap: 30px;
  }

  .banner-h-ome {
    background-color: #0009;
    margin-bottom: 50px;
    top: 160px;
  }

  .photo-info-wrapper {
    top: 0;
  }

  .numbers-wrapper {
    grid-template-columns: .95fr 1.1fr .95fr;
  }

  .asymmetric-title-content-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .asymmetric-title-content-wrapper.faq-style-no-space {
    position: static;
  }

  .team-grid {
    grid-template-columns: .75fr;
  }

  .team-link-block {
    background-image: url('../images/ourteam.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .team-card {
    width: 100%;
    height: 100%;
  }

  .team-card-image {
    height: 440px;
  }

  .footer-brand-wrapper-main {
    max-width: 600px;
  }

  .footer-links-wrapper-main {
    max-width: 38%;
    padding-left: 60px;
  }

  .footer-content-right {
    grid-column-gap: 70px;
  }

  .block-container {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1400px;
  }

  .portfolio-content-wrapper {
    max-width: 640px;
  }

  .home-banner-contents {
    background-color: #000000b3;
    max-width: 100%;
    margin-top: 0;
    padding-top: 75px;
    padding-left: 15px;
    position: static;
  }

  .home-baner-content-columns {
    width: 54%;
  }

  .photo-info-about {
    vertical-align: baseline;
    top: 0%;
  }

  .inform-block-banner {
    justify-content: flex-start;
    align-items: center;
    max-width: 1400px;
    margin-top: 0;
  }

  .banner-icons {
    height: 150px;
  }

  .home-about-contaner {
    flex: 0 auto;
    grid-template-areas: "Area";
    align-content: stretch;
    align-self: auto;
    max-width: 1400px;
  }

  .section-clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tablet-hidden {
    display: none;
  }

  .banner-second-content-wrapper {
    grid-column-gap: 130px;
    max-width: 1400px;
  }

  .instagram-links {
    height: 320px;
  }

  .banner-content-right {
    width: 45%;
  }

  .banner-content-left {
    width: 55%;
  }

  .why-choose-us-wrapper-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1400px;
  }

  .banner-two-side-wrapper {
    max-width: 1400px;
  }

  .card-image {
    height: 560px;
  }

  .card-image.featured {
    height: 340px;
  }

  .collection-item-services {
    height: 580px;
  }

  .services-image {
    height: 540px;
  }

  .project-links {
    height: 640px;
  }

  .project-links.smaller {
    height: 400px;
  }

  .pricing-banner-info {
    max-width: 1400px;
  }

  .code-embed {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .code-embed-3 {
    padding: 20px;
  }

  .div-block {
    display: block;
    overflow: hidden;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-4 {
    grid-template-columns: auto auto;
    grid-template-areas: ". Area"
                         "Area-2 Area-3";
  }

  .lightbox-link {
    height: 350px;
  }

  .lightbox-link-2 {
    object-fit: fill;
    height: 350px;
  }

  .lightbox-link-3, .lightbox-link-4 {
    height: 350px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 40px;
  }

  .second-nav {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .text-block-4 {
    display: none;
  }

  .div-block-6 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .grid {
    text-align: left;
    grid-template-areas: "Area ."
                         "Area-2 Area-3";
    place-items: center;
    max-width: 1200px;
  }

  .heading-5 {
    color: var(--main-colos);
  }

  .div-block-7 {
    background-color: #bdbbb91a;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-9 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .section-2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .div-block-10 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .container-5 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container-7 {
    max-width: 1200px;
  }



 




  

  .bathroom-home-banner {
    background-image: url('../images/smallbath1.avif');
    background-position: 50%;
    background-size: cover;
    position: static;
    top: 160px;
  }

  .banner-for-home {
    background-image: url('../images/render_kitchen1_1.jpg');
    margin-top: 0;
    margin-bottom: 50px;
    position: static;
  }

  .image-12 {
    width: 100%;
    height: 100%;
  }

  .div-block-18 {
    flex: 0 auto;
    align-self: auto;
    width: 400px;
    margin-left: 50px;
    display: block;
  }

  .div-block-19 {
    width: auto;
    height: 500px;
    min-height: auto;
  }

  .image-13 {
    width: 100%;
    height: 500px;
  }

  .lightbox-link-5 {
    aspect-ratio: 2 / 3;
    height: 350px;
    overflow: clip;
  }

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

  .lightbox-link-6 {
    aspect-ratio: 2 / 3;
    height: 350px;
    overflow: clip;
  }

  .image-15 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .lightbox-link-7, .lightbox-link-8 {
    aspect-ratio: 2 / 3;
    height: 350px;
    overflow: clip;
  }

  .image-16, .image-17 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto auto auto;
    justify-content: center;
    place-items: center;
  }

  .text-block-11 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .section-7 {
    z-index: 999;
    width: 100%;
    position: sticky;
  }

  .text-block-12 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
  }

  .window-header {
    margin-bottom: 30px;
  }

  .linkboxwindows {
    height: 300px;
  }

  .siding, .flooringlightbox {
    height: 350px;
  }

  .window-gallery {
    grid-template-columns: auto auto auto;
  }

  .home-banner-windows {
    background-image: url('../images/newindows.webp');
    background-position: 50%;
    background-size: auto;
  }

  .banner-flooring {
    background-image: url('../images/flooring.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .only-mobile {
    display: block;
  }

  .nav-link-copy, .nav-link-copy:hover {
    color: var(--black);
  }

  .nav-link-copy.white-style {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-30, .div-block-31 {
    padding-bottom: 10px;
  }

  .textarea-2 {
    font-family: Opensans, Arial, sans-serif;
  }

  .div-block-34 {
    padding-top: 10px;
  }

  .submit-button {
    border-radius: 25px;
    width: 300px;
    height: 45px;
    font-size: 18px;
  }

  .code-embed-12 {
    margin-bottom: 20px;
    padding-top: 50px;
  }

  .logonavbarbg {
    padding-left: 240px;
    padding-right: 240px;
  }

  .field-label-3 {
    font-family: Opensans, Arial, sans-serif;
  }

  .field-label-4 {
    font-family: Montserrat, Arial, sans-serif;
  }

  .field-label-5, .field-label-6, .field-label-7 {
    font-family: Opensans, Arial, sans-serif;
  }

  .div-block-37 {
    text-align: left;
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    position: relative;
  }

  .section.home-cta-with-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section.limited-width.modal-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
  }

  .primary-button.with-arrow-white, .primary-button.with-arrow-white.w--current {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    height: 60px;
    display: flex;
  }

  .nav-container {
    background-color: var(--text-dark);
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: var(--dark);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link:hover {
    color: var(--white);
    background-color: #0000;
  }

  .nav-link.w--current {
    color: var(--white);
    background-color: #000;
  }

  .nav-link.w--current:hover {
    color: var(--white);
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--white);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle:hover {
    color: var(--main-colos);
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--dark);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
    padding-bottom: 2px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    position: static;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    bottom: 0;
  }

  .footer-copyright {
    color: var(--white);
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .light-background {
    display: block;
  }

  .coming-soon-image {
    display: none;
  }

  .search-shop-con {
    justify-content: flex-start;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--main-colos);
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-collection-list {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .project-template-image {
    height: 360px;
  }

  .project-template-image.bigger-height {
    height: 500px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-transperent {
    z-index: 1000;
    opacity: 1;
    object-fit: fill;
    height: 60px;
    font-family: Teachers;
    position: static;
    bottom: auto;
    overflow: visible;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-main {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 2px;
  }

  .image-burger.dark-style {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    transition: none;
    display: block;
  }

  .brand.w--current {
    display: block;
  }

  .spacing-system-image {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pages-banner {
    background-color: var(--black);
    background-image: none;
    padding-top: 60px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .licensing-footer-link {
    color: var(--white);
    -webkit-text-stroke-color: var(--main-colos);
  }

  .banner-h-ome {
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/kitchenremodeled.avif');
    background-position: 50%;
    background-size: cover;
    min-height: 600px;
    margin-bottom: 0;
    position: static;
    top: 92px;
    overflow: visible;
  }

  .background-video {
    height: 80%;
  }

  .content-information-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .numbers-wrap {
    justify-content: center;
    align-items: center;
    width: 33%;
  }

  .photo-info-wrapper {
    object-position: 50% 25%;
    width: 100%;
    height: 400px;
    position: relative;
    inset: 0 auto;
  }

  .numbers-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-columns: .9fr 1.2fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .information-center-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    margin-left: 0;
  }

  .info-about-grid {
    grid-template-columns: .4fr 1fr;
  }

  .collection-list-wrapper-services {
    width: 100%;
  }

  .asymmetric-title-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .content-left-about, .content-left-about.assymetric-about, .content-right-about, .content-right-about.assymetric-about {
    width: 100%;
  }

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

  .section-title-with-space {
    margin-bottom: 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card-image {
    height: 420px;
  }

  .footer-brand-wrapper-main {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .footer-links-wrapper-main {
    max-width: 100%;
  }

  .block-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
  }

  .block-container.logo-wrapper {
    grid-column-gap: 0px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper-main {
    background-color: var(--black);
    flex-wrap: wrap;
  }

  .right-block-cu {
    width: 100%;
    margin-top: 50px;
  }

  .left-block-cu {
    grid-row-gap: 0px;
    flex-flow: wrap;
    width: 100%;
  }

  .address-block {
    width: 50%;
  }

  .address-content-block {
    flex-direction: column;
  }

  .section-project {
    min-height: 660px;
  }

  .portfolio-content-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    inset: auto auto 0% 0%;
  }

  .logo-footer {
    width: 50vw;
  }

  .logo-image {
    width: 100%;
  }

  .banner-home-title {
    width: 78%;
    font-size: 35px;
  }

  .home-banner-contents {
    z-index: 1;
    grid-row-gap: 40px;
    text-align: center;
    object-fit: fill;
    background-color: #000000b3;
    flex-direction: column;
    align-items: center;
    padding: 80px 30px;
    display: flex;
    position: static;
  }

  .home-baner-content-columns {
    text-align: center;
    object-fit: fill;
    align-items: flex-start;

    padding-left: 0;
  }

  .banner-info-three {
    justify-content: flex-start;
    align-items: center;
  }

  .photo-info-about {
    object-position: 50% 25%;
    height: 400px;
  }

  .inform-block-banner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: auto;
    padding-top: 20px;
  }

  .banner-icons {
    height: 150px;
  }

  .home-about-contaner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-lines {
    display: flex;
  }

  .cta-loop.with-top-divider-and-top-space {
    padding-top: 40px;
  }

  .section-clients {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: relative;
  }

  .tablet-hidden {
    display: block;
  }

  .tablet-show {
    margin-top: 40px;
    display: none;
  }

  .banner-second-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .banner-second-content-wrapper.project-page-width {
    width: 76%;
    margin-left: 0;
  }

  .outline-hover-circle {
    width: 50px;
    height: 50px;
  }

  .instagram-grid {
    width: 100%;
  }

  .hover-circle-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px 20px 0;
    display: flex;
  }

  .hover-circle-wrapper.project-style {
    padding-bottom: 40px;
  }

  .instagram-links {
    justify-content: flex-end;
    align-items: flex-end;
    height: 240px;
  }

  .blog-collection-grid {
    grid-row-gap: 60px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .blog-collection-item-home {
    width: 47.2%;
  }

  .banner-content-right, .banner-content-left {
    width: 100%;
  }

  .why-choose-us-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .persons-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .about-image-wrap {
    height: 380px;
  }

  .content-column-left, .content-column-right {
    width: 100%;
  }

  .banner-two-side-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 640px;
    margin-left: 0;
  }

  .product-main-image {
    height: 345px;
  }

  .shop-details-wrapp {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .section-details {
    padding-top: 110px;
  }

  .shop-images-list-main {
    grid-template-columns: 1fr 1fr;
  }

  .zoom-wrapper {
    display: none;
  }

  .cat-shop-collection-list-wrapper {
    margin-bottom: 20px;
  }

  .lightbox-main-image {
    height: 100%;
  }

  .primary-button-product {
    display: block;
  }

  .order-row {
    flex-flow: column;
  }

  .order-row.with-space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .order-sticky {
    top: 90px;
  }

  .title-with-side-button-wrapper {
    grid-template-columns: .4fr 1fr;
  }

  .collection-list-wrapper-services-main {
    width: 100%;
  }

  .project-links {
    justify-content: flex-end;
    align-items: flex-end;
    height: 440px;
  }

  .project-info-wrapper {
    margin-left: 20px;
    margin-right: 90px;
  }

  .project-outcome {
    width: 100%;
  }

  .faq-wrapper-main {
    grid-column-gap: 40px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .code-embed {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .code-embed-3 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .form-block {
    display: block;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template: "."
                   "."
                   / auto auto;
  }

  .image-5 {
    display: inline-block;
  }

  .lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
    height: 200px;
  }

  .heading-3 {
    margin-top: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    display: none;
  }

  .second-nav {
    z-index: 99;
    background-color: var(--_apps---charts--chart-2);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .div-block-6 {
    margin-top: 0;
    display: none;
  }

  .paragraph {
    text-align: center;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

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

  .div-block-10 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 50px;
  }













  .link-block {
    background-color: var(--main-colos);
    border-radius: 30px;
    justify-content: center;
    width: 147px;
    height: 45px;
    display: flex;
  }





  .link, .link:hover {
    color: var(--white);
  }

  .bathroom-home-banner {
    text-align: left;
    background-image: url('../images/smallbath1.avif');
    top: 0;
  }

  .banner-for-home {
    background-image: url('../images/render_kitchen1.avif');
    background-position: 50%;
    background-size: cover;
    top: 0;
  }

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

  .about-papragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    display: block;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .div-block-19 {
    object-fit: fill;
    height: 600px;
  }

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

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

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
    height: 250px;
  }

  .contaier {
    background-color: #000;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .text-block-11 {
    color: var(--white);
    font-family: Raleway Variablefont Wght, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .section-7 {
    position: static;
  }

  .link-block-2 {
    display: none;
  }

  .div-block-22 {
    display: block;
  }

  .div-block-23 {
    height: 50px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    display: flex;
  }

  .text-block-12 {
    color: var(--white);
    font-size: 14px;
  }

  .window-header {
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .linkboxwindows {
    height: 200px;
  }

  .siding {
    aspect-ratio: 3 / 2;
    width: auto;
    max-width: none;
    height: 200px;
    overflow: visible;
  }

  .sidingimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading {
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
  }

  .heading-13 {
    margin-bottom: 30px;
  }

  .flooringlightbox {
    aspect-ratio: 3 / 2;
    height: 200px;
  }

  .flooringimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .window-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center;
    display: grid;
  }

  .bold-text-10 {
    font-weight: 400;
  }

  .banner-siding {
    background-image: url('../images/sidingwork8.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .only-mobile {
    background-color: var(--white);
    border-radius: 14px;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .service-content {
    padding: 80px 30px;
  }

  .kitchen-banner-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bathroom-service-title {
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .bathroom-subheadojmg {
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
  }

  .windows-subheading {
    color: var(--white);
  }

  .windows-heading {
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .siding-heading {
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
  }

  .siding-subheading {
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .flooring-heading {
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .flooring-paragraph {
    color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    height: 200px;
  }

  .home-banner-our-work {
    background-image: url('../images/at-work2_2.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .our-work-title {
    font-size: 45px;
  }

  .bold-text-11 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
  }

  .work-banner-content {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    background-color: var(--main-colos);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 150px 30px;
    display: flex;
  }

  .code-embed-8, .code-embed-9 {
    margin-top: 100px;
  }

  .text-block-14 {
    color: var(--white);
    padding-right: 40px;
  }

  .icon {
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
    background-color: #0000;
    border: 0 solid #fff;
    border-radius: 0;
  }

  .nav-link-copy {
    width: 100%;
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-copy:hover {
    color: var(--white);
    background-color: #939393;
  }

  .nav-link-copy.w--current {
    color: var(--white);
    background-color: #000;
  }

  .nav-link-copy.w--current:hover {
    color: var(--white);
    background-color: #0000;
  }

  .dropdown {
    color: var(--black);
  }

  .dropdown-2, .dropdown-3, .dropdown-4, .dropdown-5 {
    color: var(--white);
  }

  .dropdown-6 {
    color: var(--white);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-7, .dropdown-8, .dropdown-9, .dropdown-10 {
    color: var(--white);
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .dropdown-list {
    background-color: #0000;
  }

  .div-block-29 {
    display: block;
  }

  .text-field-2 {
    width: 100%;
    margin-right: 0;
  }

  .text-field-3 {
    width: 100%;
  }

  .div-block-30 {
    padding-right: 0;
  }

  .div-block-31, .div-block-32 {
    padding-left: 0;
  }

  .div-block-33 {
    padding-right: 0;
  }

  .textarea-2 {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }

  .submit-button {
    background-color: var(--main-colos);
  }

  .code-embed-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logonavbarbg {
    display: none;
  }

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

  .div-block-38 {
    text-align: center;
    width: 400px;
    display: block;
  }

  .image-28 {
    width: 12000px;
    max-width: 1000px;
  }

  .div-block-39 {
    text-align: left;
    margin-left: 0;
  }

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

  .section-8 {
    float: none;
    clear: none;
    text-align: center;
    background-color: #0000;
    background-image: none;
    display: none;
    position: static;
  }

  .container-10 {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.home-cta-with-bg {
    background-image: linear-gradient(#0009, #0009), url('../images/bathremodeled.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.limited-width.modal-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.services-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-menu {
    width: 320px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  ._404-heading {
    font-size: 70px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .search-shop-con {
    margin-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .portfolio-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    column-gap: 30px;
  }

  .portfolio-collection-item:last-child {
    margin-bottom: 0;
  }

  .project-pagination-wrapper {
    flex-flow: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--main-colos);
    border-bottom-width: 1px;
    border-bottom-color: var(--main-colos);
    width: 100%;
    margin: 30px 15px;
  }

  .project-template-images-list-last {
    grid-template-columns: 1fr;
  }

  .project-template-image.bigger-height {
    height: 380px;
  }

  .navbar-transperent {
    opacity: 100;
    position: relative;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .project-button-link {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    align-items: center;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-main {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-landing {
    margin-bottom: 30px;
  }

  .pages-banner {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .details-page-title {
    font-size: 40px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-h-ome {
    margin-bottom: 50px;
    position: static;
  }

  .background-video {
    height: 90%;
  }

  .content-information-wrap {
    width: 100%;
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .big-number {
    font-size: 40px;
  }

  .information-center-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info-about-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .subheading-wrapper.mobile-margin-bottom-20 {
    margin-bottom: 20px;
  }

  .collection-list-wrapper-services {
    width: 100%;
    height: 440px;
  }

  .banner-content-four-categories {
    background-color: #0000008c;
    padding: 40px;
  }

  .subtitle-services {
    display: none;
    top: 20px;
    right: 20px;
    transform: none;
  }

  .asymmetric-title-content-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card-image {
    height: 320px;
  }

  .team-item-name {
    font-size: 22px;
  }

  .footer-brand-wrapper-main {
    max-width: 100%;
  }

  .footer-links-wrapper-main {
    border-left-color: var(--light-gray);
    max-width: 100%;
    max-height: 100%;
  }

  .block-container.logo-wrapper {
    border-top-color: var(--light-gray);
    border-bottom-color: var(--light-gray);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-block-cu {
    grid-row-gap: 20px;
  }

  .address-block {
    width: 100%;
  }

  .portfolio-content-wrapper {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-home-title {
    width: 84%;
  }

  .home-banner-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-baner-content-columns {
    padding-left: 0;
  }

  .inform-block-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: stretch center;
    width: 100%;
  }

  .banner-icons {
    text-align: left;
    height: 110px;
  }

  .cta-loop.with-top-divider-and-top-space {
    margin-top: 40px;
  }

  .section-clients {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .second-banner {
    padding-top: 110px;
  }

  .banner-second-content-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .banner-second-content-wrapper.project-page-width {
    width: 92%;
  }

  .icon-features-wrapper {
    margin-bottom: 5px;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-collection-item-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 15px;
  }

  .top-blog-item-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-item-link {
    font-size: 32px;
  }

  .banner-two-side-wrapper {
    grid-row-gap: 20px;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: 370px;
  }

  .cart-button {
    padding-top: 13px;
  }

  .product-main-image.bottom {
    height: 280px;
  }

  .shop-details-wrapp {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-details {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .details-title {
    font-size: 36px;
  }

  .title-with-side-button-wrapper {
    place-items: center stretch;
    margin-bottom: 40px;
  }

  .collection-list-services {
    flex-direction: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-list-wrapper-services-main {
    width: 100%;
  }

  .light-banner {
    padding-top: 110px;
  }

  .project-info-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .project-divider {
    width: 100%;
    height: 1px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .project-collection-list-wrapper {
    margin-top: 25px;
  }

  .faq-wrapper-main {
    grid-column-gap: 20px;
    flex-flow: column;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .code-embed {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .code-embed-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    width: auto;
  }

  .image-5 {
    height: 100%;
    display: block;
    overflow: clip;
  }

  .lightbox-link {
    height: 100%;
  }

  .lightbox-link-2 {
    aspect-ratio: 3 / 2;
    width: auto;
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .heading-3 {
    width: auto;
    padding-left: 29px;
    padding-right: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .div-block-6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    display: none;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-10 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 50px;
  }

  .container-7 {
    margin-left: 20px;
    margin-right: 20px;
  }



  .link-block {
    background-color: var(--_apps---colors--primary);
  }

  .link-block:hover {
    color: var(--white);
  }




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

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

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
    height: 100%;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .linkboxwindows, .siding {
    height: 100%;
  }

  .flooringlightbox {
    aspect-ratio: 3 / 2;
    height: 100%;
  }

  .window-gallery {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .work-banner-content {
    background-color: var(--_apps---charts--chart-1);
  }

  .nav-link-copy {
    margin-left: 0;
  }

  .form-2 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.home-cta-with-bg {
    background-image: linear-gradient(#0009, #0009), url('../images/bathremodeled.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.limited-width.modal-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 320px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    width: 100%;
    color: var(--white);
    text-align: center;
    flex-wrap: wrap;
    line-height: 1.6em;
  }

  .button-wrapper.mobile-p-center {
    justify-content: center;
    align-items: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--main-colos);
    border-bottom-width: 1px;
    border-bottom-color: var(--main-colos);
    width: 100%;
    margin: 30px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .heading-hover {
    margin-bottom: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-tab-link {
    text-align: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .licensing-footer-link {
    color: var(--white);
    text-align: center;
    line-height: 1.6em;
  }

  .licensing-footer-link:hover {
    color: var(--white);
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-h-ome {
    -webkit-text-fill-color: inherit;
    object-fit: contain;
    background-image: url('../images/kitchenremodeled.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    position: static;
  }

  .background-video {
    height: 80%;
  }

  .numbers-wrap {
    width: 100%;
  }

  .photo-info-wrapper {
    height: 320px;
  }

  .numbers-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
  }

  .banner-content-four-categories {
    padding: 0 15px;
  }

  .image-banner-four {
    min-height: 440px;
  }

  .asymmetric-title-content-wrapper.faq-style-no-space {
    justify-content: center;
    align-items: stretch;
    max-width: 350px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card-image {
    height: 380px;
  }

  .footer-brand-description-main {
    text-align: center;
  }

  .socials-links-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-brand-wrapper-main {
    grid-row-gap: 30px;
  }

  .footer-links-wrapper-main {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .footer-content-right {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-container {
    grid-row-gap: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-container.logo-wrapper {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .right-block-cu {
    text-align: center;
  }

  .firs-row-form.wrap {
    flex-wrap: wrap;
  }

  .image-block-pd {
    height: 300px;
  }

  .section-project {
    background-color: var(--dark);
    flex-flow: column;
    height: auto;
  }

  .portfolio-content-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .logo-image {
    width: 80%;
    max-width: 75%;
    height: auto;
    max-height: 36px;
    padding-right: 0;
  }

  .banner-home-title {
    width: 100%;
    font-size: 35px;
  }

  .home-banner-contents {
    object-fit: fill;
  }

  .banner-info-three {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .photo-info-about {
    height: 320px;
    overflow: visible;
  }

  .inform-block-banner {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
  }

  .banner-icons {
    max-width: 100%;
    height: 85px;
    margin-top: 10px;
    line-height: 1.2em;
  }

  .home-about-contaner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .client-numbers-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-clients {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .tablet-hidden {
    display: block;
  }

  .banner-second-content-wrapper.project-page-width {
    width: 100%;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .instagram-links {
    height: 200px;
  }

  .bottom-blog-item-wrap {
    flex-flow: wrap;
  }

  .persons-wrapper {
    flex-flow: column;
  }

  .avatars-image-smaller {
    max-width: 90%;
  }

  .why-choose-us-info {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .banner-image.with-filter-team-style {
    object-position: 66% 25%;
  }

  .order-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-image {
    width: 100%;
    height: 150px;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .product-main-image.bottom {
    height: 180px;
  }

  .product-images-block, .block-header {
    flex-flow: column;
  }

  .order-subtitle {
    margin-bottom: 10px;
  }

  .title-with-side-button-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .project-links {
    height: 380px;
  }

  .project-info-wrapper {
    margin-top: 40px;
    margin-bottom: 120px;
    margin-right: 20px;
    inset: 0% auto auto 0%;
  }

  .project-description {
    display: none;
  }

  .code-embed {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .code-embed-3 {
    overflow: visible;
  }

  .form-block {
    display: block;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: cover;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    place-content: center;
    width: auto;
    max-width: 100%;
    display: grid;
  }

  .image-5 {
    height: 100%;
    display: inline-block;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .lightbox-link {
    aspect-ratio: auto;
    width: auto;
    height: 225px;
  }

  .lightbox-link-2 {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 225px;
    display: block;
  }

  .lightbox-link-3 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 225px;
  }

  .lightbox-link-4 {
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    height: 225px;
    display: block;
  }

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

  .image-8 {
    height: 100%;
  }

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

  .second-nav {
    display: flex;
  }

  .text-block-4, .div-block-6 {
    display: none;
  }

  .grid {
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .section-2 {
    margin-top: 100px;
  }

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

  .container-7 {
    margin-left: 10px;
    margin-right: 10px;
  }














  .link {
    color: var(--white);
  }

  .bathroom-home-banner {
    background-image: url('../images/smallbath1.webp');
  }

  .banner-for-home {
    background-image: url('../images/render_kitchen1.avif');
  }

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

  .div-block-20 {
    object-fit: fill;
    height: 400px;
  }

  .lightbox-link-5 {
    aspect-ratio: 2 / 3;
    height: 100%;
  }

  .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
    aspect-ratio: 2 / 3;
  }

  .grid-4 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .linkboxwindows {
    height: 225px;
  }

  .siding {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 225px;
    overflow: clip;
  }

  .sidingimage {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .flooringlightbox {
    aspect-ratio: 3 / 2;
    height: 225px;
  }

  .window-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .only-mobile {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link-copy {
    width: 99%;
  }

  .div-block-32, .div-block-33, .div-block-34 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-38 {
    display: block;
  }
}

#w-node-c1d95adc-dbcf-f74f-4d1c-042236fd75d0-079ec27d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad801ddb-ad09-b7b0-5f21-a79453c03415-85945ad3 {
  place-self: center;
}

#w-node-_606e49ac-8ec9-93aa-d265-883c15c4df98-85945ad3 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-ad801ddb-ad09-b7b0-5f21-a79453c03415-85945ad3 {
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_2105a2fe-21ef-cc95-6088-687738f816bf-079ec255, #w-node-_2523736f-e4a1-4586-2723-780c6422c305-d93edefd {
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_606e49ac-8ec9-93aa-d265-883c15c4df98-85945ad3 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ad801ddb-ad09-b7b0-5f21-a79453c03417-85945ad3 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1d95adc-dbcf-f74f-4d1c-042236fd75d0-079ec27d, #w-node-c1d95adc-dbcf-f74f-4d1c-042236fd75d2-079ec27d, #w-node-c1d95adc-dbcf-f74f-4d1c-042236fd75d4-079ec27d, #w-node-c1d95adc-dbcf-f74f-4d1c-042236fd75d6-079ec27d {
    place-self: center stretch;
  }

  #w-node-_27357da2-38bb-8cea-4ff3-31cf6b086107-85945ad3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}


[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}




.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* ---------- FAQ (No Webftexow) ---------- */

/* ---------- FAQ (Clean Structural CSS) ---------- */

.accordion-item-main {
  border-bottom: 1px solid #afafaf80;
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative; 
}

.accordion-item-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: 'Open Sans', Arial, sans-serif;
  display: flex;
  cursor: pointer;
}

/* Container for the structural layout icon lines */
.faq-icon-wrapper {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

/* Horizontal line of the plus sign */
.faq-icon-wrapper::before {
  content: '';
  background-color: #3b2f2f;
  position: absolute;
  width: 18px;
  height: 2px;
  transition: transform .3s ease;
}

/* Vertical line element of the plus sign */
.vertical-faq-line {
  background-color: #3b2f2f;
  position: absolute;
  width: 2px;
  height: 18px;
  transition: transform .3s ease, opacity 0.3s ease;
}

/* Rotates the lines smoothly when active to switch a '+' to a '-' */
.accordion-item-main.active .vertical-faq-line {
  transform: rotate(90deg);
  opacity: 0; /* Blends away the vertical line completely leaving just a flat line */
}

/* --- Content Hidden State --- */
.accordion-list {
  display: grid;
  grid-template-rows: 0fr; /* Default State: Completely Hidden */
  transition: grid-template-rows 0.3s ease-out;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* --- Content Revealed State --- */
.accordion-item-main.active .accordion-list {
  grid-template-rows: 1fr; /* Revealed State */
}

/* Crucial: Tells the browser it's allowed to collapse to 0px */
.accordion-list > div,
.accordion-inner {
  overflow: hidden;
  min-height: 0; 
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-family: 'Open Sans', Arial, sans-serif;
  display: flex;
}






/* OUR SERVICES */

.services-section {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.services-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Grid layout tracking with dynamic columns */
/* ==========================================================================
   RESPONSIVE CARD GALLERY GRID
   ========================================================================== */

/* 1. Mobile View (Default base style) -> 1 Card Per Row */
.services-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column layout for mobile devices */
  grid-gap: 20px;             /* Slightly tighter gap on mobile screens */
  width: 100%;
}

/* 2. Tablet View (From 480px and up) -> 2 Cards Per Row */
@media screen and (min-width: 600px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* Snaps to 2 columns side-by-side */
    grid-gap: 25px;
  }
    .services-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
}

/* 3. Desktop View (From 992px and up) -> 4 Cards Per Row */
@media screen and (min-width: 1200px) {
    .services-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
  .services-grid {
    grid-template-columns: repeat(4, 1fr); /* Expands cleanly to 4 items wide */
  }
}

/* The card box wrapper */
.service-card {
  background-color: var(--white);
  border: 1px solid #afafaf4d; /* Uses your theme's soft border token */
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; /* Keeps cards across a grid row completely symmetrical */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Fixed thumbnail cropping box */
.card-image-wrap {
  width: 100%;
  height: 240px; 
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps image ratios perfect without compression stretching */
  display: block;
}

/* Flexbox body container */
.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1; /* Instructs body to consume leftover vertical room inside short cards */
}

.card-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
}

.card-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--paragraph-gray);
}

/* Baseline button locking system */
.card-action-wrap {
  margin-top: auto; /* CRITICAL: Behaves like an internal spring to force buttons down */
  padding-top: 10px;
  width: 100%;
}

/* Reusable CTA hyperlink button formatting */
.card-btn {
  display: inline-block;
  color: #003a8d; /* Matches your core brand navy identity colors */
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.card-btn:hover {
  color: #222222;
  transform: translateX(4px); /* Clean micro-interaction nudge */
}







/* ==========================================================================
   NATIVE MAIN HEADER STYLING (CLEAN & CONSOLIDATED)
   ========================================================================== */

/* --- Global Header Containers --- */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Base structural row wrappers spanning edge-to-edge */
.top-nav-bar {
  background-color: #ffffff;
  height: 100px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.bottom-nav-bar {
  background-color: #ffffff;
  width: 100%;
  padding: 12px 0;
}

/* Inner block protecting centering ratios for links */
.header-max-container {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.center-content {
  justify-content: center;
}

/* --- Top Bar Setup --- */
.logo-branding-block {
  background-color: #003a8d; /* Corporate Navy */
  padding: 0 70px 0 40px;
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-18deg);
  transform-origin: top left;
  z-index: 10;
}

.nav-logo {
  margin-left: 50PX;
    height: 50px;
  width: auto;
  transform: skewX(18deg);
}

.phone-center-zone {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 180px; /* Safety fallback spacer protecting logo overlap zone */
  padding-right: 180px; /* Safety fallback spacer protecting CTA zone */
  box-sizing: border-box;
}

.nav-phone {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.button-right-zone {
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}

.nav-cta-pill {
  background-color: #003a8d;
  color: #ffffff;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;


  font-size: 15px;
  padding: 15px 34px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 128, 0.25);
  transition: background-color 0.2s;
  white-space: nowrap;
}

.nav-cta-pill:hover {
  background-color: #111111;
}

/* --- Desktop Menu Links Layout --- */
.mobile-drawer-header {
  display: none; /* Hidden on desktop view */
}

.hamburger-menu-btn {
  display: none; /* Hidden on desktop view */
}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.nav-links > li {
  display: inline-block;
}

.nav-links > li > a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-links > li > a:hover {
  color: #003a8d;
}

/* --- Submenu Dropdown Configuration (Framework Safe) --- */
.ap-dropdown { 
  position: relative; 
}

.ap-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  list-style: none;
  padding: 5px 0;
  min-width: 200px;
  display: none;
  z-index: 100;
}

.ap-dropdown:hover .ap-dropdown-menu { 
  display: block; 
}

.ap-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.ap-dropdown-menu a:hover {
  background-color: #f5f5f5;
  color: #003a8d
  ;
}


/* ==========================================================================
   MOBILE VIEWPORTS (991PX AND UNDER)
   ========================================================================== */
@media screen and (max-width: 991px) {

    .nav-logo {
    margin-left: 0PX;
    height: 32px;
  }
  
  /* Solid dark background layout */
  .top-nav-bar {
    background-color: #000000; 
    height: auto;
    padding: 15px 0 20px 0;
    border-bottom: none;
  }

  .top-nav-bar .header-max-container {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding: 0 24px;
    gap: 15px 0;
  }

  /* Keep container active but collapse desktop spacing */
  .bottom-nav-bar {
    display: block !important;
    padding: 0 !important;
    height: 0 !important;
    border: none !important;
    background: none !important;
  }
  
  .bottom-nav-bar .header-max-container {
    padding: 0 !important;
    height: 0 !important;
  }

  /* Centered phone layout row */
  .phone-center-zone {
    width: 100% !important;
    flex: none !important;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important; 
    margin-bottom: 5px;
    height: auto;
  }

  .nav-phone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  /* Clear desktop skew layout parameters from the background bar logo */
  .top-nav-bar .logo-branding-block {
    position: static !important;
    background: none !important;
    padding: 0 !important;
    transform: none !important;
    order: 2;
    display: flex;
    align-items: center;
    height: auto;
  }

  .top-nav-bar .nav-logo {
    height: 44px;
    transform: none !important;
  }

  /* Right Side Button Alignment Box */
  .button-right-zone {
    position: static !important;
    order: 3;
    display: flex !important;
    align-items: center !important;
    gap: 20px;
    height: auto !important;
  }

  .nav-cta-pill {
    padding: 11px 26px;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: none;
  }

  /* 3-line White Hamburger Icon */
  .hamburger-menu-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }

  .hamburger-menu-btn::before,
  .hamburger-menu-btn::after,
  .hamburger-menu-btn .burger-middle-line {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }

  /* --- Mobile Slider Drawer --- */
  .nav-menu {
    position: fixed !important;
    top: 0;
    left: -100%; 
    width: 70%;  
    min-width: 280px;
    max-width: 340px;
    height: 100vh !important;
    background-color: #000000 !important;
    z-index: 2000 !important;
    padding: 24px;
    box-sizing: border-box;
    transition: left 0.3s ease;
  }

  .nav-menu.active {
    left: 0 !important; 
  }

  /* Drawer Header Grid */
  .mobile-drawer-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #222222; 
    margin-bottom: 20px;
  }

  .drawer-logo-block {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .drawer-logo {
    height: 36px; 
    width: auto;
  }

  .menu-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    padding: 0 5px;
    margin: 0;
    display: flex;
    align-items: center;
  }

  /* Stack layout links vertically down the side panel */
  .nav-links {
    text-align: left;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100%;
  }

  .nav-links > li {
    width: 100%;
    display: block;
  }

  .nav-links > li > a {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600;
    display: block;
    width: 100%;
  }

  /* Submenu items vertical tree layout configuration */
  .ap-dropdown-menu {
    position: static;
    display: none; /* Visible by default inside the mobile side drawer panel */
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 0 15px;
  }

  .ap-dropdown-menu a {
    color: #cccccc !important;
    font-size: 16px;
    padding: 8px 0;
  }

  .ap-dropdown.open .ap-dropdown-menu {
    display: block !important;
  }
}

/* ==========================================================================
   ULTRA-COMPACT MOBILE VIEWPORTS (600PX AND UNDER)
   ========================================================================== */
@media screen and (max-width: 600px) {
  .top-nav-bar {
    padding: 12px 0 16px 0;
  }

  .top-nav-bar .header-max-container {
    padding: 0 16px;
    gap: 12px 0;
  }

  .nav-phone {
    font-size: 15px;
    letter-spacing: 0.2px;
  }

  .nav-logo {
    margin-left: 0PX;
    height: 28px !important;
  }

  .button-right-zone {
    gap: 12px; 
  }

  .nav-cta-pill {
    padding: 8px 16px;
    font-size: 12px;
  }

  .hamburger-menu-btn {
    width: 22px;
    height: 14px;
  }
  
  .hamburger-menu-btn::before,
  .hamburger-menu-btn::after,
  .hamburger-menu-btn .burger-middle-line {
    height: 2px;
  }
}


