* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
ul {
  list-style: none;
}
.preload * {
  transition: none !important;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  background: none;
  cursor: pointer;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
select option {
  color: #000 !important;
}
@font-face {
  font-family: 'AnekGujarati-Regular';
  font-weight: normal;
  src: url("../fonts/AnekGujarati-Regular.woff2") format('woff2'), url("../fonts/AnekGujarati-Regular.woff") format('woff');
}
@font-face {
  font-family: 'AnekGujarati-Bold';
  font-weight: bold;
  src: url("../fonts/AnekGujarati-Bold.woff2") format('woff2'), url("../fonts/AnekGujarati-Bold.woff") format('woff');
}
html,
body {
  font-size: 16px;
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  position: relative;
}
html body .containment,
body body .containment {
  flex: 1 0 auto;
}
.__break {
  flex-basis: 100%;
  height: 1px;
}
.__break + * {
  margin-left: 0;
}
.__f {
  display: flex !important;
}
.__jsb {
  justify-content: space-between !important;
}
.__jsa {
  justify-content: space-around !important;
}
.__jss {
  justify-content: stretch !important;
}
.__jfs {
  justify-content: flex-start !important;
}
.__jfe {
  justify-content: flex-end !important;
}
.__jcc {
  justify-content: center !important;
}
.__fdc {
  flex-direction: column !important;
}
.__fdr {
  flex-direction: row !important;
}
.__aic {
  align-items: center !important;
}
.__afs {
  align-items: flex-start !important;
}
.__afe {
  align-items: flex-end !important;
}
.__ais {
  align-items: stretch !important;
}
.__fw {
  flex-wrap: wrap !important;
}
.__fnw {
  flex-wrap: nowrap !important;
}
.__asfs {
  align-self: flex-start !important;
}
.__asfe {
  align-self: flex-end !important;
}
.__asc {
  align-self: center !important;
}
.__ase {
  align-self: stretch !important;
}
.__g {
  flex-grow: 1 !important;
}
@media (max-width: 428px) {
  .__m-f {
    display: flex !important;
  }
  .__m-jsb {
    justify-content: space-between !important;
  }
  .__m-jsa {
    justify-content: space-around !important;
  }
  .__m-jss {
    justify-content: stretch !important;
  }
  .__m-jfs {
    justify-content: flex-start !important;
  }
  .__m-jfe {
    justify-content: flex-end !important;
  }
  .__m-jcc {
    justify-content: center !important;
  }
  .__m-fdc {
    flex-direction: column !important;
  }
  .__m-fdr {
    flex-direction: row !important;
  }
  .__m-aic {
    align-items: center !important;
  }
  .__m-afs {
    align-items: flex-start !important;
  }
  .__m-afe {
    align-items: flex-end !important;
  }
  .__m-ais {
    align-items: stretch !important;
  }
  .__m-fw {
    flex-wrap: wrap !important;
  }
  .__m-fnw {
    flex-wrap: nowrap !important;
  }
  .__m-asfs {
    align-self: flex-start !important;
  }
  .__m-asfe {
    align-self: flex-end !important;
  }
  .__m-asc {
    align-self: center !important;
  }
  .__m-ase {
    align-self: stretch !important;
  }
  .__m-g {
    flex-grow: 1 !important;
  }
}
.__row {
  display: flex;
  width: 100%;
}
@media (max-width: 428px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 428px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 428px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 428px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 428px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 428px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 428px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 428px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 428px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 428px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 428px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 428px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 428px) {
  .__col-12 {
    width: 100%;
  }
}
.__mt-auto {
  margin-top: auto;
}
.__mr-auto {
  margin-right: auto;
}
.__mb-auto {
  margin-bottom: auto;
}
.__ml-auto {
  margin-left: auto;
}
.__m-0 {
  margin: 0px !important;
}
.__mt-0 {
  margin-top: 0px !important;
}
.__mr-0 {
  margin-right: 0px !important;
}
.__mb-0 {
  margin-bottom: 0px !important;
}
.__ml-0 {
  margin-left: 0px !important;
}
.__mrl-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.__mtb-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.__m-5 {
  margin: 5px !important;
}
.__mt-5 {
  margin-top: 5px !important;
}
.__mr-5 {
  margin-right: 5px !important;
}
.__mb-5 {
  margin-bottom: 5px !important;
}
.__ml-5 {
  margin-left: 5px !important;
}
.__mrl-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.__mtb-5 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.__m-10 {
  margin: 10px !important;
}
.__mt-10 {
  margin-top: 10px !important;
}
.__mr-10 {
  margin-right: 10px !important;
}
.__mb-10 {
  margin-bottom: 10px !important;
}
.__ml-10 {
  margin-left: 10px !important;
}
.__mrl-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.__mtb-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.__m-15 {
  margin: 15px !important;
}
.__mt-15 {
  margin-top: 15px !important;
}
.__mr-15 {
  margin-right: 15px !important;
}
.__mb-15 {
  margin-bottom: 15px !important;
}
.__ml-15 {
  margin-left: 15px !important;
}
.__mrl-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.__mtb-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.__m-20 {
  margin: 20px !important;
}
.__mt-20 {
  margin-top: 20px !important;
}
.__mr-20 {
  margin-right: 20px !important;
}
.__mb-20 {
  margin-bottom: 20px !important;
}
.__ml-20 {
  margin-left: 20px !important;
}
.__mrl-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.__mtb-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.__m-25 {
  margin: 25px !important;
}
.__mt-25 {
  margin-top: 25px !important;
}
.__mr-25 {
  margin-right: 25px !important;
}
.__mb-25 {
  margin-bottom: 25px !important;
}
.__ml-25 {
  margin-left: 25px !important;
}
.__mrl-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.__mtb-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.__m-30 {
  margin: 30px !important;
}
.__mt-30 {
  margin-top: 30px !important;
}
.__mr-30 {
  margin-right: 30px !important;
}
.__mb-30 {
  margin-bottom: 30px !important;
}
.__ml-30 {
  margin-left: 30px !important;
}
.__mrl-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.__mtb-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.__m-35 {
  margin: 35px !important;
}
.__mt-35 {
  margin-top: 35px !important;
}
.__mr-35 {
  margin-right: 35px !important;
}
.__mb-35 {
  margin-bottom: 35px !important;
}
.__ml-35 {
  margin-left: 35px !important;
}
.__mrl-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.__mtb-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}
.__m-40 {
  margin: 40px !important;
}
.__mt-40 {
  margin-top: 40px !important;
}
.__mr-40 {
  margin-right: 40px !important;
}
.__mb-40 {
  margin-bottom: 40px !important;
}
.__ml-40 {
  margin-left: 40px !important;
}
.__mrl-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.__mtb-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.__m-45 {
  margin: 45px !important;
}
.__mt-45 {
  margin-top: 45px !important;
}
.__mr-45 {
  margin-right: 45px !important;
}
.__mb-45 {
  margin-bottom: 45px !important;
}
.__ml-45 {
  margin-left: 45px !important;
}
.__mrl-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.__mtb-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}
.__m-50 {
  margin: 50px !important;
}
.__mt-50 {
  margin-top: 50px !important;
}
.__mr-50 {
  margin-right: 50px !important;
}
.__mb-50 {
  margin-bottom: 50px !important;
}
.__ml-50 {
  margin-left: 50px !important;
}
.__mrl-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.__mtb-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.__m-60 {
  margin: 60px !important;
}
.__mt-60 {
  margin-top: 60px !important;
}
.__mr-60 {
  margin-right: 60px !important;
}
.__mb-60 {
  margin-bottom: 60px !important;
}
.__ml-60 {
  margin-left: 60px !important;
}
.__mrl-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.__mtb-60 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.__m-65 {
  margin: 65px !important;
}
.__mt-65 {
  margin-top: 65px !important;
}
.__mr-65 {
  margin-right: 65px !important;
}
.__mb-65 {
  margin-bottom: 65px !important;
}
.__ml-65 {
  margin-left: 65px !important;
}
.__mrl-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.__mtb-65 {
  margin-bottom: 65px !important;
  margin-top: 65px !important;
}
.__m-70 {
  margin: 70px !important;
}
.__mt-70 {
  margin-top: 70px !important;
}
.__mr-70 {
  margin-right: 70px !important;
}
.__mb-70 {
  margin-bottom: 70px !important;
}
.__ml-70 {
  margin-left: 70px !important;
}
.__mrl-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.__mtb-70 {
  margin-bottom: 70px !important;
  margin-top: 70px !important;
}
.__m-75 {
  margin: 75px !important;
}
.__mt-75 {
  margin-top: 75px !important;
}
.__mr-75 {
  margin-right: 75px !important;
}
.__mb-75 {
  margin-bottom: 75px !important;
}
.__ml-75 {
  margin-left: 75px !important;
}
.__mrl-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.__mtb-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}
.__m-80 {
  margin: 80px !important;
}
.__mt-80 {
  margin-top: 80px !important;
}
.__mr-80 {
  margin-right: 80px !important;
}
.__mb-80 {
  margin-bottom: 80px !important;
}
.__ml-80 {
  margin-left: 80px !important;
}
.__mrl-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.__mtb-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.__m-85 {
  margin: 85px !important;
}
.__mt-85 {
  margin-top: 85px !important;
}
.__mr-85 {
  margin-right: 85px !important;
}
.__mb-85 {
  margin-bottom: 85px !important;
}
.__ml-85 {
  margin-left: 85px !important;
}
.__mrl-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.__mtb-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}
.__m-90 {
  margin: 90px !important;
}
.__mt-90 {
  margin-top: 90px !important;
}
.__mr-90 {
  margin-right: 90px !important;
}
.__mb-90 {
  margin-bottom: 90px !important;
}
.__ml-90 {
  margin-left: 90px !important;
}
.__mrl-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.__mtb-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.__m-95 {
  margin: 95px !important;
}
.__mt-95 {
  margin-top: 95px !important;
}
.__mr-95 {
  margin-right: 95px !important;
}
.__mb-95 {
  margin-bottom: 95px !important;
}
.__ml-95 {
  margin-left: 95px !important;
}
.__mrl-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.__mtb-95 {
  margin-bottom: 95px !important;
  margin-top: 95px !important;
}
.__m-100 {
  margin: 100px !important;
}
.__mt-100 {
  margin-top: 100px !important;
}
.__mr-100 {
  margin-right: 100px !important;
}
.__mb-100 {
  margin-bottom: 100px !important;
}
.__ml-100 {
  margin-left: 100px !important;
}
.__mrl-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.__mtb-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.__m-150 {
  margin: 150px !important;
}
.__mt-150 {
  margin-top: 150px !important;
}
.__mr-150 {
  margin-right: 150px !important;
}
.__mb-150 {
  margin-bottom: 150px !important;
}
.__ml-150 {
  margin-left: 150px !important;
}
.__mrl-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.__mtb-150 {
  margin-bottom: 150px !important;
  margin-top: 150px !important;
}
.__m-200 {
  margin: 200px !important;
}
.__mt-200 {
  margin-top: 200px !important;
}
.__mr-200 {
  margin-right: 200px !important;
}
.__mb-200 {
  margin-bottom: 200px !important;
}
.__ml-200 {
  margin-left: 200px !important;
}
.__mrl-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 428px) {
  .__m-mt-auto {
    margin-top: auto;
  }
  .__m-mr-auto {
    margin-right: auto;
  }
  .__m-mb-auto {
    margin-bottom: auto;
  }
  .__m-ml-auto {
    margin-left: auto;
  }
  .__m-m-0 {
    margin: 0px !important;
  }
  .__m-mt-0 {
    margin-top: 0px !important;
  }
  .__m-mr-0 {
    margin-right: 0px !important;
  }
  .__m-mb-0 {
    margin-bottom: 0px !important;
  }
  .__m-ml-0 {
    margin-left: 0px !important;
  }
  .__m-mrl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .__m-mtb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .__m-m-5 {
    margin: 5px !important;
  }
  .__m-mt-5 {
    margin-top: 5px !important;
  }
  .__m-mr-5 {
    margin-right: 5px !important;
  }
  .__m-mb-5 {
    margin-bottom: 5px !important;
  }
  .__m-ml-5 {
    margin-left: 5px !important;
  }
  .__m-mrl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .__m-mtb-5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .__m-m-10 {
    margin: 10px !important;
  }
  .__m-mt-10 {
    margin-top: 10px !important;
  }
  .__m-mr-10 {
    margin-right: 10px !important;
  }
  .__m-mb-10 {
    margin-bottom: 10px !important;
  }
  .__m-ml-10 {
    margin-left: 10px !important;
  }
  .__m-mrl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .__m-mtb-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .__m-m-15 {
    margin: 15px !important;
  }
  .__m-mt-15 {
    margin-top: 15px !important;
  }
  .__m-mr-15 {
    margin-right: 15px !important;
  }
  .__m-mb-15 {
    margin-bottom: 15px !important;
  }
  .__m-ml-15 {
    margin-left: 15px !important;
  }
  .__m-mrl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .__m-mtb-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .__m-m-20 {
    margin: 20px !important;
  }
  .__m-mt-20 {
    margin-top: 20px !important;
  }
  .__m-mr-20 {
    margin-right: 20px !important;
  }
  .__m-mb-20 {
    margin-bottom: 20px !important;
  }
  .__m-ml-20 {
    margin-left: 20px !important;
  }
  .__m-mrl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .__m-mtb-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .__m-m-25 {
    margin: 25px !important;
  }
  .__m-mt-25 {
    margin-top: 25px !important;
  }
  .__m-mr-25 {
    margin-right: 25px !important;
  }
  .__m-mb-25 {
    margin-bottom: 25px !important;
  }
  .__m-ml-25 {
    margin-left: 25px !important;
  }
  .__m-mrl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .__m-mtb-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .__m-m-30 {
    margin: 30px !important;
  }
  .__m-mt-30 {
    margin-top: 30px !important;
  }
  .__m-mr-30 {
    margin-right: 30px !important;
  }
  .__m-mb-30 {
    margin-bottom: 30px !important;
  }
  .__m-ml-30 {
    margin-left: 30px !important;
  }
  .__m-mrl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .__m-mtb-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .__m-m-35 {
    margin: 35px !important;
  }
  .__m-mt-35 {
    margin-top: 35px !important;
  }
  .__m-mr-35 {
    margin-right: 35px !important;
  }
  .__m-mb-35 {
    margin-bottom: 35px !important;
  }
  .__m-ml-35 {
    margin-left: 35px !important;
  }
  .__m-mrl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .__m-mtb-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .__m-m-40 {
    margin: 40px !important;
  }
  .__m-mt-40 {
    margin-top: 40px !important;
  }
  .__m-mr-40 {
    margin-right: 40px !important;
  }
  .__m-mb-40 {
    margin-bottom: 40px !important;
  }
  .__m-ml-40 {
    margin-left: 40px !important;
  }
  .__m-mrl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .__m-mtb-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .__m-m-45 {
    margin: 45px !important;
  }
  .__m-mt-45 {
    margin-top: 45px !important;
  }
  .__m-mr-45 {
    margin-right: 45px !important;
  }
  .__m-mb-45 {
    margin-bottom: 45px !important;
  }
  .__m-ml-45 {
    margin-left: 45px !important;
  }
  .__m-mrl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .__m-mtb-45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .__m-m-50 {
    margin: 50px !important;
  }
  .__m-mt-50 {
    margin-top: 50px !important;
  }
  .__m-mr-50 {
    margin-right: 50px !important;
  }
  .__m-mb-50 {
    margin-bottom: 50px !important;
  }
  .__m-ml-50 {
    margin-left: 50px !important;
  }
  .__m-mrl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .__m-mtb-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .__m-m-60 {
    margin: 60px !important;
  }
  .__m-mt-60 {
    margin-top: 60px !important;
  }
  .__m-mr-60 {
    margin-right: 60px !important;
  }
  .__m-mb-60 {
    margin-bottom: 60px !important;
  }
  .__m-ml-60 {
    margin-left: 60px !important;
  }
  .__m-mrl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .__m-mtb-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .__m-m-65 {
    margin: 65px !important;
  }
  .__m-mt-65 {
    margin-top: 65px !important;
  }
  .__m-mr-65 {
    margin-right: 65px !important;
  }
  .__m-mb-65 {
    margin-bottom: 65px !important;
  }
  .__m-ml-65 {
    margin-left: 65px !important;
  }
  .__m-mrl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .__m-mtb-65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .__m-m-70 {
    margin: 70px !important;
  }
  .__m-mt-70 {
    margin-top: 70px !important;
  }
  .__m-mr-70 {
    margin-right: 70px !important;
  }
  .__m-mb-70 {
    margin-bottom: 70px !important;
  }
  .__m-ml-70 {
    margin-left: 70px !important;
  }
  .__m-mrl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .__m-mtb-70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .__m-m-75 {
    margin: 75px !important;
  }
  .__m-mt-75 {
    margin-top: 75px !important;
  }
  .__m-mr-75 {
    margin-right: 75px !important;
  }
  .__m-mb-75 {
    margin-bottom: 75px !important;
  }
  .__m-ml-75 {
    margin-left: 75px !important;
  }
  .__m-mrl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .__m-mtb-75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .__m-m-80 {
    margin: 80px !important;
  }
  .__m-mt-80 {
    margin-top: 80px !important;
  }
  .__m-mr-80 {
    margin-right: 80px !important;
  }
  .__m-mb-80 {
    margin-bottom: 80px !important;
  }
  .__m-ml-80 {
    margin-left: 80px !important;
  }
  .__m-mrl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .__m-mtb-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .__m-m-85 {
    margin: 85px !important;
  }
  .__m-mt-85 {
    margin-top: 85px !important;
  }
  .__m-mr-85 {
    margin-right: 85px !important;
  }
  .__m-mb-85 {
    margin-bottom: 85px !important;
  }
  .__m-ml-85 {
    margin-left: 85px !important;
  }
  .__m-mrl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .__m-mtb-85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .__m-m-90 {
    margin: 90px !important;
  }
  .__m-mt-90 {
    margin-top: 90px !important;
  }
  .__m-mr-90 {
    margin-right: 90px !important;
  }
  .__m-mb-90 {
    margin-bottom: 90px !important;
  }
  .__m-ml-90 {
    margin-left: 90px !important;
  }
  .__m-mrl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .__m-mtb-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .__m-m-95 {
    margin: 95px !important;
  }
  .__m-mt-95 {
    margin-top: 95px !important;
  }
  .__m-mr-95 {
    margin-right: 95px !important;
  }
  .__m-mb-95 {
    margin-bottom: 95px !important;
  }
  .__m-ml-95 {
    margin-left: 95px !important;
  }
  .__m-mrl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .__m-mtb-95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .__m-m-100 {
    margin: 100px !important;
  }
  .__m-mt-100 {
    margin-top: 100px !important;
  }
  .__m-mr-100 {
    margin-right: 100px !important;
  }
  .__m-mb-100 {
    margin-bottom: 100px !important;
  }
  .__m-ml-100 {
    margin-left: 100px !important;
  }
  .__m-mrl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .__m-mtb-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
  .__m-m-150 {
    margin: 150px !important;
  }
  .__m-mt-150 {
    margin-top: 150px !important;
  }
  .__m-mr-150 {
    margin-right: 150px !important;
  }
  .__m-mb-150 {
    margin-bottom: 150px !important;
  }
  .__m-ml-150 {
    margin-left: 150px !important;
  }
  .__m-mrl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .__m-mtb-150 {
    margin-bottom: 150px !important;
    margin-top: 150px !important;
  }
  .__m-m-200 {
    margin: 200px !important;
  }
  .__m-mt-200 {
    margin-top: 200px !important;
  }
  .__m-mr-200 {
    margin-right: 200px !important;
  }
  .__m-mb-200 {
    margin-bottom: 200px !important;
  }
  .__m-ml-200 {
    margin-left: 200px !important;
  }
  .__m-mrl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .__m-mtb-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
}
.__p-0 {
  padding: 0px !important;
}
.__pt-0 {
  padding-top: 0px !important;
}
.__pr-0 {
  padding-right: 0px !important;
}
.__pb-0 {
  padding-bottom: 0px !important;
}
.__pl-0 {
  padding-left: 0px !important;
}
.__plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.__ptb-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.__p-5 {
  padding: 5px !important;
}
.__pt-5 {
  padding-top: 5px !important;
}
.__pr-5 {
  padding-right: 5px !important;
}
.__pb-5 {
  padding-bottom: 5px !important;
}
.__pl-5 {
  padding-left: 5px !important;
}
.__plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.__ptb-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.__p-10 {
  padding: 10px !important;
}
.__pt-10 {
  padding-top: 10px !important;
}
.__pr-10 {
  padding-right: 10px !important;
}
.__pb-10 {
  padding-bottom: 10px !important;
}
.__pl-10 {
  padding-left: 10px !important;
}
.__plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.__ptb-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.__p-15 {
  padding: 15px !important;
}
.__pt-15 {
  padding-top: 15px !important;
}
.__pr-15 {
  padding-right: 15px !important;
}
.__pb-15 {
  padding-bottom: 15px !important;
}
.__pl-15 {
  padding-left: 15px !important;
}
.__plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.__ptb-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.__p-20 {
  padding: 20px !important;
}
.__pt-20 {
  padding-top: 20px !important;
}
.__pr-20 {
  padding-right: 20px !important;
}
.__pb-20 {
  padding-bottom: 20px !important;
}
.__pl-20 {
  padding-left: 20px !important;
}
.__plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.__ptb-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.__p-25 {
  padding: 25px !important;
}
.__pt-25 {
  padding-top: 25px !important;
}
.__pr-25 {
  padding-right: 25px !important;
}
.__pb-25 {
  padding-bottom: 25px !important;
}
.__pl-25 {
  padding-left: 25px !important;
}
.__plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.__ptb-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.__p-30 {
  padding: 30px !important;
}
.__pt-30 {
  padding-top: 30px !important;
}
.__pr-30 {
  padding-right: 30px !important;
}
.__pb-30 {
  padding-bottom: 30px !important;
}
.__pl-30 {
  padding-left: 30px !important;
}
.__plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.__ptb-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.__p-35 {
  padding: 35px !important;
}
.__pt-35 {
  padding-top: 35px !important;
}
.__pr-35 {
  padding-right: 35px !important;
}
.__pb-35 {
  padding-bottom: 35px !important;
}
.__pl-35 {
  padding-left: 35px !important;
}
.__plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.__ptb-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}
.__p-40 {
  padding: 40px !important;
}
.__pt-40 {
  padding-top: 40px !important;
}
.__pr-40 {
  padding-right: 40px !important;
}
.__pb-40 {
  padding-bottom: 40px !important;
}
.__pl-40 {
  padding-left: 40px !important;
}
.__plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.__ptb-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.__p-45 {
  padding: 45px !important;
}
.__pt-45 {
  padding-top: 45px !important;
}
.__pr-45 {
  padding-right: 45px !important;
}
.__pb-45 {
  padding-bottom: 45px !important;
}
.__pl-45 {
  padding-left: 45px !important;
}
.__plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.__ptb-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.__p-50 {
  padding: 50px !important;
}
.__pt-50 {
  padding-top: 50px !important;
}
.__pr-50 {
  padding-right: 50px !important;
}
.__pb-50 {
  padding-bottom: 50px !important;
}
.__pl-50 {
  padding-left: 50px !important;
}
.__plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.__ptb-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.__p-60 {
  padding: 60px !important;
}
.__pt-60 {
  padding-top: 60px !important;
}
.__pr-60 {
  padding-right: 60px !important;
}
.__pb-60 {
  padding-bottom: 60px !important;
}
.__pl-60 {
  padding-left: 60px !important;
}
.__plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.__ptb-60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.__p-65 {
  padding: 65px !important;
}
.__pt-65 {
  padding-top: 65px !important;
}
.__pr-65 {
  padding-right: 65px !important;
}
.__pb-65 {
  padding-bottom: 65px !important;
}
.__pl-65 {
  padding-left: 65px !important;
}
.__plr-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.__ptb-65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}
.__p-70 {
  padding: 70px !important;
}
.__pt-70 {
  padding-top: 70px !important;
}
.__pr-70 {
  padding-right: 70px !important;
}
.__pb-70 {
  padding-bottom: 70px !important;
}
.__pl-70 {
  padding-left: 70px !important;
}
.__plr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.__ptb-70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.__p-75 {
  padding: 75px !important;
}
.__pt-75 {
  padding-top: 75px !important;
}
.__pr-75 {
  padding-right: 75px !important;
}
.__pb-75 {
  padding-bottom: 75px !important;
}
.__pl-75 {
  padding-left: 75px !important;
}
.__plr-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.__ptb-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.__p-80 {
  padding: 80px !important;
}
.__pt-80 {
  padding-top: 80px !important;
}
.__pr-80 {
  padding-right: 80px !important;
}
.__pb-80 {
  padding-bottom: 80px !important;
}
.__pl-80 {
  padding-left: 80px !important;
}
.__plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.__ptb-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.__p-85 {
  padding: 85px !important;
}
.__pt-85 {
  padding-top: 85px !important;
}
.__pr-85 {
  padding-right: 85px !important;
}
.__pb-85 {
  padding-bottom: 85px !important;
}
.__pl-85 {
  padding-left: 85px !important;
}
.__plr-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.__ptb-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}
.__p-90 {
  padding: 90px !important;
}
.__pt-90 {
  padding-top: 90px !important;
}
.__pr-90 {
  padding-right: 90px !important;
}
.__pb-90 {
  padding-bottom: 90px !important;
}
.__pl-90 {
  padding-left: 90px !important;
}
.__plr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.__ptb-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.__p-95 {
  padding: 95px !important;
}
.__pt-95 {
  padding-top: 95px !important;
}
.__pr-95 {
  padding-right: 95px !important;
}
.__pb-95 {
  padding-bottom: 95px !important;
}
.__pl-95 {
  padding-left: 95px !important;
}
.__plr-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.__ptb-95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}
.__p-100 {
  padding: 100px !important;
}
.__pt-100 {
  padding-top: 100px !important;
}
.__pr-100 {
  padding-right: 100px !important;
}
.__pb-100 {
  padding-bottom: 100px !important;
}
.__pl-100 {
  padding-left: 100px !important;
}
.__plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.__ptb-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.__p-150 {
  padding: 150px !important;
}
.__pt-150 {
  padding-top: 150px !important;
}
.__pr-150 {
  padding-right: 150px !important;
}
.__pb-150 {
  padding-bottom: 150px !important;
}
.__pl-150 {
  padding-left: 150px !important;
}
.__plr-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.__ptb-150 {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.__p-200 {
  padding: 200px !important;
}
.__pt-200 {
  padding-top: 200px !important;
}
.__pr-200 {
  padding-right: 200px !important;
}
.__pb-200 {
  padding-bottom: 200px !important;
}
.__pl-200 {
  padding-left: 200px !important;
}
.__plr-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.__ptb-200 {
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
@media (max-width: 428px) {
  .__m-p-0 {
    padding: 0px !important;
  }
  .__m-pt-0 {
    padding-top: 0px !important;
  }
  .__m-pr-0 {
    padding-right: 0px !important;
  }
  .__m-pb-0 {
    padding-bottom: 0px !important;
  }
  .__m-pl-0 {
    padding-left: 0px !important;
  }
  .__m-plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .__m-ptb-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .__m-p-5 {
    padding: 5px !important;
  }
  .__m-pt-5 {
    padding-top: 5px !important;
  }
  .__m-pr-5 {
    padding-right: 5px !important;
  }
  .__m-pb-5 {
    padding-bottom: 5px !important;
  }
  .__m-pl-5 {
    padding-left: 5px !important;
  }
  .__m-plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .__m-ptb-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .__m-p-10 {
    padding: 10px !important;
  }
  .__m-pt-10 {
    padding-top: 10px !important;
  }
  .__m-pr-10 {
    padding-right: 10px !important;
  }
  .__m-pb-10 {
    padding-bottom: 10px !important;
  }
  .__m-pl-10 {
    padding-left: 10px !important;
  }
  .__m-plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .__m-ptb-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .__m-p-15 {
    padding: 15px !important;
  }
  .__m-pt-15 {
    padding-top: 15px !important;
  }
  .__m-pr-15 {
    padding-right: 15px !important;
  }
  .__m-pb-15 {
    padding-bottom: 15px !important;
  }
  .__m-pl-15 {
    padding-left: 15px !important;
  }
  .__m-plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .__m-ptb-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .__m-p-20 {
    padding: 20px !important;
  }
  .__m-pt-20 {
    padding-top: 20px !important;
  }
  .__m-pr-20 {
    padding-right: 20px !important;
  }
  .__m-pb-20 {
    padding-bottom: 20px !important;
  }
  .__m-pl-20 {
    padding-left: 20px !important;
  }
  .__m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .__m-ptb-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .__m-p-25 {
    padding: 25px !important;
  }
  .__m-pt-25 {
    padding-top: 25px !important;
  }
  .__m-pr-25 {
    padding-right: 25px !important;
  }
  .__m-pb-25 {
    padding-bottom: 25px !important;
  }
  .__m-pl-25 {
    padding-left: 25px !important;
  }
  .__m-plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .__m-ptb-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
  .__m-p-30 {
    padding: 30px !important;
  }
  .__m-pt-30 {
    padding-top: 30px !important;
  }
  .__m-pr-30 {
    padding-right: 30px !important;
  }
  .__m-pb-30 {
    padding-bottom: 30px !important;
  }
  .__m-pl-30 {
    padding-left: 30px !important;
  }
  .__m-plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .__m-ptb-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .__m-p-35 {
    padding: 35px !important;
  }
  .__m-pt-35 {
    padding-top: 35px !important;
  }
  .__m-pr-35 {
    padding-right: 35px !important;
  }
  .__m-pb-35 {
    padding-bottom: 35px !important;
  }
  .__m-pl-35 {
    padding-left: 35px !important;
  }
  .__m-plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .__m-ptb-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
  .__m-p-40 {
    padding: 40px !important;
  }
  .__m-pt-40 {
    padding-top: 40px !important;
  }
  .__m-pr-40 {
    padding-right: 40px !important;
  }
  .__m-pb-40 {
    padding-bottom: 40px !important;
  }
  .__m-pl-40 {
    padding-left: 40px !important;
  }
  .__m-plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .__m-ptb-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .__m-p-45 {
    padding: 45px !important;
  }
  .__m-pt-45 {
    padding-top: 45px !important;
  }
  .__m-pr-45 {
    padding-right: 45px !important;
  }
  .__m-pb-45 {
    padding-bottom: 45px !important;
  }
  .__m-pl-45 {
    padding-left: 45px !important;
  }
  .__m-plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .__m-ptb-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
  .__m-p-50 {
    padding: 50px !important;
  }
  .__m-pt-50 {
    padding-top: 50px !important;
  }
  .__m-pr-50 {
    padding-right: 50px !important;
  }
  .__m-pb-50 {
    padding-bottom: 50px !important;
  }
  .__m-pl-50 {
    padding-left: 50px !important;
  }
  .__m-plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .__m-ptb-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .__m-p-60 {
    padding: 60px !important;
  }
  .__m-pt-60 {
    padding-top: 60px !important;
  }
  .__m-pr-60 {
    padding-right: 60px !important;
  }
  .__m-pb-60 {
    padding-bottom: 60px !important;
  }
  .__m-pl-60 {
    padding-left: 60px !important;
  }
  .__m-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .__m-ptb-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .__m-p-65 {
    padding: 65px !important;
  }
  .__m-pt-65 {
    padding-top: 65px !important;
  }
  .__m-pr-65 {
    padding-right: 65px !important;
  }
  .__m-pb-65 {
    padding-bottom: 65px !important;
  }
  .__m-pl-65 {
    padding-left: 65px !important;
  }
  .__m-plr-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .__m-ptb-65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }
  .__m-p-70 {
    padding: 70px !important;
  }
  .__m-pt-70 {
    padding-top: 70px !important;
  }
  .__m-pr-70 {
    padding-right: 70px !important;
  }
  .__m-pb-70 {
    padding-bottom: 70px !important;
  }
  .__m-pl-70 {
    padding-left: 70px !important;
  }
  .__m-plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .__m-ptb-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
  .__m-p-75 {
    padding: 75px !important;
  }
  .__m-pt-75 {
    padding-top: 75px !important;
  }
  .__m-pr-75 {
    padding-right: 75px !important;
  }
  .__m-pb-75 {
    padding-bottom: 75px !important;
  }
  .__m-pl-75 {
    padding-left: 75px !important;
  }
  .__m-plr-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .__m-ptb-75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }
  .__m-p-80 {
    padding: 80px !important;
  }
  .__m-pt-80 {
    padding-top: 80px !important;
  }
  .__m-pr-80 {
    padding-right: 80px !important;
  }
  .__m-pb-80 {
    padding-bottom: 80px !important;
  }
  .__m-pl-80 {
    padding-left: 80px !important;
  }
  .__m-plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .__m-ptb-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
  .__m-p-85 {
    padding: 85px !important;
  }
  .__m-pt-85 {
    padding-top: 85px !important;
  }
  .__m-pr-85 {
    padding-right: 85px !important;
  }
  .__m-pb-85 {
    padding-bottom: 85px !important;
  }
  .__m-pl-85 {
    padding-left: 85px !important;
  }
  .__m-plr-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .__m-ptb-85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }
  .__m-p-90 {
    padding: 90px !important;
  }
  .__m-pt-90 {
    padding-top: 90px !important;
  }
  .__m-pr-90 {
    padding-right: 90px !important;
  }
  .__m-pb-90 {
    padding-bottom: 90px !important;
  }
  .__m-pl-90 {
    padding-left: 90px !important;
  }
  .__m-plr-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .__m-ptb-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }
  .__m-p-95 {
    padding: 95px !important;
  }
  .__m-pt-95 {
    padding-top: 95px !important;
  }
  .__m-pr-95 {
    padding-right: 95px !important;
  }
  .__m-pb-95 {
    padding-bottom: 95px !important;
  }
  .__m-pl-95 {
    padding-left: 95px !important;
  }
  .__m-plr-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .__m-ptb-95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }
  .__m-p-100 {
    padding: 100px !important;
  }
  .__m-pt-100 {
    padding-top: 100px !important;
  }
  .__m-pr-100 {
    padding-right: 100px !important;
  }
  .__m-pb-100 {
    padding-bottom: 100px !important;
  }
  .__m-pl-100 {
    padding-left: 100px !important;
  }
  .__m-plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .__m-ptb-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
  .__m-p-150 {
    padding: 150px !important;
  }
  .__m-pt-150 {
    padding-top: 150px !important;
  }
  .__m-pr-150 {
    padding-right: 150px !important;
  }
  .__m-pb-150 {
    padding-bottom: 150px !important;
  }
  .__m-pl-150 {
    padding-left: 150px !important;
  }
  .__m-plr-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  .__m-ptb-150 {
    padding-bottom: 150px !important;
    padding-top: 150px !important;
  }
  .__m-p-200 {
    padding: 200px !important;
  }
  .__m-pt-200 {
    padding-top: 200px !important;
  }
  .__m-pr-200 {
    padding-right: 200px !important;
  }
  .__m-pb-200 {
    padding-bottom: 200px !important;
  }
  .__m-pl-200 {
    padding-left: 200px !important;
  }
  .__m-plr-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  .__m-ptb-200 {
    padding-bottom: 200px !important;
    padding-top: 200px !important;
  }
}
.__circle {
  border-radius: 50%;
}
.__center-y {
  position: relative;
  top: -50%;
  transform: translateY(50%);
}
.__center-x {
  position: relative;
  top: -50%;
  transform: translateX(50%);
}
.__center {
  left: -50%;
  position: relative;
  top: -50%;
  transform: translate3d(50%, 50%, 0);
}
.__hidden {
  display: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.__w100 {
  width: 100% !important;
}
.__wauto {
  flex: 0 0 auto !important;
}
.__h100 {
  height: 100% !important;
}
.__hauto {
  height: auto !important;
}
.__100vw {
  width: 100vw;
}
.__100vh {
  height: 100vh;
}
.__relative {
  position: relative;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 428px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
.banners {
  background: #f00;
  height: 600px;
  position: relative;
  width: 100%;
}
.banners .banners-rail {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banners .banners-rail .banners-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.banners .banners-previous {
  border-left: 3px solid #f00;
  border-top: 3px solid #f00;
  height: 50px;
  left: calc((100vw - 1200px) / 2 + 10px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
  width: 50px;
  z-index: 3;
}
@media (max-width: 428px) {
  .banners .banners-previous {
    left: 25px;
  }
}
.banners .banners-next {
  border-left: 3px solid #f00;
  border-top: 3px solid #f00;
  height: 50px;
  position: absolute;
  right: calc((100vw - 1200px) / 2 + 10px);
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
  width: 50px;
  z-index: 3;
}
@media (max-width: 428px) {
  .banners .banners-next {
    right: 25px;
  }
}
.banners .banners-counters {
  bottom: 50px;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
.banners .banners-counters .counter {
  background: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  height: 20px;
  margin-left: 10px;
  position: relative;
  width: 20px;
}
.banners .banners-counters .counter.__active {
  background: #f00;
}
.banners .banners-counters .counter:first-child {
  margin-left: 0;
}
.border .__wrap {
  background-color: #d2d1d1;
  height: 1px;
}
.__checkbox-group label {
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
input[type='checkbox'] {
  display: none;
}
.__checkbox {
  background: #fff;
  border: 1px solid #000;
  height: 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  transition: all 0.4s ease;
  width: 18px;
}
.__checkbox + legend {
  width: auto;
}
.__checkbox:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 8px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 42%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(0);
  transition: all 0.4s 0.2s ease;
  width: 3px;
}
input[type='checkbox']:checked + .__checkbox {
  background: #f00;
  border-color: transparent;
}
input[type='checkbox']:checked + .__checkbox:after {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
input[type='checkbox']:disabled + .__checkbox {
  background: #000;
  cursor: not-allowed;
}
input[type='checkbox']:checked:disabled + .__checkbox {
  background: #000;
  cursor: not-allowed;
}
input[type='checkbox']:checked:disabled + .__checkbox:after {
  border-color: #f00;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.dealer {
  align-items: center;
  background: url("../images/home/background-revendedor.png");
  display: flex;
  flex-direction: column;
  height: 426px;
  justify-content: center;
}
@media (max-width: 428px) {
  .dealer {
    height: 326px;
  }
}
.dealer h2 {
  color: #fff;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  text-align: center;
}
@media (max-width: 428px) {
  .dealer h2 {
    font-size: 35px;
  }
}
.dealer a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin-top: 39px;
  width: 234px;
}
.__button.__success {
  background: #17c671;
}
.__button.__danger {
  background: #c4183c;
}
.__button.__loading {
  pointer-events: none;
}
.__button.__loading:before {
  -webkit-animation: spinner 0.75s linear infinite;
          animation: spinner 0.75s linear infinite;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 0;
  margin-right: 10px;
  width: 10px;
}
@-webkit-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
footer {
  background-color: #fff;
  position: relative;
}
footer .logo {
  margin: 70px auto 35px;
}
footer .social-media {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
footer .social-media .social {
  margin: 0 5px;
}
footer .border .__wrap {
  background-color: #d2d1d1;
  height: 2px;
}
footer .copyright {
  margin: 19px 0 48px;
}
footer .copyright .__wrap {
  display: flex;
  justify-content: space-between;
}
footer .copyright .__wrap .text {
  color: #939598;
  font-family: 'AnekGujarati-Regular';
  font-size: 16px;
}
.__hamburger-menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 60px;
  z-index: 16;
}
@media (min-width: 1025px) {
  .__hamburger-menu {
    display: none;
  }
}
.__hamburger-menu.__active .bars {
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:before {
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu.__active .bars:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.__hamburger-menu .bars {
  background: #fff;
  height: 2px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 30px;
}
.__hamburger-menu .bars:before {
  background: #fff;
  content: '';
  height: 2px;
  position: absolute;
  top: -10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.__hamburger-menu .bars:after {
  background: #fff;
  bottom: -10px;
  content: '';
  height: 2px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
header {
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 112px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 428px) {
  header {
    border-bottom: none;
  }
}
@media (max-width: 428px) {
  header .__wrap {
    padding: 0 !important;
    width: 100%;
  }
}
header .__wrap .bg-mobile {
  display: none;
}
@media (max-width: 428px) {
  header .__wrap .bg-mobile {
    align-items: center;
    background-color: #043433;
    display: flex;
    height: 80px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 20;
  }
}
header .__wrap .bg-mobile .logo-mobile {
  margin-left: 15px;
  width: 70%;
}
header .__wrap nav {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 428px) {
  header .__wrap nav {
    background-color: #043433;
    flex-direction: column;
    height: 88vh;
    overflow: scroll;
    padding-bottom: 22px;
    padding-top: 110px;
    position: fixed;
    right: 0;
    top: 79px;
    transform: translateX(150%);
    transition: transform 0.5s ease-in-out;
  }
}
header .__wrap nav.__active {
  transform: translateX(0);
  width: 100vw;
}
header .__wrap nav .logo {
  margin-right: 316px;
}
@media (max-width: 428px) {
  header .__wrap nav .logo {
    display: none;
  }
}
header .__wrap nav a:not(.logo,
header .__wrap nav .social-media a,
header .__wrap nav .number a) {
  align-items: center;
  border-left: 1px solid #fff;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 18px;
  height: 100%;
  padding: 0 30px;
}
@media (max-width: 428px) {
  header .__wrap nav a:not(.logo,
  header .__wrap nav .social-media a,
  header .__wrap nav .number a) {
    border-left: none;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
  }
}
header .__wrap nav a:not(.logo:hover,
header .__wrap nav .social-media a:hover,
header .__wrap nav .number a):hover {
  color: #e9a630;
}
header .__wrap nav a:not(.logo.__active,
header .__wrap nav .social-media a.__active,
header .__wrap nav .number a).__active {
  color: #e9a630;
}
header .__wrap nav .social-media {
  align-items: center;
  border-left: 1px solid #fff;
  display: flex;
  height: 100%;
  padding: 0 30px;
}
@media (max-width: 428px) {
  header .__wrap nav .social-media {
    border-left: none;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }
}
header .__wrap nav .social-media a {
  margin: 0 5px;
}
header .__wrap nav .number {
  align-items: center;
  border-left: 1px solid #fff;
  display: flex;
  height: 100%;
  padding-left: 30px;
}
@media (max-width: 428px) {
  header .__wrap nav .number {
    border-left: none;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }
}
header .__wrap nav .number a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 18px;
}
header .__wrap nav .number a::before {
  content: url("../svg/whatsapp.svg");
  margin-right: 5px;
}
[data-src] {
  opacity: 0;
  transform: scale(0.7);
  transition: 0.5s opacity 0.25s, 0.5s transform 0.25s;
}
[data-src].__visible {
  opacity: 1;
  transform: scale(1);
}
.information .contacts {
  align-items: center;
  background-color: #fcf7f2;
  display: flex;
  height: 168px;
  justify-content: center;
}
@media (max-width: 428px) {
  .information .contacts {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    padding: 40px 15px;
  }
}
.information .contacts .contacts-item {
  align-items: center;
  display: flex;
  margin: 0 70px;
}
@media (max-width: 428px) {
  .information .contacts .contacts-item {
    margin: 0 0 30px;
  }
}
.information .contacts .contacts-item a {
  color: #0e5856;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  margin-left: 10px;
}
.observation {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  width: 950px;
}
@media (max-width: 428px) {
  .observation {
    width: 100%;
  }
}
[data-switcher] [class*='-item'] {
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s;
  z-index: 1;
}
[data-switcher] [class*='-item'].__active {
  opacity: 1;
  z-index: 2;
}
.team {
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  .team {
    margin-bottom: 40px;
  }
}
.team .__wrap {
  align-items: center;
  display: flex;
  margin-top: 100px;
}
@media (max-width: 428px) {
  .team .__wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}
.team .__wrap img {
  margin-right: 100px;
}
@media (max-width: 428px) {
  .team .__wrap img {
    margin-right: 0;
  }
}
.team .__wrap .block-text h2 {
  color: #0e5856;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 428px) {
  .team .__wrap .block-text h2 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
  }
}
.team .__wrap .block-text p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  width: 433px;
}
@media (max-width: 428px) {
  .team .__wrap .block-text p {
    padding: 0 5px;
    text-align: center;
    width: 100%;
  }
}
.team .__wrap .block-text a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin-top: 30px;
  width: 366px;
}
@media (max-width: 428px) {
  .team .__wrap .block-text a {
    margin: 30px auto 0;
    width: 335px;
  }
}
.tips {
  margin: 58px 0 154px;
}
@media (max-width: 428px) {
  .tips {
    margin: 30px 0;
  }
}
.tips .__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .tips .__wrap {
    flex-direction: column-reverse;
  }
}
.tips .__wrap .block-text {
  margin-right: 83px;
}
@media (max-width: 428px) {
  .tips .__wrap .block-text {
    margin-right: 0;
    margin-top: 30px;
  }
}
.tips .__wrap .block-text h2 {
  color: #0e5856;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 428px) {
  .tips .__wrap .block-text h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
.tips .__wrap .block-text a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin-top: 41px;
  width: 238px;
}
@media (max-width: 428px) {
  .tips .__wrap .block-text a {
    margin: 30px auto 0;
  }
}
label.__error input,
label.__error select,
label.__error textarea,
label.__error legend,
label.__error ::-moz-placeholder {
  border-color: #c4183c !important;
  color: #c4183c !important;
}
label.__error input,
label.__error select,
label.__error textarea,
label.__error legend,
label.__error ::placeholder {
  border-color: #c4183c !important;
  color: #c4183c !important;
}
.about .subheader {
  background: url("../images/about/subheader.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 755px;
  margin-bottom: 258px;
  margin-top: -112px;
}
@media (max-width: 428px) {
  .about .subheader {
    height: 290px;
    margin-top: -33px;
  }
}
.about .subheader h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  padding-top: 173px;
  text-align: center;
}
@media (max-width: 428px) {
  .about .subheader h2 {
    font-size: 35px;
    line-height: 40px;
    padding-top: 60px;
  }
}
.about .subheader .history {
  display: flex;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 428px) {
  .about .subheader .history {
    flex-direction: column;
    padding: 0 15px;
  }
}
.about .subheader .history .image {
  background: url("../images/about/photo_1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 704px;
  width: 40%;
}
@media (max-width: 428px) {
  .about .subheader .history .image {
    height: 250px;
    width: 100%;
  }
}
.about .subheader .history .block_text {
  background-color: #0e5856;
  height: 704px;
  padding-left: 94px;
  padding-top: 171px;
  width: 767px;
}
@media (max-width: 428px) {
  .about .subheader .history .block_text {
    height: auto;
    padding: 30px 15px;
    width: 100%;
  }
}
.about .subheader .history .block_text p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  width: 579px;
}
@media (max-width: 428px) {
  .about .subheader .history .block_text p {
    text-align: center;
    width: 100%;
  }
}
.about .pilares {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 358px 0 100px;
}
@media (max-width: 428px) {
  .about .pilares {
    flex-direction: column;
    margin: 780px 0 30px;
  }
}
.about .pilares .item h2 {
  color: #0e5856;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  text-align: center;
}
.about .pilares .item p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  width: 300px;
}
.about .pilares .divisor {
  background-color: #5d5d5d;
  height: 306px;
  margin: 0 125px;
  width: 1px;
}
@media (max-width: 428px) {
  .about .pilares .divisor {
    display: none;
  }
}
.about .values {
  background: url("../images/about/values_bg.png");
  background-repeat: no-repeat;
  height: 572px;
}
@media (max-width: 428px) {
  .about .values {
    background: url("../images/values_mobile.png");
    background-size: cover;
    height: auto;
  }
}
.about .values h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  padding-top: 53px;
  text-align: center;
}
.about .values .flex-circles {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
@media (max-width: 428px) {
  .about .values .flex-circles {
    flex-wrap: wrap;
  }
}
.about .values .flex-circles .circle {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 210px;
  justify-content: center;
  text-align: center;
  width: 210px;
}
@media (max-width: 428px) {
  .about .values .flex-circles .circle {
    height: 180px;
    margin: 15px;
    width: 180px;
  }
}
.about .values .flex-circles .circle:nth-child(2) {
  margin-top: 150px;
}
@media (max-width: 428px) {
  .about .values .flex-circles .circle:nth-child(2) {
    margin-top: 0;
  }
}
.about .values .flex-circles .circle:nth-child(4) {
  margin-top: 150px;
}
@media (max-width: 428px) {
  .about .values .flex-circles .circle:nth-child(4) {
    margin-top: 0;
  }
}
.contact {
  overflow-x: hidden;
}
.contact .subheader {
  background: url("../images/contact/subheader.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 540px;
  margin-top: -112px;
  padding-top: 208px;
}
@media (max-width: 428px) {
  .contact .subheader {
    height: auto;
    margin-top: -33px;
    padding: 60px 0;
  }
}
.contact .subheader .__wrap .cta {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 428px) {
  .contact .subheader .__wrap .cta {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.contact .subheader .__wrap .contacts {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .contact .subheader .__wrap .contacts {
    align-items: flex-start;
    flex-direction: column;
  }
}
.contact .subheader .__wrap .contacts .contacts-item {
  align-items: center;
  display: flex;
  margin: 0 60px;
}
@media (max-width: 428px) {
  .contact .subheader .__wrap .contacts .contacts-item {
    margin: 0 0 30px;
  }
}
.contact .subheader .__wrap .contacts .contacts-item a {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  margin-left: 10px;
}
.contact section {
  background-color: #043433;
  padding-bottom: 50px;
}
@media (max-width: 428px) {
  .contact section {
    padding: 0 15px;
  }
}
.contact section form {
  background-color: #0e5856;
  bottom: 50px;
  height: 700px;
  margin: 0 auto;
  padding: 98px 0 0 66px;
  position: relative;
  width: 560px;
}
@media (max-width: 428px) {
  .contact section form {
    bottom: 60px;
    height: 600px;
    padding: 30px 15px;
    width: 100%;
  }
}
.contact section form label,
.contact section form .mensagem {
  align-items: center;
  border: 1px solid #e9a630;
  display: flex;
  height: 70px;
  margin-bottom: 20px;
  padding-left: 26px;
  width: 434px;
}
@media (max-width: 428px) {
  .contact section form label,
  .contact section form .mensagem {
    padding-left: 15px;
    width: 100%;
  }
}
.contact section form label legend,
.contact section form .mensagem legend {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 20px;
  margin-right: 5px;
}
.contact section form label input,
.contact section form .mensagem input {
  background-color: transparent;
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
}
@media (max-width: 428px) {
  .contact section form label input,
  .contact section form .mensagem input {
    width: 220px;
  }
}
.contact section form .mensagem {
  align-items: flex-start;
  height: 192px;
  padding-top: 16px;
}
.contact section form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 434px;
}
@media (max-width: 428px) {
  .contact section form div {
    width: 100%;
  }
}
.contact section form div p {
  color: #e9a630;
  font-family: 'AnekGujarati-Regular';
  font-size: 16px;
}
.contact section form div button {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  width: 138px;
}
.contact .border .__wrap {
  background-color: #d2d1d1;
  height: 2px;
}
.home {
  position: relative;
}
.home .banner {
  background: url("../images/home/banner-home.webp") center center;
  height: 1080px;
  margin-top: -112px;
  width: 100%;
}
@media (max-width: 428px) {
  .home .banner {
    background: url("../images/banner-mobile.png") center center;
    background-size: cover;
    height: 800px;
    margin-top: -33px;
    width: 100%;
  }
}
.home .banner .__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 428px) {
  .home .banner .__wrap {
    align-items: center;
    justify-content: center;
  }
}
.home .banner .__wrap .block {
  margin-bottom: 270px;
  margin-right: 50px;
}
@media (max-width: 428px) {
  .home .banner .__wrap .block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.home .banner .__wrap .block h1 {
  color: #fff;
  font-family: 'AnekGujarati-Bold';
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 428px) {
  .home .banner .__wrap .block h1 {
    font-size: 45px;
    line-height: 53px;
    margin-top: 15px;
    text-align: center;
  }
}
.home .banner .__wrap .block a {
  align-items: center;
  background: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  width: 271px;
}
@media (max-width: 428px) {
  .home .banner .__wrap .block a {
    margin: 0 auto 15px;
  }
}
.home .qualities {
  height: 300px;
  width: 100%;
}
.home .qualities .flex-item {
  bottom: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 428px) {
  .home .qualities .flex-item {
    display: none;
  }
}
.home .qualities .flex-item .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 283px;
}
.home .qualities .flex-item .item:last-child {
  margin-right: 0;
}
.home .qualities .flex-item .item p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
}
.home .qualities .flex-item-mobile {
  display: none;
}
@media (max-width: 428px) {
  .home .qualities .flex-item-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
  }
  .home .qualities .flex-item-mobile .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 15px 15px;
  }
  .home .qualities .flex-item-mobile p {
    color: #5d5d5d;
    font-family: 'AnekGujarati-Regular';
    font-size: 22px;
  }
}
.home .resume {
  background-color: #fcf7f2;
  display: flex;
}
@media (max-width: 428px) {
  .home .resume {
    margin-top: 30px;
  }
}
.home .resume .__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 660px;
  justify-content: center;
}
@media (max-width: 428px) {
  .home .resume .__wrap {
    height: auto;
    padding: 30px 0;
  }
}
.home .resume .__wrap h2 {
  color: #356b23;
  font-family: 'AnekGujarati-Bold';
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .home .resume .__wrap h2 {
    text-align: center;
  }
}
.home .resume .__wrap p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  width: 433px;
}
@media (max-width: 428px) {
  .home .resume .__wrap p {
    text-align: center;
    width: 100%;
  }
}
.home .resume .__wrap a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin-top: 35px;
  width: 171px;
}
@media (max-width: 428px) {
  .home .resume .__wrap a {
    margin: 15px auto 0;
  }
}
.home .resume .background {
  background: url("../images/home/photo_1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  width: 50%;
}
@media (max-width: 428px) {
  .home .resume .background {
    display: none;
  }
}
.home .products-section {
  background-color: #043433;
  position: relative;
  z-index: 1;
}
.home .products-section .__wrap {
  background-color: #043433;
}
.home .products-section .__wrap h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  padding-top: 65px;
  text-align: center;
}
@media (max-width: 428px) {
  .home .products-section .__wrap h2 {
    font-size: 35px;
    line-height: 41px;
    padding-top: 30px;
  }
}
.home .products-section .__wrap p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.home .products-section .product {
  background-color: #043433;
  margin-top: 50px;
  position: relative;
}
.home .products-section .product .product-rail {
  height: 527px;
}
@media (max-width: 428px) {
  .home .products-section .product .product-rail {
    height: 1150px;
  }
}
.home .products-section .product .product-rail .product-item {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 428px) {
  .home .products-section .product .product-rail .product-item {
    flex-direction: column;
  }
}
.home .products-section .product .product-rail .product-item .item {
  background-color: #356b23;
  height: 527px;
  margin: 0 15px;
  width: 490px;
}
.home .products-section .product .product-rail .product-item .item:hover {
  background-color: #0e5856 !important;
}
@media (max-width: 428px) {
  .home .products-section .product .product-rail .product-item .item {
    height: auto;
    margin: 0 0 15px;
    width: 100%;
  }
}
.home .products-section .product .product-rail .product-item .item p {
  padding-top: 48px;
}
.home .products-section .product .product-rail .product-item .item img {
  margin: 0 auto;
}
.home .products-section .product .controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 186px;
}
.home .products-section .product .controls .product-previous,
.home .products-section .product .controls .product-next {
  align-items: center;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  height: 61px;
  justify-content: center;
  width: 70px;
}
.home .products-section .product .controls .product-counters {
  display: flex;
  margin: 0 25px;
}
.home .products-section .product .controls .product-counters .counter {
  border: 1px solid #fff;
  border-radius: 100%;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
.home .products-section .product .controls .product-counters .counter.__active {
  background-color: #356b23;
  border: 1px solid #356b23;
}
.home .products-section .cultivos {
  margin-top: 130px;
}
@media (max-width: 428px) {
  .home .products-section .cultivos {
    margin-top: 40px;
  }
}
.home .products-section .cultivos h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  margin-bottom: 39px;
  text-align: center;
}
@media (max-width: 428px) {
  .home .products-section .cultivos h2 {
    font-size: 35px;
    line-height: 41px;
  }
}
.home .products-section .cultivos .flex-item {
  display: flex;
}
@media (max-width: 428px) {
  .home .products-section .cultivos .flex-item {
    flex-wrap: wrap;
  }
}
.home .products-section .cultivos .flex-item .item {
  border: 1px solid #356b23;
  height: 574px;
  margin: 0 15px;
  padding: 15px 15px 0;
  width: 362px;
}
@media (max-width: 428px) {
  .home .products-section .cultivos .flex-item .item {
    height: auto;
    margin: 0 0 15px;
  }
}
.home .products-section .cultivos .flex-item .item p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  margin-top: 38px;
  text-align: center;
}
@media (max-width: 428px) {
  .home .products-section .cultivos .flex-item .item p {
    margin-bottom: 38px;
  }
}
.home .products-section .cultivos a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin: 40px auto 0;
  width: 271px;
}
.home .products-section .advantages {
  margin-top: 150px;
}
@media (max-width: 428px) {
  .home .products-section .advantages {
    margin-top: 40px;
  }
}
.home .products-section .advantages h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  margin-bottom: 39px;
  text-align: center;
}
@media (max-width: 428px) {
  .home .products-section .advantages h2 {
    font-size: 28px;
    line-height: 41px;
  }
}
.home .products-section .advantages .flex-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 117px;
}
@media (max-width: 428px) {
  .home .products-section .advantages .flex-item {
    padding-bottom: 40px;
  }
}
.home .products-section .advantages .flex-item .item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 100px 100px;
}
@media (max-width: 428px) {
  .home .products-section .advantages .flex-item .item {
    margin: 0 15px 30px;
  }
}
.home .products-section .advantages .flex-item .item p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
  text-align: center;
}
.home .products-section .advantages .flex-item .item img {
  height: 65px;
  width: 74px;
}
.home .podcast {
  align-items: flex-end;
  background: url("../images/home/bannerpodecast.webp");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 701px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 428px) {
  .home .podcast {
    background: url("../images/podcast-banner-mobile.png");
    background-size: cover;
    height: 800px;
  }
}
.home .podcast .cta2 {
  align-items: center;
  background: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 70px;
  justify-content: center;
  margin-bottom: 30px;
  width: 270px;
}
.product-intern {
  position: relative;
}
.product-intern .subheader {
  background-color: #043433;
  height: 285px;
  margin-top: -112px;
  padding-top: 163px;
}
@media (max-width: 428px) {
  .product-intern .subheader {
    margin-top: -33px;
    padding-top: 0;
  }
}
.product-intern .subheader .__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .product-intern .subheader .__wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
.product-intern .subheader .__wrap h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
}
@media (max-width: 428px) {
  .product-intern .subheader .__wrap h2 {
    font-size: 40px;
    text-align: center;
  }
}
.product-intern .subheader .__wrap a {
  align-items: center;
  background-color: #356b23;
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 60px;
  justify-content: center;
  width: 285px;
}
@media (max-width: 428px) {
  .product-intern .subheader .__wrap a {
    margin: 0 auto;
  }
}
.product-intern .description {
  bottom: 65px;
  margin-bottom: 107px;
  position: relative;
}
@media (max-width: 428px) {
  .product-intern .description {
    bottom: 0;
    margin-top: 15px;
  }
}
.product-intern .description .__wrap {
  display: flex;
}
@media (max-width: 428px) {
  .product-intern .description .__wrap {
    flex-direction: column;
  }
}
.product-intern .description .__wrap .card {
  background-color: #356b23;
  display: flex;
  height: 464px;
  margin-right: 70px;
  margin-top: 26px;
  width: 600px;
}
@media (max-width: 428px) {
  .product-intern .description .__wrap .card {
    height: 320px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }
}
.product-intern .description .__wrap .card img {
  margin: 0 auto;
}
.product-intern .description .__wrap .block-text {
  margin-top: 122px;
}
@media (max-width: 428px) {
  .product-intern .description .__wrap .block-text {
    margin-top: 0;
  }
}
.product-intern .description .__wrap .block-text h4 {
  color: #043433;
  font-family: 'AnekGujarati-Regular';
  font-size: 30px;
  font-weight: normal;
}
.product-intern .description .__wrap .block-text p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  line-height: 32px;
  width: 526px;
}
@media (max-width: 428px) {
  .product-intern .description .__wrap .block-text p {
    width: 100%;
  }
}
.product-intern .description .__wrap .block-text .sizes {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.product-intern .description .__wrap .block-text .sizes p {
  line-height: 0;
}
.product-intern .description .__wrap .block-text .sizes img {
  height: 51px;
  margin-right: 26px;
  margin-top: -28px;
  width: 50px;
}
.product-intern .description .__wrap .block-text .sizes h3 {
  color: #0e5856;
  font-family: 'AnekGujarati-Bold';
  font-size: 40px;
}
@media (max-width: 428px) {
  .product-intern .description .__wrap .block-text .sizes h3 {
    font-size: 30px;
  }
}
.product-intern .benefits {
  margin-top: 48px;
}
.product-intern .benefits .__wrap h2 {
  color: #043433;
  font-family: 'AnekGujarati-Bold';
  font-size: 30px;
}
.product-intern .benefits .__wrap ul {
  margin-left: 30px;
}
.product-intern .benefits .__wrap ul li {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  list-style: inside;
}
.product-intern .features {
  margin-bottom: 70px;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .product-intern .features {
    margin-bottom: 0;
  }
}
.product-intern .features .__wrap h2 {
  color: #043433;
  font-family: 'AnekGujarati-Bold';
  font-size: 30px;
}
.product-intern .features .__wrap .feature {
  align-items: center;
  color: #5d5d5d;
  display: flex;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 50px;
  justify-content: flex-start;
  padding-left: 30px;
  width: 100%;
}
@media (max-width: 428px) {
  .product-intern .features .__wrap .feature {
    font-size: 18px;
    height: auto;
    padding: 20px 10px;
  }
}
.product-intern .features .__wrap .feature:nth-child(odd) {
  background-color: #f1f1f1;
}
.product-intern .features .__wrap .feature:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 428px) {
  .product-intern .features .__wrap table {
    overflow-y: scroll;
  }
}
@media (max-width: 428px) {
  .product-intern .features .__wrap table tbody {
    overflow-y: scroll !important;
  }
}
.product-intern .features .__wrap table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.product-intern .features .__wrap table tbody tr:nth-child(even) {
  background-color: #fff;
}
.product-intern .features .__wrap table tbody tr td {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  height: 51px;
  text-align: center;
}
.product-intern .features .__wrap table tbody tr td:first-child {
  padding-left: 30px;
  text-align: start;
}
.product-intern .recomendations {
  margin: 48px 0 54px;
}
.product-intern .recomendations .__wrap h2 {
  color: #043433;
  font-family: 'AnekGujarati-Bold';
  font-size: 30px;
}
.product-intern .recomendations .__wrap p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  width: 900px;
}
@media (max-width: 428px) {
  .product-intern .recomendations .__wrap p {
    width: 100%;
  }
}
.product-intern .more-products {
  margin-top: 95px;
}
@media (max-width: 428px) {
  .product-intern .more-products {
    margin-top: 40px;
  }
}
.product-intern .more-products h2 {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 428px) {
  .product-intern .more-products h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 40px;
  }
}
.product-intern .more-products .flex-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-intern .more-products .flex-lists .product {
  background-color: #356b23;
  height: 384px;
  margin-bottom: 143px;
  margin-right: 26px;
  transition: 1s all ease;
  width: 374px;
}
@media (max-width: 428px) {
  .product-intern .more-products .flex-lists .product {
    height: auto;
    margin: 0 0 15px;
    width: 100%;
  }
}
.product-intern .more-products .flex-lists .product p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 30px;
  margin: 48px 0 43px;
  text-align: center;
}
@media (max-width: 428px) {
  .product-intern .more-products .flex-lists .product p {
    margin: 48px 0 20px;
  }
}
.product-intern .more-products .flex-lists .product img {
  margin: 0 auto;
  transition: 1s all ease;
}
.product-intern .more-products .flex-lists .product:hover {
  background-color: #e9a630;
}
.product-intern .more-products .flex-lists .product:last-child {
  margin-right: 0;
}
.products {
  position: relative;
}
.products .subheader {
  background: url("../images/products/subheader.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 285px;
  margin-bottom: 137px;
  margin-top: -112px;
  padding-top: 90px;
}
@media (max-width: 428px) {
  .products .subheader {
    margin-bottom: 0;
    margin-top: -33px;
  }
}
.products .subheader .cta .__wrap {
  align-items: center;
  background: url("../images/products/plantio.png");
  color: #fff;
  display: flex;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  height: 210px;
  justify-content: center;
  position: relative;
  top: 85px;
}
@media (max-width: 428px) {
  .products .subheader .cta .__wrap {
    text-align: center;
    top: auto;
  }
}
.products .filter {
  margin: 180px 0 50px;
}
@media (max-width: 428px) {
  .products .filter {
    margin: 50px 0;
  }
}
.products .filter .title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.products .filter .title .border {
  background-color: #5d5d5d;
  height: 1px;
  width: 470px;
}
@media (max-width: 428px) {
  .products .filter .title .border {
    display: none;
  }
}
.products .filter .title p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  margin: 0 10px;
}
.products .filter .filter-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.products .filter .filter-flex label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 428px) {
  .products .filter .filter-flex label {
    margin: 0 20px 10px;
  }
}
.products .filter .filter-flex label legend {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products .filter .filter-flex label legend p {
  color: #5d5d5d;
  font-family: 'AnekGujarati-Regular';
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
.products .filter .filter-flex label legend img {
  border-radius: 100%;
  height: 128px;
  width: 128px;
}
.products .products-list .__wrap h2 {
  color: #0e5856;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  margin-top: 54px;
}
@media (max-width: 428px) {
  .products .products-list .__wrap h2 {
    font-size: 40px;
    margin-top: 30px;
    text-align: center;
  }
}
.products .products-list .__wrap .flex-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products .products-list .__wrap .flex-lists .product {
  background-color: #356b23;
  height: 384px;
  margin-bottom: 153px;
  margin-right: 26px;
  transition: 1s all ease;
  width: 374px;
}
@media (max-width: 428px) {
  .products .products-list .__wrap .flex-lists .product {
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.products .products-list .__wrap .flex-lists .product p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 30px;
  margin: 48px 0 20px;
  text-align: center;
}
@media (max-width: 428px) {
  .products .products-list .__wrap .flex-lists .product p {
    margin: 48px 23px 20px;
  }
}
.products .products-list .__wrap .flex-lists .product img {
  margin: 0 auto;
  transition: 1s all ease;
}
.products .products-list .__wrap .flex-lists .product:hover {
  background-color: #e9a630;
}
.products .products-list .__wrap .flex-lists .product:last-child {
  margin-right: 0;
}
.products .border .__wrap {
  background-color: #5d5d5d;
  height: 1px;
}
@media (max-width: 428px) {
  .products .border .__wrap {
    padding: 0 15px;
  }
}
.solutions .subheader {
  background: url("../images/solutions/subheader.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 534px;
  margin-top: -112px;
  padding-top: 208px;
}
@media (max-width: 428px) {
  .solutions .subheader {
    height: 395px;
    padding-top: 90px;
  }
}
.solutions .subheader .cta .__wrap {
  color: #e9a630;
  font-family: 'AnekGujarati-Bold';
  font-size: 50px;
  height: 276px;
  text-align: center;
}
@media (max-width: 428px) {
  .solutions .subheader .cta .__wrap {
    font-size: 35px;
  }
}
.solutions .solutions-list {
  background-color: #043433;
  height: 2340px;
}
@media (max-width: 428px) {
  .solutions .solutions-list {
    height: auto;
  }
}
.solutions .solutions-list .__wrap {
  bottom: 192px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.solutions .solutions-list .__wrap .item {
  border: 1px solid #356b23;
  height: 574px;
  margin: 0 0 59px 30px;
  padding: 15px 15px 0;
  width: 362px;
}
@media (max-width: 428px) {
  .solutions .solutions-list .__wrap .item {
    height: auto;
    margin: 0 0 15px;
  }
}
.solutions .solutions-list .__wrap .item:last-child {
  margin-right: 0;
}
.solutions .solutions-list .__wrap .item p {
  color: #fff;
  font-family: 'AnekGujarati-Regular';
  font-size: 22px;
  margin-top: 38px;
  text-align: center;
}
@media (max-width: 428px) {
  .solutions .solutions-list .__wrap .item p {
    margin: 38px 0;
  }
}
