@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eurostile;
  src: url('../fonts/eurostile.TTF') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4";
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-BoldItalic.ttf') format("truetype"), url('../fonts/LinikSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Liniksans;
  src: url('../fonts/LinikSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.carousel-horizontal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-text-field {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.form-text-field:hover {
  border-color: #a3a3a3;
}

.form-text-field:focus {
  border-color: #ac91ac;
}

.form-text-field::placeholder {
  color: #737373;
}

.form-text-field.form-icon-left {
  padding-left: 52px;
}

.fade-gradient-right {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(93deg, #0000, #f8f6f6b5 60%, #f8f6f6);
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1216px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.fade-gradient-left {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(89deg, #f8f6f6, #f8f6f6b8 48%, #0000);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-section {
  background-color: #f8f6f6;
  background-image: linear-gradient(350deg, #00000080, #fff0), linear-gradient(#00000080 100%, #fff), url('../images/aluminum-fence-ocala-florida-fence-installation-company-02.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 0 0% 48px;
  position: relative;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
}

.form-success-message {
  color: #0a0a0a;
  background-color: #d6f0e5;
  font-weight: 500;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.header-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 5%;
  margin-right: 5%;
}

.h1-heading {
  color: #0a0a0a;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.form-error-message {
  background-color: #eed8d8;
  padding: 10px 20px;
  font-weight: 500;
}

.cursor-02 {
  width: 114px;
  position: absolute;
  inset: auto auto 20% 20%;
}

.form-icon-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #734573;
}

.logos-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.header-form-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.carousel-horizontal-wide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.column-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.icon-small {
  color: #e77b0d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.image-full {
  width: 100%;
  height: auto;
}

.cursor-01 {
  width: 114px;
  position: absolute;
  inset: 20% 20% auto auto;
}

.header-newsletter-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  width: 100%;
  display: flex;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small.text-color-gray-500 {
  color: #fff;
  font-weight: 700;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.code-embed {
  display: none;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.header-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.header-image-block {
  background-color: #f2eeee00;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 536px;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #fff;
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 65px;
}

.navigation-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  align-items: center;
}

.navigation-link-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline {
  color: #292929;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #f5f5f5;
}

.navigation-side-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navigation-dropdown {
  justify-content: center;
  align-items: center;
}

.navigation-side-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.navigation-menu-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.navigation-bar {
  background-color: #fff;
  padding: 32px 3%;
  display: none;
}

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

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4b0f;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 0 0 0 1px #ff4b0f, 0 1px 2px #ff4b0fa3, inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f;
}

.button-secondary-small:hover {
  background-image: linear-gradient(#fff6, #0000 50%);
}

.navigation-divider {
  flex-direction: column;
  width: 2px;
  display: flex;
}

.navigation-side-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #3d3d3d;
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navigation-side-link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.navigation-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.navigation-link-icon {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.navigation-footer-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 6px 8px 6px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-footer-link:hover {
  background-color: #fff;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.navigation-dropdown-list-regular {
  background-color: #0000;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-dropdown-list-regular.w--open {
  background-color: #fff;
  border-radius: 24px;
  width: 800px;
  margin-top: 8px;
  padding: 24px;
  left: -50%;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-small:hover {
  background-color: #141414;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-link {
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
}

.navigation-link:hover {
  background-color: #f5f5f5;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

.navigation-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-logo {
  flex: none;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-color: #e77b0d;
  -webkit-background-clip: text;
  background-clip: text;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e77b0d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  transform: skew(-8deg);
}

.button-right-icon:hover {
  background-color: #e77b0d;
  transform: translate(6px, -6px)skew(-8deg);
  box-shadow: 0 2px 5px #e77b0d;
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon.newbtn.newbtn1 {
  background-color: #222;
}

.button-right-icon.newbtn.newbtn1:hover {
  box-shadow: none;
}

.body-button-normal {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: flex;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
}

.google-reviews-wrapper {
  align-items: center;
  height: 20px;
  display: flex;
}

.people-image {
  margin-left: 0;
}

.nombre-etoile {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-card-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.column-x-large {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.h2-heading {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.paragraph-large {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 34px;
}

.content-grid-wide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr minmax(auto, 470px);
  align-items: center;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading-regular {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-wrapper {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper.red {
  color: #d12e46;
  background-color: #fde7e7;
}

.section-x-large {
  padding: 60px 5%;
}

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

.button-group.is-course {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.margin-bottom.margin-medium {
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: .5rem;
  display: flex;
}

.margin-bottom.margin-medium.newmd {
  max-width: 800px;
}

.gallery_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform .4s;
  display: flex;
}

.gallery_item:hover {
  transform: translate(0, -10px);
}

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

.button {
  color: #0a0a0a;
  text-align: center;
  background-color: #fff;
  padding: 1.5rem;
  font-weight: 600;
  line-height: .9;
  text-decoration: none;
  position: relative;
}

.button.is-black {
  color: #fff;
  background-color: #191a1a;
}

.gallery_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.margin-top.margin-large {
  margin-top: 3.4rem;
}

.gallery_category {
  opacity: .5;
  font-size: .75rem;
  font-weight: 500;
  line-height: .95;
}

.button_bg {
  pointer-events: none;
  background-color: #1ff990;
  width: 0%;
  transition: width 1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

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

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

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

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

.course_content {
  width: 100%;
}

.text-size-small {
  letter-spacing: -.005em;
  font-size: .9rem;
}

.message_block {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.message_bottom {
  color: #191a1a;
  background-color: #1ff990;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

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

.message_image-wrapper {
  width: 100%;
  position: relative;
}

.gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 252.297px;
  transition: transform .2s;
}

.course_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.button_text {
  z-index: 2;
  color: #0a0a0a;
  position: relative;
}

.button_text.is-message {
  color: #fff;
  mix-blend-mode: difference;
}

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

.gallery_content-wrapper {
  color: #fff;
  background-color: #ffffff14;
  width: 100%;
  padding: 1rem .875rem;
}

.gallery_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.subheading-regular-2 {
  color: #25272c;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

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

.h1-heading-2 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-large-2 {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.section-regular {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.testimonial-image {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.paragraph-regular {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-tertiary {
  color: #8d95a3;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonial-card {
  flex-flow: column;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-color-brand {
  color: #154ee0;
}

.button-primary-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

.button-primary-small-2:hover {
  background-color: #000;
}

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

.testimonial-image-wrapper {
  background-color: #edeef1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px;
}

.testimonial-content-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px dashed #b5bbc4;
  border-top-style: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.column {
  flex-flow: column;
  display: flex;
}

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

.team-card-overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  background-color: #e77b0db3;
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-home-cta-2 {
  background-color: #fefefe;
  display: block;
}

.page-padding-2 {
  padding: 40px 2.5rem;
}

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

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

.max-width-large-2.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.home-cta_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.team-card-photo {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  max-width: 373px;
  max-height: 373px;
}

.team-card-position {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #58b243;
  background-image: url('../images/untitled-5.svg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #2962ff;
  border-radius: 4px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 13px 16px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  color: #fff;
  background-color: #58b244;
  background-image: url('../images/untitled-5.svg'), linear-gradient(#58b244, #75df5d);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  transform: translate(0, -6px);
  box-shadow: 0 2px 5px #58b244;
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.newbtn {
  margin-right: 0;
}

.text-size-large-2 {
  color: #667085;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-large-2.text-align-center {
  color: #000;
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 28px;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.heading-medium {
  font-size: 36px;
  line-height: 48px;
}

.heading-medium.text-align-center {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
}

.team-card-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-regular-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-16.newdesc {
  color: #000;
  margin-top: 10px;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #fff;
  background-color: #0057be;
  font-size: 16px;
  font-weight: 700;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

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

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-3.newheading {
  color: #000;
  text-align: center;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small.background-secondary.newsec.newsec1.invs1.ml {
  background-image: none;
}

.section-small.background-secondary {
  background-color: #fefefe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.title-wrapper-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.flex-block-4.newfe {
  display: none;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-3 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image4 {
  background-image: url('../images/untitled-Design-19.png');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/untitled-Design-1_1.png');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/untitled-Design-18.png');
}

.lightbox-link-3.image6 {
  background-image: url('../images/chain-link-fence-installation.avif');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/untitled-Design-2.png');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/untitled-Design-16.png');
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/untitled-Design-8.png');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/untitled-Design_1.png');
}

.lightbox-link-3.image5 {
  background-image: url('../images/untitled-Design-9.png');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.icon-x-large-2 {
  color: #e77b0d;
  background-color: #fff;
  border: 1px #0057be;
  border-radius: 10000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px;
  display: flex;
}

.paragraph-small-16 {
  color: #fff;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-regular-8 {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-6.text-color-tertiary {
  color: #fff;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
}

.column-x-small-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.contact-grid-2 {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  position: relative;
}

.contact-card-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: row;
  padding: 24px 24px 24px 0;
  text-decoration: none;
  display: flex;
}

.column-large-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e77b0d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 45px 35px 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.h1-heading-4 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
}

.h1-heading-4.newheading {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 30px;
}

.container-x-small-2 {
  z-index: 5;
  background-color: #fff0;
  border-radius: 6px;
  width: 100%;
  max-width: 1000px;
  margin-bottom: -500px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0;
  position: relative;
}

.subheading-large-4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.html-embed-2 {
  opacity: 1;
  width: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.row {
  flex-flow: row;
  display: flex;
}

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

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.content-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.section-regular-9 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.image-fill {
  width: 100%;
  height: auto;
}

.icon-regular {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-image-wrapper-2 {
  background-color: #fff;
  max-width: 488px;
  height: auto;
}

.h3-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.content-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.content-link.mewcontent {
  margin-top: -165px;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.footer-legal-link-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #fff;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.paragraph-regular-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.icon-large-2.newicon {
  width: 26px;
  height: 26px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

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

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: none;
}

.footer-section-2 {
  background-color: #e77b0d;
  background-image: linear-gradient(159deg, #000000f2, #e77b0d 100%, #e77b0dcc 100%, #0054b8 100%, #0057be 100%, #fff), url('../images/untitled-Design-21.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px 5% 10px;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-5.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-5.text-color-white.newt {
  border-right-style: none;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.footer-social-links-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.footer-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
}

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

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

.footer-column.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-column.nc {
  display: none;
}

.bold-text-11 {
  color: #fff;
  text-decoration: none;
}

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.footer-social-link-3 {
  color: #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link-3:hover {
  color: #fff;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.footer-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-text-link:hover {
  color: #fff;
}

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.logo-3 {
  margin-top: -20px;
  position: relative;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.column-large-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-span-2, .text-span-3 {
  -webkit-text-fill-color: transparent;
  background-color: #e77b0d;
  -webkit-background-clip: text;
  background-clip: text;
}

.b-badge-caption {
  color: #000;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.body-button-normal-2 {
  letter-spacing: -.02em;
  font-size: 17px;
  font-weight: 600;
}

.people-image-2 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.home-testimonials_rating-icon {
  color: #000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.image-48 {
  margin-left: -35px;
  margin-right: 10px;
}

.testimonial-wrapper-2 {
  margin-top: -20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.home-testimonials_rating-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 200px;
  display: grid;
}

.home-testimonials_rating-wrapper.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.home-testimonials_rating-wrapper.new1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  display: block;
}

.title-wrapper-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.wrap-v-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.our-impact-purple-div-container-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 30px 20px 90px;
  display: flex;
  position: relative;
  transform: skew(-8deg);
  box-shadow: 0 2px 5px #0003;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.our-impact-purple-text-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.our-impact-purple-block-text-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-right-icon-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e77b0d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 15px 16px 15px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  transform: skew(-4deg);
}

.button-right-icon-2:hover {
  background-color: #e77b0d;
  transform: translate(6px, -6px);
}

.button-right-icon-2:active {
  background-color: #160042;
}

.button-right-icon-2:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.b-badge-icon {
  color: #fabd1b;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.testimonial-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.label-medium {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

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

.icon-right-2 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.icon-right-2.new112 {
  margin-right: 12px;
}

.title-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-large-7 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-7.text-color-gray-950 {
  color: #1f1e1e;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-cta {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.d-130-read-more-link-block {
  background-color: #0057bf;
  border-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.d-130-read-more-link-block.newbtn {
  background-color: #000;
  width: 300px;
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.d-130-right-arrow {
  position: absolute;
  transform: skew(-25deg);
}

.cta-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.cta-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.d-130-arrow-bg {
  background-color: #0057be;
  justify-content: flex-end;
  align-items: center;
  width: 210px;
  height: 50px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: skew(25deg);
}

.section-cta {
  background-color: #1355ff;
  align-items: center;
  padding: 100px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.section-regular-10 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-10.background-white {
  background-color: #fff;
}

.icon {
  color: #e77b0d;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small-17 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-17.text-color-tertiary {
  color: #000;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #e77b0d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
  transform: skew(-4deg);
}

.heading-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.subheading-regular-3 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-x-large-3 {
  font-size: 20px;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-x-small {
  color: #e77b0d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

.container-regular-9 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 455px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  transform: skew(-4deg);
  box-shadow: 0 2px 5px #0003;
}

.text-block-5 {
  color: #e77b0d;
  font-size: 18px;
  font-weight: 700;
}

.text-span-5 {
  color: #e77b0d;
}

.overflow-hidden {
  overflow: hidden;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.carousel-horizontal {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-heading-4 {
  color: #000;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.section-regular-11 {
  padding: 96px 5%;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.icon-regular-9 {
  color: #e77b0e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-18 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-18.text-color-gray-700 {
  color: #fff;
}

.content-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f5f3;
  background-image: url('../images/untitled-Design-17.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #f0edea;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 416px;
  height: 500px;
  padding: 8px;
  display: flex;
  position: relative;
  transform: skew(-1deg);
}

.icon-x-small-2 {
  color: #e77b0e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.carousel-horizontal-content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.paragraph-large-8 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.content-course-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-course-link.raised {
  background-color: #e77b0e;
  flex-flow: row;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.content-course-link.raised.w--current {
  color: #000;
  text-decoration: none;
}

.content-link-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #8b8a89;
  background-color: #e77b0e;
  border: 1px solid #f0edea;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.content-link-2:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.badge-carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #393837;
  background-color: #f6f5f3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px 8px 12px;
  display: flex;
}

.content-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.icon-wrapper-regular {
  background-color: #fff0;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: flex;
}

.badge-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #ffffff80 8%, #fff0 40% 60%, #ffffff80 92%, #fff);
  position: absolute;
  inset: 0%;
}

.column-large-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-color-red-500 {
  color: #ff443d;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.subheading-small-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.dropdown-arrow-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-block-6 {
  color: #e77b0e;
  font-size: 17px;
  font-weight: 700;
}

.logo2_logo {
  max-height: none;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
}

.nav-head-small {
  color: #8d95a3;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
}

.nav-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-small-19 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-19.text-color-tertiary {
  color: #8d95a3;
}

.menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

.nav-divider {
  border-right: 1px dashed #b5bbc4;
  width: 1px;
  height: 32px;
}

.column-x-small-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #f7f8f8;
  border: 1px solid #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  background-color: #edeef1;
  border-color: #d8dbdf;
}

.nav-menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px 4px 4px;
  display: flex;
}

.paragraph-x-small {
  color: #49505b;
  font-size: 12px;
  line-height: 20px;
}

.nav-link {
  color: #fff;
  letter-spacing: -.08px;
  background-color: #fff0;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: color .3s, background-color .3s;
}

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

.nav-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f8f8;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #edeef1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 248px;
  padding: 8px 20px 8px 8px;
  display: flex;
}

.nav-card-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 220px;
  padding: 4px;
  display: flex;
}

.nav-menu-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-version {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #8d95a3;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.subheading-small-3 {
  color: #25272c;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

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

.navigation {
  background-color: #e77b0e00;
  width: 100%;
  padding: 32px 0%;
  position: relative;
}

.nav-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.nav-mid {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-dropdown-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #edeef1;
  border-radius: 12px;
  width: 82vw;
  max-width: 954px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.nav-dropdown-card-large.w--open {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #edeef1;
  border-radius: 12px;
  display: flex;
  top: 48px;
  left: -40px;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.nav-features {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  padding: 4px;
  display: flex;
}

.nav-dropdown-menu.w--open {
  background-color: #fff0;
  top: 48px;
  left: -48px;
}

.divider-primary {
  border-top: 1px dashed #b5bbc4;
  width: 100%;
}

.nav-menu-icon {
  color: #8d95a3;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.08px;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.nav-toggle:hover {
  color: #25272c;
  background-color: #edeef1;
}

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #154ee0;
  letter-spacing: -.08px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.nav-menu-divider {
  border-right: 1px dashed #b5bbc4;
  align-self: stretch;
  width: 1px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 84px;
  display: flex;
}

.sepcials-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 145px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.sepcials-nav.w--current {
  color: #fff;
  border-bottom: 2px solid #ede32c;
}

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -215px;
}

.section-21 {
  text-decoration: none;
  display: flex;
}

.nav__css {
  position: fixed;
}

.feature-grid {
  grid-template-columns: 1fr;
}

.feature-grid.new1-des {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.new1-des._11 {
  width: 1000px;
}

.feature-grid.n11 {
  display: none;
}

.navigation-logo-2 {
  width: 200px;
  margin-top: 0;
  margin-left: -10px;
}

.nav__logo__link {
  flex: none;
  width: 120px;
  margin-right: 32px;
}

.button-text-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.nav__container-2 {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.m-footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr 2fr 1fr;
}

.navigation-toggle {
  color: #fff;
  padding: 0 24px 10px 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.navigation-toggle:hover {
  color: #e77b0e;
}

.navigation-toggle.w--open:hover {
  color: #d12120;
}

.cleaning-top-bar-blue-bg {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #b0e779;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.brix---link-wrapper-color-primary-2 {
  color: #ec1d25;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: #281ca5;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.header-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.chevron {
  margin-top: 2px;
  margin-right: 5px;
}

.contact-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.menu-link {
  font-size: 16px;
  font-weight: 600;
}

.text-block-15 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.display-l {
  color: #fff;
  letter-spacing: normal;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
}

.cleaning-list-item {
  color: #0a66c2;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cleaning-list-item:hover {
  color: #e77b0e;
}

.cleaning-list-item.page {
  border-bottom: 2px solid #e77b0e;
  font-weight: 600;
}

.navigation-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nombre-etoile-2 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.container-large-11 {
  width: 100%;
  max-width: 1300px;
  height: 600px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.cleaning-navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
}

.cleaning-topbar-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.m-footer-title {
  color: #f4f4f6;
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-large-9 {
  color: #fff;
  letter-spacing: -.3px;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.topbar-main-block {
  z-index: 2;
  background-image: linear-gradient(#00000080 100%, #12121299 100%, #fff), url('../images/2024-04-25-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
  max-width: none;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.overline-2 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav__inner-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  color: #d12120;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.google-reviews-wrapper-2 {
  align-items: center;
  height: 20px;
  display: flex;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.navigation-list {
  min-width: 140px;
}

.navigation-list.w--open {
  background-color: #0000;
  min-width: 260px;
  max-height: 100vh;
  padding-top: 30px;
  position: absolute;
  left: -80px;
}

.cleaning-top-bar {
  z-index: 2;
  position: relative;
}

.top {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.test1 {
  text-align: center;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 35px 15px 24px;
  transition: all 1s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #d12120;
}

.test1:hover {
  box-shadow: inset 100vh 0 #d12120;
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.link-block-2 {
  margin-left: 22px;
  transition: all 1s;
}

.contact-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: -70px;
  display: flex;
}

.cleaning-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.brix---link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.navigation-link-06 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navigation-link-06:hover {
  color: #d12120;
}

.cleaning-topbar-container {
  max-width: 1200px;
}

.navigation-list-wrapper {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.bold-text-34 {
  font-weight: 400;
}

.navigation-arrow {
  background-color: #0000;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.icon-regular-10 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-10.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-10.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

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

.feature-text {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.cleaning-nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.cleaning-nav-link:hover {
  color: #e77b0e;
}

.cleaning-navbar-no-shadow {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #00000080;
  margin-top: 0;
  position: static;
  top: 0;
}

.cleaning-social-block {
  color: #1d262d;
  background-color: #00000080;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.nav__flexed-2 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cleaning-nav-block {
  position: relative;
  overflow: hidden;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cleaning-container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cleaning-contact-block {
  margin-left: 20px;
}

.icon-regular-11 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-11.new14 {
  color: #e77b0c;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-11.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.section-22 {
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cleaning-top-bar-blue-bg-2 {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #00000080;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.button-secondary-l-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #ede32c;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l-2:hover {
  background-color: #000;
  transform: translate(4px, -4px);
}

.button-secondary-l-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-l-2.newbtn {
  background-color: #272e6c;
}

.button-secondary-l-2.newbtn.new1 {
  background-color: #e77b0e;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  transform: skew(-4deg);
  box-shadow: 0 2px 5px #0003;
}

.button-secondary-l-2.newbtn.new1:hover {
  background-color: #e77b0e;
  background-image: none;
  transform: translate(-4px, -4px);
  box-shadow: 0 2px 5px #0003;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 600;
}

.icon-small-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-main__container-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: relative;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small-2.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.icon-regular-17 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-17.nk1 {
  color: #21372e;
  width: 22px;
}

.menu-line-2 {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-secondary-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.navigation-buttons-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-mobile__background-2 {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.button-primary-large-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0057be;
  border: 1px #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #0057be;
  border-color: #ffffff1f;
  transform: translate(6px, -6px);
}

.button-primary-large-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.nombre-etoile-3 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.header-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 600px;
  display: flex;
}

.h1-heading-5 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-5.text-color-white {
  color: #fff;
  font-weight: 700;
  line-height: 70px;
}

.overline-regular-4 {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.overline-regular-4.text-color-white {
  color: #e77b0e;
}

.container-regular-11 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-large-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.paragraph-large-5 {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-large-5.text-color-off-white {
  color: #e6e6e6;
  font-size: 20px;
}

.section-regular-6 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-6.background-brand {
  background-color: #e77b0e;
  background-image: linear-gradient(#000000b3 100%, #fff), url('../images/wood-fence-applications-residential-01-houston-texas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.google-reviews-wrapper-3 {
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.google-reviews-wrapper-3.newrapper.n1 {
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .page-padding-2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .button-secondary-l-2 {
    background-color: #ede32c;
    border-radius: 6px;
    transition: all .45s, border-color .4s, background-color .4s, color .4s;
  }

  .button-secondary-l-2:hover {
    transform: translate(4px, -4px);
  }

  .button-secondary-l-2.newbtn {
    background-color: #272e6c;
    border-radius: 6px;
  }

  .button-secondary-l-2.newbtn.new1:hover {
    transform: translate(-4px, -4px);
  }

  .text-block-17 {
    font-weight: 600;
  }

  .icon-small-2 {
    color: #fff;
    margin-left: 2px;
  }

  .google-reviews-wrapper-3 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .section-small.background-secondary {
    background-color: #fff;
  }

  .testimonial-card-2 {
    box-shadow: 0 2px 5px #0003;
  }

  .h2-heading-3 {
    letter-spacing: normal;
    font-size: 49px;
    font-weight: 800;
  }

  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .display-l {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 64px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .header-content {
    max-width: 600px;
  }

  .header-image-block {
    max-width: none;
    min-height: auto;
    max-height: 600px;
  }

  .navigation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-menu-button {
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-side-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .navigation-menu-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .navigation-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-divider {
    width: 1px;
    height: auto;
  }

  .navigation-dropdown-list-regular.w--open {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    box-shadow: none;
    border-radius: 12px;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 8px 10px;
    position: static;
  }

  .button-primary-small {
    display: flex;
  }

  .navigation-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .navigation-logo {
    flex: none;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .google-reviews-wrapper {
    justify-content: flex-start;
  }

  .content-grid-wide {
    grid-template-columns: 1fr;
  }

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

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

  .course_spacer-block {
    display: none;
  }

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

  .course_component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
    margin-top: 10rem;
  }

  .gallery_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column, .home-cta_component {
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .ms-button {
    position: relative;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .contact-grid-2, .content-grid {
    grid-template-columns: 1fr;
  }

  .footer-section-2 {
    padding-bottom: 140px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-3 {
    object-fit: cover;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .our-impact-purple-button-div {
    width: auto;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div-2 {
    width: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-group.third {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .section-cta {
    padding-bottom: 140px;
  }

  .contact-map-button {
    padding: 24px;
  }

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

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

  .overflow-hidden {
    max-width: none;
    overflow: hidden;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .logo2_logo {
    max-height: 2.5rem;
  }

  .nav-dropdown {
    width: 100%;
  }

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

  .nav-divider {
    display: none;
  }

  .nav-link {
    margin-top: 4px;
    padding: 12px 5%;
  }

  .nav-card {
    max-width: none;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-dropdown-card-large {
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .nav-dropdown-card-large.w--open {
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .nav-features {
    height: auto;
  }

  .nav-dropdown-menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-dropdown-menu.w--open {
    padding-top: 4px;
    position: static;
  }

  .nav-menu {
    background-color: #f7f8f8;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-toggle {
    width: 100%;
    padding: 12px 5%;
  }

  .nav-menu-divider.tablet {
    border-top: 1px dashed #b5bbc4;
    border-right-style: none;
    width: 100%;
    height: 1px;
  }

  .sepcials-nav {
    font-size: 14px;
  }

  .icon-3 {
    color: #fff;
  }

  .cleaning-menu-button {
    padding: 12px;
  }

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

  .nav__logo__link {
    width: 100px;
    height: 32px;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__container-2 {
    justify-content: space-between;
  }

  .m-footer-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-toggle {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle.w--open {
    width: 100%;
  }

  .cleaning-top-bar-blue-bg {
    background-color: #fff0;
    transform: none;
  }

  .logo {
    object-fit: cover;
  }

  .header-text-wrap {
    max-width: 600px;
  }

  .chevron {
    margin-right: 20px;
  }

  .display-l {
    font-size: 72px;
    line-height: 82px;
  }

  .cleaning-list-item {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .topbar-main-block {
    position: relative;
  }

  .nav__inner-2 {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .google-reviews-wrapper-2 {
    justify-content: flex-start;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

  .navigation-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .cleaning-top-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a66c266;
  }

  .navigation-content {
    width: 100%;
  }

  .cleaning-nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .navigation-list-wrapper {
    box-shadow: none;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

  .cleaning-nav-link {
    color: #1d262d;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cleaning-social-block {
    background-color: #fff;
  }

  .cleaning-contact-block {
    margin-left: 0;
  }

  .cleaning-top-bar-blue-bg-2 {
    background-color: #fff0;
    transform: none;
  }

  .nav-main__container-2 {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .nav-mobile__background-2 {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .google-reviews-wrapper-3 {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

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

  .navigation-dropdown-content {
    flex-flow: column;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading {
    font-size: 46px;
    line-height: 54px;
  }

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

  .button-group {
    grid-row-gap: 0rem;
  }

  .button-group.is-course {
    width: 100%;
    display: block;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .button.is-course {
    width: 100%;
    max-width: 20rem;
  }

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

  .course_content {
    max-width: none;
  }

  .message_block {
    width: 100%;
    max-width: 20rem;
    margin-left: 0;
  }

  .course_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 14rem;
    display: flex;
  }

  .gallery_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .home-cta_component {
    grid-template-columns: 1fr;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.custom-2 {
    padding-top: 6rem;
  }

  .text-size-large-2 {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 32px;
    line-height: 40px;
  }

  .team-card-name {
    font-size: 16px;
    line-height: 22px;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-impact-purple-block-text-div-2 {
    padding-right: 10px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-map-wrapper {
    aspect-ratio: auto;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .logo2_logo {
    max-height: 2rem;
  }

  .nav-menu-buttons {
    display: none;
  }

  .nav-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-card-large {
    flex-flow: column;
  }

  .nav-menu-arrow {
    display: none;
  }

  .nav-menu-divider {
    border-top: 1px dashed #b5bbc4;
    border-right-style: none;
    width: 100%;
    height: 1px;
  }

  .nav__logo__link {
    width: 100px;
  }

  .nav__container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-footer-grid-large {
    grid-template-columns: 1fr;
  }

  .nav-logo {
    padding-left: 0;
  }

  .display-l {
    font-size: 52px;
    line-height: 72px;
  }

  .cleaning-list-item {
    padding-top: 0;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .cleaning-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cleaning-contact-block {
    margin-top: 10px;
  }

  .nav-main__container-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-buttons-2 {
    display: none;
  }

  .nav-mobile__background-2 {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

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

@media screen and (max-width: 479px) {
  .fade-gradient-right {
    display: none;
  }

  .container-regular {
    padding-left: 0%;
    padding-right: 0%;
  }

  .fade-gradient-left {
    display: none;
  }

  .header-section {
    background-color: #f8f6f600;
    background-image: linear-gradient(#00000073 100%, #fff), url('../images/aluminum-fence-ocala-florida-fence-installation-company-02.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-grid {
    margin-top: -30px;
  }

  .h1-heading {
    color: #fff;
    font-family: "Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4", Arial, sans-serif;
    font-size: 27px;
  }

  .column-large {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .header-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .subheading-small.text-color-gray-500 {
    color: #fff;
  }

  .paragraph-x-large {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .header-content {
    margin-top: 100px;
  }

  .header-image-block {
    padding: 24px 16px;
    display: none;
  }

  .heading {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: 45px;
  }

  .navigation-side-grid {
    grid-template-columns: 1fr;
  }

  .navigation-bar {
    background-color: #fff0;
    width: 100%;
  }

  .navigation-button-group {
    display: none;
  }

  .text-span {
    -webkit-text-fill-color: transparent;
    background-color: #e77c0c;
    background-image: linear-gradient(#e77c0c, #ff8a0f);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .button-right-icon {
    background-color: #e77c0c;
    border-radius: 2px;
    width: 100%;
    transform: skew(-4deg);
  }

  .button-right-icon:hover {
    background-color: #f5830d;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #f5830d;
  }

  .button-right-icon.newbtn {
    background-color: #222;
  }

  .button-right-icon.newbtn:hover {
    box-shadow: none;
  }

  .body-button-normal {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
  }

  .icon-right {
    width: 28px;
    height: 28px;
  }

  .icon-right.newicon {
    width: 24px;
    height: 24px;
  }

  .flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .google-reviews-wrapper {
    text-align: center;
    justify-content: center;
    margin-top: -2px;
    margin-bottom: -10px;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .nombre-etoile {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .image-46 {
    max-width: 15%;
  }

  .icon-large {
    width: 40px;
    height: 40px;
  }

  .content-card-bar {
    background-color: #e77c0c;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-card-bar.newcard {
    background-color: #222;
  }

  .h2-heading {
    margin-bottom: -15px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: 39px;
  }

  .paragraph-large {
    margin-bottom: -10px;
    font-family: Montserrat, sans-serif;
  }

  .subheading-regular {
    color: #fff;
    margin-top: -10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .button-group.is-course {
    display: flex;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .margin-bottom.margin-medium {
    margin-bottom: 10px;
  }

  .button.is-course {
    max-width: none;
  }

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

  .message_block {
    max-width: none;
  }

  .course_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .gallery_list {
    grid-template-columns: 1fr;
  }

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

  .paragraph-large-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 26px;
  }

  .button-primary-small-2 {
    width: 100%;
  }

  .testimonial-image-wrapper {
    background-image: url('../images/Untitled-design.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 250px;
  }

  .testimonial-content-outline {
    background-color: #e77c0c;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 16px;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-style: italic;
  }

  .flex-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

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

  .team-card-overlay {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #e77c0c99;
  }

  .text-block {
    font-size: 17px;
    font-weight: 700;
  }

  .section-home-cta-2 {
    background-color: #f3f3f3;
    display: block;
  }

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

  .home-cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.custom-2 {
    padding-top: 40px;
  }

  .team-card-photo {
    max-height: 335px;
  }

  .ms-button {
    background-color: #58b244;
    background-image: url('../images/untitled-7.svg');
    background-position: 50% 100%;
    background-size: cover;
    border-style: none;
    border-color: #2962ff;
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
    padding: 18px 1.3em;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
  }

  .ms-button:hover {
    background-color: #58b244;
    background-image: url('../images/untitled-7.svg'), linear-gradient(#58b244, #75df5d);
    background-position: 50% 100%, 0 0;
    background-size: cover, auto;
  }

  .ms-button.newbtn {
    background-color: #58b244;
    background-image: url('../images/untitled-5.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .ms-button.newbtn:hover {
    background-image: url('../images/untitled-5.svg'), linear-gradient(#58b244, #75df5d);
    background-position: 50% 100%, 0 0;
    background-size: cover, auto;
  }

  .text-size-large-2.text-align-center {
    text-align: center;
    width: auto;
    font-size: 17px;
    line-height: 25px;
  }

  .ms-button-flex {
    text-align: center;
    justify-content: center;
    font-weight: 700;
  }

  .heading-medium {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-medium.text-align-center {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
  }

  .team-card-name {
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
  }

  .badge-regular.gray {
    background-color: #0057be;
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 37px;
  }

  .h3-heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-3.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .section-small.background-secondary {
    display: block;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .background-video {
    width: 100%;
  }

  .lightbox-link-3.image4 {
    background-image: url('../images/untitled-Design-19.png');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an {
    background-image: url('../images/untitled-Design-1_1.png');
    width: 100%;
  }

  .lightbox-link-3.image2._6.an.a2 {
    background-image: url('../images/untitled-Design-18.png');
    width: 100%;
  }

  .lightbox-link-3.image6 {
    background-image: url('../images/untitled-Design-13_1.png');
    width: 100%;
  }

  .lightbox-link-3.image1.ani {
    background-image: url('../images/untitled-Design-2.png');
    width: 100%;
  }

  .lightbox-link-3.image1.ani.a1 {
    background-image: url('../images/untitled-Design-16.png');
    width: 100%;
  }

  .lightbox-link-3.image3.an {
    background-image: url('../images/untitled-Design-8.png');
    width: 100%;
  }

  .lightbox-link-3.image3.an.a3 {
    background-image: url('../images/untitled-Design_1.png');
    width: 100%;
  }

  .lightbox-link-3.image5 {
    background-image: url('../images/untitled-Design-9.png');
    width: 100%;
  }

  .icon-x-large-2 {
    color: #e77c0c;
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-small-16 {
    font-size: 12px;
  }

  .section-regular-8 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .paragraph-large-6.text-color-tertiary {
    font-size: 16px;
    line-height: 26px;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-grid-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .contact-card-left {
    padding-right: 0;
  }

  .column-large-6 {
    background-color: #e77c0c;
    width: 100%;
    padding-left: 15px;
  }

  .h1-heading-4 {
    font-size: 35px;
  }

  .container-x-small-2 {
    max-width: none;
  }

  .html-embed-2 {
    position: relative;
  }

  .code-embed-2 {
    box-shadow: 0 2px 5px #0003;
  }

  .content-links-grid {
    grid-template-columns: 1fr;
  }

  .icon-regular {
    color: #fff;
  }

  .content-link {
    justify-content: center;
    align-items: center;
  }

  .content-link.mewcontent {
    margin-top: -20px;
  }

  .text-block-3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .icon-regular-8 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-8.newicon {
    color: #fff;
  }

  .column-regular-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .paragraph-regular-5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .icon-large-2 {
    color: #fff;
  }

  .icon-large-2.newicon {
    width: 26px;
    height: 26px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .column-x-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-section-2 {
    background-image: linear-gradient(173deg, #000000f2, #bc670ef2 50%, #e77c0cd9 100%, #0054b8 100%, #0057be 100%, #fff), url('../images/untitled-Design-21.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 20px;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

  .overline-5.text-color-white.newt {
    font-weight: 600;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph-small-15 {
    text-align: center;
    width: 205px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-column.newcolumn {
    justify-content: center;
    align-items: center;
  }

  .footer-column.nc {
    margin-bottom: 40px;
  }

  .footer-social-link-3 {
    background-color: #ffffff40;
    border-radius: 8px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .footer-wrapper-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .footer-text-link {
    font-size: 16px;
  }

  .logo-3 {
    flex: none;
    margin-bottom: -20px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .column-large-5 {
    justify-content: center;
    align-items: center;
  }

  .text-span-2 {
    color: #f3830d;
  }

  .text-span-3, .text-span-4 {
    color: #e77c0c;
  }

  .people-image-2 {
    max-width: 30%;
    margin-left: 0;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

  .home-testimonials_rating-wrapper {
    align-items: center;
    display: none;
  }

  .our-impact-purple-div-container-2 {
    flex-flow: column;
    display: flex;
  }

  .h2-heading-3 {
    font-size: 24px;
  }

  .our-impact-purple-block-text-div-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .button-right-icon-2 {
    text-transform: uppercase;
    background-color: #e77c0c;
    background-image: none;
    width: auto;
    font-style: italic;
    transition-duration: .45s;
  }

  .button-right-icon-2:hover {
    background-color: #e77c0c;
    transform: translate(0, -4px);
  }

  .testimonial-group.third {
    display: flex;
  }

  .paragraph-cta {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

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

  .d-130-read-more-link-block {
    background-color: #0057bf;
    border-radius: 6px;
    width: 240px;
    margin-top: 0;
  }

  .d-130-read-more-link-block.newbtn {
    background-color: #000;
    width: 300px;
    margin-top: 0;
  }

  .text-block-4 {
    color: #fff;
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .d-130-right-arrow {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .cta-heading {
    text-align: center;
    letter-spacing: normal;
    font-size: 32px;
    line-height: 40px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .d-130-arrow-bg {
    background-color: #0057be;
    width: 205px;
    transform: skew(25deg);
  }

  .section-cta {
    background-color: #000;
    background-image: linear-gradient(356deg, #000000b3, #0009), url('../images/IMG_9817.WEBP');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: flex;
  }

  .heading-grid, .button-grid-small {
    grid-template-columns: 1fr;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .content-course-link {
    padding: 16px 12px;
  }

  .content-links {
    grid-template-columns: 1fr;
  }

  .logo2_logo {
    max-height: none;
  }

  .nav-card {
    padding-right: 35%;
  }

  .button-primary {
    width: 100%;
  }

  .feature-grid {
    color: #fff;
  }

  .feature-grid.new1-des._11 {
    display: none;
  }

  .feature-grid.n11 {
    display: block;
  }

  .navigation-logo-2 {
    width: 180px;
    margin-top: 20px;
    margin-left: 0;
  }

  .nav__logo__link {
    width: 200px;
    margin-top: -40px;
  }

  .button-text-2 {
    text-decoration: none;
  }

  .nav__container-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    position: static;
  }

  .navigation-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .cleaning-top-bar-blue-bg {
    background-color: #ffffff1a;
    transform: skew(40deg);
  }

  .brix---link-wrapper-color-primary-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrap-v-small {
    color: #000;
  }

  .logo {
    flex: none;
  }

  .header-text-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
  }

  .contact-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .section-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .display-l {
    text-align: center;
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 37px;
  }

  .cleaning-list-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cleaning-list-item.page {
    color: #fff;
    width: 25%;
  }

  .navigation-dropdown-2 {
    align-items: stretch;
    display: block;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    display: block;
    position: absolute;
  }

  .nombre-etoile-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .cleaning-navbar-container {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
  }

  .m-footer-title {
    margin-bottom: 10px;
  }

  .paragraph-large-9 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topbar-main-block {
    height: auto;
    padding-bottom: 200px;
  }

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

  .image-49 {
    max-width: 15%;
  }

  .nav__inner-2 {
    background-color: #000;
    background-image: linear-gradient(#0000001a 100%, #fff);
    padding-left: 20px;
    padding-right: 0;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
  }

  .feature-icon {
    color: #d12120;
    width: 25px;
    height: 25px;
  }

  .google-reviews-wrapper-2 {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }

  .nav__trigger.nav__closed {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
  }

  .cleaning-top-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #00000080;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .top {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    position: absolute;
  }

  .test1 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-2 {
    width: 100%;
  }

  .contact-topbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: none;
  }

  .cleaning-nav-menu {
    background-color: #fff0;
    flex-direction: column;
    display: none;
  }

  .brix---link-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .line-wrap {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .icon-regular-10 {
    color: #d12120;
    margin-right: 5px;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #1e2022;
    flex-flow: column;
    height: 200vh;
    padding-left: 5%;
    display: flex;
  }

  .feature-text {
    color: #fff;
    font-weight: 600;
  }

  .cleaning-nav-link {
    color: #fff;
  }

  .cleaning-navbar-no-shadow {
    display: block;
  }

  .nav__flexed-2 {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 35px;
  }

  .icon-regular-11 {
    color: #d12120;
    margin-right: 5px;
  }

  .cleaning-top-bar-blue-bg-2 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    width: 75%;
    height: 61px;
    margin-left: -60px;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: visible;
    transform: skew(40deg);
  }

  .nav-main__container-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
    position: relative;
  }

  .menu-button-3 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-3.w--open {
    background-color: #6c7c6000;
  }

  .menu-line-2 {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .line-wrap-2 {
    z-index: 20000;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: static;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .nav-mobile__background-2 {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .button-primary-large-2 {
    background-color: #0057be;
    border-radius: 6px;
    transition: all .45s;
  }

  .button-primary-large-2:hover {
    background-color: #0057be;
    transform: translate(6px, -6px);
  }

  .nombre-etoile-3 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .text-block-18 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .header-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: -20px;
  }

  .h1-heading-5.text-color-white {
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
  }

  .column-large-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-large-5.text-color-off-white {
    font-size: 18px;
    line-height: 28px;
  }

  .section-regular-6.background-brand {
    background-image: linear-gradient(#000000d9, #202020bf 100%, #4b4b4b99 100%, #6e6e6e7a 100%, #fff0), url('../images/IMG_0013.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 150px;
    padding-bottom: 150px;
    display: none;
  }

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

  .google-reviews-wrapper-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .google-reviews-wrapper-3.newrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .google-reviews-wrapper-3.newrapper.n1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#w-node-ae4059af-d3b9-f4c0-058a-ee7942664fd0-44ff857c {
  justify-self: center;
}

#w-node-ae4059af-d3b9-f4c0-058a-ee7942665039-44ff857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ac-44ff857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ca-44ff857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22d6dc45-d589-2564-3d3e-1beebcf30a37-44ff857c, #w-node-d413bf9a-1a25-e38f-6a03-7c68a0cb86ed-44ff857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bf3af9-1c3b-8047-8ac7-8dba7d1ca0f9-44ff857c {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b89892-9fd9-09c4-47a4-9bf4fdc5904a-fdc59049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae4059af-d3b9-f4c0-058a-ee7942664fd0-9cad1de8 {
  justify-self: center;
}

#w-node-ae4059af-d3b9-f4c0-058a-ee7942665039-9cad1de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ac-9cad1de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ca-9cad1de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22d6dc45-d589-2564-3d3e-1beebcf30a37-9cad1de8, #w-node-d413bf9a-1a25-e38f-6a03-7c68a0cb86ed-9cad1de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bf3af9-1c3b-8047-8ac7-8dba7d1ca0f9-9cad1de8 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ca-44ff857c {
    justify-self: start;
  }

  #w-node-d413bf9a-1a25-e38f-6a03-7c68a0cb86ed-44ff857c {
    justify-self: auto;
  }

  #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-44ff857c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-44ff857c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d80424d1-d973-7f05-53ed-a67d0f2a21ca-9cad1de8 {
    justify-self: start;
  }

  #w-node-d413bf9a-1a25-e38f-6a03-7c68a0cb86ed-9cad1de8 {
    justify-self: auto;
  }

  #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-9cad1de8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-9cad1de8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-44ff857c, #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-44ff857c, #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-9cad1de8, #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-9cad1de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-44ff857c, #form.w-node-_0b29965c-604a-8d61-fc57-5ad2489b9d65-44ff857c, #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-44ff857c, #w-node-_3bd2e372-27c9-16f7-28dd-3655ff3debb3-9cad1de8, #form.w-node-_0b29965c-604a-8d61-fc57-5ad2489b9d65-9cad1de8, #w-node-_840ac54d-253e-b15d-d16c-6ec8f4fa6e2a-9cad1de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/eurostile.TTF') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Bunken Tech Sans Sc Wide W 01 Bd 4';
  src: url('../fonts/FontsFree-Net-Bunken-Tech-Sans-SC-Wide-W01Bd-4.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-BoldItalic.ttf') format('truetype'), url('../fonts/LinikSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-Bold.ttf') format('truetype'), url('../fonts/LinikSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Liniksans';
  src: url('../fonts/LinikSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}