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

.header {
  display: block;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 20px;
  background-color: transparent;
}

.btmenu {
  margin-top: 40px;
  margin-left: 35px;
  padding-top: 5px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.btmenu:hover {
  border-radius: 4px;
  background-color: #f6d935;
  color: #8a461e;
}

.btmenu.w--current {
  border-radius: 4px;
  background-color: #f6d935;
  color: #8a461e;
  font-weight: 500;
}

.btmenu._02 {
  border: 1px solid #007236;
  border-radius: 4px;
  color: #007236;
  font-weight: 500;
}

.btmenu._02:hover {
  background-color: #007236;
  color: #fff;
}

.btmenu._02.w--current {
  background-color: #007236;
  color: #fff;
}

.divhome {
  height: 100vh;
}

.tithome {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -4px;
}

.text-span {
  color: #f6d935;
  font-weight: 700;
}

.divinternahome {
  position: relative;
  top: 10%;
  margin-right: 50px;
  margin-left: 50px;
}

.subtithome {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.textspan02 {
  font-weight: 700;
}

.btlinks {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f6d935;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #8a461e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.btlinks:hover {
  background-color: #f7e05e;
}

.divhomesobrenos {
  padding: 250px 50px;
  background-image: url('../images/soja.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: url('../images/soja.png'), linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 100% 50%, 0px 0px, 0px 0px;
  background-size: 600px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.texttopics {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.tithome02 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 68px;
  line-height: 70px;
  letter-spacing: -4px;
}

.textspan03 {
  color: #333;
}

.subtitle01 {
  margin-top: 20px;
  margin-right: 55%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.divhomeservicos {
  padding: 175px 50px 700px;
  background-image: url('../images/trator.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divhomecooperativismo {
  padding: 250px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divhomecontato {
  padding: 250px 50px 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 54, 0.2)), to(rgba(0, 114, 54, 0.2))), url('../images/plantacao.jpg');
  background-image: linear-gradient(180deg, rgba(0, 114, 54, 0.2), rgba(0, 114, 54, 0.2)), url('../images/plantacao.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divfooter {
  z-index: 1;
  padding: 40px 50px;
  background-color: #007236;
}

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

.textspan04 {
  font-size: 12px;
  font-weight: 300;
}

.textmenufooter {
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.textmenufooter:hover {
  color: #f6d935;
}

.textmenufooter.w--current {
  font-size: 13px;
}

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

.textspan05 {
  color: #007236;
  font-weight: 700;
}

.tithome03 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 68px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -4px;
}

.subtitle02 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}

.contcontato {
  text-align: center;
}

.btredes {
  margin-top: 10px;
  margin-right: 12px;
}

.colservico01 {
  padding-left: 0px;
}

.colservico02 {
  margin-top: 60px;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.gridmidias {
  grid-auto-flow: row;
  grid-column-gap: 70px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.textbtmidias {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.headerfixo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding: 15px 50px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.navmenufixo {
  margin-top: 20px;
}

.btmenufixo {
  margin-left: 35px;
  padding-top: 5px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #8a461e;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.btmenufixo:hover {
  border-radius: 4px;
  background-color: #f6d935;
}

.btmenufixo.w--current {
  color: #8a461e;
}

.btmenufixo._02 {
  border-style: solid;
  border-width: 1px;
  border-color: #f6d935;
  border-radius: 4px;
  background-color: transparent;
}

.btmenufixo._02:hover {
  background-color: #f6d935;
}

.iconmenu {
  display: none;
}

.iconmenu02 {
  display: none;
}

.lightboxmenu {
  display: none;
}

.logoagro02 {
  width: 50px;
}

.videohome {
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.divheadsobrenos {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/cooperativismo02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/cooperativismo02.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divinternasobrenos {
  position: relative;
  top: 56%;
  margin-right: 50px;
  margin-left: 50px;
}

.textbread {
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.textbread02 {
  display: inline-block;
  margin-top: 40px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #f6d935;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.titheadsobrenos {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -6px;
}

.divsobrenos {
  padding: 220px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titsobrenos {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

.textsobrenos {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.textsobrenos02 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -1.5px;
}

.imgsobrenos {
  padding-right: 10px;
}

.textspan06 {
  color: #007236;
  font-weight: 700;
}

.divheadfaleconosco {
  height: 100vh;
  background-image: url('../images/faleconosco03.jpg'), url('../images/faleconosco02.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.divinternafale {
  position: relative;
  top: 56%;
  margin-left: 50px;
}

.divfaleconosco {
  padding-top: 150px;
  padding-bottom: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titheadfale {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -6px;
}

.linhafale {
  margin-right: 100px;
  margin-left: 100px;
}

.colfale02 {
  text-align: right;
}

.contfale {
  max-width: 1200px;
}

.textfale {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.texttel {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -2px;
}

.textemail {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.textfield {
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #007236;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}

.textarea {
  margin-top: 20px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #007236;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}

.btenviar {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f6d935;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #8a461e;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.btenviar:hover {
  background-color: #f7e05e;
}

.textsucess {
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 24px;
  line-height: 36px;
}

.sucessmsg {
  background-color: #f5f0ca;
}

.divheadclientes {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/soja.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/soja.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divinternaclientes {
  position: relative;
  top: 56%;
  margin-right: 50px;
  margin-left: 50px;
}

.titheadclientes {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 80px;
  letter-spacing: -5px;
}

.divclientes {
  padding-top: 150px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divblockclientes {
  margin-right: 100px;
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.gridclientes {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.divheadservicos {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/trator.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/trator.jpg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divinternaservicos {
  position: relative;
  top: 56%;
  margin-left: 50px;
}

.titheadservicos {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -6px;
}

.divservicos {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 54, 0.95)), to(rgba(0, 114, 54, 0.95))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 114, 54, 0.95), rgba(0, 114, 54, 0.95)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divheadcoopera {
  height: 100vh;
  background-image: url('../images/agricultorsoja.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.divinternacoopera {
  position: relative;
  top: 56%;
  margin-left: 50px;
}

.titheadcoopera {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -5px;
}

.divcoopera {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titservicos {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #f6d935;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: -1px;
}

.textservicos {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.collinhaservicos03 {
  padding-left: 0px;
  background-color: #f5f0ca;
}

.collinhaservicos04 {
  background-color: #f5f0ca;
}

.textservicos02 {
  margin: 25px 50px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.titservicos02 {
  margin-top: 25px;
  margin-right: 50px;
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: -1px;
}

.imgservicos02 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgservicos01 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.divmaps {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url('../images/mapa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.linhasobrenos02 {
  background-color: #e6efec;
}

.colsobrenos04 {
  padding-right: 20px;
  padding-left: 0px;
}

.colsobrenos03 {
  padding: 150px 50px 100px;
}

.imgsobrenos02 {
  margin-top: 40px;
  margin-bottom: 30px;
  background-image: url('../images/depositphotos_221407610-stock-photo-satisfied-handsome-farmer-holding-soybean.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.btlinks02 {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f6d935;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  font-family: Montserrat, sans-serif;
  color: #8a461e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.btlinks02:hover {
  background-color: #f7e05e;
}

.textspan07 {
  color: #007236;
  font-weight: 700;
}

.divservicos02 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f5f0ca;
}

.textspan08 {
  color: #f6d935;
  font-weight: 700;
}

.divservicos03 {
  padding-top: 150px;
  padding-bottom: 200px;
  background-color: #e6efec;
}

.titservicos03 {
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -1px;
}

.linhaservicos02 {
  text-align: center;
}

.textservicos03 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.btlinks03 {
  margin-left: 50px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f6d935;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  font-family: Montserrat, sans-serif;
  color: #8a461e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.titcoopera {
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
}

.textcoopera {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.divcoopera02 {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #007236;
}

.titcoopera02 {
  font-family: Montserrat, sans-serif;
  color: #f6d935;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.linhacoopera {
  margin-top: 50px;
}

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

.divcoopera03 {
  padding: 220px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divcoopera04 {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #e6efec;
}

.titcoopera03 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -1px;
}

.linhacoopera03 {
  margin-top: 50px;
}

.colcoopera01 {
  text-align: center;
}

.colcoopera02 {
  text-align: center;
}

.colcoopera03 {
  text-align: center;
}

.divblockcoopera {
  padding-top: 15px;
  padding-bottom: 30px;
  border: 5px solid #fff;
  background-color: #007236;
}

.divcoopera05 {
  padding: 220px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.colcoopera11 {
  text-align: right;
}

.textcoopera03 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.divheadmidiaimpressa {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/depositphotos_52357949-stock-photo-offset-printing-machine.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/depositphotos_52357949-stock-photo-offset-printing-machine.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divinternaimpressa {
  position: relative;
  top: 48%;
  margin-left: 50px;
}

.titheadimpressa {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -6px;
}

.divmidiaimpressa {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
  background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  margin-right: 190px;
  margin-left: 190px;
}

.imgpecuaria {
  margin-top: 50px;
  margin-bottom: 50px;
}

.textlinkwhatsapp {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #007236;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -2px;
  text-decoration: none;
}

.textlinkwhatsapp:hover {
  text-decoration: underline;
}

.textfale02 {
  font-weight: 700;
}

html.w-mod-js *[data-ix="displayfixo"] {
  display: none;
}

html.w-mod-js *[data-ix="animatexthome"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (min-width: 1440px) {
  .tithome {
    font-size: 74px;
    line-height: 80px;
  }

  .divinternahome {
    top: 15%;
  }

  .tithome02 {
    font-size: 74px;
    line-height: 80px;
  }

  .titheadclientes {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .tithome {
    font-size: 68px;
    line-height: 74px;
  }

  .divinternahome {
    margin-right: 20px;
    margin-left: 20px;
  }

  .subtithome {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .divhomesobrenos {
    padding: 150px 20px;
    background-image: url('../images/soja.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
    background-image: url('../images/soja.png'), linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
    background-position: 100% 85%, 0px 0px, 0px 0px;
    background-size: 400px, auto, cover;
  }

  .tithome02 {
    font-size: 66px;
    line-height: 72px;
  }

  .divhomeservicos {
    padding: 150px 20px 350px;
    background-position: 100% 0%;
    background-size: 1500px;
  }

  .divhomecooperativismo {
    padding-top: 150px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
    background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
    background-size: auto, cover;
  }

  .divhomecontato {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    text-align: center;
  }

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

  .colservico02 {
    margin-top: 20px;
  }

  .headerfixo {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .iconmenu {
    position: absolute;
    top: 60px;
    right: 0px;
    display: block;
  }

  .iconmenu02 {
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
  }

  .lightboxmenu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    height: 100vh;
    background-color: #007236;
  }

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

  .linkmenu {
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .btfechar {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f6d935;
    font-family: Montserrat, sans-serif;
    color: #007236;
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
  }

  .texticonmenu {
    display: inline-block;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .texticonmenu02 {
    display: inline-block;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    color: #007236;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .divinternasobrenos {
    margin-right: 20px;
    margin-left: 20px;
  }

  .textbread {
    margin-left: 20px;
  }

  .divsobrenos {
    padding: 150px 20px;
  }

  .colsobrenos01 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .colsobrenos02 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textsobrenos02 {
    margin-left: 0px;
  }

  .imgsobrenos {
    width: 750px;
    padding-right: 0px;
  }

  .divinternafale {
    margin-right: 20px;
    margin-left: 20px;
  }

  .textemail {
    font-size: 19px;
  }

  .divinternaclientes {
    margin-right: 20px;
    margin-left: 20px;
  }

  .titheadclientes {
    font-size: 70px;
    letter-spacing: -4px;
  }

  .divblockclientes {
    margin-right: 20px;
    margin-left: 20px;
  }

  .divinternaservicos {
    margin-right: 20px;
    margin-left: 20px;
  }

  .divinternacoopera {
    margin-right: 20px;
    margin-left: 20px;
  }

  .collinhaservicos03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collinhaservicos04 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textservicos02 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .titservicos02 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .colsobrenos04 {
    padding-right: 0px;
  }

  .colsobrenos03 {
    padding-right: 20px;
    padding-bottom: 110px;
    padding-left: 20px;
  }

  .imgsobrenos02 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .btlinks03 {
    margin-left: 20px;
  }

  .titcoopera02 {
    font-size: 32px;
  }

  .divcoopera03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .colcoopera04 {
    padding-left: 0px;
  }

  .colcoopera05 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .divcoopera05 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-left: 20px;
  }

  .brand02 {
    padding-left: 0px;
  }

  .brand02.w--current {
    padding-left: 0px;
  }

  .logoagro {
    width: 50px;
  }

  .tithome {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1.5px;
  }

  .divinternahome {
    top: 7%;
  }

  .subtithome {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .btlinks {
    margin-top: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 18px;
  }

  .divhomesobrenos {
    padding-bottom: 300px;
    padding-left: 20px;
    background-image: url('../images/soja.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
    background-image: url('../images/soja.png'), linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
    background-position: 100% 95%, 0px 0px, 0px 0px;
    background-size: 300px, auto, cover;
    text-align: center;
  }

  .texttopics {
    font-size: 12px;
    line-height: 40px;
    text-align: center;
  }

  .tithome02 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.5px;
  }

  .subtitle01 {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 13px;
    line-height: 18px;
  }

  .divhomeservicos {
    padding-left: 20px;
    background-position: 50% 0%;
  }

  .divhomecooperativismo {
    padding-bottom: 370px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
    background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    text-align: center;
  }

  .divhomecontato {
    padding-top: 150px;
    padding-bottom: 400px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 54, 0.2)), to(rgba(0, 114, 54, 0.2))), url('../images/plantacao.jpg');
    background-image: linear-gradient(180deg, rgba(0, 114, 54, 0.2), rgba(0, 114, 54, 0.2)), url('../images/plantacao.jpg');
    background-position: 0px 0px, 0% 0%;
  }

  .divfooter {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tithome03 {
    font-size: 46px;
    line-height: 48px;
  }

  .subtitle02 {
    font-size: 13px;
    line-height: 18px;
  }

  .textbtmidias {
    font-size: 13px;
    line-height: 18px;
  }

  .headerfixo {
    display: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .iconmenu {
    top: 40px;
  }

  .iconmenu02 {
    top: 19px;
  }

  .lightboxmenu {
    display: none;
  }

  .divmenu {
    margin-top: 20px;
  }

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

  .linkmenu.w--current {
    font-size: 22px;
  }

  .btfechar {
    margin-bottom: 10px;
    padding: 20px;
  }

  .logoagro02 {
    width: 35px;
  }

  .divinternasobrenos {
    top: 30%;
  }

  .textbread {
    font-size: 12px;
  }

  .textbread02 {
    margin-top: 25px;
    font-size: 12px;
  }

  .titheadsobrenos {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .divsobrenos {
    padding-top: 100px;
  }

  .titsobrenos {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .textsobrenos {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 20px;
  }

  .colsobrenos01 {
    padding-right: 0px;
  }

  .textsobrenos02 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 36px;
  }

  .imgsobrenos {
    width: auto;
  }

  .divinternafale {
    top: 30%;
  }

  .divfaleconosco {
    padding-top: 100px;
    padding-bottom: 275px;
  }

  .titheadfale {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .colfale02 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .colfale01 {
    text-align: center;
  }

  .textfale {
    font-size: 13px;
    line-height: 18px;
  }

  .texttel {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
  }

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

  .textfield {
    font-size: 18px;
  }

  .textarea {
    font-size: 18px;
  }

  .btenviar {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .divinternaclientes {
    top: 30%;
    margin-right: 20px;
  }

  .titheadclientes {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
  }

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

  .divheadservicos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trator.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/trator.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .divinternaservicos {
    top: 30%;
    margin-left: 20px;
  }

  .titheadservicos {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .divservicos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .divinternacoopera {
    top: 30%;
    margin-left: 20px;
  }

  .titheadcoopera {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -2px;
  }

  .divcoopera {
    padding: 100px 20px;
  }

  .titservicos {
    margin-top: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .textservicos {
    margin-top: 30px;
    font-size: 13px;
    line-height: 20px;
  }

  .textservicos02 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .titservicos02 {
    font-size: 24px;
    line-height: 32px;
  }

  .imgsobrenos02 {
    background-size: cover;
  }

  .divservicos02 {
    padding-top: 100px;
  }

  .divservicos03 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .titservicos03 {
    font-size: 26px;
    line-height: 32px;
  }

  .colimpressa {
    padding-bottom: 30px;
  }

  .coleletronica {
    padding-bottom: 30px;
  }

  .textservicos03 {
    font-size: 13px;
    line-height: 18px;
  }

  .titcoopera {
    font-size: 26px;
    line-height: 32px;
  }

  .textcoopera {
    font-size: 13px;
    line-height: 20px;
  }

  .divcoopera02 {
    padding-bottom: 100px;
  }

  .titcoopera02 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .textcoopera02 {
    font-size: 16px;
  }

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

  .divcoopera04 {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .titcoopera03 {
    font-size: 26px;
    line-height: 32px;
  }

  .linhacoopera03 {
    margin-top: 20px;
  }

  .colcoopera06 {
    padding-left: 0px;
  }

  .colcoopera07 {
    padding-right: 0px;
  }

  .colcoopera08 {
    padding-left: 0px;
  }

  .colcoopera09 {
    padding-right: 0px;
  }

  .divblockcoopera {
    margin-top: 30px;
  }

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

  .colcoopera10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textcoopera03 {
    font-size: 15px;
    line-height: 20px;
  }

  .imgprod {
    margin-top: 40px;
  }

  .imgpib {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .subtithome {
    padding-right: 60px;
  }

  .btlinks {
    padding-right: 11px;
    padding-left: 11px;
  }

  .divhomesobrenos {
    padding-top: 100px;
    padding-left: 20px;
  }

  .divhomeservicos {
    padding-top: 100px;
    padding-left: 20px;
  }

  .divhomecooperativismo {
    padding-top: 100px;
    padding-bottom: 240px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 202, 0.9)), to(rgba(245, 240, 202, 0.9))), url('../images/background01.jpg');
    background-image: linear-gradient(180deg, rgba(245, 240, 202, 0.9), rgba(245, 240, 202, 0.9)), url('../images/background01.jpg');
    background-size: auto, cover;
  }

  .divhomecontato {
    padding-top: 100px;
    padding-bottom: 380px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 54, 0.2)), to(rgba(0, 114, 54, 0.2))), url('../images/plantacao.jpg');
    background-image: linear-gradient(180deg, rgba(0, 114, 54, 0.2), rgba(0, 114, 54, 0.2)), url('../images/plantacao.jpg');
    background-position: 0px 0px, 0% 0%;
  }

  .textfooter {
    padding-right: 10px;
    padding-left: 10px;
  }

  .textmenufooter {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
  }

  .colservico02 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .btmidias {
    padding-right: 20px;
    padding-left: 10px;
  }

  .gridmidias {
    grid-column-gap: 35px;
  }

  .headerfixo {
    display: none;
  }

  .lightboxmenu {
    display: none;
  }

  .linkmenu {
    margin-top: 35px;
  }

  .titheadsobrenos {
    font-size: 37px;
    line-height: 42px;
  }

  .divsobrenos {
    padding-bottom: 100px;
  }

  .textsobrenos {
    margin-top: 10px;
  }

  .textsobrenos02 {
    font-size: 20px;
    line-height: 34px;
  }

  .divfaleconosco {
    padding-bottom: 375px;
  }

  .colfale02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .textemail {
    font-size: 15px;
  }

  .divinternaclientes {
    top: 33%;
    margin-right: 20px;
  }

  .titheadclientes {
    font-size: 37px;
    line-height: 42px;
  }

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

  .gridclientes {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .divheadservicos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/trator.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/trator.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .titheadservicos {
    font-size: 37px;
    line-height: 42px;
  }

  .divservicos {
    padding-bottom: 100px;
  }

  .divheadcoopera {
    background-image: url('../images/agricultorsoja.jpg');
    background-position: 100% 0%;
    background-size: cover;
  }

  .titheadcoopera {
    font-size: 37px;
    line-height: 42px;
  }

  .colsobrenos03 {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .btlinks02 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    line-height: 18px;
  }

  .btlinks02.w--current {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }

  .textspan07 {
    color: #007236;
    font-weight: 700;
  }

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

  .divservicos03 {
    padding-bottom: 100px;
  }

  .titservicos03 {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .colimpressa {
    padding-bottom: 50px;
  }

  .coleletronica {
    padding-bottom: 50px;
  }

  .btlinks03 {
    font-size: 15px;
    line-height: 18px;
  }

  .divcoopera02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titcoopera02 {
    font-size: 26px;
  }

  .textcoopera03 {
    font-size: 13px;
  }
}

#w-node-b3361dbc-5122-7213-209c-599cb80aad2d-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_07ca41fb-9266-6aa2-56cb-c9cba6746798-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_44f6edf3-36d1-b13c-4b4b-05969bff2bad-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6cca8c9e-d5f9-8ddb-536b-d8f9395a9e55-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0056518-4a50-cc47-8ae3-163f9659c773-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2d7b6deb-8a9d-e79e-41bb-e8e848c49874-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf6a4c0e-172f-3bd8-2612-dc5d6678f6c0-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e0c6462a-6954-f074-8a56-ce6d7c2b4af8-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_425c0bc8-0436-f67f-b207-d68a197d2e7f-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e4e4fbd1-7817-bd05-492e-29fde8220f56-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_220025b2-0cac-aa40-e68e-d0e8cb775866-d4adaa6a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b837c68a-f665-000e-4fe8-d1dd943c57fb-d4adaa6a {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}