:root {
  --b: #0693e3;
  --white: white;
  --black: #313131;
  --soft-white: #f9fbfc;
  --cadet-blue: #18a7b9;
  --d: #f3f5f7;
  --dim-grey: #6b6b6b;
  --a: #013e62;
  --c: #6cf;
  --dark-navy: #0a2342;
  --primary-blue: #006b9e;
  --light-aqua: #b3e5fc;
}

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: var(--b);
  text-decoration: none;
}

.header {
  max-width: 100vw;
  padding-bottom: 140px;
  position: relative;
}

.header.new-margin {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.index {
  z-index: 5;
  position: relative;
}

.container.index.flex-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-image {
  position: absolute;
  inset: 0 0 auto auto;
}

.nav-sec {
  padding-top: 30px;
  padding-bottom: 29px;
}

.navbar {
  background-color: #0000;
  align-items: center;
  display: flex;
}

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

.nav-menu {
  margin-left: auto;
}

.nav-link {
  color: #313131;
  padding: 24px 36px 0 0;
  font-size: 18px;
  line-height: 27px;
}

.nav-link.w--current {
  color: var(--black);
  font-weight: 600;
}

.hero-sec {
  padding-top: 120px;
  position: relative;
}

.div-block {
  margin-top: 50px;
  margin-right: 50px;
}

.hero-wrapper {
  width: 65%;
  padding-bottom: 20px;
}

.heading-h1 {
  color: var(--soft-white);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
}

.heading-h1.white {
  color: var(--soft-white);
}

.text-span {
  color: var(--d);
  font-weight: 700;
}

.text {
  color: var(--soft-white);
  font-size: 18px;
  line-height: 28px;
}

.text.white {
  color: var(--soft-white);
}

.text.black {
  color: var(--dim-grey);
  margin-top: 15px;
}

.text.black.testimonial {
  text-align: left;
  font-size: 16px;
}

.hero-text-wrapper {
  width: 77%;
  padding-bottom: 40px;
}

.hero-button-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.hero-button-wrapper.no-margin-bottt {
  padding-bottom: 40px;
}

.hero-button-wrapper.no-margin-bottt.vertical {
  flex-flow: column;
}

.hero-button-wrapper.no-margin-bottt.ceneter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero-button-wrapper.top {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.hero-button-wrapper.top.left {
  justify-content: flex-start;
  align-items: center;
}

.hero-button-wrapper.less-bottom, .hero-button-wrapper.less-bottom-copy {
  padding-bottom: 40px;
}

.hero-button-wrapper.more-bootom {
  padding-bottom: 200px;
}

.hero-explore-button {
  background-color: var(--b);
  color: var(--white);
  border-radius: 40px 5px;
  padding: 22px 77px 22px 78px;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 20px 50px #18a7b933;
}

.hero-explore-button.margin-bootom {
  margin-bottom: 20px;
}

.hero-contect-button {
  border: 1px solid var(--b);
  color: var(--b);
  background-color: #0000;
  border-radius: 40px 5px;
  padding: 22px 77px 22px 78px;
  font-size: 17px;
  font-weight: 500;
}

.hero-contect-button.white {
  border-color: var(--d);
  color: var(--d);
}

.hero-contect-button.white.size {
  width: 300px;
  margin-bottom: 68px;
}

.hero-contect-button.white.size.no-padding-btn {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-counter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 220px;
  display: flex;
}

.hero-counter-colum {
  z-index: 10;
  position: relative;
}

.number {
  color: var(--d);
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}

.number.white {
  color: var(--d);
}

.projects-done {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

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

.pattren.opacity {
  opacity: .3;
}

.image {
  z-index: -1;
  margin-top: -235px;
  position: absolute;
  inset: auto 27% -18% auto;
}

.image.imagem-upper {
  inset: -2% auto auto 0%;
}

.partner-sec {
  max-width: 100vw;
  margin-top: -210px;
  position: relative;
}

.partner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  padding: 20px 40px;
  display: grid;
  position: relative;
  top: -70px;
}

.choose-us-sec {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.choose-us-grid {
  grid-column-gap: 68px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-us-grid.mob {
  display: none;
}

.choose-us-button-text-wrapper {
  padding-bottom: 110px;
  padding-right: 20px;
}

.choose-us-button-text-wrapper.no-margin-bootom {
  padding-bottom: 40px;
}

.choose-us-text {
  color: var(--dim-grey);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-button {
  background-color: var(--cadet-blue);
  color: var(--white);
  border-radius: 40px 5px;
  padding: 22px 77px 22px 78px;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 20px 50px #18a7b933;
}

.choose-us-button.btn-animation {
  background-color: var(--b);
}

.choose-us-button.btn-animation.space-up {
  margin-top: 16px;
}

.choose-us-image {
  display: block;
}

.choose-us-image.about-us-image {
  border-radius: 50px;
}

.choose-us-heading-wrapper {
  padding-bottom: 0;
}

.heading-h2 {
  color: var(--a);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

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

.heading-h2.center.add-padding-top {
  padding-top: 60px;
}

.heading-h2.space-plus {
  margin-top: 29px;
}

.choose-us-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
}

.choose-us-list {
  grid-column-gap: 37px;
  align-items: flex-start;
  padding-bottom: 120px;
  padding-right: 30px;
  display: flex;
}

.choose-us-list.last {
  padding-bottom: 60px;
}

.choose-us-list.last.amrgin-top {
  padding-top: 60px;
}

.choose-us-list.less-magin-booton {
  padding-bottom: 80px;
}

._01 {
  color: var(--a);
  margin-top: -35px;
  margin-left: 25px;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

._01-icon {
  margin-bottom: -100px;
}

.choose-us-list-item-one {
  width: 102px;
  height: 102px;
}

.testimonials {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.testimonials.hide {
  display: none;
}

.team-heading-text-wrapper {
  text-align: center;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.team-heading {
  color: var(--a);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.team-heading.no-margin-bottom {
  margin-bottom: 0;
}

.team-slider-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
}

.team-card {
  text-align: center;
  border-radius: 5px;
  width: 362px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 50px #c6d9e14d;
}

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

.team-slider-mask {
  width: 362px;
  overflow: visible;
}

.team-slider-slide {
  margin-right: 30px;
}

.team-slider-arrow-left {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto -25% 46%;
  box-shadow: 0 3px 5px #0003;
}

.team-slider-arrow-right {
  background-color: var(--c);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto -25.5% 52%;
}

.team-slider-nav {
  display: none;
}

.card-icon-left {
  position: absolute;
  inset: 30px auto auto 30px;
}

.card-icon-right {
  position: absolute;
  inset: 30px 30px auto auto;
}

.team-card-name {
  margin-top: 22px;
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 36px;
}

.team-card-designation {
  color: var(--dim-grey);
  font-size: 12px;
  line-height: 12px;
}

.team-card-number {
  color: var(--dim-grey);
  margin-top: 47px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
}

.team-card-email {
  color: var(--cadet-blue);
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

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

.icon-2 {
  display: none;
}

.mission {
  background-image: url('../images/photo_4911523647231995516_y-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.message-heading {
  color: var(--white);
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.message-wrapper {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.message-paragraph {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.image-3 {
  margin-left: auto;
  margin-right: -80px;
  display: block;
}

.image-4 {
  margin-left: -80px;
  display: block;
}

.cta {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cta.hide {
  display: none;
}

.contect-heading-wrapper {
  text-align: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.image-5 {
  width: 50%;
  position: absolute;
  inset: 35% 0% 0% auto;
}

.contect-wrapper {
  width: 45%;
}

.form {
  position: relative;
}

.text-field {
  z-index: -2;
  border: 1px solid #f4f4f4;
  border-radius: 7px;
  margin-bottom: 20px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 24px;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 18px;
  line-height: 27px;
}

.text-field.message-field {
  padding-bottom: 153px;
}

.text-field.bg-color {
  background-color: #f9f9f9;
  border-style: none;
}

.text-field.bg-color.message-field {
  margin-bottom: 0;
}

.form-button {
  background-color: var(--cadet-blue);
  color: var(--white);
  border-radius: 40px 5px;
  margin-top: 30px;
  padding: 23px 69px 23px 48px;
  font-size: 17px;
  box-shadow: 0 20px 50px #18a7b933;
}

.form-name {
  text-align: center;
  width: 8%;
  margin-bottom: -7px;
  margin-left: 25px;
  font-size: 10px;
  line-height: 15px;
  position: relative;
}

.blog-sec {
  background-image: url('../images/TEXTURAS.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px;
}

.blog-sec.hide {
  display: none;
}

.blog-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  width: 92%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-card-left {
  text-align: center;
  background-image: url('../images/Img-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 496px;
  height: 467px;
  padding-top: 332px;
}

.blog-card-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 27px;
  line-height: 34px;
}

.blog-card-text {
  color: #fffc;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.blog-card-right {
  text-align: center;
  background-image: url('../images/Img-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 496px;
  height: 467px;
  padding-top: 234px;
}

.blog-card-button {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 40px 5px;
  margin-top: 32px;
  padding: 22.5px 55.5px 22.5px 56.5px;
}

.blog-main-wrapper {
  width: 100%;
  height: 51vh;
  overflow: auto;
}

.cta-sec {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 156px;
}

.cta-sec.bg {
  background-image: url('../images/pexels-pixabay-261403.jpg');
}

.cta-sec.bg.margin {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.cta-wrapper {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrapper.larger {
  width: 80%;
}

.cta-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 54px;
  font-weight: 500;
  line-height: 56px;
}

.cta-heading.whte {
  color: var(--white);
}

.cta-button {
  background-color: var(--b);
  color: var(--white);
  border-radius: 40px 5px;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  padding: 18px 84px 18px 54px;
  font-size: 16px;
  text-decoration: none;
}

.cta-button.no-margin-top {
  background-color: var(--b);
  margin-top: 0;
}

.cta-button.no-margin-top.limit-width {
  max-width: 300px;
}

.cta-button.no-margin-top.limit-width.margin-boottom {
  margin-bottom: 6rem;
  padding: 20px 60px;
}

.div-block-2 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fotter-sec {
  padding-top: 60px;
  padding-bottom: 40px;
}

.fotter-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f4f4f4;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 68px;
  display: grid;
}

.fotter-colum-right {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo {
  max-width: 250px;
}

.fotter-left-text {
  color: var(--dim-grey);
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 120px;
  font-size: 16px;
  line-height: 26px;
}

.fotter-social-links-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

.fotter-social-link {
  background-color: var(--b);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.fotter-link-text {
  color: var(--black);
  margin-bottom: 39px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.fotter-link {
  color: var(--dim-grey);
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.fotter-form {
  background-color: #fafafa;
  border-radius: 4px;
  align-items: center;
  padding: 13px 12px 12px 18px;
  display: flex;
}

.fotter-form-text-field {
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
}

.fotter-form-button {
  background-color: #0000;
  background-image: url('../images/Vector-32.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 16px;
}

.choose-us-text-copy.margin-b {
  text-align: center;
  margin-bottom: 40px;
}

.choose-us-text-copy {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.fotter-bottom-wrapper {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 40px;
  line-height: 21px;
}

.map-mob {
  display: none;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

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

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

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.margin-bottom.margin-small.newmargin {
  margin-bottom: 36px;
}

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

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.text-color-fiolet {
  color: #b3b8db;
}

.layout339_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #10132380;
  position: absolute;
  inset: 0%;
}

.section_layout339 {
  background-color: #036;
  display: block;
  position: relative;
}

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

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

.padding-global.texture {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: auto;
}

.padding-global.index {
  z-index: 10;
  position: relative;
}

.layout339_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout339_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

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

.padding-section-xxlarge.nwe-margim {
  padding-bottom: 2rem;
}

.layout339_item {
  width: 100%;
  display: flex;
}

.text-color-fiolet {
  color: #b3b8db;
}

.media-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  position: absolute;
  inset: 0%;
}

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

.text-size-medium.text-color-white {
  margin-bottom: 10px;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #0073e6;
  border: 1px solid #036;
  border-radius: 100px;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

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

.image-overlay {
  z-index: 1;
  color: #101323;
  background-color: #f8f9fc;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_header36 {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: auto;
  display: block;
}

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

.header36_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.grid-image-wrapper {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.grid-image-wrapper.animate-in {
  height: 100vh;
  overflow: hidden;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header37_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

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

.section_header37 {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.galery {
  max-width: 100vw;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.text-align-center.higgher-top {
  margin-top: 244px;
  margin-bottom: 100px;
}

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -50%;
  display: grid;
}

.section_galery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-left: 0%;
  display: grid;
}

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

.image-7 {
  width: 200px;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.curved {
  border-radius: 60px;
}

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

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

.header-100vh {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.section-home-header {
  position: relative;
}

.heading-1 {
  color: #fffdf8;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #636940;
  border: 1px solid #636940;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  max-width: 100vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

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

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

.header30_background-image {
  object-fit: cover;
  background-image: url('../images/photo_4911523647231995513_y-1.jpg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header30_background-image.secondary-bg {
  background-image: url('../images/photo_4911523647231995501_y.jpg');
}

.header30_background-image.secondary-bg.terciary-bg {
  background-image: url('../images/photo_4911523647231995516_y-1.jpg');
}

.header30_background-image.secondary-bg.terciary-bg.blog-bg {
  background-image: url('../images/photo_4911523647231995511_y-1.jpg');
  background-position: 100%;
}

.header30_background-image.gallery {
  background-image: url('../images/photo_4911523647231995512_y-1.jpg');
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.button-3 {
  background-color: var(--b);
  color: #fff;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

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

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-paragraph {
  color: var(--d);
  max-width: 550px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 70px;
  line-height: .95;
}

.slide-content-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 60px 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-image {
  z-index: 3;
  background-image: linear-gradient(5deg, #000000cf, #000000a6 44%, #0000), url('../images/photo_4911523647231995505_y.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/photo_4911523647231995516_y-1.jpg');
}

.slide-image.slide-image-three {
  background-image: linear-gradient(5deg, #000, #000000a6 53%, #0000), url('../images/SINGH-COMPLETED-POOL-PICTURE-5-1024x683-2.jpg');
}

.logo-2, .logo-2.bigger {
  width: 200px;
}

.navigation {
  z-index: 999;
  background-color: var(--white);
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  min-height: 90px;
  padding: 0 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-content {
  z-index: 99;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide {
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.brand {
  margin-right: 20px;
}

.slider-section {
  position: relative;
}

.right-arrow {
  display: none;
}

.button-text {
  margin-right: 8px;
}

.nav-link-plain {
  color: var(--a);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: var(--b);
}

.nav-link-plain.w--current {
  color: var(--c);
}

.nav-link-plain.hide {
  display: none;
}

.plain-link-wrap {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.hero-block {
  color: #000;
  background-color: #fff;
  border-top-right-radius: 35px;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  margin-right: 8px;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.line-break {
  background-color: var(--a);
  width: 1px;
  min-height: 25px;
  margin-left: 14px;
  margin-right: 32px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #636940;
  border: 1px solid #636940;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.subtitle {
  color: var(--b);
  letter-spacing: .4px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.heading-content.larger {
  max-width: 650px;
}

.service-title {
  color: var(--a);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  min-height: 180px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.section-services {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: auto;
}

.service-pattern {
  justify-content: center;
  align-items: center;
  width: 75px;
  display: flex;
  overflow: hidden;
}

.service-icon-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-description {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.service-list-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
}

.service-description {
  margin-bottom: 0;
}

.title {
  color: var(--a);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.service-image {
  width: 100%;
}

.heading-wrapper {
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.message-paragraph-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

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

.link {
  color: var(--dark-navy);
  text-decoration: none;
}

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

.bold-text {
  color: var(--d);
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #191919;
  align-items: center;
  height: 64px;
  padding: .75rem 2rem;
  font-size: .85rem;
  font-weight: 600;
  transition: all .65s ease-in-out;
  display: flex;
}

.button-5:hover {
  border-radius: 64px;
}

.button-5.is-alternate {
  color: #000;
  background-color: #fff;
}

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

.gallery-grid-3.grid-photos {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.content17_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.content17_component._3columns {
  grid-template-columns: 2.75fr 1fr 1fr;
}

.content17_component._3columns.mobile {
  grid-column-gap: 5rem;
  flex-flow: column;
  grid-template-columns: 2.75fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.main-wrapper {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.section_cta {
  background-color: #191919;
}

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

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.gallery-image-3 {
  width: 100%;
}

.footer4_link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
}

.section_content17 {
  background-image: url('../images/pexels-pixabay-261403.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.footer4_credit-text {
  color: #999;
  font-size: .875rem;
}

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

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

.footer4_social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-link.display-none {
  display: none;
}

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

.footer4_component {
  color: #fff;
  background-color: #191919;
}

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

.icon-4 {
  width: 45px;
  margin-right: 10px;
}

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

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

.gallery-scroll-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-image-wrapper-2 {
  margin-right: 25px;
  position: relative;
}

.social-icon {
  width: 45px;
  height: auto;
}

.footer4_legal-link {
  color: #999;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: underline;
}

.heading-13.cenrter {
  text-align: center;
}

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

.section-2 {
  flex: 1;
  padding: 60px 5% 140px;
}

.section-2.partner-section {
  padding-bottom: 60px;
}

.rich-text-block {
  color: #10405b;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block.lower-color {
  opacity: .8;
}

.bold-text-2 {
  color: #668e8f;
}

.image-9 {
  width: 20px;
}

.image-10 {
  width: 30px;
}

.section-3 {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 176px;
  padding-bottom: 176px;
}

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

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

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

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.link-card {
  color: #6e7191;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.content-left.link-card:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

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

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

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

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

.link-text {
  color: var(--b);
  transition: color .3s;
  display: inline-block;
}

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

.imageblog {
  width: 300px;
}

.blog-image-section {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.top-tips-before-building {
  background-image: url('../images/DJI_0228.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.article-section {
  background-image: url('../images/66cf64e627761a963b9fc110_Wawe.svg');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 60px;
  display: flex;
}

.article-cta-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
}

.article-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 40px;
}

.rich-text-block-2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.name-and-button {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.date-readtime-text {
  opacity: .8;
  color: #fff;
  margin-right: 4px;
}

.author-name {
  color: #f4f4f4;
  margin-bottom: 0;
  font-weight: 500;
}

.author-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-social-div {
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.preview-text {
  color: #f4f4f4;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.author-div {
  align-items: center;
  display: flex;
}

.intro-div {
  width: 100%;
  max-width: 900px;
}

.profile-button {
  background-color: #7a878d;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 10px 2px;
  transition: all .2s;
}

.profile-button:hover {
  opacity: .8;
}

.hero-section-2 {
  background-color: var(--primary-blue);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 40px;
  display: flex;
}

.date-readtime {
  align-items: center;
  display: flex;
}

.heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.author-img {
  width: 60px;
  margin-right: 10px;
}

.heading-14 {
  color: var(--b);
}

.premum-pool-and-spa-services {
  background-image: url('../images/photo_4911523647231995516_y-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.things-to-consider {
  background-image: url('../images/IMG_2068-1024x768-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.how-to-mantain {
  background-image: url('../images/WhatsApp-Image-2025-09-12-at-07.59.13-2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.led-pool-lightniing {
  background-image: url('../images/AWP---projects-56.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.top-benefits {
  background-image: url('../images/AWP---projects-81.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.safe-tips-kids {
  background-image: url('../images/AWP---projects-26.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.pool-exercises {
  background-image: url('../images/AWP---projects-61.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.winter-pool {
  background-image: url('../images/AWP---projects-13.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 700px;
}

.link-block__share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f7f4f3;
  border-radius: 4px;
  padding: .5rem .75rem;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block__share:hover {
  background-color: #e2e8f0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.gallery-popup__back-button {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button:hover {
  background-color: #e2e8f0;
}

.gallery-popup__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 64rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.gallery-popup {
  z-index: 100;
  background-color: #f7f4f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.gallery-popup__image-overlay {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(#17202c80, #17202c80);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-popup__image-overlay.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery-popup__image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.gallery__image {
  object-fit: cover;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery__image.is-corner-nook {
  object-position: 35% 50%;
}

.gallery__image.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery__image.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery__image.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery-popup__image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-popup__header {
  z-index: 101;
  background-color: #f7f4f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 1rem 1.5rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col.col-lg-4 {
  flex: 33.333%;
  max-width: 33.333%;
}

.col.col-lg-7 {
  max-width: 58.33%;
}

.col.col-lg-5 {
  flex: 0 41.6667%;
  max-width: 41.6667%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.container-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheader__wrapper {
  padding-bottom: .5em;
  position: relative;
}

.subheader_line {
  background-color: #9b7f6a;
  height: 3px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0% -50%;
}

.main-wrapper-2 {
  position: relative;
}

.gallery__button-text {
  letter-spacing: 0;
  text-transform: none;
}

.is-h3 {
  color: #17202c;
  font-size: 3.052em;
  font-weight: 500;
  line-height: 1.2;
}

.button-6 {
  color: #f7f4f3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9b7f6a;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button-6.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #17202c;
  background-color: #f7f4f3;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-6.is-gallery:hover {
  background-color: #e2e8f0;
}

.section-4 {
  padding: 6rem 5.5rem;
  position: relative;
}

.container__text {
  display: flex;
}

.container__text.is-property-header {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row.inner {
  margin-top: 1.5rem;
}

.subheader {
  color: #9b7f6a;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.container__8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.gallery__component {
  position: relative;
}

.gallery__button {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.gallery_internal-wrapper {
  cursor: pointer;
  transition: transform .3s;
}

.gallery_internal-wrapper:hover {
  transform: translate(0, -1rem);
}

.image-pools-thumbnail {
  border-radius: .25rem;
}

.footer_certificate-model {
  z-index: 101;
  background-color: #0d0d0dcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer_certificate-model.is-layver {
  z-index: 102;
  background-color: #0d0d0d03;
  display: flex;
}

.footer_certificate-image {
  border-radius: 1rem;
  width: 80%;
  max-width: 50rem;
  height: auto;
}

.footer_right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  display: flex;
}

.footer_certificate-wrapper {
  cursor: pointer;
  transition: transform .3s;
}

.footer_certificate-wrapper:hover {
  transform: translate(0, -1rem);
}

.footer_certificate-thumbnail {
  border-radius: .25rem;
}

.image-11, .image-12 {
  border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .heading-content {
    max-width: 537px;
  }

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

  .section-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-list-wrapper {
    grid-column-gap: 50px;
  }

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

  .section-3 {
    background-position: 100% 0;
    background-size: contain;
  }
}

@media screen and (min-width: 1440px) {
  .section-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .header-image {
    right: 50px;
  }

  .hero-wrapper {
    width: 55%;
  }

  .heading-content {
    max-width: 595px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-description {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-list-wrapper {
    grid-column-gap: 100px;
  }

  .title {
    font-size: 51px;
    line-height: 58px;
  }

  .heading-wrapper {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .container.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-image {
    width: 64%;
  }

  .nav-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .nav-brand {
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--white);
    padding: 50px 2rem 20px;
  }

  .nav-link {
    padding-bottom: 20px;
  }

  .hero-sec {
    padding-top: 80px;
  }

  .div-block {
    margin-top: 0;
  }

  .hero-wrapper {
    width: 85%;
    position: relative;
  }

  .heading-h1 {
    color: var(--cadet-blue);
    font-size: 54px;
    line-height: 66px;
  }

  .text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-text-wrapper {
    width: 60%;
  }

  .hero-button-wrapper {
    padding-bottom: 70px;
  }

  .number {
    font-size: 35px;
    line-height: 35px;
  }

  .projects-done {
    font-size: 18px;
    line-height: 24px;
  }

  .partner-sec {
    margin-top: -287px;
  }

  .partner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-us-sec {
    padding-bottom: 90px;
  }

  .choose-us-grid {
    grid-column-gap: 35px;
  }

  .choose-us-text {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .choose-us-list {
    grid-column-gap: 20px;
    padding-bottom: 60px;
  }

  ._01 {
    margin-top: -24px;
    font-size: 52px;
    line-height: 52px;
  }

  .testimonials {
    padding-bottom: 185px;
  }

  .team-heading-text-wrapper {
    width: 85%;
  }

  .team-heading {
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 46px;
  }

  .team-card {
    width: 310px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-slider-mask {
    width: 310px;
  }

  .team-slider-slide {
    margin-right: 25px;
  }

  .team-slider-arrow-right {
    left: 56%;
  }

  .team-card-name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 34px;
  }

  .team-card-number {
    margin-bottom: 6px;
  }

  .mission {
    padding-top: 120px;
  }

  .message-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 54px;
  }

  .message-wrapper {
    width: 85%;
  }

  .message-paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .image-3 {
    width: 60px;
    margin-right: -50px;
  }

  .image-4 {
    width: 60px;
    margin-left: -50px;
  }

  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contect-heading-wrapper {
    width: 85%;
    padding-bottom: 65px;
  }

  .contect-wrapper {
    width: 52%;
  }

  .text-field::placeholder {
    font-size: 16px;
    line-height: 25px;
  }

  .text-field.bg-color.message-field {
    padding-bottom: 143px;
  }

  .blog-sec {
    padding-bottom: 100px;
  }

  .blog-wrapper {
    grid-column-gap: 20px;
    width: 98%;
  }

  .blog-card-left {
    padding-top: 315px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-card-heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .blog-card-button {
    margin-top: 30px;
  }

  .blog-main-wrapper {
    height: 56vh;
  }

  .cta-sec {
    padding-bottom: 100px;
  }

  .cta-wrapper {
    width: 72%;
  }

  .cta-heading {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 54px;
  }

  .cta-button {
    margin-top: 35px;
  }

  .fotter-sec {
    padding-bottom: 30px;
  }

  .fotter-grid {
    grid-column-gap: 30px;
  }

  .fotter-colum-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .fotter-left-text {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .fotter-link-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
  }

  .fotter-link {
    font-size: 14px;
    line-height: 22px;
  }

  .fotter-form {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
  }

  .fotter-form-text-field::placeholder {
    font-size: 12px;
  }

  .icon-3 {
    color: var(--cadet-blue);
  }

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

  .choose-us-text-copy {
    font-size: 16px;
    line-height: 26px;
  }

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

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

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

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

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

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .slider {
    height: 80vh;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .menu-button-green {
    color: #fff;
    border: 1px solid #ffffff1a;
  }

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

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-plain {
    color: #fff;
    width: 100%;
  }

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

  .nav-menu-2 {
    color: #fff;
    background-color: #000;
    height: auto;
  }

  .line-break {
    display: none;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr;
    width: auto;
    padding-bottom: 15px;
    display: flex;
    overflow: auto;
  }

  .service-list-item {
    min-width: 100%;
    padding-left: 170px;
    padding-right: 170px;
  }

  .title {
    font-size: 38px;
    line-height: 44px;
  }

  .service-wrapper {
    overflow: hidden;
  }

  .message-paragraph-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .content17_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content17_component._3columns.mobile {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 2.75fr;
    place-items: center;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .text-color-white-2 {
    text-align: center;
  }

  .footer4_logo-link {
    width: 250px;
  }

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

  .padding-section-large._3-coluns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-group-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.partner-section {
    padding-bottom: 200px;
  }

  .section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .blog-image-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .article-wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }

  .hero-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block__share {
    align-self: center;
    align-items: center;
  }

  .link_text {
    font-size: 1rem;
  }

  .gallery-popup__content {
    padding: 4rem 2rem;
  }

  .gallery-popup__image-overlay.is-rounded-3, .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 8px;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .col.col-lg-4.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-lg-8.col-md-6 {
    flex: 50%;
    max-width: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .col.col-lg-7.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-lg-5.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .gallery__button-text {
    display: none;
  }

  .section-4 {
    padding: 4rem 2rem;
  }

  .container__text.is-property-header {
    justify-content: flex-start;
  }

  .row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .row.inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1.5rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 100px;
  }

  .container, .navbar, .nav-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-link {
    padding-top: 20px;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link.w--current {
    padding-top: 20px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .heading-h1 {
    font-size: 44px;
    line-height: 56px;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .number {
    font-size: 30px;
    line-height: 30px;
  }

  .projects-done {
    font-size: 16px;
    line-height: 22px;
  }

  .partner-sec {
    margin-top: -240px;
  }

  .partner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    border-radius: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .choose-us-grid {
    grid-row-gap: 65px;
    display: none;
  }

  .choose-us-grid.mob {
    grid-column-gap: 35px;
    grid-row-gap: 65px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .choose-us-button-text-wrapper {
    padding-bottom: 80px;
  }

  .choose-us-heading-wrapper {
    padding-bottom: 20px;
  }

  .heading-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .choose-us-list-wrapper {
    padding-top: 60px;
  }

  .choose-us-list {
    align-items: center;
    padding-bottom: 40px;
  }

  .team-heading-text-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }

  .team-heading {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 36px;
  }

  .team-card {
    width: 280px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-slider-mask {
    width: 280px;
  }

  .team-slider-arrow-left, .team-slider-arrow-right {
    width: 40px;
    height: 40px;
    bottom: -22%;
  }

  .card-icon-left {
    left: 25px;
  }

  .card-icon-right {
    right: 25px;
  }

  .team-card-number {
    margin-top: 38px;
  }

  .team-card-email {
    font-size: 15px;
    line-height: 22px;
  }

  .mission {
    height: 919px;
    padding-top: 100px;
  }

  .message-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .cta {
    padding-bottom: 75px;
  }

  .contect-heading-wrapper {
    width: 100%;
  }

  .image-5 {
    display: none;
  }

  .contect-wrapper {
    width: 100%;
  }

  .form-block {
    margin-bottom: 60px;
  }

  .blog-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .blog-card-left {
    width: 98%;
    height: 500px;
    margin-bottom: 25px;
    padding-top: 260px;
  }

  .blog-card-right {
    width: 98%;
    height: 500px;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-main-wrapper {
    height: 57vh;
  }

  .cta-wrapper {
    width: 100%;
  }

  .cta-heading {
    font-size: 34px;
    line-height: 44px;
  }

  .fotter-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .fotter-colum-right {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .fotter-left-text {
    margin-bottom: 30px;
  }

  .map-mob {
    display: block;
  }

  .layout339_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

  .header36_component {
    padding-top: 4rem;
  }

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

  .header37_component {
    padding-top: 4rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

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

  .slider {
    min-height: 760px;
  }

  .display-heading {
    font-size: 62px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .heading-content {
    max-width: none;
  }

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

  .section-description {
    font-size: 18px;
    line-height: 28px;
  }

  .service-list-item {
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-description {
    font-size: 18px;
    line-height: 28px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

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

  .content17_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .content17_component._3columns.mobile {
    grid-template-columns: 2.75fr;
    place-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .text-color-white-2 {
    text-align: center;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_logo-link {
    width: 150px;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .padding-section-large {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
  }

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

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

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

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .blog-image-section, .article-section, .hero-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-popup__image-overlay.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery-popup__image-overlay.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery-popup__image-overlay.is-rounded-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .col.col-lg-7.col-sm-12 {
    flex: 100%;
    max-width: 100%;
  }

  .subheader__wrapper {
    display: flex;
  }

  .is-h3 {
    font-size: 2rem;
  }

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

  .row.is-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_certificate-image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 20px;
  }

  .container {
    padding-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar, .nav-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-sec {
    padding-top: 70px;
  }

  .heading-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text.black.hide {
    display: none;
  }

  .hero-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
  }

  .hero-button-wrapper.more-bootom {
    padding-bottom: 100px;
  }

  .hero-explore-button, .hero-explore-button.margin-bootom.biiger, .hero-contect-button, .hero-contect-button.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-contect-button.white.size {
    text-align: center;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-counter-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .number {
    color: var(--b);
    text-align: center;
  }

  .projects-done {
    color: var(--a);
    text-align: center;
  }

  .image.imagem-upper {
    display: none;
    top: -6%;
  }

  .partner-sec {
    margin-top: 0;
  }

  .partner-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
    padding-bottom: 0;
  }

  .choose-us-sec {
    padding-top: 20px;
  }

  .choose-us-grid.mob {
    grid-row-gap: 45px;
  }

  .choose-us-button-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .choose-us-text {
    text-align: center;
    margin-top: -65px;
    font-size: 16px;
    line-height: 24px;
  }

  .choose-us-button {
    background-color: var(--b);
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }

  .choose-us-list-wrapper {
    padding-top: 40px;
  }

  .choose-us-list {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._01 {
    margin-top: -15px;
    margin-right: 25px;
    font-size: 42px;
    line-height: 42px;
  }

  .choose-us-list-item-one {
    width: auto;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 220px;
  }

  .team-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .team-heading.no-margin-bottom {
    font-size: 2rem;
    line-height: 1.2;
  }

  .team-card, .team-slider-mask {
    width: 270px;
  }

  .team-slider-slide {
    margin-right: 20px;
  }

  .team-slider-arrow-left {
    left: 35%;
  }

  .team-slider-arrow-right {
    left: 55%;
  }

  .mission {
    height: auto;
    padding-top: 70px;
  }

  .message-heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .message-wrapper {
    width: 100%;
  }

  .message-paragraph {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .image-3 {
    width: 35px;
    margin-right: 0;
  }

  .image-4 {
    width: 35px;
    margin-left: -5px;
  }

  .cta {
    padding-top: 70px;
  }

  .contect-heading-wrapper {
    padding-top: 60px;
  }

  .blog-wrapper {
    display: block;
  }

  .blog-card-left {
    height: 460px;
    margin-bottom: 25px;
    padding-top: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-card-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-card-right {
    height: 460px;
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-wrapper.larger {
    width: 100%;
  }

  .cta-heading.whte {
    font-size: 2rem;
    line-height: 1.2;
  }

  .cta-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.no-margin-top.limit-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-button.less-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    grid-column-gap: 5px;
  }

  .fotter-sec {
    padding-bottom: 20px;
  }

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

  .fotter-social-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .fotter-links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .choose-us-text-copy {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .choose-us-text-copy.hide {
    display: none;
  }

  .fotter-bottom-wrapper {
    font-size: 12px;
    line-height: 20px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

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

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

  .padding-section-xxlarge {
    padding-top: 2rem;
  }

  .media-fit-cover {
    height: 70vh;
  }

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

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

  .grid-image-wrapper.animate-in {
    height: 7vh;
  }

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

  .text-align-center {
    margin-top: 40px;
  }

  .text-align-center.higgher-top {
    margin-top: 226px;
  }

  .header-100vh {
    min-height: 90vh;
  }

  .heading-1 {
    text-align: center;
    max-width: 300px;
    font-size: 2.5rem;
  }

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

  .header30_background-image {
    background-image: url('../images/photo_4911523647231995500_y.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .button-3 {
    background-color: var(--a);
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-button-green {
    color: var(--a);
  }

  .menu-button-green.w--open {
    background-color: var(--b);
  }

  .logo-2.bigger {
    width: 200px;
  }

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

  .button-text {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link-plain {
    text-align: center;
  }

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

  .section-description {
    padding-left: 0;
    padding-right: 0;
  }

  .service-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 51px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .service-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    right: auto;
  }

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

  .title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .message-paragraph-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text {
    color: var(--a);
  }

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

  .content17_component._3columns.mobile {
    grid-template-columns: 2.75fr;
    place-items: center;
  }

  .container-5 {
    max-width: none;
  }

  .text-color-white-2 {
    text-align: center;
  }

  .footer4_credit-text.mobile {
    text-align: center;
    max-width: 25ch;
  }

  .footer4_logo-link {
    width: 150px;
  }

  .icon-4 {
    margin-right: 0;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
  }

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

  .gallery-image-wrapper-2 {
    margin-right: 0;
  }

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

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

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .top-tips-before-building {
    height: 380px;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .date-readtime-text {
    white-space: nowrap;
  }

  .author-social-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heading-1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .premum-pool-and-spa-services, .things-to-consider, .how-to-mantain, .led-pool-lightniing, .top-benefits, .safe-tips-kids, .pool-exercises, .winter-pool {
    height: 380px;
  }

  .gallery-popup__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 2rem 1rem;
    display: flex;
  }

  .gallery-popup__header {
    min-height: 50px;
    padding: .5rem;
  }

  .col.col-lg-8.col-md-6.col-sm-12 {
    max-width: 100%;
  }

  .section-4 {
    padding: 32px 24px;
  }

  .row.inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

#w-node-a6b5adf4-b595-db23-2f8d-1aba2500135e-f4fc6a3c, #w-node-_5382bf89-505f-e003-4fae-3fa66c6dd06d-f4fc6a3c, #w-node-db17eda3-f783-8250-8ed8-a733b5e56339-f4fc6a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0c2ae7f4-fbd9-0d5b-e634-787c71dcd18a-f4fc6a3c, #w-node-_5fbdddbb-b1e3-9cbe-16bf-9bb3f50de0d2-f4fc6a3c, #w-node-_63c2359c-a687-5084-f713-9d4347db0b8c-f4fc6a3c, #w-node-_63c2359c-a687-5084-f713-9d4347db0b85-f4fc6a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c95024-6a56-7585-1149-10abfdbbf451-f4fc6a3c {
  justify-self: end;
}

#w-node-_812b1641-1222-5d09-8f51-56b5d33e9bce-f4fc6a3c {
  justify-self: center;
}

#w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb3fa-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb3fb-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb3fd-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb3fe-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb3ff-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb400-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb401-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb402-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb403-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb404-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb405-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb406-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb407-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb408-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb409-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40a-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40b-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40c-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40d-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40e-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb40f-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb410-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb411-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb412-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb413-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb415-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb416-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb417-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb418-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb419-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41a-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41b-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41c-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41d-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41e-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb41f-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb420-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb421-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb422-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb423-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb424-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb425-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb426-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb427-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb428-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb429-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb42a-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb42b-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb42c-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb42d-f4fc6a3c, #w-node-_5a9449bd-b3e7-c07d-0e6d-e97c5a2fb42e-f4fc6a3c, #w-node-_4b624498-c82e-80f1-17fd-1e30a4db8adb-f4fc6a3c, #w-node-_637bd1b8-817a-c02c-d02b-ea63fc5441b7-f4fc6a3c, #w-node-_549c76df-75b5-1b18-766c-870f7ec74a45-f4fc6a3c, #w-node-ae89b28d-3ff8-6124-fc52-2056fc3a80c4-f4fc6a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b399985-2ab6-bf2a-b618-4bfd1034f614-d2813a38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41a51339-4ba6-ec29-5ef6-590ee900650d-d2813a38, #w-node-_41a51339-4ba6-ec29-5ef6-590ee9006526-d2813a38, #w-node-_41a51339-4ba6-ec29-5ef6-590ee9006527-d2813a38, #w-node-_41a51339-4ba6-ec29-5ef6-590ee9006532-d2813a38, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925d0-9c766459, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925c7-9c766459, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925f9-9c766459, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce03392619-9c766459, #w-node-_558c4aa4-243e-a42d-a5ed-a0a3387871c3-9c766459, #w-node-_558c4aa4-243e-a42d-a5ed-a0a3387871dc-9c766459, #w-node-_558c4aa4-243e-a42d-a5ed-a0a3387871dd-9c766459, #w-node-_558c4aa4-243e-a42d-a5ed-a0a3387871e8-9c766459, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925c7-336e96b6, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925d0-336e96b6, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce033925f9-336e96b6, #w-node-ff3bfcb2-9a77-db49-dc6b-ccce03392619-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-117ed558, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-117ed558, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-117ed558, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-117ed558, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-1ab5f388, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-1ab5f388, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-1ab5f388, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-1ab5f388, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-2f3d84d2, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-2f3d84d2, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-2f3d84d2, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-2f3d84d2, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-690da5b3, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-690da5b3, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-690da5b3, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-690da5b3, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-5c86ab25, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-5c86ab25, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-5c86ab25, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-5c86ab25, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-ec4c878e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-ec4c878e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-ec4c878e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-ec4c878e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-ebc40863, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-ebc40863, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-ebc40863, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-ebc40863, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-94eec533, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-94eec533, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-94eec533, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-94eec533, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-555530b0, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-555530b0, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-555530b0, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-555530b0, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-dbbc175e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ed-dbbc175e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897ee-dbbc175e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897f9-dbbc175e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e4c95024-6a56-7585-1149-10abfdbbf451-f4fc6a3c {
    justify-self: start;
  }

  #w-node-_812b1641-1222-5d09-8f51-56b5d33e9bce-f4fc6a3c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a6b5adf4-b595-db23-2f8d-1aba2500135e-f4fc6a3c, #w-node-_5382bf89-505f-e003-4fae-3fa66c6dd06d-f4fc6a3c, #w-node-db17eda3-f783-8250-8ed8-a733b5e56339-f4fc6a3c {
    justify-self: center;
  }

  #w-node-_4b624498-c82e-80f1-17fd-1e30a4db8adb-f4fc6a3c {
    place-self: center;
  }

  #w-node-_4b399985-2ab6-bf2a-b618-4bfd1034f614-d2813a38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41a51339-4ba6-ec29-5ef6-590ee900650d-d2813a38, #w-node-_558c4aa4-243e-a42d-a5ed-a0a3387871c3-9c766459, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-336e96b6, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-117ed558, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-1ab5f388, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-2f3d84d2, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-690da5b3, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-5c86ab25, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-ec4c878e, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-ebc40863, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-94eec533, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-555530b0, #w-node-_6d35a7a8-0a6a-246f-cc2d-0b47a31897d4-dbbc175e {
    place-self: center;
  }
}


