:root {
  --white: white;
  --black: black;
}

.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;
}

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

.ths06-menu-links-header {
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.ths06-form-text-link {
  color: #f36e93;
  text-decoration: none;
}

.ths06-form-text-link:hover {
  text-decoration: underline;
}

.ths06-form-message-input {
  color: #555;
  background-color: #0000000d;
  border: 1px #000;
  border-radius: 5px;
  min-height: 120px;
  margin-bottom: 22px;
  padding: 12px 15px;
  font-weight: 500;
}

.ths06-form-message-input::placeholder {
  color: #00000059;
}

.ths06-form-open-button {
  z-index: 9;
  cursor: pointer;
  background-color: #122766;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.ths06-form-block {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 30px;
  display: block;
  position: absolute;
  inset: auto 100px 90px auto;
  box-shadow: 7px 7px 30px #4c113026;
}

.ths06-menu-search-button {
  background-color: #fff;
  background-image: url('../images/ths_06_ico_search_dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 5px 5px 0% auto;
}

.ths06-testimoial-star-rating {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 25px;
  display: flex;
}

.ths06-menu-social-links-wrapper {
  flex-direction: column;
  align-items: center;
  width: 12vh;
  padding-bottom: 70px;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.ths06-menu-close-icon {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 12vh;
  height: 12vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ths06-dropdown-link-arrow-icon {
  width: 15px;
}

.ths06-menu-right-block {
  background-image: linear-gradient(#0006, #0006), url('../images/ths_06_img_menu.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 62vw;
  min-height: 84vh;
  position: relative;
}

.ths06-contact-form {
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.ths06-brand-logo {
  width: 100px;
}

.ths06-testimonial-wrapper {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 30px;
  display: flex;
}

.ths06-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths06-solutions-icon-bar {
  background-color: #00000080;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.ths06-solutions-icon-bar.ths06-white-last {
  background-color: #ffffff80;
  width: 12px;
}

.ths06-solutions-icon-bar.ths06-last {
  width: 12px;
}

.ths06-solutions-icon-bar.ths06-white {
  background-color: #ffffff80;
}

.ths06-hero-section-overlay {
  background-color: #00000080;
  min-height: 100vh;
  position: absolute;
  inset: 100% 0% 0%;
}

.ths06-social-link {
  opacity: .7;
  color: #fff;
  letter-spacing: 1.5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.ths06-social-link:hover {
  opacity: 1;
}

.ths06-menu-close-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.ths06-menu-social-icon {
  width: 16px;
}

.ths06-hero-title-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ths06-hero-title-wrapper.subtitle.newsub {
  justify-content: center;
  align-items: center;
}

.ths06-menu-links-title {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 600;
}

.ths06-menu-header {
  z-index: 9;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  min-height: 12vh;
  padding-left: 8vh;
  padding-right: 20vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths06-menu-link {
  color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.ths06-menu-link:hover {
  color: #fff;
}

.ths06-menu-footer {
  border-top: 1px solid #ffffff1a;
  justify-content: flex-end;
  align-items: center;
  width: 62vw;
  min-height: 16vh;
  padding-left: 8vh;
  padding-right: 8vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths06-hero-title {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.ths06-hero-title.subtitle {
  color: #be2916;
}

.ths06-hero-title.subtitle.newsubtitle {
  color: #122766;
}

.ths06-testimonial-author-designation {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths06-lightbox-link {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  transition: border-radius .35s ease-in-out;
  display: flex;
}

.ths06-lightbox-link:hover {
  border-radius: 50%;
}

.ths06-social-text {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.ths06-menu-nav-block-left {
  justify-content: space-between;
  align-items: flex-start;
  width: 30vw;
  display: flex;
}

.ths06-menu {
  z-index: 9;
  background-color: #222;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 100% 0% 0%;
}

.ths06-menu-social-links-divider {
  background-color: #00000080;
  width: 80px;
  height: 1px;
  margin-left: 20px;
}

.ths06-menu-links-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ths06-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.ths06-testimonial-author {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

.ths06-cta-button {
  color: #555;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.ths06-cta-button:hover, .ths06-cta-button.ths06-style-2 {
  color: #fff;
  background-color: #0000;
}

.ths06-cta-button.ths06-style-2:hover {
  color: #555;
  background-color: #fff;
}

.ths06-menu-footer-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

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

.ths06-menu-footer-link.ths06-last {
  margin-right: 0;
}

.ths06-buttons-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths06-menu-social-text {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.ths06-form-error {
  text-align: center;
  border-radius: 5px;
}

.ths06-dropdown-list-header-title {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.ths06-dropdown-list-header-title.ths06-big {
  color: #222;
  font-size: 16px;
}

.ths06-nav-link {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 55px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ths06-nav-link:hover {
  color: #fff;
}

.ths06-nav-link.w--current {
  border-bottom: 3px solid #122766;
  justify-content: center;
  align-items: center;
}

.ths06-nav-link.newtext {
  margin-right: 0;
}

.ths06-email-icon {
  width: 20px;
}

.ths06-form-input-fields-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 320px;
  display: flex;
  position: relative;
}

.ths06-testimonial {
  color: #000;
  text-align: left;
  border-left-color: #122766;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.ths06-paragraph {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.ths06-menu-header-link {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.ths06-menu-header-link:hover {
  color: #fff;
}

.ths06-solutions-icon-bars-wrapper {
  margin-top: 6px;
  margin-right: 15px;
}

.ths06-dot {
  background-color: #728eff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}

.ths06-dot.ths06-green {
  background-color: #52b447;
}

.ths06-dot.ths06-pink {
  background-color: #f36e93;
}

.ths06-form-input {
  color: #555;
  background-color: #0000000d;
  border: 1px #000;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.ths06-form-input::placeholder {
  color: #00000059;
  font-weight: 500;
}

.ths06-form-input.ths06-small {
  width: 150px;
}

.ths06-testimonial-author-image {
  background-image: url('../images/ths_06_img_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.ths06-form-success {
  color: #fff;
  background-color: #122766;
  border-radius: 5px;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.ths06-heading-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
}

.ths06-heading-h1.newheading, .ths06-heading-h1.newhading1 {
  font-size: 55px;
}

.ths06-menu-header-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths06-social-icon {
  width: 18px;
}

.ths06-footer-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths06-menu-search-input {
  color: #555;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.ths06-menu-search-input::placeholder {
  color: #00000080;
}

.ths06-testimonials-outer-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.ths06-form-submit-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #122766;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .25s ease-in-out;
}

.ths06-form-submit-button:hover {
  background-color: #000;
}

.ths06-hero-section {
  background-image: linear-gradient(#be29164d, #1127654d), linear-gradient(345deg, #0006, #fff0), linear-gradient(#08c1ff24, #fff0), url('../images/73922271981__732599F9-D9D6-41D2-B89E-0936A3533CFE.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-left: 170px;
  padding-right: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths06-menu-left-block {
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 38vw;
  min-height: 100vh;
  padding-top: 12vh;
  padding-left: 8vh;
  padding-right: 8vh;
  display: flex;
}

.ths06-testimonial-author-details {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths06-menu-social-link {
  opacity: .5;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.ths06-menu-footer-text {
  color: #fff9;
  font-size: 15px;
  line-height: 20px;
}

.ths06-menu-links-inner-wrapper {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
}

.ths06-menu-links-inner-wrapper.ths06-last {
  border: 1px #000;
  padding-bottom: 0;
}

.ths06-testimonial-author-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.ths06-nav-link-icon {
  width: 20px;
  margin-top: -2px;
  margin-right: 8px;
}

.ths06-footer {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding-right: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths06-form-text {
  color: #00000080;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.ths06-star-icon {
  width: 16px;
  margin-top: -2px;
  margin-left: 6px;
}

.ths06-menu-links-header-title {
  color: #e5e5e580;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.ths06-menu-links-header-title.ths06-big {
  color: #e5e5e5;
  font-size: 16px;
}

.ths06-rating-text {
  color: #000;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.ths06-menu-search {
  width: 400px;
  margin-bottom: 0;
  position: relative;
}

.ths06-menu-link-arrow {
  background-color: #ffffffa6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.ths06-menu-social-links {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: auto 20px 20px auto;
}

.ths06-close-icon {
  width: 20px;
  position: absolute;
}

.ths06-menu-footer-links-divider {
  background-color: #ffffff1a;
  width: 80px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.ths06-menu-close-bar {
  background-color: #333;
  border-radius: 5px;
  width: 25px;
  height: 3px;
  transform: rotate(45deg);
}

.ths06-menu-close-bar.ths06-second {
  position: absolute;
  transform: rotate(-45deg);
}

.ths06-brand {
  margin-right: 55px;
  text-decoration: none;
}

.ths06-play-icon {
  width: 16px;
  margin-left: 2px;
}

.ths06-social-links-divider {
  background-color: #ffffff4d;
  width: 1px;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 58px;
}

.ths06-divider {
  background-color: #fff;
  width: 65px;
  height: 2px;
  margin-right: 20px;
}

.ths06-divider.subtitle {
  color: #be2916;
  background-color: #be2916;
}

.ths06-divider.subtitle.newsubtitle {
  color: #122766;
}

.ths06-form-block-header {
  background-color: #0000000d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths06-dropdown-link-arrow {
  background-color: #0000001a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.ths06-dropdown-links-inner-wrapper {
  border-bottom: 2px solid #0000001a;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.ths06-dropdown-links-inner-wrapper.ths06-last {
  border: 1px #000;
  padding-bottom: 0;
}

.ths06-dropdown-list {
  margin-top: 4px;
}

.ths06-dropdown-list.w--open {
  background-color: #0000;
  width: 300px;
  margin-top: 0;
  padding-top: 10px;
}

.ths06-dropdown-link {
  color: #555;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.ths06-dropdown-link:hover {
  color: #222;
}

.ths06-search {
  width: 100%;
  max-width: 450px;
  position: absolute;
  inset: 80px 70px auto auto;
}

.ths06-search-button {
  background-color: #fff;
  background-image: url('../images/ths_06_ico_search_dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 5px 5px 0% auto;
}

.ths06-nav-wrapper {
  align-items: stretch;
  display: flex;
}

.ths06-nav-wrapper.ths06-right {
  justify-content: flex-end;
  align-items: center;
}

.ths06-dropdown-toggle {
  color: #e5e5e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.ths06-dropdown-list-header {
  border-bottom: 2px solid #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.ths06-dropdown-links-title {
  color: #00000080;
  font-size: 14px;
  font-weight: 600;
}

.ths06-dropdown-links-outer-wrapper {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.ths06-header {
  z-index: 8;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 10px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths06-header.n321 {
  margin-top: 33px;
}

.ths06-dropdown-links-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ths06-search-input {
  color: #555;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.ths06-search-input::placeholder {
  color: #00000080;
}

.ths06-dropdown {
  margin-left: 55px;
}

.ths06-search-icon {
  width: 20px;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #122766;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-right: 10px;
  padding: 15px 35px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #282556;
}

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

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

.button-right-icon.herobtn2 {
  background-color: #be2915;
  border-radius: 4px;
}

.body-button-normal {
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

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

.icon-right.btn1, .icon-right.newicon {
  margin-left: 0;
  margin-right: 8px;
}

.icon-right.icon1 {
  width: 30px;
  height: 30px;
  margin-left: 0;
}

.icon-right.newicon2 {
  color: #122766;
}

.icon-right.newicon1 {
  color: #be2916;
}

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

.nav-link {
  color: #4a494b;
  text-align: center;
  text-transform: capitalize;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 46px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: 0;
}

.nav-link:hover {
  color: #0074a2;
}

.nav-link.menu-link {
  margin-left: 0;
  margin-right: 0;
}

.nav-link.explore-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 8px;
  flex-flow: row;
  align-items: baseline;
  width: 154px;
  max-width: 154px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding: 12px 15px;
  transition: background-color .4s;
  display: inline-block;
  position: static;
  top: auto;
}

.nav-link.explore-btn:hover {
  color: #0074a2;
  background-color: #0074a200;
}

.image-2 {
  width: 20%;
  max-width: 20%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.text-block-4 {
  margin-left: 15px;
}

.header-ribbon {
  background-color: #e2f3f5;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
}

.search-button {
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 8px;
  width: 150px;
  height: 46px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
}

.search-button:hover {
  color: #0074a2;
  background-color: #0074a200;
  border-color: #0074a2;
}

.search-inner {
  z-index: 999;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: none;
  position: static;
  inset: 100% 0% 0%;
}

.search-inner.search-desktop-inner {
  background-color: #fff0;
  justify-content: center;
  display: none;
}

.search-inner.desktop-search {
  background-color: #fff0;
  justify-content: center;
  margin-bottom: 0;
  display: none;
}

.image-4 {
  max-width: 181px;
}

.text-block-3 {
  margin-left: 15px;
}

.dropdown-list {
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  width: 100%;
  max-width: 1350px;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list.submenu-list {
  border-top-width: 0;
  position: absolute;
  top: 110px;
}

.category-wrap {
  max-width: 285px;
}

.main-header {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  overflow: auto;
}

.search-input {
  color: #4a494b;
  border: 1px solid #0074a2;
  border-radius: 8px;
  width: 70%;
  height: 46px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.search-box {
  background-color: #e2f3f5;
  padding: 40px 0;
  transition: all .2s;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.category-link {
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown {
  position: static;
}

.dropdown.menu-link {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.services-name {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.brand-2 {
  width: 100%;
  max-width: 185px;
  margin-right: 55px;
  overflow: hidden;
}

.link-block {
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  -webkit-text-fill-color: inherit;
  background-color: #285064;
  background-clip: border-box;
  border-radius: 10px;
}

.search-btn {
  background-color: #3898ec00;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-left: 35px;
  padding: 0;
  font-size: 0;
}

.image-3 {
  padding-left: 5px;
}

.navbar {
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navbar.hide-menu {
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.nav-menu-wrap {
  text-align: right;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.down-arrow {
  display: none;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.div-block-4 {
  width: 100%;
  max-width: 80%;
  padding-left: 15px;
}

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

.social-list {
  padding-left: 15px;
  padding-right: 15px;
}

.social-list.social-list-twitter {
  padding-right: 0;
}

.down-font {
  margin-left: 5px;
  display: block;
}

.menu-button-2 {
  overflow: hidden;
}

.up-image {
  display: none;
}

.dropdown-toggle {
  display: inline-block;
  top: auto;
}

.dropdown-toggle.nav-link {
  display: flex;
}

.div-block-5 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contact-item {
  color: #4a494b;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  text-decoration: none;
  display: flex;
}

.contact-item:hover {
  color: #0074a2;
}

.services-block {
  width: 25%;
  padding-left: 15px;
}

.container-2 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2.header-ribbon {
  justify-content: flex-end;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contactusblock {
  color: #fff;
  background-color: #000000c7;
  background-image: linear-gradient(90deg, #122766, #be2916);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 8px 8px 17px;
  font-size: 19px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.arrow-icon {
  align-items: center;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 19px;
  text-decoration: none;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0096ff;
  border: 2px solid #0000;
  border-radius: 5px;
  justify-content: center;
  padding: 12px 25px;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  border: 2px solid #0096ff00;
}

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

.button-primary.navbar {
  background-color: #122766;
  padding-left: 10px;
  padding-right: 10px;
}

.button-primary.navbar:hover {
  border-color: #0096ff00;
}

.phone-icon {
  text-transform: none;
  margin-right: 23px;
}

.phone-number {
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.image-6 {
  max-width: 200px;
  margin-top: 0;
}

.trust-icons {
  color: #fff;
  background-color: #122766;
  background-image: linear-gradient(#122766, #be2916);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 14px -1px #0000004d;
}

.trust-icons-container {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image-three {
  filter: brightness(0%) invert();
  max-width: 150px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-color-purple-500 {
  color: #8f6ee7;
}

.h3-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #36178c70, #bba7f1 46%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.text-color-gray-500 {
  color: #000;
}

.text-color-blue-500 {
  color: #719be5;
}

.section-large {
  background-color: #fff;
  padding: 60px 5% 40px;
  position: relative;
}

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

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

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

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

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

.text-color-green-500 {
  color: #79dc80;
}

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

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

.wrap-v-regular.align-left {
  align-items: flex-start;
}

.badge-purple-l {
  -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: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.subheading-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.content-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.content-feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

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

.paragraph-large.text-weight-semi-bold {
  color: #000;
  letter-spacing: normal;
  font-weight: 800;
}

.text-span {
  color: #c08686;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
}

.subtitle {
  color: #000;
}

.image-7 {
  border-radius: 4px;
}

.course-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.course-info-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.course-info {
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.content-course-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.label-large {
  letter-spacing: -.24px;
  font-size: 18px;
  line-height: 24px;
}

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

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

.course-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small-2 {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-800 {
  color: #4d4d4c;
}

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

.content-button-footnote {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content-carousel-section {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.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;
}

.course-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

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

.paragraph-large-2 {
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.newtxt {
  color: #fff;
}

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

.button-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

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

.button-small.icon-left {
  padding-left: 8px;
}

.course-detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4d4d4c;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.h3-heading-2 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.content-cards-carousel {
  width: 100%;
  max-width: 2560px;
  margin: 64px auto 56px;
  overflow: hidden;
}

.button-regular {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-flex;
}

.button-regular:hover {
  background-color: #ff443d;
}

.button-regular.outline {
  color: #1f1e1e;
  background-color: #0000;
  border: 1px solid #bfbcba;
  transition: border .2s, color .2s, background-color .2s;
}

.button-regular.outline:hover {
  border-color: #1f1e1e;
}

.course-review {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.content-title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: end;
}

.content-card-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 2760px;
  display: flex;
}

.image-8 {
  margin-top: -920px;
  margin-left: -70px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.newimg {
  margin-top: -210px;
  margin-left: 330px;
}

.overlay-2-c3 {
  background-image: linear-gradient(#ec00fd3b, #0015ff66 75%);
  width: 210px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.card-c3 {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 230px;
  margin: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #bbb;
}

.title-card-c3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.text-card-c3 {
  font-size: 16px;
  font-weight: 400;
}

.text-card-c3:hover {
  text-decoration: underline;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 750px;
  max-width: 1000px;
  margin: 60px 20px 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.card-3 {
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrapper-c3 {
  display: block;
  position: absolute;
  inset: auto auto 20px 20px;
}

.image-city-c3 {
  width: 220px;
  max-width: none;
  margin-top: -5px;
  margin-left: -5px;
}

.overlay-1-c3 {
  background-image: linear-gradient(315deg, #0015ff99, #ee00ffa6);
  width: 210px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

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

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

.f-sub-heading-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 79px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-text-link {
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

.f-text-link:hover {
  color: #642eff;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  opacity: 0;
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px;
}

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

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

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

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: -10px;
  margin-bottom: -50px;
  font-size: 18px;
  line-height: 32px;
}

.f-feature-card-outlined {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.f-feature-card-outlined.imgcard1 {
  background-image: url('../images/Concrete-Driveway-Contracor-in-brownsville-texas.png');
  background-position: 50%;
  background-size: cover;
}

.f-feature-card-outlined.imgcard1.imgcard {
  background-image: linear-gradient(#0000, #122766b3), url('../images/Concrete-Driveway-Contracor-in-brownsville-texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-outlined.imgcard2 {
  background-image: url('../images/Concrete-Foundations-in-brownsville-Texas.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.f-feature-card-outlined.imgcard2.imgcard {
  background-image: linear-gradient(#0000, #bc2816b3), url('../images/Concrete-Foundations-in-brownsville-Texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-outlined.imgcard3 {
  background-image: linear-gradient(#0000, #122766b3), url('../images/Concrete-sidewalks-in-Brownsville-Texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-outlined.imgcard4 {
  background-image: linear-gradient(#0000, #122766b3), url('../images/Stamped-Concrete-in-Brownsville-Texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-outlined.imgcard5 {
  background-image: linear-gradient(#0000, #bc2816b3), url('../images/Concrete-steps-in-Brownsville-Texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.f-feature-card-outlined.imgcard6 {
  background-image: linear-gradient(#0000, #122766b3), url('../images/Concrete-slab-contractor-in-brownsville-texas.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-margin-bottom-67 {
  margin-bottom: 40px;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

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

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

.section {
  background-color: #fefefe;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-area {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.image {
  border-radius: 0;
}

.inner-container._600px {
  max-width: 600px;
}

.wrap-h-space-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.wrap-h-space-between.align-center {
  align-items: center;
}

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

.section-regular.bg-brown {
  background-color: #f9f7f7;
}

.testimonial-name-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.button-group-m {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

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

.button-primary-m {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  text-align: center;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

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

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

.testimonial-card {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  display: flex;
}

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

.wrap-v-x-small.align-center {
  text-align: center;
  align-items: center;
}

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

.wrap-v-tiny.size-grow {
  flex: 1;
}

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

.text-link-s {
  color: #404040;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

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

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-s {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

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

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

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

.caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.gallery-heart {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.gallery-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1.25fr .75fr .75fr;
  grid-template-areas: ".";
  align-items: stretch;
}

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

.gallery-arrow-r {
  opacity: .3;
  border: 1px solid #292d32;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  inset: -100px 0% auto auto;
}

.gallery-arrow-r:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px #ffcf0533;
}

.gallery-header-wrap {
  margin-bottom: 80px;
  padding-right: 220px;
}

.gallery-arrow {
  opacity: .3;
  border: 1px solid #292d32;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  inset: -100px 72px auto auto;
}

.gallery-arrow:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px #ffcf0533;
}

.gallery-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  background-color: #0003;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-slider {
  background-color: #0000;
  height: auto;
}

.gallery-paragraph {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 27px;
}

.gallery-card {
  border-radius: 20px;
  height: 100%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.gallery-section {
  padding: 100px 5%;
}

.gallery-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.gallery-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.cards-text-wrapper {
  color: #f5f5f5;
  background-color: #122766;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .75rem;
  display: flex;
}

.cards-text-wrapper.newline {
  background-color: #be2916;
}

.project-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.project-address {
  font-size: 1.125rem;
}

.projects-categories {
  display: none;
}

.text-field-ghost {
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-ghost::placeholder {
  color: #9797a1;
}

.cta-highlight {
  z-index: -1;
  position: absolute;
  inset: -12px auto auto -24px;
}

.cta-card {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #122766;
  border: 1.5px #131315;
  border-radius: 6px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.cta-highlight-wrap {
  z-index: 1;
  max-width: 600px;
  margin-bottom: 16px;
  position: relative;
}

.form-block-large {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.cta-card-wrap {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 290px;
  display: flex;
}

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.cta-accent-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-accent-left.bottom {
  inset: auto auto 0% 0%;
}

.cta-form {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 16px;
  position: relative;
}

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

.paragraph-small-4.text-color-gray-600 {
  color: #9797a1;
}

.section-regular-2 {
  padding: 96px 5%;
  position: relative;
}

.cta-star-right {
  position: absolute;
  inset: auto -57px 11px auto;
}

.cta-accent-right {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.action {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cta-star-small {
  position: absolute;
  inset: -16px 158px auto auto;
}

.cta-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  max-width: 1060px;
}

.cta-light {
  background-color: #f4f4f5;
  background-image: linear-gradient(#12276666, #be291666), url('../images/50671275997_cc84cc4584_b.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: static;
}

.paragraph-regular-2 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: #fff;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.success-message {
  color: #fff;
  background-color: #122766;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.icon-pagraph-wrapper {
  display: flex;
}

.half-bg-image-bottom {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.half-bg-image-bottom.height-430px {
  height: 430px;
}

.half-bg-image-bottom.height-430px.contact-v7 {
  background-image: url('../images/Untitled-design-10.png');
  margin-top: -300px;
  position: static;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: #4a3aff;
}

.link-wrapper.color-primary:hover {
  color: #211f54;
}

.form-section {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.grid-2-columns.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  place-items: center stretch;
}

.grid-2-columns.form {
  border-style: none;
  grid-template-columns: 1fr;
}

.grid-2-columns.contact-v6 {
  grid-column-gap: 60px;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.form {
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card-2.pd-64px---56px {
  padding: 64px 56px;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.subtitle-2 {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.link-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s;
  display: inline-block;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.card-content-pd.card-map {
  padding: 54px 48px;
}

.image-br-top._24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.select-field {
  color: #000;
  letter-spacing: normal;
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  margin-right: 17px;
  padding: 16px 0 16px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.select-field:focus {
  border-color: #000;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: #000;
  border-color: #0057bf;
}

.text-area-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area-2:hover {
  border-style: solid;
  border-color: #0057bf;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area-2:focus-visible, .text-area-2[data-wf-focus-visible] {
  border-color: #0057bf;
}

.text-area-2::placeholder {
  color: #000;
  font-size: 18px;
}

.textarea {
  border-radius: 6px;
  font-weight: 500;
}

.field-label-4 {
  color: #000;
  font-weight: 700;
}

.field-label-5 {
  color: #000;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-2:hover {
  border-color: #0057bf;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  border-color: #0057bf;
}

.input-2::placeholder {
  color: #000;
  font-size: 18px;
}

.button-submit-2 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #122766;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  transition: all .45s;
}

.button-submit-2:hover {
  background-color: #ff3130;
  transform: translate(0, -4px);
}

.mg-bottom-40px-2 {
  color: #000;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 25px;
}

.heading-2 {
  color: #000;
  font-size: 42px;
  font-weight: 800;
}

.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;
}

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

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

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

.footer-title {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

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

.grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: -35px;
}

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

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.footer-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1a1a1a;
  text-align: center;
  background-color: #be2916;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  display: flex;
}

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

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

.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-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-line {
  background-color: #f2f3f8;
  width: 100%;
  height: 1px;
}

.footer-line.margin-48 {
  margin-top: 48px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.footer-text-link {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

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

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

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

.paragraph-small-9.footertxt {
  display: none;
}

.horizontal-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.cta_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #122766;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.section-cta-localisation {
  background-color: #f3f3f3;
}

.text-style-muted {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.cta-localisation_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.main-wrapper {
  background-color: #f3f3f3;
  margin-bottom: 0;
}

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

.margin-0 {
  margin: 0;
}

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

.cta_content-right {
  border-radius: 1rem;
  overflow: hidden;
}

.page-padding-2 {
  margin-top: 0;
  padding: 60px 2.5rem;
}

.cta-map {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.text-color-yellow {
  color: #fac710;
}

.text-color-yellow.heading-medium {
  color: #fff;
  font-size: 30px;
}

.paragraph {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.padding-global {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.section-aboutus {
  position: relative;
}

.aboutus_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #2947a9;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 10% -50% 10% 80%;
}

.aboutus_image-wrapper {
  width: 65%;
  position: relative;
}

.button-3 {
  color: #2947a9;
  text-align: center;
  background-color: #fff;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

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

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

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

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

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

.text-size-medium.text-weight-medium.text-align-center {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.form_input {
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.form_input.is-textarea {
  min-height: 8rem;
}

.contact1_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template: ". ."
                 ". ."
                 "Area Area-2"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #f9995d;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: #2947a9;
}

.button-5.is-cta1.align-center {
  background-color: #2947a9;
  width: 15rem;
  transition: background-color .2s;
}

.button-5.is-cta1.align-center:hover {
  background-color: #f9995d;
}

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

.section-cta {
  background-color: #f6f8f7;
}

.text-color-500 {
  color: #667299;
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

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

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

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

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

.avatar {
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}

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

.navigation-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

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

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

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

.nav__css {
  position: fixed;
}

.footer-title-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

.navigation-link {
  color: #fff;
  letter-spacing: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #fff;
  letter-spacing: normal;
  border-bottom: 2px solid #0057bf;
}

.navigation-link.w--current {
  color: #fff;
  letter-spacing: normal;
  border: 0 #dcdfe5;
  border-bottom: 2px solid #0057bf;
}

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

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

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

.margin-left.margin-small {
  margin-left: 10px;
}

.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: #0057bf;
}

.display-l {
  color: #fff;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

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

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

.navigation-main-b {
  align-items: center;
  display: flex;
}

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

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

.navigation-button-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.navigation-main {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.google-reviews-wrapper {
  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-logo-link {
  width: 200px;
}

.header {
  display: none;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  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: relative;
}

.nav_phone-info {
  align-items: center;
  display: flex;
}

.nav_phone-icon {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  margin-top: 12px;
  padding: 0 40px 32px;
  position: absolute;
}

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-style-caption {
  opacity: .7;
  font-weight: 500;
  line-height: 1.5;
}

.text-style-caption.text-align-center {
  opacity: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

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

.text-style-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.text-style-link:hover {
  color: #0057bf;
}

.nav_phone-icon-link {
  background-color: #0057bf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .2s;
  display: flex;
}

.nav_phone-icon-link:hover {
  background-color: #aedef8;
}

.header-section {
  background-image: linear-gradient(145deg, #0000004f 9%, #fff0), linear-gradient(#ff31304d, #0057bf4d), linear-gradient(#00000080 100%, #fff), url('../images/83108d5ee992bfc1100f66a158ec3cd1l-m336900575rd-w1280_h960.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding: 200px 5% 100px;
  position: relative;
}

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

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

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

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

.image-full {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-left: 30px;
}

.icon-blue {
  background-color: #fff0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

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

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

.paragraph-small-10.text-color-gray-600 {
  color: #fff;
}

.subheading-small-2 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 30px;
}

.bold-text {
  font-size: 36px;
}

.action-m-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.content-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.icon-pink {
  background-color: #fff0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.content-image-2 {
  max-width: 488px;
  height: auto;
}

.section-regular-3 {
  background-color: #fff;
  padding: 40px 5%;
  display: none;
  position: relative;
}

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ff3130;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-feature-card.newcard {
  background-color: #ff3130;
}

.hero-image-block {
  background-image: url('../images/pexels-daria-rem-1977047.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: none;
  box-shadow: 0 10px 20px #0000000d;
}

.h5-heading-2 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 500;
  line-height: 40px;
}

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

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

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

.content-number-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

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

.content-statistics-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

.content-image {
  width: 100%;
  max-width: 560px;
}

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-blue {
  color: #70c9d7;
}

.text-color-red-501 {
  color: #d77070;
}

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

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

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-blue {
  color: #70c9d7;
}

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

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

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

.div-block-12 {
  margin-left: 10px;
}

.subtitle-3 {
  color: #0057bf;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 20px;
}

.square-icon {
  border-radius: 16px;
}

.success-message-2 {
  color: #fff;
  background-color: #0057bf;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.text-block-13, .color-neutral-301 {
  color: #fff;
}

.mg-bottom-40px-3 {
  color: #000;
  margin-bottom: 40px;
}

.heading-7 {
  color: #000;
  margin-top: 10px;
}

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

.section-11.position-relative {
  color: #000;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.heading-8 {
  color: #000;
}

.div-block-11 {
  margin-left: 10px;
}

.mg-bottom-48px {
  color: #000;
  margin-bottom: 48px;
}

.field-label-6 {
  color: #000;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 6px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-3:hover {
  border-color: #0057bf;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-3:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-3:focus-visible, .input-3[data-wf-focus-visible] {
  border-color: #0057bf;
}

.input-3::placeholder {
  color: #000;
  font-size: 18px;
}

.text-200 {
  line-height: 20px;
}

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

.text-200.medium.color-neutral-800 {
  color: #000;
  font-weight: 700;
}

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

.text-200.bold.mg-top-8px {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.icon-link-2-texts-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.icon-link-2-texts-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

.div-block-10 {
  margin-left: 10px;
}

.button-submit-3 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #0057bf;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  transition: all .45s;
}

.button-submit-3:hover {
  background-color: #ff3130;
  transform: translate(0, -4px);
}

.section-5 {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.section-regular-7 {
  padding: 80px 5%;
  display: none;
  position: relative;
}

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

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---color-neutral-807 {
  color: #211f54;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---paragraph-default-8 {
  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;
}

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

.company-logo {
  width: 160px;
}

.footer-link-block {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.logo-wrap {
  max-width: 410px;
}

.footer-section {
  background-color: #1f2937;
  padding: 80px 3%;
}

.grey-dot {
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

.footer-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-link-title {
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.legal-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-weight: 500;
}

.legal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo-link {
  margin-bottom: 32px;
}

.container-3 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: #fffc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-link.no-padding {
  margin-bottom: 0;
}

.footer-link-column {
  color: #fff;
}

.social-icon {
  opacity: .6;
  margin-right: 14px;
}

.grey-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 24px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.column {
  flex: 1;
  padding: 20px;
}

.column.footer-column {
  flex-direction: column;
  flex: 1;
  display: none;
}

.brix---paragraph-default-12 {
  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;
}

.container-4 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.footer-container {
  justify-content: center;
  display: flex;
}

.image-full-2 {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

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

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

.icon-red {
  background-color: #fde7e7;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

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

.action-m {
  color: #030711;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

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

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.content-grid-b-2 {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 2fr minmax(auto, 480px);
  align-items: center;
}

.content-feature-card-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  display: flex;
}

.paragraph-large-7 {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

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

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

.paragraph-small-12.text-color-gray-600 {
  color: #4b5563;
}

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

.hero-image-block-2 {
  background-image: url('../images/pexels-daria-rem-1977047.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  display: none;
  box-shadow: 0 10px 20px #0000000d;
}

.text-color-purple-601 {
  color: #ff3130;
}

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

.h5-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

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

.subheading-small-3 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

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

.bold-text-9 {
  font-weight: 800;
}

.subheading-small-4 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.h5-heading-4 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.h5-heading-4.newtxt2 {
  font-size: 42px;
}

.h5-heading-4.newtxt2.txt11 {
  font-weight: 800;
}

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

.h5-heading-4.newtxt.new-tt {
  font-weight: 800;
}

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

.text-color-purple-602 {
  color: #ff3130;
}

.section-regular-9 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.section-regular-9.newsec1 {
  background-color: #f3f3f3;
}

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

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

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

.text-color-purple-603 {
  color: #ff3130;
}

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

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

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

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

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

.text-color-purple-604 {
  color: #ff3130;
}

.section-regular-11 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.section-regular-11.newsec1 {
  background-color: #f3f3f3;
}

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

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

.blog-twitter {
  color: #fff;
  background-color: #be2916;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.sub-heading-small {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.bold-text-28 {
  color: #000;
}

.blog-list {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.bold-text-27 {
  color: #000;
}

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

.wrap-h-x-small.align-c {
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-29 {
  color: #000;
}

.blog-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-detail-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.list-item-2 {
  color: #000;
}

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

.heading-detail {
  color: #0057bf;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.blog-author-detail {
  width: 100%;
  max-width: 840px;
}

.avatar-image-2 {
  object-fit: cover;
  background-color: #161616;
  width: 100%;
  height: 100%;
}

.blog-share-button {
  color: #fff;
  background-color: #122766;
  border-radius: 32px;
  padding: 4px 24px;
  text-decoration: none;
}

.title-wrapper-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-large-8 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}

.paragraph-large-8.text-weight-semibold {
  color: #000;
  font-weight: 700;
}

.paragraph-large-8.text-gray-500 {
  color: #000;
}

.h5-heading-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

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

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

.bold-text-31 {
  color: #000;
}

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

.blog-linkedin {
  color: #fff;
  background-color: #122766;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

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

.wrap-h-small-2.align-c {
  justify-content: flex-start;
  align-items: center;
}

.blog-social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.bold-text-30 {
  color: #000;
}

.section-regular-12 {
  padding: 40px 5%;
  position: relative;
}

.bold-text-26, .bold-text-21 {
  color: #000;
}

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

.wrap-h-regular.align-c {
  justify-content: flex-start;
  align-items: center;
}

.blog-break {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.blog-seperator-dot {
  background-color: #e6e6e6;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.blog-header-image {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 480px;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.bold-text-25 {
  color: #000;
}

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

@media screen and (min-width: 1280px) {
  .ths06-brand-logo {
    width: 200px;
  }

  .ths06-testimonial {
    font-size: 16px;
  }

  .ths06-testimonials-outer-wrapper {
    margin-left: 30px;
  }

  .button-right-icon.herobtn2.headerbtn {
    margin-right: 0;
    padding: 10px 20px;
    font-size: 16px;
  }

  .body-button-normal.headerbtn {
    font-size: 16px;
  }

  .h2-heading-2 {
    margin-top: 0;
    font-size: 49px;
    font-weight: 800;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

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

  .navigation-link.w--current {
    font-size: 20px;
  }

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

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

@media screen and (max-width: 991px) {
  .image-2, .image-2.menu-img {
    width: 30%;
    max-width: 30%;
  }

  .dropdown-list.submenu-list {
    position: fixed;
  }

  .cross-imge {
    opacity: 0;
    width: 25px;
    font-size: 45px;
    display: none;
  }

  .brand-2 {
    z-index: 1000;
  }

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

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.hide-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-wrap {
    flex-flow: column wrap;
    width: 85%;
    display: flex;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .icon {
    color: #285064;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    font-size: 45px;
  }

  .menu-button-2 {
    background-color: #0000;
    margin-left: auto;
  }

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

  .up-image {
    width: 30px;
    height: 17px;
  }

  .dropdown-toggle.nav-link {
    justify-content: space-between;
    transition: all .5s;
    display: flex;
  }

  .container-2 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .contactusblock {
    font-size: 13px;
    box-shadow: 0 1px 7px #00000061;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .button-primary.navbar {
    font-size: 13px;
  }

  .trust-icons {
    background-image: linear-gradient(#0096ff4a, #0096ff6b);
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .trust-icons-container {
    max-width: 700px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .content-title-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card-c3 {
    max-width: 220px;
    transition-property: none;
  }

  .card {
    width: auto;
    min-width: 400px;
  }

  .card-3 {
    max-width: 750px;
  }

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

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

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    width: 100%;
  }

  .gallery-card {
    max-height: 340px;
  }

  .project-name {
    font-size: 1.125rem;
  }

  .project-address {
    font-size: 1rem;
  }

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

  .form-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .card-2.form {
    padding: 54px 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

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

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

  .paragraph {
    font-size: .875rem;
  }

  .aboutus_text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    top: 8%;
    bottom: 8%;
    right: -50%;
  }

  .button-3 {
    font-size: .75rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .navigation-link {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

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

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

  .navigation-main-b {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

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

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

  .navigation-logo-link {
    margin-right: 0;
  }

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

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navigation-mobile {
    color: #fff;
    background-color: #030711;
    border-radius: 44px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    display: flex;
  }

  .navigation-mobile.w--open {
    color: #fff;
    background-color: #030711;
    border-color: #0000;
  }

  .text-style-caption.text-align-center {
    font-size: 1rem;
  }

  .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%);
  }

  .header-section {
    padding-top: 64px;
  }

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

  .content-wrapper-2 {
    align-items: flex-start;
  }

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

  .hero-image-block {
    background-position: 50%;
  }

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

  .content-image {
    max-width: none;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .column {
    width: auto;
  }

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

  .hero-image-block-2 {
    background-position: 50%;
  }

  .content-grid-b-3, .content-grid-b-4, .content-grid-b-5, .content-grid-b-6 {
    grid-template-columns: 1fr;
  }

  .blog-header-image {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .text-block-4, .text-block-3 {
    display: none;
  }

  .container {
    flex-wrap: wrap;
  }

  .social-list, .contact-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-block {
    width: 50%;
  }

  .contactusblock {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: none;
  }

  .button-primary:hover {
    border-color: #0096ff00;
  }

  .phone-number {
    text-transform: uppercase;
  }

  .trust-icons {
    padding: 60px 15px;
  }

  .trust-icons-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-around;
    max-width: 459px;
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .h2-heading-2 {
    font-size: 44px;
  }

  .content-carousel-section {
    margin-right: 5px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card-c3 {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-3 {
    flex-direction: column;
    align-items: center;
  }

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

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

  .f-feature-card-outlined {
    padding: 32px;
  }

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

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

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 16px;
  }

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

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

  .h5-heading {
    font-size: 32px;
  }

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

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

  .gallery-arrow-r {
    width: 40px;
    height: 40px;
    top: -60px;
  }

  .gallery-header-wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    top: -60px;
    right: 60px;
  }

  .gallery-paragraph {
    width: 100%;
  }

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

  .project-name {
    font-size: 1rem;
  }

  .project-address {
    font-size: .875rem;
  }

  .cta-accent-left {
    display: none;
  }

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

  .cta-star-right {
    display: none;
  }

  .h2-heading {
    font-size: 44px;
  }

  .cta-light {
    padding: 64px 32px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

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

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .card-2.form {
    padding: 56px 32px;
  }

  .card-2.pd-64px---56px {
    padding: 58px 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-content-pd.card-map {
    padding: 32px;
  }

  .text-area-2 {
    border-radius: 18px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

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

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

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

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

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

  .cta_content-left {
    padding: 2rem;
  }

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

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

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

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

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

  .cta-map {
    height: 20rem;
  }

  .paragraph {
    font-size: .875rem;
  }

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

  .padding-global.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-section-small.hidden {
    padding-bottom: 0;
  }

  .aboutus_text-wrapper {
    position: static;
  }

  .aboutus_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .button-3 {
    width: 100%;
  }

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

  .form_input {
    font-size: 1rem;
  }

  .contact1_form {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .nav__logo__link {
    width: 100px;
  }

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

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

  .nav__trigger {
    margin-left: 8px;
  }

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

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

  .h5-heading-2 {
    font-size: 32px;
  }

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

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

  .h2-heading-3 {
    font-size: 44px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-4 {
    width: 94%;
  }

  .container-4.footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

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

  .h5-heading-3 {
    font-size: 32px;
  }

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

  .h5-heading-4 {
    font-size: 32px;
  }

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

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

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

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

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

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

  .blog-detail-wrapper {
    flex-wrap: wrap;
  }

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

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

@media screen and (max-width: 479px) {
  .ths06-hero-title-wrapper.subtitle {
    margin-top: 20px;
  }

  .ths06-hero-title {
    font-size: 13px;
  }

  .ths06-hero-section {
    display: none;
  }

  .ths06-divider {
    width: 40px;
  }

  .ths06-header {
    display: none;
  }

  .button-right-icon {
    min-width: 325px;
  }

  .icon-right.btn1 {
    margin-left: 8px;
  }

  .image-2, .image-2.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .cross-imge {
    font-size: 45px;
    line-height: 45px;
    display: none;
  }

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

  .icon {
    color: #285064;
    font-size: 45px;
  }

  .menu-button-2 {
    background-color: #0000;
    padding: 0;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .arrow-icon {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 20px;
  }

  .button-primary {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 6px 9px;
    font-size: 15px;
  }

  .phone-icon {
    margin-right: 4px;
    font-size: 20px;
  }

  .trust-icons {
    background-image: linear-gradient(#122766, #be2916);
  }

  .trust-icons-container {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .section-large {
    display: none;
  }

  .wrap-v-regular.align-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .content-carousel-section {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-heading-2 {
    font-size: 35px;
  }

  .card-c3 {
    margin: 15px 12px;
  }

  .card {
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .f-grid-three-column {
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-feature-card-outlined.imgcard2.imgcard {
    padding-bottom: 32px;
  }

  .grid-1-column.gap-row-28px.hidden-mbp {
    display: none;
  }

  .grid-1-column.gap-row-28px.gap-row-16-mbp {
    grid-row-gap: 16px;
  }

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

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

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
    display: none;
  }

  .form-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .testimonial-name-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-group-m {
    margin-top: 40px;
  }

  .wrap-v-x-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 14px;
  }

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

  .gallery-arrow-r {
    inset: -80px auto auto 60px;
  }

  .gallery-header-wrap {
    margin-bottom: 120px;
    margin-right: 0;
  }

  .gallery-arrow {
    inset: -80px auto auto 0%;
  }

  .cards-text-wrapper {
    height: auto;
  }

  .cta-card, .wrap-h-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-light {
    display: none;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .form-section {
    padding-top: 96px;
    padding-bottom: 96px;
    display: none;
  }

  .grid-2-columns.form {
    background-color: #fff0;
    place-items: center stretch;
    width: auto;
  }

  .grid-2-columns.contact-v6 {
    grid-row-gap: 48px;
  }

  .card-2.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .card-2.pd-64px---56px {
    padding: 40px 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .card-content-pd.card-map {
    padding: 24px;
  }

  .select-field {
    width: 330px;
  }

  .text-area-2:hover {
    border-color: #0057bf;
  }

  .text-area-2:focus-visible, .text-area-2[data-wf-focus-visible] {
    color: #000;
    border-color: #0057bf;
  }

  .text-area-2::placeholder {
    font-size: 16px;
  }

  .textarea {
    width: 330px;
    font-size: 16px;
    font-weight: 500;
  }

  .input-2 {
    width: 330px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-2:hover {
    border-color: #0057bf;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-size: 15px;
    font-weight: 700;
  }

  .icon-regular-8 {
    color: #ff3130;
    margin-right: 5px;
  }

  .icon-regular-8.newicon {
    color: #ff3130;
  }

  .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;
  }

  .grid-three-column-2 {
    display: none;
  }

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

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

  .footer-feature {
    flex-direction: column;
    align-items: center;
  }

  .brix---link-text-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-4.nre1 {
    font-size: 13px;
  }

  .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;
  }

  .footer-large-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer-line.margin-48 {
    margin-top: 10px;
  }

  .section-regular-5 {
    background-color: #122766;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .icon-regular-9 {
    color: #be2915;
    margin-right: 5px;
  }

  .icon-regular-9.newicon {
    color: #be2916;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .footer-text-link {
    font-weight: 500;
  }

  .footer-text-link:hover {
    color: #be2915;
    -webkit-text-stroke-color: #be2915;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .paragraph-small-9 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-small-9.footertxt {
    display: block;
  }

  .paragraph-small-9.newtxtfooter {
    display: none;
  }

  .cta_content-left {
    background-color: #122766;
    border-radius: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .margin-bottom.margin-xsmall {
    margin-left: 1rem;
  }

  .page-padding-2 {
    background-color: #fff;
  }

  .cta-map {
    margin-top: 20px;
  }

  .text-style-3lines.text-style-muted {
    text-align: center;
  }

  .cta_content-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-color-yellow.heading-medium {
    text-align: center;
    font-size: 27px;
  }

  .paragraph {
    font-size: .875rem;
  }

  .padding-global.hidden-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-small.hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aboutus_text-wrapper {
    padding: 1rem;
  }

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

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

  .contact1_form {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-5.is-cta1.align-center {
    width: auto;
  }

  .padding-section-medium {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .navigation-logo {
    width: 150px;
    margin-top: 0;
    margin-left: 0;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 20px;
    position: static;
  }

  .nav__logo__link {
    width: 200px;
    margin-top: -40px;
    margin-right: 0;
  }

  .d-130-arrow-bg {
    background-color: #ff3130;
    width: 180px;
    transform: skew(25deg);
  }

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

  .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: #0057bf;
    margin-top: 0;
  }

  .display-l {
    text-align: left;
    letter-spacing: normal;
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
  }

  .display-l.newdistext {
    font-size: 30px;
  }

  .display-l.newl {
    text-align: center;
  }

  .paragraph-large-6 {
    text-align: left;
  }

  .paragraph-large-6.newl1 {
    text-align: center;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    display: block;
    position: absolute;
  }

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

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

  .brix---link-text-5 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-5.nre1 {
    font-size: 13px;
  }

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

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

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
  }

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

  .nav__trigger.nav__closed {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
  }

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

  .header-text-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 90px;
  }

  .brix---header-wrapper-transparent {
    display: none;
  }

  .icon-regular-14 {
    color: #be2915;
    margin-right: 5px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-wrap {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .header-section {
    background-image: linear-gradient(#0006, #fff0), linear-gradient(#0000008c 100%, #fff), url('../images/485148827_673772808938753_2805808841732623242_n.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-top: 0;
  }

  .text-block-8 {
    color: #fff;
    margin-right: 25px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
  }

  .nav__inner {
    background-color: #122766;
  }

  .image-full {
    display: none;
  }

  .subheading-small-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .bold-text {
    font-size: 29px;
    font-weight: 800;
    line-height: 27px;
  }

  .content-image-2 {
    display: none;
  }

  .section-regular-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .content-feature-card.newcard {
    background-color: #fe3130;
  }

  .hero-image-block {
    box-shadow: none;
    background-image: url('../images/475877487_1051417320012685_4261188436069554676_n.jpg');
    border-radius: 6px;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 345px;
    min-height: 345px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .hero-image-block.newimage {
    background-image: url('../images/Concrete-Contractort-trusted-by-the-brownsville-community.png');
  }

  .text-span-2 {
    color: #ff3130;
  }

  .h5-heading-2 {
    font-size: 39px;
  }

  .content-number-wrap {
    flex-direction: column;
  }

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

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .success-message-2 {
    background-color: #122766;
  }

  .heading-7 {
    font-size: 35px;
  }

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

  .section-11.position-relative {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-31 {
    width: auto;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .form-2 {
    display: flex;
  }

  .input-3 {
    width: 330px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-3:hover {
    border-color: #0057bf;
  }

  .input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .icon-link-2-texts-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .div-block-10 {
    margin-left: 10px;
  }

  .button-submit-3 {
    background-color: #122766;
    border-radius: 6px;
  }

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

  .section-5 {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .section-regular-7 {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size-6 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
  }

  .brix---heading-h2-size-6.newtext {
    text-align: left;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 0;
  }

  .brix---paragraph-default-8 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 23px;
  }

  .icon-regular-15 {
    color: #e7e5e5;
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .footer-links-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .brix---footer-logo {
    width: 65%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-4 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .column {
    border-top: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.footer-column {
    border-top-style: none;
    border-bottom: 1px #fff;
    margin-bottom: 0;
    display: block;
  }

  .brix---paragraph-default-12 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-12.ntetxt {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .content-feature-card-b {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-image-block-2 {
    box-shadow: none;
    background-image: url('../images/Website-Graphic.png');
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 345px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .hero-image-block-2.newimg {
    background-image: url('../images/Graphic03.png');
    border-radius: 8px;
  }

  .hero-image-block-2.newimg.img2 {
    background-image: url('../images/Website-Graphic.png');
  }

  .hero-image-block-2.newimg.img2.newimg3 {
    background-image: url('../images/Graphic01.png');
    background-position: 100%;
    min-height: 400px;
  }

  .hero-image-block-2.newimg.img2.newimg2 {
    background-image: url('../images/Black--Red-Minimalist-Graphic-Designer-Job-Hiring-Instagram-Post-1.png');
    background-position: 100%;
    min-height: 380px;
  }

  .hero-image-block-2.image3 {
    background-image: url('../images/Concrete-Side-walks-in-Brownsville-Texas.png');
    border-radius: 6px;
  }

  .hero-image-block-2.image4 {
    background-image: url('../images/Best-Stamped-Concrete-in-Brownsville-Texas.png');
    border-radius: 6px;
  }

  .hero-image-block-2.image5 {
    background-image: url('../images/Best-Concrete-Steps-in-Brownsville-Texas.png');
    border-radius: 6px;
  }

  .hero-image-block-2.image6 {
    background-image: url('../images/Best-Concrete-Slabs-in-Brownsville-Texas.png');
    border-radius: 6px;
  }

  .hero-image-block-2.image1 {
    background-image: url('../images/Concrete-Driveway-Company-in-Browsnville-Texas.png');
    border-radius: 6px;
  }

  .section-regular-8 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .h5-heading-3.newttxt5 {
    letter-spacing: normal;
    font-size: 28px;
    line-height: 35px;
  }

  .subheading-small-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .bold-text-10 {
    font-weight: 800;
  }

  .subheading-small-4 {
    font-size: 17px;
    line-height: 26px;
  }

  .h5-heading-4.newtxt2.txt11 {
    letter-spacing: normal;
    font-size: 26px;
    line-height: 32px;
  }

  .h5-heading-4.newtxt.new-tt {
    letter-spacing: normal;
    font-size: 25px;
    line-height: 30px;
  }

  .section-regular-9.newsec1, .section-regular-10.newsec, .section-regular-11.newsec1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-detail-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .blog-break {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-header-image {
    height: 280px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .bold-text-32 {
    font-weight: 500;
  }

  .bold-text-32.newl1 {
    text-align: center;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -70px;
  }

  .list {
    width: 100%;
    padding-left: 0;
  }
}

#w-node-_110203b8-fa32-96d7-f59c-256f986611f0-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f544f9-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f54530-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3afe-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-d9ec40b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_110203b8-fa32-96d7-f59c-256f986611f0-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f544f9-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f54530-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3afe-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-65e675e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_110203b8-fa32-96d7-f59c-256f986611f0-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f544f9-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7442f71d-a4e6-2d73-4396-a9d8d5f54530-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3afe-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-3dd57cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a996101d-7646-04c0-aaaf-8fe50f6c33b6-08f9900a, #w-node-_110203b8-fa32-96d7-f59c-256f986611f0-069799c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-069799c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_55336f7c-12d9-0fa9-7c60-384451d5e909-d9ec40b2 {
    justify-self: center;
  }

  #w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-d9ec40b2 {
    justify-self: start;
  }

  #w-node-_55336f7c-12d9-0fa9-7c60-384451d5e909-65e675e7, #w-node-_40ca38be-5313-fcfc-945c-413009679684-65e675e7, #w-node-_8f954dec-bb4f-52fb-94d9-7160f6bc67b7-65e675e7 {
    justify-self: center;
  }

  #w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-65e675e7 {
    justify-self: start;
  }

  #w-node-_55336f7c-12d9-0fa9-7c60-384451d5e909-3dd57cc1, #w-node-b401e136-5ad9-2e15-eb71-58ec8167c364-3dd57cc1, #w-node-_5c658ef2-b81a-9fcb-9b29-cdc3616be643-3dd57cc1, #w-node-fab22e66-6462-0c54-2260-f924d682e12e-3dd57cc1, #w-node-_463369c6-7b24-800a-8296-b72c505bcdd0-3dd57cc1, #w-node-_1f0200d8-2629-fb1f-6d31-559f1e04c6dd-3dd57cc1, #w-node-_426e68a4-d381-9f5d-ed0c-2e9974192d4c-3dd57cc1 {
    justify-self: center;
  }

  #w-node-b14ffc17-a3c9-a33a-b4ac-e13b5def3b17-3dd57cc1 {
    justify-self: start;
  }

  #w-node-_55336f7c-12d9-0fa9-7c60-384451d5e909-069799c7 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-d9ec40b2, #w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-65e675e7, #w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-3dd57cc1, #w-node-_2ab5ad89-fcda-5640-96df-a8b76a178903-069799c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


