* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  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;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Hind';
  min-height: 100vh;
  position: relative;
}
html body #hidden,
body body #hidden {
  display: none;
}
@media (max-width: 414px) {
  html body br,
  body body br {
    display: none;
  }
}
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;
}
.__ac {
  align-items: center !important;
}
.__afs {
  align-items: flex-start !important;
}
.__afe {
  align-items: flex-end !important;
}
.__as {
  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: 414px) {
  .__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-jfa {
    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-ac {
    align-items: center !important;
  }
  .__m-afs {
    align-items: flex-start !important;
  }
  .__m-afe {
    align-items: flex-end !important;
  }
  .__m-as {
    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: 414px) {
  .__row {
    flex-direction: column;
  }
}
.__col-1 {
  width: 8.333333333333332%;
}
@media (max-width: 414px) {
  .__col-1 {
    width: 100%;
  }
}
.__col-2 {
  width: 16.666666666666664%;
}
@media (max-width: 414px) {
  .__col-2 {
    width: 100%;
  }
}
.__col-3 {
  width: 25%;
}
@media (max-width: 414px) {
  .__col-3 {
    width: 100%;
  }
}
.__col-4 {
  width: 33.33333333333333%;
}
@media (max-width: 414px) {
  .__col-4 {
    width: 100%;
  }
}
.__col-5 {
  width: 41.66666666666667%;
}
@media (max-width: 414px) {
  .__col-5 {
    width: 100%;
  }
}
.__col-6 {
  width: 50%;
}
@media (max-width: 414px) {
  .__col-6 {
    width: 100%;
  }
}
.__col-7 {
  width: 58.333333333333336%;
}
@media (max-width: 414px) {
  .__col-7 {
    width: 100%;
  }
}
.__col-8 {
  width: 66.66666666666666%;
}
@media (max-width: 414px) {
  .__col-8 {
    width: 100%;
  }
}
.__col-9 {
  width: 75%;
}
@media (max-width: 414px) {
  .__col-9 {
    width: 100%;
  }
}
.__col-10 {
  width: 83.33333333333334%;
}
@media (max-width: 414px) {
  .__col-10 {
    width: 100%;
  }
}
.__col-11 {
  width: 91.66666666666666%;
}
@media (max-width: 414px) {
  .__col-11 {
    width: 100%;
  }
}
.__col-12 {
  width: 100%;
}
@media (max-width: 414px) {
  .__col-12 {
    width: 100%;
  }
}
.__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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-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;
}
.__mlr-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.__mtb-200 {
  margin-bottom: 200px !important;
  margin-top: 200px !important;
}
@media (max-width: 414px) {
  .__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-mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .__m-mbt-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-mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .__m-mbt-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-mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .__m-mbt-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-mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .__m-mbt-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-mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .__m-mbt-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-mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .__m-mbt-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-mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .__m-mbt-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-mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .__m-mbt-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-mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .__m-mbt-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-mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .__m-mbt-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-mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .__m-mbt-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-mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .__m-mbt-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-mlr-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .__m-mbt-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-mlr-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .__m-mbt-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-mlr-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .__m-mbt-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-mlr-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .__m-mbt-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-mlr-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .__m-mbt-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-mlr-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .__m-mbt-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-mlr-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .__m-mbt-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-mlr-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .__m-mbt-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-mlr-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .__m-mbt-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-mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .__m-mbt-200 {
    margin-bottom: 200px !important;
    margin-top: 200px !important;
  }
}
.__p-0 {
  padding: 0px;
}
.__pt-0 {
  padding-top: 0px;
}
.__pr-0 {
  padding-right: 0px;
}
.__pb-0 {
  padding-bottom: 0px;
}
.__pl-0 {
  padding-left: 0px;
}
.__plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.__p-5 {
  padding: 5px;
}
.__pt-5 {
  padding-top: 5px;
}
.__pr-5 {
  padding-right: 5px;
}
.__pb-5 {
  padding-bottom: 5px;
}
.__pl-5 {
  padding-left: 5px;
}
.__plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.__p-10 {
  padding: 10px;
}
.__pt-10 {
  padding-top: 10px;
}
.__pr-10 {
  padding-right: 10px;
}
.__pb-10 {
  padding-bottom: 10px;
}
.__pl-10 {
  padding-left: 10px;
}
.__plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.__p-15 {
  padding: 15px;
}
.__pt-15 {
  padding-top: 15px;
}
.__pr-15 {
  padding-right: 15px;
}
.__pb-15 {
  padding-bottom: 15px;
}
.__pl-15 {
  padding-left: 15px;
}
.__plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.__p-20 {
  padding: 20px;
}
.__pt-20 {
  padding-top: 20px;
}
.__pr-20 {
  padding-right: 20px;
}
.__pb-20 {
  padding-bottom: 20px;
}
.__pl-20 {
  padding-left: 20px;
}
.__plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.__p-25 {
  padding: 25px;
}
.__pt-25 {
  padding-top: 25px;
}
.__pr-25 {
  padding-right: 25px;
}
.__pb-25 {
  padding-bottom: 25px;
}
.__pl-25 {
  padding-left: 25px;
}
.__plr-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.__p-30 {
  padding: 30px;
}
.__pt-30 {
  padding-top: 30px;
}
.__pr-30 {
  padding-right: 30px;
}
.__pb-30 {
  padding-bottom: 30px;
}
.__pl-30 {
  padding-left: 30px;
}
.__plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.__p-35 {
  padding: 35px;
}
.__pt-35 {
  padding-top: 35px;
}
.__pr-35 {
  padding-right: 35px;
}
.__pb-35 {
  padding-bottom: 35px;
}
.__pl-35 {
  padding-left: 35px;
}
.__plr-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.__p-40 {
  padding: 40px;
}
.__pt-40 {
  padding-top: 40px;
}
.__pr-40 {
  padding-right: 40px;
}
.__pb-40 {
  padding-bottom: 40px;
}
.__pl-40 {
  padding-left: 40px;
}
.__plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.__p-45 {
  padding: 45px;
}
.__pt-45 {
  padding-top: 45px;
}
.__pr-45 {
  padding-right: 45px;
}
.__pb-45 {
  padding-bottom: 45px;
}
.__pl-45 {
  padding-left: 45px;
}
.__plr-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.__p-50 {
  padding: 50px;
}
.__pt-50 {
  padding-top: 50px;
}
.__pr-50 {
  padding-right: 50px;
}
.__pb-50 {
  padding-bottom: 50px;
}
.__pl-50 {
  padding-left: 50px;
}
.__plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.__p-60 {
  padding: 60px;
}
.__pt-60 {
  padding-top: 60px;
}
.__pr-60 {
  padding-right: 60px;
}
.__pb-60 {
  padding-bottom: 60px;
}
.__pl-60 {
  padding-left: 60px;
}
.__plr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.__p-65 {
  padding: 65px;
}
.__pt-65 {
  padding-top: 65px;
}
.__pr-65 {
  padding-right: 65px;
}
.__pb-65 {
  padding-bottom: 65px;
}
.__pl-65 {
  padding-left: 65px;
}
.__plr-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.__p-70 {
  padding: 70px;
}
.__pt-70 {
  padding-top: 70px;
}
.__pr-70 {
  padding-right: 70px;
}
.__pb-70 {
  padding-bottom: 70px;
}
.__pl-70 {
  padding-left: 70px;
}
.__plr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.__p-75 {
  padding: 75px;
}
.__pt-75 {
  padding-top: 75px;
}
.__pr-75 {
  padding-right: 75px;
}
.__pb-75 {
  padding-bottom: 75px;
}
.__pl-75 {
  padding-left: 75px;
}
.__plr-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.__p-80 {
  padding: 80px;
}
.__pt-80 {
  padding-top: 80px;
}
.__pr-80 {
  padding-right: 80px;
}
.__pb-80 {
  padding-bottom: 80px;
}
.__pl-80 {
  padding-left: 80px;
}
.__plr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.__p-85 {
  padding: 85px;
}
.__pt-85 {
  padding-top: 85px;
}
.__pr-85 {
  padding-right: 85px;
}
.__pb-85 {
  padding-bottom: 85px;
}
.__pl-85 {
  padding-left: 85px;
}
.__plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.__p-90 {
  padding: 90px;
}
.__pt-90 {
  padding-top: 90px;
}
.__pr-90 {
  padding-right: 90px;
}
.__pb-90 {
  padding-bottom: 90px;
}
.__pl-90 {
  padding-left: 90px;
}
.__plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.__p-95 {
  padding: 95px;
}
.__pt-95 {
  padding-top: 95px;
}
.__pr-95 {
  padding-right: 95px;
}
.__pb-95 {
  padding-bottom: 95px;
}
.__pl-95 {
  padding-left: 95px;
}
.__plr-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.__p-100 {
  padding: 100px;
}
.__pt-100 {
  padding-top: 100px;
}
.__pr-100 {
  padding-right: 100px;
}
.__pb-100 {
  padding-bottom: 100px;
}
.__pl-100 {
  padding-left: 100px;
}
.__plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.__p-150 {
  padding: 150px;
}
.__pt-150 {
  padding-top: 150px;
}
.__pr-150 {
  padding-right: 150px;
}
.__pb-150 {
  padding-bottom: 150px;
}
.__pl-150 {
  padding-left: 150px;
}
.__plr-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.__p-200 {
  padding: 200px;
}
.__pt-200 {
  padding-top: 200px;
}
.__pr-200 {
  padding-right: 200px;
}
.__pb-200 {
  padding-bottom: 200px;
}
.__pl-200 {
  padding-left: 200px;
}
.__plr-200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 414px) {
  .__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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
  }
}
.__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;
}
.__100vh {
  height: 100vh;
}
.__100vw {
  width: 100vw;
}
.__wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 414px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
button,
.button {
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 40px;
  text-align: center;
}
button.__loading,
.button.__loading {
  opacity: 0.5;
  pointer-events: none;
  transform: scale(0.8);
  transition: 0.4s transform ease;
}
button.-search,
.button.-search {
  background-color: #378bc9;
  margin-bottom: 20px;
  transform: scale(1);
  transition: 0.4s transform ease;
}
button.-search:hover,
.button.-search:hover {
  transform: scale(1.1);
}
button.-red,
.button.-red {
  background: transparent;
  border: 2px solid #ed3237;
  color: #ed3237;
  transition: 0.4s color ease, 0.4s background ease;
}
button.-red:hover,
.button.-red:hover {
  background: #ed3237;
  color: #fff;
}
button.-full-red,
.button.-full-red {
  background: #ed3237;
  border: 2px solid #ed3237;
  color: #fff;
  transition: 0.4s color ease, 0.4s background ease;
}
button.-full-red:hover,
.button.-full-red:hover {
  background: transparent;
  color: #ed3237;
}
button.-light-blue,
.button.-light-blue {
  background: transparent;
  border: 2px solid #235a83;
  color: #235a83;
  transition: 0.4s color ease, 0.4s background ease;
}
button.-light-blue:hover,
.button.-light-blue:hover {
  background: #235a83;
  color: #fff;
}
button.-full-white,
.button.-full-white {
  background: #fff;
  border: 2px solid #fff;
  color: #235a83;
  transition: 0.4s color ease, 0.4s background ease, 0.4s border ease;
}
button.-full-white:hover,
.button.-full-white:hover {
  background: #235a83;
  border: 2px solid #235a83;
  color: #fff;
}
button.-white,
.button.-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.4s color ease, 0.4s background ease;
}
button.-white:hover,
.button.-white:hover {
  background: #fff;
  color: #235a83;
}
button.-blue,
.button.-blue {
  background: #378bc9;
  border: 2px solid transparent;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  color: #fff;
}
footer .bottom {
  background-color: #378bc9;
  color: #fff;
  padding: 10px 0;
}
footer .top {
  background-color: #235a83;
  height: 240px;
}
@media (max-width: 414px) {
  footer .top {
    height: auto;
    padding: 20px 0;
  }
  footer .top .__wrap {
    flex-direction: column;
  }
}
footer .top .items {
  height: 100%;
  width: 80%;
}
@media (max-width: 414px) {
  footer .top .items {
    flex-direction: column;
    margin-top: 20px;
  }
}
footer .top .items .item {
  color: #fff;
  font-size: 14px;
  height: 150px;
  position: relative;
}
@media (max-width: 414px) {
  footer .top .items .item {
    padding-bottom: 20px;
    width: 100%;
  }
}
footer .top .items .item a {
  margin: 4px 0;
}
footer .top .items .item a:hover {
  text-decoration: underline;
}
footer .top .items .item .t {
  font-weight: 800;
  margin-bottom: 30px;
}
footer .top .items .item .div {
  margin: 4px 0;
}
footer .top .items .item .div img {
  margin-right: 10px;
}
footer .top .items .item:after {
  background-color: #378bc9;
  content: '';
  height: 100%;
  left: -20px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@media (max-width: 414px) {
  footer .top .items .item:after {
    height: 2px;
    top: 95%;
    width: 100%;
  }
}
form {
  width: 100%;
}
form .file {
  cursor: pointer;
  margin-bottom: 0;
}
form .file:hover .span img {
  transform: scale(1.3);
}
form .file:hover .span span {
  transform: scale(1.3);
}
form .file legend {
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
}
form .file .span {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 40px;
  width: 250px;
}
form .file .span img {
  transform: scale(1);
  transition: 0.4s transform ease;
}
form .file .span span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  transform: scale(1);
  transition: 0.4s transform ease;
}
form label {
  display: block;
  margin-bottom: 20px;
}
form label input[type = 'file'] {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -99;
}
form label legend {
  color: #235a83;
  font-size: 14px;
  font-weight: 700;
}
form label span {
  color: #ed3237;
  font-size: 12px;
  opacity: 0;
  transition: 0.4s opacity ease;
}
form label span.__active {
  opacity: 1;
}
form label select {
  background: url("../images/seta-baixo.svg") no-repeat 98% center;
}
form label input,
form label textarea,
form label select {
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #378bc9;
  font-size: 18px;
  height: 50px;
  padding: 10px;
  resize: none;
  width: 100%;
}
form label textarea {
  height: 175px;
}
form .btns {
  margin-top: 30px;
}
.header-padding {
  padding-top: 102px;
}
header {
  background-color: transparent;
  left: 50%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}
header._scroll {
  background-color: #fff;
}
header._scroll nav article {
  color: #235a83;
}
header._scroll nav article .links > .link:after {
  background-color: #235a83;
}
header._scroll nav article .more-links .button.-blue {
  background: transparent;
  border: 2px solid #ed3237;
  box-shadow: none;
  color: #ed3237;
  transition: 0.4s background ease;
}
header._scroll nav article .more-links .button.-blue:hover {
  background: #ed3237;
  color: #fff;
}
header article .-off {
  height: 0;
  opacity: 0;
  width: 0;
}
header .hamburger-content {
  display: none;
  position: relative;
  z-index: 95;
}
@media (max-width: 414px) {
  header .hamburger-content {
    cursor: pointer;
    display: flex;
    height: 30px;
  }
}
header .hamburger-content .hamburger {
  background: #235a83;
  height: 3px;
  position: relative;
  transition: 0.6s background ease;
  width: 40px;
  display: none;
}
header .hamburger-content .hamburger:after,
header .hamburger-content .hamburger:before {
  background: #235a83;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.6s transform ease;
  width: 100%;
}
header .hamburger-content .hamburger:after {
  transform: translateY(10px);
}
header .hamburger-content .hamburger:before {
  transform: translateY(-10px);
}
header .hamburger-content .hamburger.__active {
  background: transparent;
  transition: 0.1s background ease;
}
header .hamburger-content .hamburger.__active:after {
  transform: translateY(0) rotate(45deg);
}
header .hamburger-content .hamburger.__active:before {
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 414px) {
  header .hamburger-content .hamburger {
    display: block;
  }
}
header nav {
  width: 100%;
}
header nav article {
  color: #fff;
  transition: 0.4s color ease;
}
header nav article .-off {
  height: 0;
  opacity: 0;
  width: 0;
}
header nav article .more-links {
  font-size: 14px;
}
header nav article .more-links article:nth-child(1) {
  position: relative;
}
header nav article .more-links article:nth-child(1):after {
  background-color: #f4f4f4;
  content: '';
  height: 200%;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
header nav article .more-links article:nth-child(3) {
  transform: scale(0.95);
  transition: 0.4s transform ease;
}
header nav article .more-links article:nth-child(3):hover {
  transform: scale(1);
}
header nav article .links {
  font-size: 16px;
  font-weight: 600;
}
header nav article .links > .link:after {
  background-color: #fff;
  content: '';
  height: 2px;
  left: 10px;
  position: absolute;
  top: 100%;
  transition: 0.4s ease width, 0.4s background-color ease;
  width: 0%;
}
header nav article .links > .link:hover:after {
  width: 100%;
}
header nav article .links .link,
header nav article .more-links .link {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
header nav article .links .link img,
header nav article .more-links .link img {
  margin-right: 10px;
}
header nav .div {
  width: 100%;
}
.hm-life {
  background: url("../images/banner-macas.jpg") no-repeat center;
  height: 300px;
}
.hm-life .content {
  height: 100%;
}
@media (max-width: 414px) {
  .hm-life .content {
    flex-direction: column;
  }
}
.hm-life .content img {
  margin-bottom: 20px;
}
.hm-life .content p {
  color: #235a83;
  font-size: 18px;
}
.logos-section {
  padding: 30px 0;
}
@media (max-width: 414px) {
  .logos-section .content {
    flex-direction: column;
  }
}
.logos-section p {
  color: #378bc9;
  font-size: 18px;
  line-height: 30px;
}
.logos-section .title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
}
@media (max-width: 414px) {
  header {
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
  }
  header article .-logo-white {
    display: none;
  }
  header article .-logo-colorido {
    display: block;
  }
  header article .-off {
    height: auto;
    opacity: 1;
    width: auto;
  }
  header nav {
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    height: 100vh;
    position: absolute;
    right: 0px;
    top: -20px;
    transform: translateX(110%);
    transition: 0.4s transform ease;
    width: 200px;
  }
  header nav.__active {
    transform: translateX(0%);
  }
  header nav article .more-links article:nth-child(1):after {
    display: none;
  }
  header nav .div,
  header nav .links,
  header nav .more-links {
    align-items: flex-start !important;
    flex-direction: column;
  }
  header nav .div article,
  header nav .links article,
  header nav .more-links article {
    margin-bottom: 20px;
  }
  header nav .div article a,
  header nav .links article a,
  header nav .more-links article a {
    font-size: 18px;
    padding: 10px 0;
  }
  header nav .div .button,
  header nav .links .button,
  header nav .more-links .button {
    padding: 8px;
  }
  header nav article {
    color: #235a83;
  }
}
.related-posts h2 {
  color: #378bc9;
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 414px) {
  .related-posts .__wrap {
    flex-direction: column;
  }
}
.related-posts .all-article {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.related-posts .item-article {
  display: block;
  margin-bottom: 25px;
  position: relative;
  width: 31%;
}
@media (max-width: 414px) {
  .related-posts .item-article {
    width: 100%;
  }
}
.related-posts .item-article:hover:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.related-posts .item-article:after {
  background: #fff url("../images/plus.svg") no-repeat center;
  border-radius: 100%;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  content: '';
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s transform ease;
  width: 60px;
}
.related-posts .item-article:nth-child(even) article {
  flex-direction: column-reverse !important;
}
.related-posts article {
  background-color: #fff;
}
.related-posts article .text {
  padding: 30px;
}
.related-posts article .text .date,
.related-posts article .text .title,
.related-posts article .text .a {
  color: #378bc9;
}
.related-posts article .text .date {
  font-size: 16px;
}
.related-posts article .text .title {
  font-size: 25px;
}
.related-posts article .text p {
  color: #235a83;
  font-size: 18px;
  line-height: 30px;
}
.related-posts article .text .a {
  margin-top: 20px;
}
.related-posts article .text .a:hover {
  text-decoration: underline;
}
.related-posts article .img,
.related-posts article .text {
  height: 200px;
  width: 100%;
}
.seal-meiwa {
  background: url("../images/banner-melwa.jpg") no-repeat center;
  height: 300px;
}
.seal-meiwa .content {
  height: 100%;
}
@media (max-width: 414px) {
  .seal-meiwa .content {
    flex-direction: column;
  }
}
.seal-meiwa .content img {
  margin-right: 20px;
}
.seal-meiwa .content .text p {
  color: #378bc9;
  font-size: 18px;
  line-height: 30px;
}
.seal-meiwa .content .text .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.img-tp {
  display: none;
  padding: 40px 0;
  padding-left: 260px;
}
.img-tp.__active {
  display: block;
}
.img-tp img {
  height: 100%;
  width: 75%;
}
.img-tp h2 {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  padding: 20px 0;
}
.simulation-logo {
  background-color: #378bc9;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  padding-top: 50px;
  position: fixed;
  top: 0;
  transform: translateX(110%);
  transition: 0.4s transform ease;
  width: 100%;
  z-index: 100;
}
.simulation-logo.__active {
  transform: translateX(0%);
}
.simulation-logo .content {
  padding-bottom: 50px;
}
.simulation-logo .content .close-content {
  align-self: flex-end;
  cursor: pointer;
  display: flex;
  height: 30px;
  position: relative;
  z-index: 95;
}
.simulation-logo .content .close-content .close {
  background: #fff;
  height: 3px;
  position: relative;
  transition: 0.6s background ease;
  width: 40px;
  display: block;
}
.simulation-logo .content .close-content .close:after,
.simulation-logo .content .close-content .close:before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.6s transform ease;
  width: 100%;
}
.simulation-logo .content .close-content .close:after {
  transform: translateY(10px);
}
.simulation-logo .content .close-content .close:before {
  transform: translateY(-10px);
}
.simulation-logo .content .close-content .close.__active {
  background: transparent;
  transition: 0.1s background ease;
}
.simulation-logo .content .close-content .close.__active:after {
  transform: translateY(0) rotate(45deg);
}
.simulation-logo .content .close-content .close.__active:before {
  transform: translateY(0) rotate(-45deg);
}
.simulation-logo .content .content-form {
  width: 70%;
}
@media (max-width: 414px) {
  .simulation-logo .content .content-form {
    width: 100%;
  }
  .simulation-logo .content .content-form .btns {
    flex-direction: column;
  }
  .simulation-logo .content .content-form .btns button {
    margin-top: 30px;
  }
}
.simulation-logo .content .content-form p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.simulation-logo .content .content-form .title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 414px) {
  .simulation-logo .content .content-form .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.sub-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.sub-header .content {
  height: 100%;
  padding: 0 50px;
}
.sub-header .content .title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
[data-switcher] [class$="-item"] {
  opacity: 0;
  position: absolute;
  transition: all 0.6s;
  z-index: 1;
}
[data-switcher] [class$="-item"].__active {
  opacity: 1;
  z-index: 2;
}
.ticket-section {
  background: url("../images/banner-boleto-secao.jpg") no-repeat center;
  height: 250px;
  margin: 100px 0;
}
.ticket-section .content {
  height: 100%;
  padding: 50px 60px;
}
@media (max-width: 414px) {
  .ticket-section .content {
    flex-direction: column;
    padding: 20px;
  }
}
.ticket-section .content .title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 414px) {
  .ticket-section .content .title {
    font-size: 30px;
  }
}
.whatsapp {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 10;
}
.whatsapp .icon {
  background: url("../svg/whatsapp.svg") no-repeat center;
  background-color: #25d366;
  background-size: 60%;
  border-radius: 100%;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,0.4);
  cursor: pointer;
  height: 60px;
  transition: all 0.2s ease;
  width: 60px;
}
.whatsapp .icon:hover {
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
  transform: scale(0.8);
}
.whatsapp .popup {
  background-color: #25d366;
  border-radius: 20px;
  bottom: 21px;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,0.2);
  height: 0;
  opacity: 0;
  position: absolute;
  right: 70px;
  transition: all 0.2 ease;
  width: 0;
}
.whatsapp .popup.__active {
  height: auto;
  opacity: 1;
  transition: all 0.2s ease;
  width: 350px;
}
.whatsapp .popup p {
  color: #fff;
  font-weight: bold;
  margin: 20px;
  width: 90%;
}
.whatsapp .popup form {
  background-color: #f1f1f1;
  border-radius: 0 0 18px 18px;
  padding: 20px;
}
.whatsapp .popup form label {
  width: 100%;
}
.whatsapp .popup form label input {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.whatsapp .popup form button {
  background-color: #25d366;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  width: 100%;
}
.about-company-page .about {
  padding: 80px 0;
}
@media (max-width: 414px) {
  .about-company-page .about .content {
    flex-direction: column;
  }
}
.about-company-page .about p {
  color: #235a83;
  font-size: 18px;
  line-height: 30px;
}
.about-company-page .main-establishments .title {
  color: #378bc9;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 414px) {
  .about-company-page .main-establishments .title {
    font-size: 35px;
  }
}
.about-company-page .main-establishments .title b {
  font-weight: 700;
}
.about-company-page .main-establishments .all-items .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 20px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.2);
  height: 275px;
  margin: 10px;
  position: relative;
  width: 275px;
}
.about-company-page .main-establishments .all-items .item:hover h2 {
  opacity: 1;
  transition: 0.4s 0.6s opacity ease;
}
.about-company-page .main-establishments .all-items .item:hover:after {
  height: 100%;
  transition: 0.4s 0.4s height ease;
}
.about-company-page .main-establishments .all-items .item h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: 0.4s 0.2s opacity ease;
  z-index: 2;
}
.about-company-page .main-establishments .all-items .item:after {
  background-color: rgba(55,139,201,0.8);
  border-radius: 20px;
  content: '';
  height: 0%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s 0.4s height ease;
  width: 100%;
  z-index: 1;
}
.about-company-page .regions {
  background-color: #235a83;
  margin-top: 100px;
  padding: 80px 0;
}
.about-company-page .regions p {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.about-company-page .our-estruct {
  background: url("../images/banner-nossa-estrutura.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 150px;
  padding-top: 100px;
}
.about-company-page .our-estruct .content {
  width: 60%;
}
@media (max-width: 414px) {
  .about-company-page .our-estruct .content {
    width: 100%;
  }
}
.about-company-page .our-estruct .content .title {
  color: #378bc9;
  font-size: 40px;
  font-weight: 300;
}
.about-company-page .our-estruct .content .title b {
  font-weight: 700;
}
.about-company-page .our-estruct .content .all-items .item {
  color: #235a83;
  font-size: 25px;
  margin: 20px 0;
  width: 49%;
}
@media (max-width: 414px) {
  .about-company-page .our-estruct .content .all-items .item {
    width: 100%;
  }
}
.about-company-page .features-products {
  background: #235a83;
}
.about-company-page .features-products .left {
  background: url("../images/banner-caracteristicas.jpg") no-repeat center;
  background-size: cover;
  display: block;
  min-height: 942px;
  width: 50%;
}
.about-company-page .features-products .right {
  padding: 80px 0 80px 120px;
}
@media (max-width: 414px) {
  .about-company-page .features-products .right {
    padding: 20px 0;
  }
}
.about-company-page .features-products .right .title {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 50px;
}
.about-company-page .features-products .right .title b {
  font-weight: 700;
}
.about-company-page .features-products .right .all-items .item {
  color: #fff;
  margin-bottom: 50px;
}
.about-company-page .features-products .right .all-items .item p b {
  color: #378bc9;
  font-size: 25px;
  line-height: 32px;
}
.about-company-page .mission-vision-values {
  background-color: #378bc9;
}
.about-company-page .mission-vision-values .content {
  height: 100%;
  width: 100%;
}
.about-company-page .mission-vision-values .content .all-items {
  width: 80%;
}
.about-company-page .mission-vision-values .content .all-items .item {
  border-bottom: 1px solid #235a83;
  margin: 50px;
  padding-bottom: 50px;
}
@media (max-width: 414px) {
  .about-company-page .mission-vision-values .content .all-items .item {
    flex-direction: column;
    margin: 20px 0;
  }
}
.about-company-page .mission-vision-values .content .all-items .item:nth-child(3) {
  border-bottom: 1px solid transparent;
}
.about-company-page .mission-vision-values .content .all-items .item img {
  margin-right: 20px;
  margin-top: 10px;
}
.about-company-page .mission-vision-values .content .all-items .item ul li {
  margin-bottom: 20px;
}
.about-company-page .mission-vision-values .content .all-items .item p,
.about-company-page .mission-vision-values .content .all-items .item ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.about-company-page .mission-vision-values .content .all-items .item h2 {
  color: #235a83;
  font-size: 40px;
}
@media (max-width: 414px) {
  .blog-page .sub-header .content {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .blog-page .sub-header form {
    flex-direction: column;
  }
}
.blog-page .sub-header form label input {
  margin-right: 30px;
  width: 600px;
}
@media (max-width: 414px) {
  .blog-page .sub-header form label input {
    margin-right: 0;
    width: 100%;
  }
}
.blog-page .sub-header form button {
  padding: 20px 30px;
}
.blog-page .blog-content .content {
  padding-bottom: 100px;
}
.blog-page .blog-content .content .dont-blog {
  color: #378bc9;
  font-size: 20px;
  margin: 20px;
  text-align: center;
}
.blog-page .blog-content .content .not-search {
  display: none !important;
  margin-top: 200px;
}
.blog-page .blog-content .content .not-search.__active {
  display: flex !important;
}
.blog-page .blog-content .content .not-search .back {
  border-top: 2px solid #f4f4f4;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.blog-page .blog-content .content .not-search .back a {
  color: #378bc9;
  font-size: 20px;
}
.blog-page .blog-content .content .not-search .back a:hover {
  text-decoration: underline;
}
.blog-page .blog-content .content .result-title {
  display: none !important;
  margin-bottom: -50px;
  margin-top: 100px;
  position: relative;
}
.blog-page .blog-content .content .result-title.__active {
  display: flex !important;
}
.blog-page .blog-content .content .result-title:after {
  background-color: #f4f4f4;
  bottom: -10px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.blog-page .blog-content .content .result-title .qtd,
.blog-page .blog-content .content .result-title .text-search {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.blog-page .blog-content .content .result-title p {
  color: #235a83;
  font-size: 18px;
  margin-right: 10px;
}
.blog-page .blog-content .content .more-articles {
  color: #378bc9;
  cursor: pointer;
  text-align: center;
}
.blog-page .blog-content .content .more-articles:hover {
  text-decoration: underline;
}
.blog-page .blog-content .content .all-article .item-article {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.blog-page .blog-content .content .all-article .item-article:hover:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.blog-page .blog-content .content .all-article .item-article:after {
  background: #fff url("../images/plus.svg") no-repeat center;
  border-radius: 100%;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  content: '';
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s transform ease;
  width: 60px;
}
.blog-page .blog-content .content .all-article .item-article:nth-child(even) article {
  flex-direction: row-reverse;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article .item-article:nth-child(even) article {
    flex-direction: column-reverse;
  }
}
.blog-page .blog-content .content .all-article .item-article:nth-child(1) {
  margin-top: 100px;
}
.blog-page .blog-content .content .all-article article {
  background-color: #f4f4f4;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article {
    flex-direction: column;
  }
}
.blog-page .blog-content .content .all-article article .text {
  padding: 50px 100px;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article .text {
    padding: 50px 10px;
  }
}
.blog-page .blog-content .content .all-article article .text .date,
.blog-page .blog-content .content .all-article article .text .title,
.blog-page .blog-content .content .all-article article .text .a {
  color: #378bc9;
}
.blog-page .blog-content .content .all-article article .text .date {
  font-size: 16px;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article .text .date {
    font-size: 14px;
  }
}
.blog-page .blog-content .content .all-article article .text .title {
  font-size: 25px;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article .text .title {
    font-size: 20px;
  }
}
.blog-page .blog-content .content .all-article article .text p {
  color: #235a83;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article .text p {
    font-size: 16px;
  }
}
.blog-page .blog-content .content .all-article article .text .a {
  margin-top: 20px;
}
.blog-page .blog-content .content .all-article article .text .a:hover {
  text-decoration: underline;
}
.blog-page .blog-content .content .all-article article .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-page .blog-content .content .all-article article .img,
.blog-page .blog-content .content .all-article article .text {
  height: 312px;
  width: 50%;
}
@media (max-width: 414px) {
  .blog-page .blog-content .content .all-article article .img,
  .blog-page .blog-content .content .all-article article .text {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .contact-page .content .__wrap {
    flex-direction: column;
  }
}
.contact-page .content .left {
  margin-left: 150px;
  margin-top: 65px;
  width: 50%;
}
@media (max-width: 414px) {
  .contact-page .content .left {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
  }
}
.contact-page .content .left .title {
  color: #378bc9;
  font-size: 40px;
}
.contact-page .content .left .text p b {
  font-size: 25px;
}
.contact-page .content .left .text p {
  color: #235a83;
  font-size: 18px;
  line-height: 32px;
}
.contact-page .content .left .social {
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  height: 218px;
  margin-top: 30px;
  padding: 20px 40px 0 40px;
  width: 300px;
}
.contact-page .content .left .social .item {
  margin-bottom: 20px;
}
.contact-page .content .left .social .item:last-child {
  margin-bottom: 0;
}
.contact-page .content .left .social p {
  color: #235a83;
  font-size: 18px;
  margin-left: 10px;
}
.contact-page .content .left .social a {
  margin: 5px;
  padding: 5px;
}
.contact-page .content .left .social a:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.contact-page .content .left .social a:nth-child(4) {
  margin-right: 0;
  padding-right: 0;
}
.contact-page .content .right {
  margin-right: 150px;
  margin-top: 65px;
  width: 50%;
}
@media (max-width: 414px) {
  .contact-page .content .right {
    margin-right: 0;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
}
.contact-page .content .right .thanks {
  margin-top: 100px;
}
.contact-page .content .right .thanks-box {
  background-color: #f4f4f4;
  padding: 65px 50px 65px 60px;
  position: relative;
}
.contact-page .content .right .thanks-box img {
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 414px) {
  .contact-page .content .right .thanks-box img {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
}
.contact-page .content .right .thanks-box .text {
  transform: scale(0.9);
}
.contact-page .content .right .thanks-box .text .title {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
}
.contact-page .content .right .thanks-box .text p {
  color: #235a83;
  font-size: 18px;
}
@media (max-width: 414px) {
  .contact-page .our-units {
    display: none;
  }
}
.contact-page .our-units .title {
  color: #378bc9;
  font-size: 40px;
  margin-bottom: 45px;
  margin-top: 100px;
  text-align: center;
}
.contact-page .our-units .affiliated .affiliated-counters {
  background-color: #235a83;
  border-radius: 10px 10px 0 0;
}
.contact-page .our-units .affiliated .affiliated-counters .counter {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-weight: 700;
  padding: 40px;
  position: relative;
  text-align: center;
}
.contact-page .our-units .affiliated .affiliated-counters .counter.__active {
  background-color: #378bc9;
}
.contact-page .our-units .affiliated .affiliated-counters .counter.__active+ .counter:after {
  display: none;
}
.contact-page .our-units .affiliated .affiliated-counters .counter:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.contact-page .our-units .affiliated .affiliated-counters .counter:nth-child(1):after {
  display: none;
}
.contact-page .our-units .affiliated .affiliated-counters .counter:after {
  background-color: #378bc9;
  content: '';
  height: 30%;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.contact-page .our-units .affiliated .affiliated-counters .counter:hover {
  background-color: #378bc9;
}
.contact-page .our-units .affiliated .affiliated-counters .counter:hover+ .counter:after {
  display: none;
}
.contact-page .our-units .affiliated .affiliated-counters .counter.-on {
  display: block;
}
.contact-page .our-units .affiliated .affiliated-item {
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s opacity ease;
  visibility: hidden;
}
.contact-page .our-units .affiliated .affiliated-item.__active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.contact-page .our-units .affiliated .affiliated-item .contact-affiliated {
  color: #235a83;
  font-size: 18px;
  margin-top: 20px;
}
.contact-page .our-units .affiliated .affiliated-item .contact-affiliated .tel {
  margin-right: 20px;
}
.contact-page .our-units .affiliated .affiliated-item .contact-affiliated .tel img {
  margin-right: 20px;
  width: 26px;
}
.contact-page .our-units .affiliated .affiliated-item .contact-affiliated .pointer img {
  margin-right: 10px;
  width: 23px;
}
.contact-page .our-units .affiliated .affiliated-item .div,
.contact-page .our-units .affiliated .affiliated-item .contact-affiliated {
  width: 100%;
}
.contact-page .our-units .affiliated .affiliated-item iframe {
  border-radius: 0 0 0px 10px;
  min-height: 310px;
  width: 70%;
}
.contact-page .our-units .affiliated .affiliated-item img {
  height: 100%;
  width: 30%;
}
.home-page .content .banners .banners-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
  opacity: 0;
  position: absolute;
  transition: 0.6s opacity ease;
  visibility: hidden;
}
.home-page .content .banners .banners-item.__active {
  opacity: 1;
  position: static;
  visibility: visible;
}
.home-page .content .banners .banners-item .text {
  color: #235a83;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 150px;
}
.home-page .content .banners .banners-item .text.-white {
  color: #fff;
}
.home-page .content .banners .banners-item .text .title {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 414px) {
  .home-page .content .banners .banners-item .text .title {
    font-size: 30px;
  }
}
.home-page .content .banners .banners-counters {
  left: 0;
  position: absolute;
  top: 230px;
  z-index: 2;
}
@media (max-width: 414px) {
  .home-page .content .banners .banners-counters {
    left: 20px;
  }
}
.home-page .content .banners .banners-counters .counter {
  background: transparent;
  border: 2px solid #378bc9;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-right: 10px;
  transition: 0.6s background ease;
  width: 15px;
}
.home-page .content .banners .banners-counters .counter:hover {
  background: #378bc9;
}
.home-page .content .banners .banners-counters .counter.__active {
  background: #378bc9;
}
.home-page .content .about-company {
  background: url("../images/banner-quem-somos-home.jpg") no-repeat center center;
  height: 440px;
}
.home-page .content .about-company .content {
  height: 100%;
}
.home-page .content .about-company .title {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
.home-page .content .about-company p {
  color: #378bc9;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
.home-page .content .best-products {
  background: url("../images/banner-produtos-home.svg") no-repeat center center;
  padding: 30px 0;
}
@media (max-width: 414px) {
  .home-page .content .best-products .content {
    flex-direction: column;
  }
}
.home-page .content .best-products .title {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0px;
}
.home-page .content .best-products p {
  color: #378bc9;
  font-size: 18px;
  margin-bottom: 50px;
}
.home-page .customize {
  position: relative;
}
.home-page .customize .controllers {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.home-page .customize .controllers .text {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 414px) {
  .home-page .customize .controllers .text {
    right: 10px;
    width: 90%;
  }
}
.home-page .customize .controllers .text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}
.home-page .customize .controllers .text .title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}
.home-page .customize .customize-items {
  height: 600px;
}
.home-page .customize .customize-items .customize-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.4s opacity ease;
  visibility: hidden;
}
.home-page .customize .customize-items .customize-item .black {
  background: rgba(46,46,46,0.5);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: 0;
}
@media (max-width: 414px) {
  .home-page .customize .customize-items .customize-item .black {
    width: 100%;
  }
}
.home-page .customize .customize-items .customize-item.__active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.home-page .why-jin {
  background: url("../images/banner-porque-jin.jpg");
  height: 881px;
}
@media (max-width: 414px) {
  .home-page .why-jin {
    background-size: cover;
    height: auto;
  }
}
.home-page .why-jin .content {
  height: 100%;
  padding-top: 100px;
}
@media (max-width: 414px) {
  .home-page .why-jin .content {
    padding-bottom: 30px;
  }
}
.home-page .why-jin .content .title {
  align-self: flex-start;
  font-size: 40px;
  line-height: 45px;
}
.home-page .why-jin .content p {
  color: #fff;
  line-height: 30px;
}
.home-page .why-jin .content .all-items {
  margin-bottom: 100px;
  padding-top: 60px;
  width: 100%;
}
@media (max-width: 414px) {
  .home-page .why-jin .content .all-items {
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  .home-page .why-jin .content .all-items {
    flex-direction: column;
  }
}
.home-page .why-jin .content .all-items .item {
  margin-bottom: 50px;
  width: 49%;
}
@media (max-width: 414px) {
  .home-page .why-jin .content .all-items .item {
    flex-direction: column;
    width: 100%;
  }
}
.home-page .why-jin .content .all-items .item img {
  margin-right: 20px;
}
@media (max-width: 414px) {
  .home-page .why-jin .content .all-items .item img {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.home-page .why-jin .content .all-items .item p {
  font-size: 18px;
}
.home-page .why-jin .content .all-items .item p b {
  font-size: 25px;
}
.internal-blog-page .content-article .top {
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
  width: 800px;
}
@media (max-width: 414px) {
  .internal-blog-page .content-article .top {
    width: 100%;
  }
}
.internal-blog-page .content-article .top:after {
  background-color: #f4f4f4;
  bottom: 20px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.internal-blog-page .content-article .top .date {
  color: #235a83;
  font-size: 16px;
  font-weight: 600;
}
.internal-blog-page .content-article .top .shares-social img {
  margin-left: 10px;
  transform: scale(1);
  transition: 0.4s transform ease;
}
.internal-blog-page .content-article .top .shares-social img:hover {
  transform: scale(1.2);
}
.internal-blog-page .content-article .back {
  color: #378bc9;
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.internal-blog-page .content-article .back:hover {
  text-decoration: underline;
}
.internal-blog-page .content-article .center {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 30px;
  width: 800px;
}
@media (max-width: 414px) {
  .internal-blog-page .content-article .center {
    width: 100%;
  }
}
.internal-blog-page .content-article .center .text {
  color: #235a83;
}
.internal-blog-page .content-article .center .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 800px;
}
@media (max-width: 414px) {
  .internal-blog-page .content-article .center .img {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .internal-product-page .content {
    flex-direction: column;
  }
}
.internal-product-page .prod {
  margin-bottom: 50px;
}
.internal-product-page .right {
  margin-top: 50px;
  width: 49%;
}
@media (max-width: 414px) {
  .internal-product-page .right {
    width: 100%;
  }
}
.internal-product-page .right .title {
  background-color: #378bc9;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 40px 0;
}
.internal-product-page .right .title p {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}
.internal-product-page .right .infos {
  background-color: #efefef;
  border-radius: 10px;
  padding: 20px;
}
.internal-product-page .right .infos .item {
  margin-bottom: 30px;
}
.internal-product-page .right .infos .item .t {
  color: #235a83;
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
}
.internal-product-page .right .infos .item p {
  color: #378bc9;
  font-size: 18px;
}
.internal-product-page .right .infos .item input,
.internal-product-page .right .infos .item textarea {
  background-color: #fff;
}
.internal-product-page .right .infos .item label legend.tt {
  border-top: 1px solid #235a84;
  font-size: 25px;
  padding-top: 25px;
  text-align: left;
}
.internal-product-page .right .infos .item .__disabled {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.internal-product-page .left {
  margin-top: 50px;
  width: 49%;
}
@media (max-width: 414px) {
  .internal-product-page .left {
    width: 100%;
  }
}
.internal-product-page .left .images .images-counters {
  height: 90px;
  margin-top: 50px;
  overflow: auto;
}
@media (max-width: 414px) {
  .internal-product-page .left .images .images-counters .div {
    width: 800px;
  }
}
.internal-product-page .left .images .images-counters .counter {
  display: none;
}
.internal-product-page .left .images .images-counters .counter.-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
  cursor: pointer;
  display: block;
  height: 80px;
  margin: 0 10px;
  opacity: 0.5;
  transition: 0.4s opacity ease;
  width: 80px;
}
.internal-product-page .left .images .images-counters .counter:hover {
  opacity: 1;
}
.internal-product-page .left .images .images-counters .counter.__active {
  opacity: 1;
}
.internal-product-page .left .images .wrap {
  height: 505px;
  width: 100%;
}
.internal-product-page .left .images .wrap .images-next {
  transform: rotate(180deg) scale(1);
}
.internal-product-page .left .images .wrap .images-next:hover {
  transform: rotate(180deg) scale(1.3);
}
.internal-product-page .left .images .wrap .images-previous {
  transform: scale(1);
}
.internal-product-page .left .images .wrap .images-previous:hover {
  transform: scale(1.3);
}
.internal-product-page .left .images .wrap .images-previous,
.internal-product-page .left .images .wrap .images-next {
  background: url("../images/seta.svg") center no-repeat;
  cursor: pointer;
  height: 30px;
  transition: 0.4s transform ease;
  width: 30px;
}
.internal-product-page .left .images .wrap .images-items {
  height: 100%;
  position: relative;
  width: 100%;
}
.internal-product-page .left .images .wrap .images-items .images-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.internal-product-page .left .images .wrap .images-items .images-item.__active {
  visibility: visible;
}
.internal-product-page .prod-related h2 {
  color: #378bc9;
  font-size: 40px;
  font-weight: 800;
  margin: 40px 0;
  text-align: center;
}
.internal-product-page .prod-related h2:after {
  background-color: #f4f4f4;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 70px;
  width: 100%;
}
.internal-product-page .prod-related .product {
  display: block;
  margin: 10px;
  position: relative;
}
.internal-product-page .prod-related .product:hover:after {
  height: 86%;
}
.internal-product-page .prod-related .product:after {
  align-items: center;
  background-color: rgba(55,139,201,0.8);
  border-radius: 10px;
  color: #fff;
  content: 'Mais detalhes';
  display: flex;
  height: 0%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  transition: 0.4s 0.4s height ease;
  width: 100%;
  z-index: 1;
}
.internal-product-page .prod-related .product p {
  color: #378bc9;
  margin-top: 20px;
}
.internal-product-page .prod-related .product .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
  height: 275px;
  width: 275px;
}
.products-page .banners .banners-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  min-height: 400px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.6s opacity ease;
  visibility: hidden;
}
.products-page .banners .banners-item.__active {
  opacity: 1;
  position: static;
  visibility: visible;
}
.products-page .banners .banners-item .text {
  color: #235a83;
  font-size: 18px;
  margin-bottom: 50px;
  padding-top: 150px;
}
.products-page .banners .banners-item .text.-padingcinq {
  padding-top: 50px;
}
.products-page .banners .banners-item .text.-white {
  color: #fff;
}
.products-page .banners .banners-item .text .title {
  font-size: 40px;
  line-height: 45px;
}
.products-page .banners .banners-counters {
  left: 50%;
  position: absolute;
  top: 370px;
  transform: translateX(-50%);
  z-index: 2;
}
.products-page .banners .banners-counters .counter {
  background: transparent;
  border: 2px solid #378bc9;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-right: 10px;
  transition: 0.6s background ease;
  width: 15px;
}
.products-page .banners .banners-counters .counter:hover {
  background: #378bc9;
}
.products-page .banners .banners-counters .counter.__active {
  background: #378bc9;
}
.products-page .counter-products {
  background-color: #235a83;
}
.products-page .counter-products .content {
  height: 100px;
}
.products-page .counter-products .content .type-prod {
  width: 100%;
}
@media (max-width: 414px) {
  .products-page .counter-products .content .type-prod {
    flex-direction: column;
  }
}
.products-page .counter-products .content .type-prod .type {
  cursor: pointer;
  padding: 40px 0px;
  position: relative;
  width: 25%;
}
@media (max-width: 414px) {
  .products-page .counter-products .content .type-prod .type {
    width: 100%;
  }
}
.products-page .counter-products .content .type-prod .type h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.products-page .counter-products .content .type-prod .type:nth-child(1):after {
  display: none;
}
.products-page .counter-products .content .type-prod .type:after {
  background-color: #378bc9;
  content: '';
  height: 30%;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media (max-width: 414px) {
  .products-page .counter-products .content .type-prod .type:after {
    bottom: 100%;
    height: 1px;
    top: 0;
    width: 100%;
  }
}
.products-page .counter-products .content .type-prod .type:hover {
  background-color: #378bc9;
}
.products-page .counter-products .content .type-prod .type:hover+ .type:after {
  display: none;
}
.products-page .counter-products .content .type-prod .type.-on {
  background-color: #378bc9;
  display: block;
}
.products-page .counter-products .content .type-prod .type.-on h2 {
  font-weight: 500;
}
.products-page .counter-products .content .type-prod .type.-on+ .type:after {
  display: none;
}
.products-page .counter-products .content form {
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.products-page .counter-products .content form label {
  width: 30%;
}
@media (max-width: 414px) {
  .products-page .counter-products .content form label {
    width: 100%;
  }
}
.products-page .counter-products .content form label,
.products-page .counter-products .content form button {
  margin-bottom: 0;
}
.products-page .counter-products .content form button {
  margin-left: 20px;
  padding: 20px;
}
.products-page .products .content .result-title {
  margin-bottom: -50px;
  margin-top: 100px;
  position: relative;
}
.products-page .products .content .result-title:after {
  background-color: #f4f4f4;
  bottom: -10px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.products-page .products .content .result-title .qtd,
.products-page .products .content .result-title .text-search {
  color: #378bc9;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.products-page .products .content .result-title p {
  color: #235a83;
  font-size: 18px;
  margin-right: 10px;
}
.products-page .products .content .center {
  min-height: 1000px;
}
@media (max-width: 414px) {
  .products-page .products .content .center {
    flex-direction: column;
  }
  .products-page .products .content .center .filter {
    width: 100%;
  }
  .products-page .products .content .center .list-product {
    width: 100%;
  }
}
.products-page .products .content .center .filter {
  background-color: #235a83;
  border-radius: 10px;
  color: #fff;
  margin-right: 20px;
  margin-top: 100px;
  width: 25%;
}
.products-page .products .content .center .filter .type p {
  cursor: pointer;
}
.products-page .products .content .center .filter p {
  padding: 17px 28px;
  width: 100%;
}
.products-page .products .content .center .filter ul {
  background-color: #378bc9;
  font-size: 16px;
  padding: 17px 28px;
}
.products-page .products .content .center .filter ul li b {
  cursor: pointer;
  display: block;
  position: relative;
}
.products-page .products .content .center .filter ul li b:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 8px;
  position: absolute;
  right: 30px;
  top: 5px;
  transform: rotate(135deg);
  transition: 0.4s transform ease;
  width: 8px;
}
.products-page .products .content .center .filter ul li b.__active:after {
  transform: rotate(-45deg);
}
.products-page .products .content .center .filter ul .lines {
  height: 0;
  transition: 0.4s height ease;
  visibility: hidden;
}
.products-page .products .content .center .filter ul .lines.__active {
  visibility: visible;
}
.products-page .products .content .center .filter ul .lines.__active.-h-70 {
  height: 70px;
}
.products-page .products .content .center .filter ul .lines.__active.-h-200 {
  height: 200px;
}
.products-page .products .content .center .filter ul .lines.__active.-h-300 {
  height: 300px;
}
.products-page .products .content .center .filter ul .lines.__active > li {
  opacity: 1;
  transition: 0.4s 0.3s opacity ease;
}
.products-page .products .content .center .filter ul .lines > li {
  opacity: 0;
  transition: 0.3s opacity ease;
}
.products-page .products .content .center .filter ul li.__active {
  background: #235a83;
}
.products-page .products .content .center .filter ul li a {
  margin-left: 10px;
  width: 100%;
}
.products-page .products .content .list-products {
  margin-top: 100px;
  width: 85%;
}
@media (max-width: 414px) {
  .products-page .products .content .list-products {
    width: 100%;
  }
}
.products-page .products .content .list-products .product {
  display: block;
  margin: 10px;
  min-height: 230px;
  position: relative;
  width: 20%;
}
@media (max-width: 414px) {
  .products-page .products .content .list-products .product {
    width: 100%;
  }
}
.products-page .products .content .list-products .product:after {
  align-items: center;
  background-color: rgba(55,139,201,0.8);
  border-radius: 10px;
  color: #fff;
  content: 'Mais detalhes';
  display: flex;
  height: 0%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  transition: 0.4s 0.4s height ease, 0.4s 0.4s opacity ease;
  width: 100%;
  z-index: 1;
}
.products-page .products .content .list-products .product.-disabled {
  display: none !important;
}
.products-page .products .content .list-products .product:hover:after {
  height: 180px;
  opacity: 1;
}
.products-page .products .content .list-products .product p {
  color: #378bc9;
  font-size: 16px;
  margin-top: 20px;
}
.products-page .products .content .list-products .product .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 160px 160px;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
  height: 180px;
  position: relative;
  width: 180px;
}
.products-page .products .content .list-products .product[data-type = 'Copos'] .img {
  background-size: auto 100%;
}
.products-page .differentials-products {
  background: url("../images/banner-imagem-aplicacoes.jpg") no-repeat center;
  background-size: cover;
  height: 300px;
}
.products-page .differentials-products .content {
  color: #fff;
  height: 100%;
}
.products-page .differentials-products .content h2 {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 414px) {
  .products-page .differentials-products .content h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
.products-page .differentials-products .content h2 b {
  font-weight: 800;
}
@media (max-width: 414px) {
  .products-page .logo-simulation .content {
    flex-direction: column;
  }
}
.products-page .logo-simulation .left {
  width: 50%;
}
@media (max-width: 414px) {
  .products-page .logo-simulation .left {
    margin: 20px 0;
    width: 100%;
  }
}
.products-page .logo-simulation .left .text p {
  color: #378bc9;
  font-size: 18px;
  margin: 10px 0;
}
.products-page .logo-simulation .left .text h2 {
  color: #378bc9;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}
.products-page .logo-simulation .left .text h2 b {
  font-weight: 800;
}
.products-page .logo-simulation .right {
  width: 50%;
}
@media (max-width: 414px) {
  .products-page .logo-simulation .right {
    width: 100%;
  }
}
.products-page .logo-simulation .right .right-items {
  position: relative;
  width: 100%;
}
.products-page .logo-simulation .right .right-items .right-item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s opacity ease;
  width: 100%;
}
@media (max-width: 414px) {
  .products-page .logo-simulation .right .right-items .right-item {
    background-position: -100px center;
  }
}
.products-page .logo-simulation .right .right-items .right-item.__active {
  opacity: 1;
  position: relative;
}
