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

body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.hero_sec {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #000;
}

.navbar {
  margin-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.navbar.navproj {
  margin-top: 0px;
  padding-top: 30px;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  background-image: url('../images/linescribble.gif');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-link:focus {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.logo_navbar {
  width: 250px;
}

.copy_hero {
  width: 100%;
}

.row-_hero_l {
  width: 50%;
  height: auto;
  float: left;
}

.row_hero_r {
  width: 50%;
  float: left;
}

.grid_hero {
  width: 100%;
  height: 90%;
  padding-top: 30px;
  padding-left: 5%;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider_hero {
  overflow: hidden;
  border-radius: 0px;
}

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

.right-arrow {
  display: none;
}

.icon {
  display: none;
}

.slide-nav {
  font-size: 10px;
}

.projects_sec {
  width: 100%;
  padding-bottom: 100px;
  background-color: #fff5ea;
}

.h1_c_hero {
  position: relative;
  font-size: 4.5em;
  line-height: 1.3em;
  font-weight: 500;
}

.copy_div {
  position: absolute;
  z-index: 100;
  width: 50%;
  padding-top: 35px;
}

.head_projects {
  width: 100%;
  height: auto;
  padding: 0px 5% 10px;
}

.h1 {
  display: inline;
  margin-right: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}

.line {
  display: none;
  width: 80%;
  height: 2px;
  background-color: #000;
  color: #000;
}

.grid {
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.thumb_cat {
  width: 100%;
  height: 500px;
  background-color: #9e9e9e;
  background-image: url('../images/comercialcover.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #3f3f3f;
  text-decoration: none;
}

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

.thmb_info_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.h1_thumb {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2em;
  font-weight: 500;
}

.txt_thumb {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.tag_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.aboutus_sec {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-left: 5%;
  background-color: #000;
}

.aboutus_sec.contactsec {
  height: 100vh;
  padding-top: 0px;
  padding-left: 0%;
}

.grid_about {
  width: 100%;
  height: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_about.gridcontact {
  margin-top: 100px;
  padding-left: 5%;
}

.div_about_home {
  position: relative;
  height: auto;
  padding-right: 15%;
  padding-left: 0%;
}

.div_about_home.weabout {
  padding-right: 0%;
  padding-left: 6%;
}

.h1_about_home {
  font-size: 58px;
  font-weight: 500;
}

.h1_about_home.h1contc {
  font-size: 58px;
  line-height: 68px;
}

.h1_about_home._2 {
  font-size: 24px;
}

.p_about_home {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.p_about_home.wedo {
  font-size: 24px;
}

.button_about {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: transparent;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  font-family: Montserrat, sans-serif;
}

.div_info_about {
  height: auto;
  padding-right: 5%;
}

.div_info_about.wediv {
  padding-right: 0%;
}

.img_about_hom {
  height: 500px;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  background-color: #585858;
  background-image: url('../images/team.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_about_hom.imgwe {
  height: 600px;
  border-radius: 1000px 1000px 0px 0px;
  background-image: url('../images/Interior-MG_3---Foto.jpg');
}

.img_about_hom.img_contact {
  background-image: url('../images/ta4.jpg');
}

.footer {
  width: 100%;
  height: auto;
  padding: 56px 5%;
  background-color: #000;
}

.grid_footer {
  width: 100%;
  height: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 110px 60px;
  grid-template-rows: 110px 60px;
}

.link_div_ft {
  margin-bottom: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.link_div_ft._3 {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.link_footer {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link_footer._1 {
  margin-left: 0px;
}

.button_contact {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.div_ft_txt {
  margin-top: 0px;
  clear: both;
}

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

.txt_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_footer {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.tag_slide {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: inline-block;
  padding-right: 60px;
  padding-left: 40px;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
}

.h1_slide {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/Interior-MG_3---Foto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.s2 {
  background-image: url('../images/residencial_cover.jpg');
}

.slide.s3 {
  background-image: url('../images/RB_slider.jpg'), url('../images/Interior-MG_3---Foto.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.h2_tag {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 18px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.proyectos_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

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

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main_thumb {
  height: 400px;
}

.large_project {
  width: 100%;
  height: 400px;
}

.large_thumb {
  height: 400px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-list {
  height: 100%;
}

.collection-list-wrapper {
  height: 100%;
}

.collection-list-2 {
  height: 100%;
}

.collection-item {
  height: 100%;
}

.collection-item.colet_50 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_grid {
  width: 100%;
  height: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.large_item {
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.large_item.l2 {
  padding-right: 5px;
  padding-left: 5px;
}

.largelist {
  height: 100%;
}

.collection-list-wrapper-2 {
  height: 100%;
}

.thumb_largelink {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

._50_div {
  height: 400px;
}

._50_collection {
  height: 100%;
}

._50_item {
  height: 400px;
  padding-right: 5px;
  padding-left: 5px;
}

.thumb_50 {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.thumb_50._4row {
  height: 400px;
}

.grid-3 {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3._2grid {
  margin-top: 10px;
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
}

.grid-3._2grid.hide {
  display: none;
}

.body {
  background-color: #000;
}

.wrapper_full {
  margin-top: 10px;
}

.wrapper_full.hide {
  display: none;
}

.overlay_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.h1_proj {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.span_hero {
  position: relative;
  background-image: url('../images/linescribble.gif');
  background-position: 50% 120%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.span_hero.span2 {
  background-position: 50% 200%;
}

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

.overlay_proj {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.h1_proj_hero {
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 0%;
  font-size: 38px;
  font-weight: 600;
}

.info_div_proj {
  margin-top: 250px;
  padding-right: 50%;
  padding-left: 5%;
}

.gallery-projct {
  width: 100%;
  height: auto;
  background-color: #fff5ea;
  color: #fff1e6;
}

.about_proj {
  padding: 80px 7%;
}

.rich {
  color: #000;
}

.abouth1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
}

.paragraph {
  display: block;
  color: #000;
  font-weight: 500;
}

.gallery_div {
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-bottom: 90px;
  padding-left: 5%;
}

.image {
  padding-top: 11px;
  padding-bottom: 11px;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-section {
  width: 100%;
  height: 100vh;
  padding: 100px 5%;
}

.half_proj {
  width: 48%;
  height: 100%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
  background-image: url('../images/RB_slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.half_proj.res {
  background-image: url('../images/residencial_cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1_proj_half {
  font-size: 30px;
  font-weight: 500;
}

.heading {
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}

.displayinfo {
  width: 20%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.displayinfo.ano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.data_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.empty-state {
  display: none;
}

.empty-state-2 {
  display: none;
}

.empty-state-3 {
  display: none;
}

.empty-state-4 {
  display: none;
}

.empty-state-5 {
  display: none;
}

.empty-state-6 {
  display: none;
}

.spanabout {
  text-decoration: none;
}

.about_img_div {
  height: auto;
}

.almajesusdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1_jesuslama {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.h1_jesuslama.connect {
  margin-top: 20px;
}

.p_alma {
  font-size: 20px;
  line-height: 28px;
}

.social_link {
  margin-right: 7px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.social_link.sspcace {
  margin-right: 7px;
  margin-left: 7px;
}

.heading-2 {
  margin-bottom: 50px;
  padding-left: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.hero_about {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Interior-MG_3---Foto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Interior-MG_3---Foto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divcopy_about {
  width: 50%;
  margin-top: 250px;
  padding-left: 6%;
  float: left;
}

.divcopy_about.playdos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 250px;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divcopy_about.love2 {
  position: relative;
  width: 45%;
  margin-top: 0px;
  padding-left: 0%;
}

.h1_about {
  margin-top: 0px;
  font-size: 38px;
  font-weight: 400;
}

.h1_about.lovespam {
  display: inline-block;
  margin-top: 8px;
  background-image: url('../images/linescribble.gif');
  background-position: 50% 210%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 72px;
  line-height: 80px;
  font-weight: 600;
}

.p_about {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.reinvest {
  width: 100%;
  padding: 70px 5%;
  background-color: #000;
}

.h1_bout {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

._50div_about {
  width: 100%;
}

._50div_about._50_2 {
  margin-top: 20px;
}

.half_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.para_bout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.para_bout.p2 {
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img_about {
  width: 100%;
}

.mini {
  font-size: 18px;
}

.h1_ft {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  background-image: url('../images/linescribble.gif');
  background-position: 0% 130%;
  background-size: 220px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 400;
}

.contact {
  width: 100%;
  height: 100vh;
}

.mail {
  display: block;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url('../images/linescribble.gif');
  background-position: -15% 205%;
  background-size: 500px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.play {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 150px;
  background-image: url('../images/play.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.play.playproj {
  top: -3%;
}

.lightbox-link {
  position: relative;
  bottom: 85px;
  width: 150px;
  margin-top: 120px;
}

.lightbox-link.dos {
  margin-top: 0px;
}

.maincp {
  width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 57px;
  padding-bottom: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff5ea;
}

.container_loop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_lopp {
  position: static;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.h1lovemark {
  color: #000;
  font-size: 38px;
  font-weight: 400;
}

.plove {
  margin-top: 18px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.spanlove {
  overflow: hidden;
  font-weight: 700;
}

.lovemarkdiv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.play3 {
  margin-top: 59px;
  margin-left: 15%;
}

.downarroe {
  position: absolute;
  width: 100px;
}

.arrow {
  position: relative;
  bottom: 71px;
  margin-right: 20px;
}

.blackcircle {
  position: absolute;
  left: auto;
  top: -22%;
  right: 32px;
  bottom: 0%;
  width: 250px;
}

.circlewhite {
  position: absolute;
}

.arrowcommercial {
  position: absolute;
  top: 43px;
}

.arow {
  position: absolute;
  left: 7%;
  top: 33%;
  right: auto;
  bottom: 0%;
  width: 200px;
}

.re {
  font-weight: 700;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 150px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div.f2 {
  position: relative;
  left: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
}

.text-field {
  border-radius: 5px;
}

.statistic_sec {
  width: 100%;
  height: 300px;
  background-color: #fff5ea;
}

.cont_statistics {
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.stati_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_statistics {
  color: #000;
  font-weight: 500;
  text-align: center;
}

.h1_statistics.big {
  font-size: 80px;
  font-weight: 500;
}

.p_heroi {
  margin-top: 50px;
  padding-right: 40%;
  font-size: 18px;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .hero_sec {
    height: auto;
  }

  .nav-link {
    display: block;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .copy_hero {
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid_hero {
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .slider_hero {
    width: 100%;
    height: 400px;
    border-radius: 0px;
  }

  .slide-nav {
    display: none;
  }

  .h1_c_hero {
    margin-top: 0px;
    font-size: 3em;
    text-align: center;
  }

  .copy_div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aboutus_sec {
    padding-right: 5%;
  }

  .aboutus_sec.contactsec {
    height: auto;
  }

  .div_about_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1_about_home {
    text-align: center;
  }

  .p_about_home {
    text-align: center;
  }

  .div_info_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_about_hom {
    border-radius: 20px;
  }

  .footer {
    padding-right: 0%;
    padding-left: 0%;
  }

  .link_div_ft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .link_footer {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .link_footer._1 {
    margin-right: 0px;
  }

  .links_div {
    display: none;
  }

  .button_contact {
    text-align: center;
  }

  ._50_div {
    height: auto;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .h1_proj_hero {
    text-align: center;
  }

  .info_div_proj {
    padding-right: 5%;
  }

  .about_proj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .abouth1 {
    text-align: center;
  }

  .project-section {
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .half_proj {
    width: 100%;
    height: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .displayinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .data_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_img_div {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .h1_jesuslama {
    text-align: center;
  }

  .p_alma {
    text-align: center;
  }

  .divcopy_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 100px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divcopy_about.playdos {
    margin-top: 50px;
    padding-left: 5%;
  }

  .divcopy_about.love2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1_about {
    text-align: center;
  }

  .p_about {
    text-align: center;
  }

  .para_bout {
    text-align: center;
  }

  .h1_ft {
    width: 300px;
    padding-top: 0px;
    background-position: 50% 120%;
    text-align: center;
  }

  .lightbox-link {
    bottom: 0px;
    margin-top: 50px;
  }

  .wrapper {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .container_loop {
    width: 500px;
  }

  .plove {
    margin-top: 60px;
  }

  .lovemarkdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .play3 {
    margin-left: 0%;
  }

  .arrow {
    display: none;
  }

  .blackcircle {
    left: 25%;
    top: 17%;
    right: 0%;
    bottom: 0%;
  }

  .arrowcommercial {
    display: none;
  }

  .arow {
    display: none;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 51px;
    padding-bottom: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

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

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

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

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

  .div {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div.f2 {
    left: 0px;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .p_heroi {
    padding-right: 0%;
    text-align: center;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo_navbar {
    width: 150px;
  }

  .aboutus_sec.contactsec {
    padding-right: 0%;
    padding-left: 0%;
  }

  .grid_about.gridcontact {
    margin-top: 0px;
    padding-right: 5%;
  }

  .h1_about_home.h1contc {
    font-size: 28px;
  }

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

  ._50_item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero_proj {
    height: 900px;
  }

  .paragraph {
    text-align: center;
  }

  .h1_proj_half {
    font-size: 20px;
  }

  .social_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .social_link {
    margin-right: 0px;
  }

  .social_link.sspcace {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero_about {
    height: 900px;
  }

  .h1_about {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .h1_about.lovespam {
    margin-top: 0px;
    font-size: 38px;
  }

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

  .mail {
    font-size: 18px;
  }

  .circlewhite {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .logo_navbar {
    width: 150px;
  }

  .h1_c_hero {
    margin-bottom: 31px;
    font-size: 2em;
  }

  .thumb_cat {
    height: 350px;
  }

  .h1_thumb {
    font-size: 1.5em;
  }

  .h1_about_home {
    font-size: 28px;
  }

  .p_about_home {
    font-size: 14px;
    line-height: 24px;
  }

  .img_about_hom {
    height: 200px;
    border-radius: 0px;
  }

  .footer {
    padding-top: 44px;
    padding-bottom: 0px;
  }

  .grid_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_contact {
    padding-right: 0px;
    font-size: 1em;
  }

  ._50_item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .half_proj {
    height: 300px;
  }

  .h1_jesuslama {
    font-size: 16px;
  }

  .p_alma {
    font-size: 16px;
    line-height: 24px;
  }

  .social_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social_link.sspcace {
    font-size: 12px;
  }

  .hero_about {
    height: 900px;
  }

  .h1_about.lovespam {
    line-height: 48px;
  }

  .p_about {
    font-size: 14px;
    line-height: 24px;
  }

  .h1_bout {
    font-size: 28px;
  }

  .para_bout {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 16px;
    line-height: 24px;
  }

  .h1_ft {
    width: 200px;
    background-position: 0% 130%;
    font-size: 14px;
  }

  .mail {
    font-size: 16px;
  }

  .wrapper {
    padding-bottom: 40px;
  }

  .h1lovemark {
    font-size: 28px;
  }

  .plove {
    margin-top: 31px;
    font-size: 16px;
  }

  .blackcircle {
    left: 25%;
    top: 29%;
    right: 0%;
    bottom: auto;
    width: 150px;
  }
}

#w-node-_0eca853c-2869-c3d5-b52f-d5f7e944c4d8-971c386b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5896d072-1b7e-2360-b963-cd5bf291e2b3-971c386b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_242dd95b-195d-4e94-c684-7689cc4c1b5a-971c386b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a69b93c6-b85a-de48-7908-73bd10a86f89-971c386b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc8b5a85-2578-1158-fff8-472f861ab3a6-7ebdef86 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e36ce365-7382-26b7-0e82-d48a471afda5-7ebdef86 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f226b2a7-0114-77a0-1f09-b07b7ebdef92-7ebdef86 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f226b2a7-0114-77a0-1f09-b07b7ebdef8a-7ebdef86 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_56350a41-c34a-7433-dc88-9feae754f891-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d970a287-b6e9-5c44-b11e-4b2dbaedb0e1-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_966652b5-2bbe-ec4e-18d4-d170d4ea8181-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_966652b5-2bbe-ec4e-18d4-d170d4ea8177-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9578fa41-309d-de9a-fb98-0202201b059e-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9578fa41-309d-de9a-fb98-0202201b05a8-9f35d934 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_56350a41-c34a-7433-dc88-9feae754f891-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d970a287-b6e9-5c44-b11e-4b2dbaedb0e1-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0981f47-6e07-100a-4ddf-ce8e3f47563f-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76d0ea44-0e13-a9f8-a476-e0949b5d0dab-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76d0ea44-0e13-a9f8-a476-e0949b5d0dac-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76d0ea44-0e13-a9f8-a476-e0949b5d0da3-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2173d1ec-8114-373b-4c63-2bbc9ba207b8-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2173d1ec-8114-373b-4c63-2bbc9ba207b0-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2173d1ec-8114-373b-4c63-2bbc9ba207b1-5be76bae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6aefcc18-d25d-ed85-3e5d-58d281cfd971-81cfd96f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6aefcc18-d25d-ed85-3e5d-58d281cfd986-81cfd96f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f67b54f-47fd-fe14-dcaf-36f2c23f2313-ef8d6929 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f67b54f-47fd-fe14-dcaf-36f2c23f2328-ef8d6929 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0eca853c-2869-c3d5-b52f-d5f7e944c4d8-971c386b {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_5896d072-1b7e-2360-b963-cd5bf291e2b3-971c386b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_242dd95b-195d-4e94-c684-7689cc4c1b5a-971c386b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a69b93c6-b85a-de48-7908-73bd10a86f89-971c386b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e36ce365-7382-26b7-0e82-d48a471afda5-7ebdef86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f226b2a7-0114-77a0-1f09-b07b7ebdef8a-7ebdef86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_56350a41-c34a-7433-dc88-9feae754f891-9f35d934 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d970a287-b6e9-5c44-b11e-4b2dbaedb0e1-9f35d934 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_966652b5-2bbe-ec4e-18d4-d170d4ea8181-9f35d934 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_966652b5-2bbe-ec4e-18d4-d170d4ea8177-9f35d934 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56350a41-c34a-7433-dc88-9feae754f891-5be76bae {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d970a287-b6e9-5c44-b11e-4b2dbaedb0e1-5be76bae {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_76d0ea44-0e13-a9f8-a476-e0949b5d0dab-5be76bae {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_76d0ea44-0e13-a9f8-a476-e0949b5d0da3-5be76bae {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6aefcc18-d25d-ed85-3e5d-58d281cfd971-81cfd96f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6aefcc18-d25d-ed85-3e5d-58d281cfd986-81cfd96f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4f67b54f-47fd-fe14-dcaf-36f2c23f2313-ef8d6929 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4f67b54f-47fd-fe14-dcaf-36f2c23f2328-ef8d6929 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

