.hero-section {
  min-height: 100vh;
}

.nav-menu-social-media {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  -webkit-transition: background-color 1000ms ease-in-out;
  transition: background-color 1000ms ease-in-out;
  color: rgba(0, 0, 0, 0.69);
  font-size: 14px;
}

.nav-link:hover {
  color: #4e5964;
}

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

.nav-link.drop {
  color: rgba(0, 0, 0, 0.69);
}

.nav-link.drop:hover {
  color: #4e5964;
}

.nav-link.drop.w--open {
  color: #5c6570;
}

.nav-link._1 {
  color: rgba(0, 0, 0, 0.69);
  font-size: 14px;
}

.nav-link._1:hover {
  color: #4e5964;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.62);
}

.nav-menu {
  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;
}

.link-block {
  height: 100%;
  margin-right: 25px;
}

.link-block._1 {
  margin-right: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.content {
  position: relative;
  width: 100%;
  margin-top: 80px;
  -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: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -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.64)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
}

.text-block {
  margin-bottom: 10px;
  color: #eee;
  font-size: 58px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  width: 140px;
  padding: 9px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #fffdfd;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.99);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  text-align: center;
}

.button:hover {
  border-color: #4285f4;
  border-radius: 4px;
  background-color: #4285f4;
  color: #fff;
}

.button-saber-mais {
  width: 140px;
  margin-left: 20px;
  padding: 9px 13px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  text-align: center;
}

.button-saber-mais:hover {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: #4285f4;
  background-color: #4285f4;
  color: #fff;
}

.modal-sobre {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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.71)), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
}

.close-modal-bg-saber-mais {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.sobre-content {
  position: relative;
  z-index: 1;
  max-width: 630px;
  padding: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
}

.heading-8 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
}

.sobre-paragraph {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.link {
  position: absolute;
  left: auto;
  top: 8%;
  right: 5%;
  bottom: auto;
  color: #050505;
  font-size: 13px;
  text-decoration: none;
}

.body-2 {
  font-family: Integralcf, sans-serif;
  color: #f7f7f7;
}

.portfolio-grid {
  display: -ms-grid;
  display: grid;
  margin: 60px 10px 20px;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(450px, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  -ms-grid-rows: minmax(450px, 1fr) minmax(450px, 1fr);
  grid-template-rows: minmax(450px, 1fr) minmax(450px, 1fr);
}

.grid-images {
  position: relative;
  background-image: url('../images/12-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.grid-images._2 {
  background-image: url('../images/24-min.jpg');
}

.grid-images._3 {
  background-image: url('../images/M46-min.jpg');
}

.grid-images._4 {
  background-image: url('../images/1.2-min.jpg');
}

.grid-images._5 {
  background-image: url('../images/Abilio-e-Paloma-v2-min.jpg');
}

.grid-images._6 {
  background-image: url('../images/4-min_1.jpg');
}

.grid-images._7 {
  background-image: url('../images/2-4-min.jpg');
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.div-block-36 {
  position: relative;
  background-image: url('../images/24-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-35 {
  position: relative;
  background-image: url('../images/M46-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-37 {
  position: relative;
  background-image: url('../images/1.2-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-38 {
  position: relative;
  background-image: url('../images/Abilio-e-Paloma-v2-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-39 {
  position: relative;
  background-image: url('../images/4-min_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-40 {
  position: relative;
  background-image: url('../images/2-4-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-9 {
  position: relative;
  z-index: 3;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 11px;
  text-align: center;
}

.button-9:hover {
  border-color: #4285f4;
  background-color: #4285f4;
  color: #fff;
}

.div-images {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-column-count: 4;
  column-count: 4;
}

.image {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

.video-hero {
  height: 100%;
}

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

.div-block-41 {
  display: block;
  max-width: 98%;
  margin: 20px auto 10px;
  padding-bottom: 15px;
}

.div-block-41._1 {
  display: none;
  margin-top: 70px;
}

.div-block-41._1.hide {
  display: block;
}

.title {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 2rem;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.div-block-62 {
  position: relative;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 17px;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(250px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(250px, 1fr);
  grid-template-rows: minmax(250px, 1fr);
}

.div-block-62.second {
  height: 250px;
}

.play-button {
  display: block;
}

.link-block-2 {
  width: 35px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.link-block-2._9 {
  position: relative;
  z-index: 3;
}

.link-block-2._4 {
  position: relative;
  z-index: 3;
}

.link-block-2._3 {
  position: relative;
  z-index: 3;
  display: block;
}

.link-block-2._11 {
  position: relative;
  z-index: 3;
}

.div-block-71 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.video-grid {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Charman---Cha-de-bebe.mp4.0019.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-grid._9 {
  background-image: url('../images/Lizha-Preto-Show--min.png');
}

.video-grid._9.animate {
  position: relative;
  background-image: url('../images/Dj-Faya---making-off.mp4.0002.jpg');
}

.video-grid._9.animate._1 {
  background-image: url('../images/resumos.mp4.0016.jpg');
}

.video-grid._4 {
  position: relative;
  background-image: url('../images/juse-mucavele.mp4.0009.jpg');
}

.video-grid._4._1 {
  position: relative;
  background-image: url('../images/Liloca-making-off.mp4.0017.jpg');
}

.video-grid._4._11 {
  background-image: url('../images/Charman---Cha-de-bebe.mp4.0019.jpg');
}

.video-grid._3 {
  background-image: url('../images/Dj-Faya---making-off.mp4.0002.jpg');
}

.video-grid._3.animate._2 {
  position: relative;
  background-image: url('../images/Chefe-Fausto-FJK-Go-Back-Home-mobile.mp4.0016.jpg');
}

.video-grid._3.animate._2._1 {
  background-image: url('../images/maimuna.mp4.0003.jpg');
  background-position: 0% 50%;
}

.video-grid._11 {
  position: relative;
  background-image: url('../images/juse-mucavele.mp4.0009.jpg');
}

.video-grid._11._1 {
  background-image: url('../images/txiobullet-photoshoot.mp4.0009.jpg');
}

.video-grid._2 {
  background-image: url('../images/Chefe-Fausto-FJK-Go-Back-Home-mobile.mp4.0016.jpg');
}

.video-grid._5 {
  background-image: url('../images/Liloca-making-off.mp4.0017.jpg');
}

.video-grid._6 {
  background-image: url('../images/maimuna.mp4.0003.jpg');
  background-position: 0% 50%;
}

.video-grid._7 {
  background-image: url('../images/resumos.mp4.0016.jpg');
}

.video-grid._8 {
  background-image: url('../images/txiobullet-photoshoot.mp4.0009.jpg');
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.dropdown-link {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: rgba(139, 152, 167, 0.43);
  color: #000;
}

.dropdown-link._1 {
  display: inline-block;
  font-size: 16px;
}

.dropdown._2 {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
}

.dropdown._2:hover {
  background-color: rgba(139, 152, 167, 0.43);
}

.heading-9 {
  position: relative;
  z-index: 3;
  margin-bottom: 5rem;
  color: #fff;
  font-size: 26px;
}

.mini-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #2c2c2c #000 #000;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #2b2b2b;
  font-size: 12px;
  text-decoration: none;
}

.link-block-3:hover {
  color: #8b98a7;
}

.image-4 {
  margin-right: 10px;
}

.div-block-23 {
  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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-3 {
  display: none;
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
}

.dropdown-list-3.w--open {
  left: 127px;
  top: 0px;
}

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

.dropdown-link-2 {
  font-size: 16px;
}

.dropdown-link-3 {
  font-size: 16px;
}

.dropdown-link-4 {
  font-size: 16px;
}

.dropdown-link-5 {
  font-size: 16px;
}

.dropdown-link-6 {
  font-size: 16px;
}

.dropdown-link-7 {
  font-size: 16px;
}

.dropdown-link-8 {
  font-size: 16px;
}

.div-block-72 {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.heading-10 {
  margin-top: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.heading-10._1 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-grid {
  display: none;
  max-width: 98%;
  margin: 20px auto 4rem;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  -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;
  color: rgba(0, 0, 0, 0.69);
}

.text-block-8 {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.69);
}

.html-embed {
  margin-right: 8px;
}

.link-2 {
  color: rgba(0, 0, 0, 0.69);
  text-decoration: none;
}

.hover-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.lightbox-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.lightbox-videos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-video {
  position: relative;
  width: 50%;
  height: 100vh;
  background-image: url('../images/2-6-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-text {
  position: absolute;
  left: -120px;
  top: 200px;
  right: auto;
  bottom: auto;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 24px;
}

.column-image {
  position: relative;
  width: 50%;
  height: 100vh;
  background-image: url('../images/2-6-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.serivce-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/2-6-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-text-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
  margin-bottom: 40px;
  margin-left: 25px;
}

.service-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.heading-11 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}

.text-block-15 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 13px;
}

.text-rotated {
  position: absolute;
  left: -10%;
  top: 32%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 17px;
}

.text-block-17 {
  font-size: 12px;
}

.block-text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(18%, rgba(0, 0, 0, 0.73)), color-stop(70%, rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 18%, rgba(0, 0, 0, 0.02) 70%);
}

.image-5 {
  margin-left: 5px;
}

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

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lightbox {
  width: 35px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 1280px) {
  .portfolio-grid {
    grid-auto-rows: minmax(550px, 1fr);
    -ms-grid-columns: minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr);
    grid-template-columns: minmax(350px, 1fr) minmax(350px, 1fr) minmax(350px, 1fr);
    -ms-grid-rows: minmax(550px, 1fr) minmax(550px, 1fr);
    grid-template-rows: minmax(550px, 1fr) minmax(550px, 1fr);
  }

  .div-images {
    -webkit-column-count: 5;
    column-count: 5;
  }

  .div-block-62 {
    position: relative;
    z-index: 9;
    height: 330px;
    margin-top: 10px;
    grid-auto-rows: minmax(210px, 1fr);
    -ms-grid-rows: minmax(330px, 1fr);
    grid-template-rows: minmax(330px, 1fr);
  }

  .div-block-62.second {
    height: 330px;
  }
}

@media screen and (min-width: 1440px) {
  .portfolio-grid {
    grid-auto-rows: minmax(600px, 1fr);
    -ms-grid-rows: minmax(600px, 1fr) minmax(600px, 1fr);
    grid-template-rows: minmax(600px, 1fr) minmax(600px, 1fr);
  }

  .div-images {
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 19px;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container {
    max-width: 1400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio-grid {
    margin-top: 30px;
    grid-auto-rows: minmax(700px, 1fr);
    -ms-grid-rows: minmax(700px, 1fr) minmax(700px, 1fr);
    grid-template-rows: minmax(700px, 1fr) minmax(700px, 1fr);
  }

  .div-block-38 {
    background-position: 50% 25%;
  }

  .div-images {
    -webkit-column-count: 6;
    column-count: 6;
  }

  .div-block-41 {
    margin-top: 40px;
  }

  .div-grid {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-social-media {
    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;
  }

  .nav-link {
    width: 200px;
    margin-top: 20px;
    text-align: center;
  }

  .nav-link.drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link._1:hover {
    color: #404852;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .icon {
    color: #000;
  }

  .nav-menu {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: hsla(0, 0%, 78.4%, 0.95);
  }

  .link-block.nav-link {
    height: auto;
    margin-right: 0px;
  }

  .container {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-20 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolio-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: minmax(350px, 1fr) minmax(350px, 1fr);
    grid-template-rows: minmax(350px, 1fr) minmax(350px, 1fr);
  }

  .div-images {
    height: 100%;
  }

  .title {
    font-size: 10px;
  }

  .div-block-62 {
    -ms-grid-rows: minmax(250px, 1fr);
    grid-template-rows: minmax(250px, 1fr);
  }

  .dropdown-link {
    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;
  }

  .dropdown-link._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown {
    width: 200px;
    text-align: center;
  }

  .heading-9 {
    font-size: 34px;
  }

  .dropdown-list.w--open {
    background-color: transparent;
  }

  .dropdown-3 {
    width: 200px;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-toggle-2.w--open {
    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;
    color: #5c6570;
  }

  .dropdown-list-3 {
    background-color: transparent;
  }

  .dropdown-list-3.w--open {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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: hsla(0, 0%, 65.3%, 0.07);
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
  }

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

  .nav-link.drop {
    margin-top: 0px;
  }

  .nav-menu {
    min-height: 120vh;
  }

  .link-block.nav-link {
    height: auto;
  }

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

  .sobre-content {
    max-width: 450px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-8 {
    font-size: 26px;
  }

  .portfolio-grid {
    -ms-grid-rows: minmax(300px, 1fr) minmax(300px, 1fr);
    grid-template-rows: minmax(300px, 1fr) minmax(300px, 1fr);
  }

  .div-block-62 {
    position: relative;
    z-index: auto;
    height: 100vh;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .div-block-62.second {
    height: 100vh;
  }

  .video-grid._9.animate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-grid._3.animate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-9 {
    font-size: 25px;
  }

  .mini-div {
    padding-left: 20px;
  }

  .dropdown-list-3.w--open {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .div-grid {
    margin-bottom: 2rem;
  }

  .service-column {
    width: 100%;
    height: 300px;
  }

  .serivce-image {
    background-position: 50% 0%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    width: 200px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .nav-link.drop {
    margin-top: 0px;
  }

  .nav-link._1 {
    margin-top: 10px;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    height: auto;
  }

  .link-block.nav-link {
    margin-right: 0px;
  }

  .container {
    max-width: none;
  }

  .text-block {
    font-size: 32px;
    line-height: 34px;
  }

  .button {
    width: 140px;
  }

  .button-saber-mais {
    width: 120px;
  }

  .sobre-content {
    max-width: 310px;
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-8 {
    font-size: 24px;
  }

  .link {
    top: 5%;
  }

  .portfolio-grid {
    grid-auto-rows: minmax(250px, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(250px, 1fr) minmax(250px, 1fr);
    grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
  }

  .button-9 {
    font-size: 12px;
  }

  .div-images {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .title {
    width: auto;
    line-height: 16px;
    text-align: center;
  }

  .div-block-62 {
    position: static;
    z-index: auto;
    height: auto;
    min-height: 100vh;
    grid-auto-rows: minmax(250px, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(250px, 1fr);
    grid-template-rows: minmax(250px, 1fr);
  }

  .div-block-62.second {
    position: static;
    height: auto;
    min-height: 100vh;
    grid-auto-rows: minmax(250px, 1fr);
    -ms-grid-rows: minmax(250px, 1fr);
    grid-template-rows: minmax(250px, 1fr);
  }

  .div-block-71 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .video-grid._11 {
    background-position: 50% 20%;
  }

  .dropdown-link {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-9 {
    font-size: 20px;
  }

  .dropdown-list {
    background-color: transparent;
  }

  .mini-div {
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 18px;
    text-align: center;
  }

  .dropdown-list-3.w--open {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .text-rotated {
    left: -19%;
  }
}

#w-node-d496a8b0-b8eb-693c-83c4-c872b921bd2e-105af8a0 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d496a8b0-b8eb-693c-83c4-c872b921bd34-105af8a0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

@media screen and (max-width: 767px) {
  #w-node-c2824d7a-b870-0e9e-5486-06a391e64b83-9f5af8a8 {
    -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-c2824d7a-b870-0e9e-5486-06a391e64b88-9f5af8a8 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c2824d7a-b870-0e9e-5486-06a391e64b9b-9f5af8a8 {
    -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-c2824d7a-b870-0e9e-5486-06a391e64ba0-9f5af8a8 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d2c83721-62c2-eca4-e82f-c9b31817fefc-9f5af8a8 {
    -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-aa2782f2-c2cd-acfd-a902-9a263a525c30-9f5af8a8 {
    -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-_4fff09cb-cd2e-2a3f-1980-a7e17abca1b0-9f5af8a8 {
    -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-d2c83721-62c2-eca4-e82f-c9b31817ff14-9f5af8a8 {
    -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-dc1e7e30-6b5e-2bde-96cd-742d11931ed8-9f5af8a8 {
    -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-_765ed853-6f99-54c7-95f4-129912765a1c-9f5af8a8 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d496a8b0-b8eb-693c-83c4-c872b921bd2e-105af8a0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c2824d7a-b870-0e9e-5486-06a391e64b83-9f5af8a8 {
    -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-c2824d7a-b870-0e9e-5486-06a391e64b88-9f5af8a8 {
    -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-c2824d7a-b870-0e9e-5486-06a391e64b9b-9f5af8a8 {
    -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-c2824d7a-b870-0e9e-5486-06a391e64ba0-9f5af8a8 {
    -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-d2c83721-62c2-eca4-e82f-c9b31817fefc-9f5af8a8 {
    -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-aa2782f2-c2cd-acfd-a902-9a263a525c30-9f5af8a8 {
    -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-_4fff09cb-cd2e-2a3f-1980-a7e17abca1b0-9f5af8a8 {
    -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-d2c83721-62c2-eca4-e82f-c9b31817ff14-9f5af8a8 {
    -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-dc1e7e30-6b5e-2bde-96cd-742d11931ed8-9f5af8a8 {
    -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-_765ed853-6f99-54c7-95f4-129912765a1c-9f5af8a8 {
    -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;
  }
}

@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBoldOblique.otf') format('opentype'), url('../fonts/IntegralCF-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-ExtraBold.otf') format('opentype'), url('../fonts/IntegralCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-DemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Integralcf';
  src: url('../fonts/IntegralCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}