.__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: 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-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: 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%;
  }
}
.__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;
}
.__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-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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-mlr-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: 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-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: 414px) {
  .__wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
}
* {
  -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;
}
select option {
  color: #000 !important;
}
@font-face {
  font-family: 'Zuume';
  font-weight: normal;
  src: url("../fonts/ZuumeSoft-Medium.woff2") format('woff2'), url("../fonts/ZuumeSoft-Medium.woff") format('woff');
}
@font-face {
  font-family: 'Zuume';
  font-weight: 600;
  src: url("../fonts/ZuumeSoft-SemiBold.woff2") format('woff2'), url("../fonts/ZuumeSoft-SemiBold.woff") format('woff');
}
@font-face {
  font-family: 'Zuume';
  font-weight: 700;
  src: url("../fonts/ZuumeSoft-Bold.woff2") format('woff2'), url("../fonts/ZuumeSoft-Bold.woff") format('woff');
}
@font-face {
  font-family: 'Zuume';
  font-weight: 800;
  src: url("../fonts/ZuumeSoft-ExtraBold.woff2") format('woff2'), url("../fonts/ZuumeSoft-ExtraBold.woff") format('woff');
}
@font-face {
  font-family: 'Zuume';
  font-weight: 900;
  src: url("../fonts/ZuumeSoft-Black.woff2") format('woff2'), url("../fonts/ZuumeSoft-Black.woff") format('woff');
}
html,
body {
  min-height: 100%;
  width: 100%;
}
html body,
body body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  padding-top: 7%;
  position: relative;
}
@media (max-width: 414px) {
  html body,
  body body {
    margin-top: 64px;
    padding-top: 0px;
  }
}
html body .containment,
body body .containment {
  flex: 1 0 auto;
}
.banners {
  height: calc(80vh);
  position: relative;
  width: 100%;
}
@media (max-width: 414px) {
  .banners {
    height: 290px;
  }
}
.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%;
  left: 100%;
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  z-index: 0;
}
.banners .banners-rail .banners-item.__last {
  left: -100%;
}
.banners .banners-rail .banners-item.__active {
  left: 0;
  transition: all 0.6s;
  z-index: 2;
}
@media (max-width: 414px) {
  .banners .banners-rail .banners-item:after {
    background: #0f1819;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .banners .banners-rail .banners-item .__wrap {
    align-items: center !important;
    justify-content: center !important;
    padding-bottom: 40px;
    padding-top: 40px;
    z-index: 1;
  }
}
.banners .banners-rail .banners-item .text {
  margin-left: 50px;
}
@media (max-width: 414px) {
  .banners .banners-rail .banners-item .text {
    align-items: center;
    margin-left: 0;
  }
}
.banners .banners-rail .banners-item .text .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .banners .banners-rail .banners-item .text .title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.banners .banners-rail .banners-item .text .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 414px) and (max-width: 414px) {
  .banners .banners-rail .banners-item:after {
    opacity: 0.5;
  }
}
.banners .banners-previous {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  display: none;
  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: 414px) {
  .banners .banners-previous {
    left: 25px;
  }
}
.banners .banners-next {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  display: none;
  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: 414px) {
  .banners .banners-next {
    right: 25px;
  }
}
.banners .banners-counters {
  flex-direction: column;
  left: 8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 414px) {
  .banners .banners-counters {
    align-items: center;
    flex-direction: row !important;
    justify-content: center;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.banners .banners-counters .counter {
  background: url("../images/lampada-counter.png") no-repeat center center;
  cursor: pointer;
  height: 25px;
  margin-left: 0;
  margin-top: 10px;
  position: relative;
  transition: 0.4s background ease, 0.4s margin-left ease;
  width: 40px;
  z-index: 99;
}
@media (max-width: 414px) {
  .banners .banners-counters .counter {
    background-color: #fff;
    background-image: none;
    border-radius: 100%;
    height: 8px;
    margin: 0 10px;
    margin-top: 0;
    width: 8px;
  }
}
.banners .banners-counters .counter:hover {
  background: url("../images/lampada-counter-ativo.png") no-repeat center center;
  margin-left: 10px;
}
@media (max-width: 414px) {
  .banners .banners-counters .counter:hover {
    margin: 0 10px;
  }
}
.banners .banners-counters .counter.__active {
  background: url("../images/lampada-counter-ativo.png") no-repeat center center;
  margin-left: 10px;
}
@media (max-width: 414px) {
  .banners .banners-counters .counter.__active {
    background-color: #f18f3d;
    background-image: none;
    margin: 0 10px;
    margin-top: 0 !important;
  }
}
.banners .banners-counters .counter:first-child {
  margin-top: 0;
}
button,
.button {
  background: linear-gradient(to right, #ffda6d, #db594c);
  border-radius: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 40px;
  text-align: center;
  text-transform: none;
  transform: scale(1);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  button,
  .button {
    padding: 15px 20px;
  }
}
button.__loading,
.button.__loading {
  cursor: no-drop;
  opacity: 0.5;
  pointer-events: none;
}
button:hover,
.button:hover {
  color: #fff;
  transform: scale(0.9);
}
button:after,
.button:after {
  display: none;
}
button._send_cta,
.button._send_cta {
  padding: 15px 35px;
}
footer {
  background: #0f1819;
  padding: 50px 0;
  padding-top: 80px;
}
@media (max-width: 414px) {
  footer .top {
    flex-direction: column;
  }
  footer .top .sitemap,
  footer .top .newsletter,
  footer .top .contacts,
  footer .top .locals {
    margin-bottom: 20px;
  }
}
footer .top .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .top .title:hover {
  text-decoration: none;
}
footer .top p,
footer .top a {
  color: #939598;
  font-size: 16px;
}
footer .top a {
  margin-bottom: 5px;
}
footer .top a:hover {
  text-decoration: underline;
}
footer .top ul {
  margin-bottom: 5px;
}
footer .top ul li {
  margin-bottom: 2px;
  margin-left: 10px;
}
footer .top form {
  margin-top: 10px;
}
footer .top form label {
  background: #1a2729;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
footer .top form label input {
  background: transparent;
  color: #fff;
}
footer .top .locals,
footer .top .contacts {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}
@media (max-width: 414px) {
  footer .top .locals,
  footer .top .contacts {
    min-height: auto;
  }
}
footer .top .item {
  margin-bottom: 20px;
}
footer .top .item .more {
  margin-top: 10px;
}
footer .top .item img {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
footer .middle {
  margin-top: 10px;
}
footer .middle a {
  margin-right: 10px;
}
footer .middle a img {
  height: 30px;
  width: 30px;
}
footer .bottom {
  border-top: 1px solid #1a2729;
  margin-top: 50px;
  padding-top: 50px;
}
footer .bottom p {
  color: #939598;
  font-size: 14px;
}
form label .-hidden {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
header {
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
  left: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
header .__content {
  padding: 0 50px;
}
@media (max-width: 414px) {
  header .__content {
    padding: 0 20px;
  }
}
header .toll-free-mobile {
  display: none;
}
@media (max-width: 414px) {
  header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  header .toll-free-mobile {
    display: block;
  }
}
header .hamburger-content {
  display: none;
  position: relative;
  z-index: 103;
}
@media (max-width: 414px) {
  header .hamburger-content {
    cursor: pointer;
    display: flex;
    height: 30px;
  }
}
header .hamburger-content .hamburger {
  background: #0f1819;
  border-radius: 30px;
  height: 3px;
  position: relative;
  transition: 0.6s background ease;
  width: 40px;
  display: none;
}
header .hamburger-content .hamburger:after,
header .hamburger-content .hamburger:before {
  background: #0f1819;
  border-radius: 30px;
  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 .logo {
  height: auto;
  width: 10%;
}
header .logo img {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 102;
}
@media (max-width: 414px) {
  header .logo {
    height: 55px;
    width: 75px;
  }
}
header nav {
  justify-content: space-between;
}
header nav .toll-free-desktop {
  color: #de5a48;
  display: block;
  font-size: 13px;
}
header nav .button {
  font-size: 10px !important;
}
@media (max-width: 414px) {
  header nav .button {
    font-size: 14px !important;
  }
}
@media (max-width: 414px) {
  header nav {
    background: #fff;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start !important;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: 0.4s transform ease;
    width: 100vw;
    z-index: 100;
  }
  header nav .toll-free-desktop {
    display: none;
  }
  header nav.__active {
    transform: translateX(0);
  }
}
header nav .submenu-solutions,
header nav .submenu-promos,
header nav .submenu-about-us {
  background-image: url("../images/setamenu.svg");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-left: 30px;
  padding-right: 16px;
  position: relative;
}
@media (max-width: 414px) {
  header nav .submenu-solutions,
  header nav .submenu-promos,
  header nav .submenu-about-us {
    background-position: 64% 10px;
    padding-right: 0;
  }
}
header nav .submenu-solutions + a,
header nav .submenu-promos + a,
header nav .submenu-about-us + a {
  margin-left: 30px;
}
@media (max-width: 414px) {
  header nav .submenu-solutions,
  header nav .submenu-promos,
  header nav .submenu-about-us {
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
  header nav .submenu-solutions:hover .submenu,
  header nav .submenu-promos:hover .submenu,
  header nav .submenu-about-us:hover .submenu {
    top: 0 !important;
  }
  header nav .submenu-solutions > a,
  header nav .submenu-promos > a,
  header nav .submenu-about-us > a {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
header nav .submenu-solutions:hover .submenu,
header nav .submenu-promos:hover .submenu,
header nav .submenu-about-us:hover .submenu {
  opacity: 1;
  top: 50px;
  transition: 0.4s opacity ease, 0.4s top ease, 0.4s visibility ease, 0.4s z-index ease;
  visibility: visible;
  z-index: 999;
}
header nav .submenu-solutions .submenu,
header nav .submenu-promos .submenu,
header nav .submenu-about-us .submenu {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  left: -40%;
  margin-right: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  transition: 0.4s 0.2s opacity ease, 0.4s 0.2s top ease, 0.4s 0.2s visibility ease, 0.4s 0.2s z-index ease;
  visibility: hidden;
  width: 180%;
  z-index: -1;
}
header nav .submenu-solutions .submenu a,
header nav .submenu-promos .submenu a,
header nav .submenu-about-us .submenu a {
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (max-width: 414px) {
  header nav .submenu-solutions .submenu,
  header nav .submenu-promos .submenu,
  header nav .submenu-about-us .submenu {
    background-color: #eee;
    border-radius: 0;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.1);
    left: 50%;
    opacity: 1;
    padding: 10px;
    position: relative;
    top: 0;
    transform: translateX(-50%);
    visibility: visible;
    width: 100vw;
    z-index: 2;
  }
  header nav .submenu-solutions .submenu a,
  header nav .submenu-promos .submenu a,
  header nav .submenu-about-us .submenu a {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
    margin-top: 0 !important;
  }
  header nav .submenu-solutions .submenu a:nth-child(5),
  header nav .submenu-promos .submenu a:nth-child(5),
  header nav .submenu-about-us .submenu a:nth-child(5) {
    margin-bottom: 0 !important;
  }
}
header nav .submenu-solutions .submenu a,
header nav .submenu-promos .submenu a,
header nav .submenu-about-us .submenu a {
  margin-left: 0;
  padding: 0;
}
header nav .submenu-solutions .submenu a:hover,
header nav .submenu-promos .submenu a:hover,
header nav .submenu-about-us .submenu a:hover {
  text-decoration: underline;
}
header nav .submenu-solutions .submenu a:hover:after,
header nav .submenu-promos .submenu a:hover:after,
header nav .submenu-about-us .submenu a:hover:after {
  display: none;
}
header nav .submenu-solutions .submenu a + a,
header nav .submenu-promos .submenu a + a,
header nav .submenu-about-us .submenu a + a {
  margin-top: 10px;
}
@media (max-width: 414px) {
  header nav .submenu-promos {
    background-position: 69% 10px;
  }
}
header nav .submenu-promos .submenu {
  left: -10%;
  width: 125%;
}
@media (max-width: 414px) {
  header nav .submenu-promos .submenu {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
header nav a {
  color: #0f1819;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  transition: 0.4s color ease;
}
@media (max-width: 414px) {
  header nav a {
    margin: 10px 0;
    margin-left: 0 !important;
    padding: 2px 0;
  }
  header nav a:first-child {
    margin-top: 130px;
  }
}
header nav a:after {
  background: linear-gradient(to right, #ffda6d, #db594c);
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: -32px;
  transition: 0.4s height ease;
  width: 100%;
}
header nav a:hover {
  color: #db594c;
}
header nav a:hover:after {
  height: 5px;
}
@media (max-width: 414px) {
  header nav a:hover:after {
    display: none;
  }
}
header nav a + a {
  margin-left: 40px;
}
.our-services {
  background: linear-gradient(to right, #ffda6d, #db594c);
  padding-bottom: 140px;
  padding-top: 80px;
}
.our-services .__content {
  transform: scale(0.9);
}
@media (max-width: 414px) {
  .our-services {
    padding-bottom: 55px;
    padding-top: 25px;
  }
}
.our-services .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 414px) {
  .our-services .title {
    font-size: 26px;
  }
  .our-services .title br {
    display: none;
  }
}
.our-services .title:after {
  background: #f2ca4b;
  bottom: -10px;
  content: '';
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
@media (max-width: 414px) {
  .our-services .items {
    flex-direction: column;
  }
}
.our-services .items .item {
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
  transform: scale(1);
  transition: 0.4s transform ease, 0.4s box-shadow ease;
}
.our-services .items .item:hover {
  box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);
  transform: scale(1.1);
}
.our-services .items .item p {
  bottom: -30px;
  color: #fff;
  font-family: 'Zuume';
  font-size: 50px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.title-section {
  background: linear-gradient(to right, #ffda6d, #db594c);
}
.title-section .__content {
  height: 150px;
}
.title-section .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 414px) {
  .title-section .title {
    font-size: 40px;
    text-align: center;
  }
}
.top-brands-mobile {
  padding: 50px 0;
  padding-bottom: 150px;
}
.top-brands-mobile.-mobile {
  display: none;
}
@media (max-width: 414px) {
  .top-brands-mobile {
    display: none;
    overflow: hidden;
  }
  .top-brands-mobile.-mobile {
    display: block;
  }
}
.top-brands-mobile .brandsmobile {
  width: 100%;
}
.top-brands-mobile .brandsmobile .brandsmobile-next,
.top-brands-mobile .brandsmobile .brandsmobile-previous {
  transition: 0.4s transform ease;
  width: 3%;
}
.top-brands-mobile .brandsmobile .brandsmobile-next {
  cursor: pointer;
  transform: translateX(0px);
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-next {
    display: none;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-next:hover {
  transform: translateX(-10px);
}
.top-brands-mobile .brandsmobile .brandsmobile-next img {
  transform: rotate(-90deg);
}
.top-brands-mobile .brandsmobile .brandsmobile-previous {
  cursor: pointer;
  transform: translateX(-10px);
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-previous {
    display: none;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-previous:hover {
  transform: translateX(-10px);
}
.top-brands-mobile .brandsmobile .brandsmobile-previous img {
  transform: rotate(90deg);
}
.top-brands-mobile .brandsmobile .brandsmobile-counters {
  margin-top: 30px;
}
.top-brands-mobile .brandsmobile .brandsmobile-counters .counter {
  background: #db594c;
  border-radius: 100%;
  cursor: pointer;
  height: 8px;
  margin: 0 5px;
  width: 8px;
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-counters .counter {
    height: 8px;
    width: 8px;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-counters .counter.__active {
  background: #0f1819;
}
.top-brands-mobile .brandsmobile .brandsmobile-counters .counter:hover {
  background: #0f1819;
}
.top-brands-mobile .brandsmobile .brandsmobile-rail {
  width: 100%;
}
.top-brands-mobile .brandsmobile .brandsmobile-box {
  min-height: 170px;
  overflow: hidden;
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-box {
    min-height: 165px;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-item {
  left: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-item {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-item .brand {
  opacity: 0.5;
  transition: 0.4s opacity ease;
  width: 15%;
}
@media (max-width: 414px) {
  .top-brands-mobile .brandsmobile .brandsmobile-item .brand {
    margin: 5px;
    opacity: 1;
    width: 45%;
  }
}
.top-brands-mobile .brandsmobile .brandsmobile-item .brand:hover {
  opacity: 1;
}
.top-brands-mobile .brandsmobile .brandsmobile-item.__last {
  left: -100%;
}
.top-brands-mobile .brandsmobile .brandsmobile-item.__active {
  left: 0%;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}
.top-brands-mobile .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 414px) {
  .top-brands-mobile .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.top-brands,
.top-brands-mobile {
  padding: 50px 0;
  padding-bottom: 150px;
}
.top-brands.-mobile,
.top-brands-mobile.-mobile {
  display: none;
}
@media (max-width: 414px) {
  .top-brands,
  .top-brands-mobile {
    display: none;
    overflow: hidden;
  }
  .top-brands.-mobile,
  .top-brands-mobile.-mobile {
    display: block;
  }
}
.top-brands .brands,
.top-brands-mobile .brands {
  width: 100%;
}
.top-brands .brands .brands-next,
.top-brands-mobile .brands .brands-next,
.top-brands .brands .brands-previous,
.top-brands-mobile .brands .brands-previous {
  transition: 0.4s transform ease;
  width: 3%;
}
.top-brands .brands .brands-next,
.top-brands-mobile .brands .brands-next {
  cursor: pointer;
  transform: translateX(0px);
}
@media (max-width: 414px) {
  .top-brands .brands .brands-next,
  .top-brands-mobile .brands .brands-next {
    display: none;
  }
}
.top-brands .brands .brands-next:hover,
.top-brands-mobile .brands .brands-next:hover {
  transform: translateX(-10px);
}
.top-brands .brands .brands-next img,
.top-brands-mobile .brands .brands-next img {
  transform: rotate(-90deg);
}
.top-brands .brands .brands-previous,
.top-brands-mobile .brands .brands-previous {
  cursor: pointer;
  transform: translateX(-10px);
}
@media (max-width: 414px) {
  .top-brands .brands .brands-previous,
  .top-brands-mobile .brands .brands-previous {
    display: none;
  }
}
.top-brands .brands .brands-previous:hover,
.top-brands-mobile .brands .brands-previous:hover {
  transform: translateX(-10px);
}
.top-brands .brands .brands-previous img,
.top-brands-mobile .brands .brands-previous img {
  transform: rotate(90deg);
}
.top-brands .brands .brands-counters,
.top-brands-mobile .brands .brands-counters {
  margin-top: 30px;
}
.top-brands .brands .brands-counters .counter,
.top-brands-mobile .brands .brands-counters .counter {
  background: #db594c;
  border-radius: 100%;
  cursor: pointer;
  height: 8px;
  margin: 0 5px;
  width: 8px;
}
@media (max-width: 414px) {
  .top-brands .brands .brands-counters .counter,
  .top-brands-mobile .brands .brands-counters .counter {
    height: 8px;
    width: 8px;
  }
}
.top-brands .brands .brands-counters .counter.__active,
.top-brands-mobile .brands .brands-counters .counter.__active {
  background: #0f1819;
}
.top-brands .brands .brands-counters .counter:hover,
.top-brands-mobile .brands .brands-counters .counter:hover {
  background: #0f1819;
}
.top-brands .brands .brands-rail,
.top-brands-mobile .brands .brands-rail {
  width: 100%;
}
.top-brands .brands .brands-box,
.top-brands-mobile .brands .brands-box {
  min-height: 170px;
  overflow: hidden;
}
@media (max-width: 414px) {
  .top-brands .brands .brands-box,
  .top-brands-mobile .brands .brands-box {
    min-height: 165px;
  }
}
.top-brands .brands .brands-item,
.top-brands-mobile .brands .brands-item {
  left: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 414px) {
  .top-brands .brands .brands-item,
  .top-brands-mobile .brands .brands-item {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.top-brands .brands .brands-item .brand,
.top-brands-mobile .brands .brands-item .brand {
  opacity: 0.5;
  transition: 0.4s opacity ease;
  width: 15%;
}
@media (max-width: 414px) {
  .top-brands .brands .brands-item .brand,
  .top-brands-mobile .brands .brands-item .brand {
    margin: 5px;
    opacity: 1;
    width: 45%;
  }
}
.top-brands .brands .brands-item .brand:hover,
.top-brands-mobile .brands .brands-item .brand:hover {
  opacity: 1;
}
.top-brands .brands .brands-item.__last,
.top-brands-mobile .brands .brands-item.__last {
  left: -100%;
}
.top-brands .brands .brands-item.__active,
.top-brands-mobile .brands .brands-item.__active {
  left: 0%;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}
.top-brands .title,
.top-brands-mobile .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 414px) {
  .top-brands .title,
  .top-brands-mobile .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.will-have {
  background: linear-gradient(to right, #0f1819 35%, #fff 35%);
  margin-bottom: -20px;
  position: relative;
}
.will-have .__wrap {
  background: linear-gradient(to right, #0f1819 20%, #fff 20%);
}
@media (max-width: 414px) {
  .will-have .__wrap {
    background: none;
  }
}
@media (max-width: 414px) {
  .will-have {
    background: linear-gradient(to bottom, #0f1819 21%, #fff 20%);
  }
}
.will-have .__content {
  height: auto;
  padding: 100px 0;
}
@media (max-width: 414px) {
  .will-have .__content {
    flex-direction: column;
    padding: 50px 0;
  }
}
.will-have .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  width: 30%;
}
@media (max-width: 414px) {
  .will-have .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
  }
}
.will-have .right {
  width: 70%;
}
@media (max-width: 414px) {
  .will-have .right {
    width: 100%;
  }
}
.will-have .right .item {
  margin-bottom: 50px;
  width: 45%;
}
@media (max-width: 414px) {
  .will-have .right .item {
    align-items: center !important;
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
  }
}
.will-have .right .item:nth-child(1) img {
  height: 61px;
  width: 107px;
}
.will-have .right .item:nth-child(2) {
  margin-left: 50px;
}
.will-have .right .item:nth-child(2) img {
  height: 76px;
  width: 76px;
}
.will-have .right .item:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 414px) {
  .will-have .right .item:nth-child(3) {
    margin-bottom: 30px;
  }
}
.will-have .right .item:nth-child(3) img {
  height: 81px;
  width: 87px;
}
.will-have .right .item:nth-child(4) {
  margin-bottom: 0;
  margin-left: 50px;
}
.will-have .right .item:nth-child(4) img {
  height: 73px;
  width: 72px;
}
.will-have .right .item .text {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .will-have .right .item .text {
    margin-left: 0;
  }
}
.will-have .right .item .text .title-item {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
}
.will-have .right .item .text p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
}
.about-us-page .about-company {
  background: url("../images/bg-about.png") no-repeat right top;
  background-size: 60%;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 414px) {
  .about-us-page .about-company {
    background: none;
    padding-top: 0;
  }
}
.about-us-page .about-company p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  width: 41%;
}
@media (max-width: 414px) {
  .about-us-page .about-company p {
    width: 100%;
  }
}
.about-us-page .about-company img {
  display: none;
  margin-bottom: 20px;
  max-width: 200%;
  transform: translateX(-60px);
  width: 125%;
}
@media (max-width: 414px) {
  .about-us-page .about-company img {
    display: block;
  }
}
.about-us-page .will-have {
  margin-bottom: 50px;
}
.about-us-page .edu {
  background: #f18f3d;
  margin: 40px 0;
  padding: 50px 0 0;
}
@media (max-width: 414px) {
  .about-us-page .edu .__content {
    flex-direction: column-reverse;
  }
}
.about-us-page .edu .texts {
  color: #fff;
  margin-bottom: 50px;
}
.about-us-page .edu .texts p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.about-us-page .edu img {
  align-self: flex-end;
  width: 50%;
}
@media (max-width: 414px) {
  .about-us-page .edu img {
    height: auto;
    width: 100%;
  }
}
.apparel-page .first-section {
  background-color: #f1f3f2;
  min-height: 620px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .__content {
    flex-direction: column;
    padding: 20px 0;
  }
}
.apparel-page .first-section .left {
  padding: 60px 0;
  width: 40%;
}
.apparel-page .first-section .left._trnt {
  width: 30%;
}
@media (max-width: 414px) {
  .apparel-page .first-section .left._trnt {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .apparel-page .first-section .left {
    padding: 0;
    width: 100%;
  }
}
.apparel-page .first-section .left .subtitle {
  color: #de5a48;
  font-weight: bold;
}
.apparel-page .first-section .left .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 10px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .left .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.apparel-page .first-section .left p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .left p:nth-child(3) {
    margin-bottom: 50px;
  }
  .apparel-page .first-section .left p.-printing-mg {
    margin-bottom: 10px !important;
  }
}
.apparel-page .first-section .middle {
  align-self: center;
  transform: translateX(40px);
}
@media (max-width: 414px) {
  .apparel-page .first-section .middle {
    transform: translateX(0px);
  }
}
.apparel-page .first-section .middle._absolute {
  left: 320px;
  position: absolute;
  width: 500px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .middle._absolute {
    position: static;
    width: 100%;
  }
}
.apparel-page .first-section .middle._flexend {
  align-self: flex-end;
}
.apparel-page .first-section .middle ._bandeiras {
  margin-right: -120px;
  width: 96%;
}
.apparel-page .first-section .middle._mn-oit {
  margin-bottom: 0px;
}
.apparel-page .first-section .middle._mn-trt {
  margin-bottom: 0px;
}
.apparel-page .first-section .middle._mn-set {
  margin-bottom: 0px;
}
.apparel-page .first-section .right {
  margin-bottom: 0px;
  margin-right: -20px;
  padding: 60px 0;
}
@media (max-width: 414px) {
  .apparel-page .first-section .right {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 0;
    width: 100%;
  }
}
.apparel-page .first-section .right .box {
  background: linear-gradient(to bottom, #ffda6d, #db594c);
  padding: 75px 60px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .right .box {
    padding: 10px;
  }
}
.apparel-page .first-section .right .box .title {
  color: #db594c;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .apparel-page .first-section .right form {
    align-items: center !important;
  }
}
.apparel-page .first-section .right form label {
  background: #fff;
  border-radius: 40px;
  padding: 15px 20px;
  width: 100%;
}
.apparel-page .first-section .right form label:nth-child(4) {
  margin-bottom: 20px;
}
.apparel-page .first-section .right form label + label {
  margin-top: 15px;
}
.apparel-page .first-section .right form label input,
.apparel-page .first-section .right form label textarea {
  background: transparent;
  color: #0f1819;
  resize: none;
}
.apparel-page .always-right {
  padding: 80px 0;
}
.apparel-page .always-right._pding-zero {
  padding-top: 0;
}
.apparel-page .always-right .__content .__fdrr {
  flex-direction: row-reverse;
}
@media (max-width: 414px) {
  .apparel-page .always-right {
    padding: 20px 0;
  }
  .apparel-page .always-right .__content {
    flex-direction: column;
  }
  .apparel-page .always-right .__content._column-reverse {
    flex-direction: column-reverse !important;
  }
  .apparel-page .always-right .__content .__fdrr {
    flex-direction: column;
  }
}
.apparel-page .always-right img {
  width: 45%;
}
@media (max-width: 414px) {
  .apparel-page .always-right img {
    width: 100%;
  }
}
.apparel-page .always-right .text {
  margin-left: 50px;
  width: 50%;
}
@media (max-width: 414px) {
  .apparel-page .always-right .text {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .apparel-page .always-right .text .button {
    align-self: center;
  }
}
.apparel-page .always-right .text .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  width: 100% !important;
}
@media (max-width: 414px) {
  .apparel-page .always-right .text .title {
    font-size: 50px;
    line-height: 45px;
  }
  .apparel-page .always-right .text .title br {
    display: none;
  }
}
.apparel-page .always-right .text p {
  width: 80%;
}
@media (max-width: 414px) {
  .apparel-page .always-right .text p {
    width: 100%;
  }
}
.apparel-page .always-right .text p,
.apparel-page .always-right .text ul {
  margin-bottom: 20px;
}
.apparel-page .always-right .text p,
.apparel-page .always-right .text ul li {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
}
.apparel-page .afs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}
.apparel-page .afs .__content {
  height: 800px;
}
@media (max-width: 414px) {
  .apparel-page .afs .__content {
    height: auto;
  }
}
@media (max-width: 414px) {
  .apparel-page .afs {
    padding: 30px 0;
  }
}
.apparel-page .afs .box {
  background: rgba(255,255,255,0.85);
  box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.3);
  height: 100%;
  padding: 45px;
  position: relative;
  transform: translateY(70px);
  width: 45%;
}
.apparel-page .afs .box.-quarentaoito {
  width: 48%;
}
@media (max-width: 414px) {
  .apparel-page .afs .box.-quarentaoito {
    width: 100%;
  }
}
.apparel-page .afs .box.-cinquentaoito {
  width: 58%;
}
@media (max-width: 414px) {
  .apparel-page .afs .box.-cinquentaoito {
    width: 100%;
  }
}
.apparel-page .afs .box.-cinquentaoito img {
  top: -50px;
}
@media (max-width: 414px) {
  .apparel-page .afs .box {
    padding: 40px 20px;
    transform: translateY(80px);
    width: 100%;
  }
}
.apparel-page .afs .box p {
  color: #0f1819;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 414px) {
  .apparel-page .afs .box p {
    font-size: 18px;
  }
}
.apparel-page .afs .box img {
  left: 20px;
  position: absolute;
  top: -30px;
  width: 10%;
}
@media (max-width: 414px) {
  .apparel-page .afs .box img {
    height: auto;
    left: 10px;
    position: absolute;
    top: -50px;
    width: 20%;
  }
}
.apparel-page .most-popular {
  background: linear-gradient(to right, #ffda6d, #db594c);
  padding-bottom: 150px;
  padding-top: 150px;
}
.apparel-page .most-popular.-digitalmkt {
  padding-bottom: 100px;
}
.apparel-page .most-popular.-digitalmkt .title {
  font-size: 48px;
}
.apparel-page .most-popular.-digitalmkt .items .item {
  margin-bottom: 20px !important;
}
.apparel-page .most-popular .numbers {
  margin-bottom: 50px;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .numbers {
    flex-direction: column;
  }
}
.apparel-page .most-popular .numbers .item {
  border-right: 1px solid #0f1819;
  min-height: 270px;
  padding-right: 20px;
  width: 20%;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .numbers .item {
    border-bottom: 1px solid #0f1819;
    border-right: 0px solid #0f1819;
    min-height: 230px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 20px;
    width: 100%;
  }
}
.apparel-page .most-popular .numbers .item:last-child {
  border: none;
}
.apparel-page .most-popular .numbers .item + .item {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .numbers .item + .item {
    margin-left: 0px;
  }
}
.apparel-page .most-popular .numbers .item p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.apparel-page .most-popular .numbers .item .number {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 100px;
  font-weight: bold;
}
.apparel-page .most-popular .numbers .item .number span {
  font-size: 40px;
}
.apparel-page .most-popular .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 414px) {
  .apparel-page .most-popular .items {
    flex-direction: column;
  }
}
.apparel-page .most-popular .items .item {
  border-radius: 20px;
  position: relative;
  transform: scale(0.9);
  transition: 0.4s transform ease, 0.4s box-shadow ease;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .items .item.-bags {
    margin-bottom: 50px;
  }
}
.apparel-page .most-popular .items .item.-bags p {
  bottom: -73px;
  line-height: 50px;
}
.apparel-page .most-popular .items .item:hover {
  box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.2);
  transform: scale(1);
}
@media (max-width: 414px) {
  .apparel-page .most-popular .items .item:nth-child(1) {
    margin-bottom: 50px;
  }
}
.apparel-page .most-popular .items .item:nth-child(1) p {
  bottom: -73px;
  line-height: 50px;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .items .item:nth-child(4) {
    margin-bottom: 50px;
  }
}
.apparel-page .most-popular .items .item:nth-child(4) p {
  bottom: -73px;
  line-height: 50px;
}
@media (max-width: 414px) {
  .apparel-page .most-popular .items .item:nth-child(5) {
    margin-bottom: 50px;
  }
}
.apparel-page .most-popular .items .item:nth-child(5) p {
  bottom: -73px;
  line-height: 50px;
}
.apparel-page .most-popular .items .item p {
  bottom: -30px;
  color: #fff;
  font-family: 'Zuume';
  font-size: 50px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.apparel-page .most-popular .items .item p._n {
  bottom: -30px;
}
.apparel-page .our-process {
  padding: 50px 0;
}
.apparel-page .our-process .button {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .apparel-page .our-process .button {
    margin-left: 0px;
  }
}
.apparel-page .our-process .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 150px;
  margin-top: 50px;
  text-align: center;
}
.apparel-page .our-process .title.mg-tp {
  margin-top: 110px;
}
@media (max-width: 414px) {
  .apparel-page .our-process .title {
    font-size: 50px;
    line-height: 50px;
    margin: 50px 0;
    margin-bottom: 100px;
  }
}
.apparel-page .our-process .items {
  margin-bottom: 50px;
}
@media (max-width: 414px) {
  .apparel-page .our-process .items {
    flex-direction: column;
  }
}
.apparel-page .our-process .item {
  background: #f1f3f2;
  min-height: 400px;
  min-height: 540px;
  padding: 50px;
  position: relative;
  width: 30%;
}
.apparel-page .our-process .item:nth-child(1) {
  margin-left: 20px;
}
@media (max-width: 414px) {
  .apparel-page .our-process .item:nth-child(1) {
    margin-left: 0px;
  }
}
@media (max-width: 414px) {
  .apparel-page .our-process .item {
    margin-bottom: 100px;
    padding: 20px;
    width: 100%;
  }
  .apparel-page .our-process .item:nth-child(3) {
    margin-bottom: 0;
  }
}
.apparel-page .our-process .item .number {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 100px;
  font-weight: bold;
  left: -20px;
  position: absolute;
  top: -30px;
}
@media (max-width: 414px) {
  .apparel-page .our-process .item .number {
    font-size: 100px;
    left: 10px;
    margin-bottom: 70px;
    top: -20px;
  }
}
.apparel-page .our-process .item .title {
  color: #0f1819;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  margin: 10px 0;
}
@media (max-width: 414px) {
  .apparel-page .our-process .item .title {
    font-size: 35px;
  }
}
.apparel-page .our-process .item p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.apparel-page .depositions {
  background: linear-gradient(to right, #ffda6d, #db594c);
  padding: 80px 0;
}
@media (max-width: 414px) {
  .apparel-page .depositions {
    padding: 50px 0;
  }
}
.apparel-page .depositions .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 414px) {
  .apparel-page .depositions .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .apparel-page .depositions .title br {
    display: none;
  }
}
.apparel-page .depositions .deposition .deposition-counters {
  margin-top: 30px;
}
.apparel-page .depositions .deposition .deposition-counters .counter {
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .deposition-counters .counter {
    height: 8px;
    width: 8px;
  }
}
.apparel-page .depositions .deposition .deposition-counters .counter.__active {
  background: #0f1819;
}
.apparel-page .depositions .deposition .deposition-counters .counter:hover {
  background: #0f1819;
}
.apparel-page .depositions .deposition .deposition-previous {
  cursor: pointer;
  margin-right: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .deposition-previous {
    display: none;
  }
}
.apparel-page .depositions .deposition .deposition-previous:hover {
  transform: translateX(-10px);
}
.apparel-page .depositions .deposition .deposition-next {
  cursor: pointer;
  margin-left: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .deposition-next {
    display: none;
  }
}
.apparel-page .depositions .deposition .deposition-next:hover {
  transform: translateX(10px);
}
.apparel-page .depositions .deposition .deposition-next img {
  transform: rotate(180deg);
}
.apparel-page .depositions .deposition .box {
  min-height: 520px;
  overflow: hidden;
  position: relative;
  width: 990px;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box {
    height: auto;
    min-height: 50px;
    width: 100%;
  }
}
.apparel-page .depositions .deposition .box .deposition-item {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 100%;
  left: 100%;
  opacity: 0;
  padding: 50px 100px;
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  z-index: -1;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box .deposition-item {
    padding: 10px;
  }
}
.apparel-page .depositions .deposition .box .deposition-item.height-500 {
  height: auto;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box .deposition-item.height-500 {
    height: auto;
  }
}
.apparel-page .depositions .deposition .box .deposition-item.height-300 {
  height: auto;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box .deposition-item.height-300 {
    height: auto;
  }
}
.apparel-page .depositions .deposition .box .deposition-item p {
  color: #0f1819;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box .deposition-item p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.apparel-page .depositions .deposition .box .deposition-item p.name,
.apparel-page .depositions .deposition .box .deposition-item p.work {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 414px) {
  .apparel-page .depositions .deposition .box .deposition-item p.name,
  .apparel-page .depositions .deposition .box .deposition-item p.work {
    font-size: 16px;
  }
}
.apparel-page .depositions .deposition .box .deposition-item.__last {
  left: -100%;
}
.apparel-page .depositions .deposition .box .deposition-item.__active {
  left: 0%;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}
.apparel-page .our-work {
  padding: 100px 0;
}
.apparel-page .our-work.-mobile {
  display: none;
}
@media (max-width: 414px) {
  .apparel-page .our-work {
    display: none;
    padding: 50px 0;
  }
  .apparel-page .our-work.-mobile {
    display: block;
  }
}
.apparel-page .our-work .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  margin: 50px 0;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images {
    width: 100%;
  }
}
.apparel-page .our-work .images .images-counters {
  margin-top: 30px;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .images-counters {
    flex-wrap: wrap;
  }
}
.apparel-page .our-work .images .images-counters .counter {
  background: #f18f3d;
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  margin: 0 12px;
  width: 12px;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .images-counters .counter {
    height: 8px;
    margin: 5px;
    width: 8px;
  }
}
.apparel-page .our-work .images .images-counters .counter.__active {
  background: #0f1819;
}
.apparel-page .our-work .images .images-counters .counter:hover {
  background: #0f1819;
}
.apparel-page .our-work .images .images-previous {
  cursor: pointer;
  margin-right: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .images-previous {
    display: none;
  }
}
.apparel-page .our-work .images .images-previous:hover {
  transform: translateX(-10px);
}
.apparel-page .our-work .images .images-next {
  cursor: pointer;
  margin-left: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .images-next {
    display: none;
  }
}
.apparel-page .our-work .images .images-next:hover {
  transform: translateX(10px);
}
.apparel-page .our-work .images .images-next img {
  transform: rotate(180deg);
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .images-rail {
    width: 100%;
  }
}
.apparel-page .our-work .images .box {
  height: 557px;
  overflow: hidden;
  position: relative;
  width: 990px;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .box {
    height: auto;
    width: 100%;
  }
}
.apparel-page .our-work .images .box .images-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  z-index: -1;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .box .images-item {
    height: 280px;
    width: 100%;
  }
}
.apparel-page .our-work .images .box .images-item.__last {
  left: -100%;
}
.apparel-page .our-work .images .box .images-item.__active {
  left: 0%;
  opacity: 1;
  transition: all 0.6s;
  z-index: 2;
}
@media (max-width: 414px) {
  .apparel-page .our-work .images .box .images-item.__active {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.apparel-page .form {
  margin-bottom: 100px;
}
.apparel-page .form.-digitalmkt {
  margin-top: 100px;
}
.apparel-page .form .__content {
  background: linear-gradient(to right, #ffda6d, #db594c);
  padding: 60px;
}
@media (max-width: 414px) {
  .apparel-page .form .__content {
    flex-direction: column;
    margin-top: 50px;
    padding: 60px 20px;
  }
}
.apparel-page .form .__content .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  margin-right: 60px;
}
@media (max-width: 414px) {
  .apparel-page .form .__content .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 60px;
    margin-right: 0px;
  }
}
.apparel-page .form .__content form {
  width: 30%;
}
@media (max-width: 414px) {
  .apparel-page .form .__content form {
    width: 100%;
  }
}
.apparel-page .form .__content form label {
  background: #fff;
  border-radius: 40px;
  padding: 15px 20px;
  width: 100%;
}
.apparel-page .form .__content form label:nth-child(4) {
  margin-bottom: 20px;
}
.apparel-page .form .__content form label + label {
  margin-top: 15px;
}
.apparel-page .form .__content form label input,
.apparel-page .form .__content form label textarea {
  background: transparent;
  color: #0f1819;
  resize: none;
}
.blog-intern .sub-header {
  align-items: center;
  background: #f1f3f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 250px;
  padding: 50px 0 0;
}
@media (max-width: 414px) {
  .blog-intern .sub-header {
    margin-bottom: 20px;
  }
}
.blog-intern .sub-header h1 {
  color: #f18f3d;
  font: bold 35px 'Zuume';
  margin-right: 100px;
}
@media (max-width: 414px) {
  .blog-intern .sub-header h1 {
    margin-right: 0;
  }
}
.blog-intern .sub-header span {
  color: #6d6e71;
  font: normal 16px sans-serif;
  margin-top: 20px;
}
.blog-intern .sub-header .img {
  flex: 0 0 auto;
  margin-bottom: -200px;
}
@media (max-width: 414px) {
  .blog-intern .sub-header .img {
    margin-bottom: 0;
  }
}
.blog-intern .sub-header img {
  margin-right: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 414px) {
  .blog-intern .sub-header img {
    margin-right: 0;
  }
}
.blog-intern .sub-header a {
  color: #6d6e71;
  margin-bottom: 30px;
}
.blog-intern .content {
  margin-bottom: 50px;
}
.blog-intern .content .__wrap {
  width: 800px;
}
.blog-intern .content p {
  color: #6d6e71;
  line-height: 25px;
}
.blog-intern .content p b,
.blog-intern .content p strong {
  color: #f18f3d;
}
.blog .sub-header {
  align-items: center;
  background: #f1f3f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 200px;
}
.blog .sub-header h1 {
  color: #f18f3d;
  font: bold 55px 'Zuume';
}
.blog .sub-header span {
  color: #6d6e71;
  font: normal 16px sans-serif;
}
.blog .posts-list {
  margin-top: -120px;
  padding-bottom: 100px;
}
.blog .posts-list .__wrap {
  display: flex;
  flex-direction: column;
}
.blog .posts-list .__wrap > .title {
  color: #231f20;
  font: bold 30px 'Zuume';
  margin-bottom: 20px;
}
.blog .posts-list .__wrap .posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.blog .posts-list .__wrap .posts .post {
  display: flex;
  flex: 0 0 calc(25% - 30px);
  flex-direction: column;
  margin: 0 15px 60px;
}
@media (max-width: 414px) {
  .blog .posts-list .__wrap .posts .post {
    flex: 0 0 calc(100% - 15px);
  }
}
.blog .posts-list .__wrap .posts .post img {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .posts-list .__wrap .posts .post .title {
  color: #f18f3d;
  font: bold 20px sans-serif;
  margin: 10px 0;
}
.blog .posts-list .__wrap .posts .post .description {
  color: #6d6e71;
  font: normal 15px sans-serif;
}
.contact-page .form,
.thanks-page .form {
  padding: 50px 0;
}
@media (max-width: 414px) {
  .contact-page .form .__content,
  .thanks-page .form .__content {
    flex-direction: column;
  }
}
.contact-page .form .text .title,
.thanks-page .form .text .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 414px) {
  .contact-page .form .text .title,
  .thanks-page .form .text .title {
    font-size: 70px;
    line-height: 70px;
  }
}
.contact-page .form .text .phones,
.thanks-page .form .text .phones {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.contact-page .form .text .email,
.thanks-page .form .text .email {
  color: #de5a48;
  font-size: 20px;
  margin-top: 20px;
}
.contact-page .form form,
.thanks-page .form form {
  margin-left: 50px;
}
@media (max-width: 414px) {
  .contact-page .form form,
  .thanks-page .form form {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.contact-page .form form label,
.thanks-page .form form label {
  background: #e6e7e8;
  border-radius: 40px;
  padding: 15px 20px;
  width: 100%;
}
.contact-page .form form label:nth-child(4),
.thanks-page .form form label:nth-child(4) {
  margin-bottom: 20px;
}
.contact-page .form form label + label,
.thanks-page .form form label + label {
  margin-top: 15px;
}
.contact-page .form form label input,
.thanks-page .form form label input,
.contact-page .form form label textarea,
.thanks-page .form form label textarea {
  background: transparent;
  color: #939598;
  resize: none;
  width: 100%;
}
.contact-page .map,
.thanks-page .map {
  padding-bottom: 90px;
  padding-top: 50px;
}
.contact-page .map a,
.thanks-page .map a {
  position: relative;
}
.contact-page .map a:hover img:nth-child(2),
.thanks-page .map a:hover img:nth-child(2) {
  transform: translate(-50%, -20%) rotateY(360deg);
}
.contact-page .map img:nth-child(2),
.thanks-page .map img:nth-child(2) {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -20%) rotateY(0deg);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .contact-page .map img:nth-child(2),
  .thanks-page .map img:nth-child(2) {
    width: 30%;
  }
}
.free-marketing-report .form {
  padding: 50px 0;
}
@media (max-width: 414px) {
  .free-marketing-report .form .__content {
    flex-direction: column;
  }
}
.free-marketing-report .form .text .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 414px) {
  .free-marketing-report .form .text .title {
    font-size: 70px;
    line-height: 70px;
  }
}
.free-marketing-report .form .text .phones {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.free-marketing-report .form .text .email {
  color: #de5a48;
  font-size: 20px;
  margin-top: 20px;
}
.free-marketing-report .form form {
  margin-left: 50px;
}
@media (max-width: 414px) {
  .free-marketing-report .form form {
    margin-left: 0;
    margin-top: 20px;
  }
}
.free-marketing-report .form form label {
  background: #e6e7e8;
  border-radius: 40px;
  padding: 15px 20px;
  width: 100%;
}
.free-marketing-report .form form label:nth-child(4) {
  margin-bottom: 20px;
}
.free-marketing-report .form form label + label {
  margin-top: 15px;
}
.free-marketing-report .form form label input,
.free-marketing-report .form form label textarea {
  background: transparent;
  color: #939598;
  resize: none;
  width: 100%;
}
.free-marketing-report .map {
  padding-bottom: 90px;
  padding-top: 50px;
}
.free-marketing-report .map a {
  position: relative;
}
.free-marketing-report .map a:hover img:nth-child(2) {
  transform: translate(-50%, -20%) rotateY(360deg);
}
.free-marketing-report .map img:nth-child(2) {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -20%) rotateY(0);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .free-marketing-report .map img:nth-child(2) {
    width: 30%;
  }
}
.home-page .your-search {
  padding: 80px 0;
}
@media (max-width: 414px) {
  .home-page .your-search {
    padding: 40px 0;
  }
  .home-page .your-search .__content {
    flex-direction: column;
  }
}
.home-page .your-search .text {
  width: 50%;
}
@media (max-width: 414px) {
  .home-page .your-search .text {
    width: 100%;
  }
  .home-page .your-search .text a {
    font-size: 18px;
  }
}
.home-page .your-search .text .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 414px) {
  .home-page .your-search .text .title {
    font-size: 40px;
    line-height: 35px;
  }
}
.home-page .your-search .text .description {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.home-page .your-search img {
  margin-left: 40px;
  width: 50%;
}
@media (max-width: 414px) {
  .home-page .your-search img {
    margin-left: 0px;
    margin-top: 40px;
    width: 100%;
  }
}
.home-page .can-do {
  padding: 80px 0;
}
@media (max-width: 414px) {
  .home-page .can-do {
    padding: 40px 0;
  }
}
.home-page .can-do .title {
  color: #0f1819;
  display: block;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 70px;
  text-align: center;
}
.home-page .can-do .title:after {
  background: #0f1819;
  content: '';
  height: 16px;
  left: 51%;
  position: absolute;
  top: 3px;
  transform: rotate(10deg);
  width: 7px;
}
@media (max-width: 414px) {
  .home-page .can-do .title:after {
    height: 12px;
    left: 60%;
    width: 6px;
  }
}
.home-page .can-do .title span {
  margin: 0 5px;
  opacity: 0;
}
@media (max-width: 414px) {
  .home-page .can-do .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.home-page .can-do .items {
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 414px) {
  .home-page .can-do .items {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.home-page .can-do .items .item {
  min-width: 266px;
  transform: scale(0.85);
}
@media (max-width: 414px) {
  .home-page .can-do .items .item {
    margin-bottom: 20px;
  }
}
.home-page .can-do .items p {
  color: #0f1819;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.home-page .a-truly {
  background: url("../images/banner-secao.png") no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.home-page .a-truly .title {
  width: 92%;
}
.home-page .a-truly .title span {
  align-self: flex-end;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  width: 43%;
}
@media (max-width: 414px) {
  .home-page .a-truly .title span {
    width: 100%;
  }
}
.home-page .a-truly .title p {
  color: #fff;
  font-family: 'Zuume';
  font-size: 90px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .home-page .a-truly .title p {
    font-size: 30px;
  }
}
.home-page .a-truly .title p:nth-child(2) {
  background: linear-gradient(to right, #ffda6d, #db594c);
  font-size: 250px;
  margin-bottom: -50px;
  margin-top: -50px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 414px) {
  .home-page .a-truly .title p:nth-child(2) {
    font-size: 50px;
    margin-bottom: -10px;
    margin-top: -10px;
  }
}
.home-page .a-truly .title p:nth-child(3) {
  align-self: flex-end;
  position: relative;
}
.home-page .a-truly .title p:nth-child(3):after {
  background: #fff;
  bottom: -5px;
  content: '';
  height: 4px;
  position: absolute;
  right: 0;
  width: 60%;
}
.home-page .instagram {
  padding: 80px 0;
}
@media (max-width: 414px) {
  .home-page .instagram {
    padding: 50px 0;
  }
}
.home-page .instagram .item {
  height: auto;
  position: relative;
  width: 20%;
}
@media (max-width: 414px) {
  .home-page .instagram .item {
    width: 50%;
  }
}
.home-page .instagram .item:hover img:nth-child(2) {
  opacity: 1;
}
.home-page .instagram .item:hover:after {
  opacity: 0.9;
}
.home-page .instagram .item:after {
  background: linear-gradient(to right, #ffda6d 50%, #db594c);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s opacity ease;
  width: 100%;
  z-index: 1;
}
.home-page .instagram .item img:nth-child(2) {
  height: 70px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s opacity ease;
  width: 70px;
  z-index: 2;
}
.home-page .depositions {
  background: linear-gradient(to right, #ffda6d, #db594c);
  padding: 80px 0;
}
@media (max-width: 414px) {
  .home-page .depositions {
    padding: 50px 0;
  }
}
.home-page .depositions .title {
  color: #fff;
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 414px) {
  .home-page .depositions .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .home-page .depositions .title br {
    display: none;
  }
}
.home-page .depositions .deposition .deposition-counters {
  margin-top: 30px;
}
.home-page .depositions .deposition .deposition-counters .counter {
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .deposition-counters .counter {
    height: 8px;
    width: 8px;
  }
}
.home-page .depositions .deposition .deposition-counters .counter.__active {
  background: #0f1819;
}
.home-page .depositions .deposition .deposition-counters .counter:hover {
  background: #0f1819;
}
.home-page .depositions .deposition .deposition-previous {
  cursor: pointer;
  margin-right: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .deposition-previous {
    display: none;
  }
}
.home-page .depositions .deposition .deposition-previous:hover {
  transform: translateX(-10px);
}
.home-page .depositions .deposition .deposition-next {
  cursor: pointer;
  margin-left: 20px;
  transform: translateX(0px);
  transition: 0.4s transform ease;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .deposition-next {
    display: none;
  }
}
.home-page .depositions .deposition .deposition-next:hover {
  transform: translateX(10px);
}
.home-page .depositions .deposition .deposition-next img {
  transform: rotate(180deg);
}
.home-page .depositions .deposition .box {
  min-height: 520px;
  overflow: hidden;
  position: relative;
  width: 990px;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box {
    height: auto;
    min-height: 50px;
    width: 100%;
  }
}
.home-page .depositions .deposition .box .deposition-item {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 100%;
  left: 100%;
  opacity: 0;
  padding: 50px 100px;
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  z-index: -1;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box .deposition-item {
    padding: 10px;
  }
}
.home-page .depositions .deposition .box .deposition-item.height-500 {
  height: auto;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box .deposition-item.height-500 {
    height: auto;
  }
}
.home-page .depositions .deposition .box .deposition-item.height-300 {
  height: auto;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box .deposition-item.height-300 {
    height: auto;
  }
}
.home-page .depositions .deposition .box .deposition-item p {
  color: #0f1819;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box .deposition-item p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.home-page .depositions .deposition .box .deposition-item p.name,
.home-page .depositions .deposition .box .deposition-item p.work {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 414px) {
  .home-page .depositions .deposition .box .deposition-item p.name,
  .home-page .depositions .deposition .box .deposition-item p.work {
    font-size: 16px;
  }
}
.home-page .depositions .deposition .box .deposition-item.__last {
  left: -100%;
}
.home-page .depositions .deposition .box .deposition-item.__active {
  left: 0%;
  opacity: 1;
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}
.legal-stuff-page .privacy {
  padding-bottom: 50px;
}
.legal-stuff-page .privacy h3 {
  color: #0f1819;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.legal-stuff-page .privacy p {
  color: #6d6e71;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 414px) {
  .shop-promos-page .promos {
    flex-direction: column;
  }
}
.shop-promos-page .promos .left,
.shop-promos-page .promos .right {
  background-size: cover;
  width: 50%;
}
@media (max-width: 414px) {
  .shop-promos-page .promos .left,
  .shop-promos-page .promos .right {
    width: 100%;
  }
}
.shop-promos-page .promos .left .__content,
.shop-promos-page .promos .right .__content {
  height: 750px;
}
.shop-promos-page .promos .left .__content p,
.shop-promos-page .promos .right .__content p {
  color: #fff;
  font-size: 20px;
}
.shop-promos-page .promos .left .__content .title,
.shop-promos-page .promos .right .__content .title {
  font-family: 'Zuume';
  font-size: 70px;
  font-weight: bold;
}
.shop-promos-page .promos .left {
  background: url("../images/usa.png") no-repeat center;
}
.shop-promos-page .promos .right {
  background: url("../images/canada.png") no-repeat center;
}
.solutions-page .text-section {
  margin-top: 60px;
  padding: 40px 0;
}
@media (max-width: 414px) {
  .solutions-page .text-section {
    margin-top: 0px;
  }
  .solutions-page .text-section .__content {
    flex-direction: column;
  }
  .solutions-page .text-section .__content .text {
    width: 100%;
  }
}
.solutions-page .text-section .text {
  color: #6d6e71;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 50%;
}
.solutions-page .text-section .text p + p {
  margin-bottom: 20px;
}
.solutions-page .text-section .text .title {
  color: #0f1819;
  font-family: 'Zuume';
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 5px;
}
.solutions-page .text-section img {
  display: block;
  width: 45%;
}
@media (max-width: 414px) {
  .solutions-page .text-section img {
    display: none;
    width: 100%;
  }
}
.solutions-page .text-section .-mobile {
  display: none;
}
@media (max-width: 414px) {
  .solutions-page .text-section .-mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.solutions-page .items {
  padding-bottom: 50px;
}
.solutions-page .items .items-wrap .item {
  align-items: center;
  background: #0f1819;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  min-height: 340px;
  padding: 35px;
  transition: 0.4s background ease;
  width: 280px;
}
.solutions-page .items .items-wrap .item:hover {
  background: #f18f3d;
}
.solutions-page .items .items-wrap .item p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
