@charset "UTF-8";
.m-0 {
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .m-m-0 {
    margin: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-0 {
    margin: 0px;
  }
}

.p-0 {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .p-m-0 {
    padding: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-0 {
    padding: 0px;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-0 {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-0 {
    margin-left: 0px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-0 {
    padding-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-0 {
    padding-left: 0px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-0 {
    margin-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-0 {
    margin-right: 0px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-0 {
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-0 {
    padding-right: 0px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-0 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-0 {
    margin-top: 0px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-0 {
    padding-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-0 {
    padding-top: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-0 {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-0 {
    margin-bottom: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-0 {
    padding-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-0 {
    padding-bottom: 0px !important;
  }
}

.mx-0 {
  margin: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .mx-m-0 {
    margin: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-0 {
    margin: 0 0px 0 0px;
  }
}

.my-0 {
  margin: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-0 {
    margin: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-0 {
    margin: 0px 0 0px 0;
  }
}

.px-0 {
  padding: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .px-m-0 {
    padding: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-0 {
    padding: 0 0px 0 0px;
  }
}

.py-0 {
  padding: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-0 {
    padding: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-0 {
    padding: 0px 0 0px 0;
  }
}

.m-1 {
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .m-m-1 {
    margin: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-1 {
    margin: 5px;
  }
}

.p-1 {
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .p-m-1 {
    padding: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-1 {
    padding: 5px;
  }
}

.ml-1 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-1 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-1 {
    margin-left: 5px !important;
  }
}

.pl-1 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-1 {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-1 {
    padding-left: 5px !important;
  }
}

.mr-1 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-1 {
    margin-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-1 {
    margin-right: 5px !important;
  }
}

.pr-1 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-1 {
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-1 {
    padding-right: 5px !important;
  }
}

.mt-1 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-1 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-1 {
    margin-top: 5px !important;
  }
}

.pt-1 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-1 {
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-1 {
    padding-top: 5px !important;
  }
}

.mb-1 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-1 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-1 {
    margin-bottom: 5px !important;
  }
}

.pb-1 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-1 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-1 {
    padding-bottom: 5px !important;
  }
}

.mx-1 {
  margin: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .mx-m-1 {
    margin: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-1 {
    margin: 0 5px 0 5px;
  }
}

.my-1 {
  margin: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-1 {
    margin: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-1 {
    margin: 5px 0 5px 0;
  }
}

.px-1 {
  padding: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .px-m-1 {
    padding: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-1 {
    padding: 0 5px 0 5px;
  }
}

.py-1 {
  padding: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-1 {
    padding: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-1 {
    padding: 5px 0 5px 0;
  }
}

.m-2 {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .m-m-2 {
    margin: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-2 {
    margin: 10px;
  }
}

.p-2 {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .p-m-2 {
    padding: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-2 {
    padding: 10px;
  }
}

.ml-2 {
  margin-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-2 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-2 {
    margin-left: 10px !important;
  }
}

.pl-2 {
  padding-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-2 {
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-2 {
    padding-left: 10px !important;
  }
}

.mr-2 {
  margin-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-2 {
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-2 {
    margin-right: 10px !important;
  }
}

.pr-2 {
  padding-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-2 {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-2 {
    padding-right: 10px !important;
  }
}

.mt-2 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-2 {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-2 {
    margin-top: 10px !important;
  }
}

.pt-2 {
  padding-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-2 {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-2 {
    padding-top: 10px !important;
  }
}

.mb-2 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-2 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-2 {
    margin-bottom: 10px !important;
  }
}

.pb-2 {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-2 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-2 {
    padding-bottom: 10px !important;
  }
}

.mx-2 {
  margin: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .mx-m-2 {
    margin: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-2 {
    margin: 0 10px 0 10px;
  }
}

.my-2 {
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-2 {
    margin: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-2 {
    margin: 10px 0 10px 0;
  }
}

.px-2 {
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .px-m-2 {
    padding: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-2 {
    padding: 0 10px 0 10px;
  }
}

.py-2 {
  padding: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-2 {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-2 {
    padding: 10px 0 10px 0;
  }
}

.m-3 {
  margin: 15px;
}

@media only screen and (max-width: 767px) {
  .m-m-3 {
    margin: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-3 {
    margin: 15px;
  }
}

.p-3 {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-m-3 {
    padding: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-3 {
    padding: 15px;
  }
}

.ml-3 {
  margin-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-3 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-3 {
    margin-left: 15px !important;
  }
}

.pl-3 {
  padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-3 {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-3 {
    padding-left: 15px !important;
  }
}

.mr-3 {
  margin-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-3 {
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-3 {
    margin-right: 15px !important;
  }
}

.pr-3 {
  padding-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-3 {
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-3 {
    padding-right: 15px !important;
  }
}

.mt-3 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-3 {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-3 {
    margin-top: 15px !important;
  }
}

.pt-3 {
  padding-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-3 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-3 {
    padding-top: 15px !important;
  }
}

.mb-3 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-3 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-3 {
    margin-bottom: 15px !important;
  }
}

.pb-3 {
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-3 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-3 {
    padding-bottom: 15px !important;
  }
}

.mx-3 {
  margin: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .mx-m-3 {
    margin: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-3 {
    margin: 0 15px 0 15px;
  }
}

.my-3 {
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-3 {
    margin: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-3 {
    margin: 15px 0 15px 0;
  }
}

.px-3 {
  padding: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .px-m-3 {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-3 {
    padding: 0 15px 0 15px;
  }
}

.py-3 {
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-3 {
    padding: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-3 {
    padding: 15px 0 15px 0;
  }
}

.m-4 {
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .m-m-4 {
    margin: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-4 {
    margin: 20px;
  }
}

.p-4 {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .p-m-4 {
    padding: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-4 {
    padding: 20px;
  }
}

.ml-4 {
  margin-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-4 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-4 {
    margin-left: 20px !important;
  }
}

.pl-4 {
  padding-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-4 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-4 {
    padding-left: 20px !important;
  }
}

.mr-4 {
  margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-4 {
    margin-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-4 {
    margin-right: 20px !important;
  }
}

.pr-4 {
  padding-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-4 {
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-4 {
    padding-right: 20px !important;
  }
}

.mt-4 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-4 {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-4 {
    margin-top: 20px !important;
  }
}

.pt-4 {
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-4 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-4 {
    padding-top: 20px !important;
  }
}

.mb-4 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-4 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-4 {
    margin-bottom: 20px !important;
  }
}

.pb-4 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-4 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-4 {
    padding-bottom: 20px !important;
  }
}

.mx-4 {
  margin: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .mx-m-4 {
    margin: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-4 {
    margin: 0 20px 0 20px;
  }
}

.my-4 {
  margin: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-4 {
    margin: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-4 {
    margin: 20px 0 20px 0;
  }
}

.px-4 {
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .px-m-4 {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-4 {
    padding: 0 20px 0 20px;
  }
}

.py-4 {
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-4 {
    padding: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-4 {
    padding: 20px 0 20px 0;
  }
}

.m-5 {
  margin: 25px;
}

@media only screen and (max-width: 767px) {
  .m-m-5 {
    margin: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-5 {
    margin: 25px;
  }
}

.p-5 {
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .p-m-5 {
    padding: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-5 {
    padding: 25px;
  }
}

.ml-5 {
  margin-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-5 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-5 {
    margin-left: 25px !important;
  }
}

.pl-5 {
  padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-5 {
    padding-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-5 {
    padding-left: 25px !important;
  }
}

.mr-5 {
  margin-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-5 {
    margin-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-5 {
    margin-right: 25px !important;
  }
}

.pr-5 {
  padding-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-5 {
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-5 {
    padding-right: 25px !important;
  }
}

.mt-5 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-5 {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-5 {
    margin-top: 25px !important;
  }
}

.pt-5 {
  padding-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-5 {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-5 {
    padding-top: 25px !important;
  }
}

.mb-5 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-5 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-5 {
    margin-bottom: 25px !important;
  }
}

.pb-5 {
  padding-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-5 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-5 {
    padding-bottom: 25px !important;
  }
}

.mx-5 {
  margin: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .mx-m-5 {
    margin: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-5 {
    margin: 0 25px 0 25px;
  }
}

.my-5 {
  margin: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-5 {
    margin: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-5 {
    margin: 25px 0 25px 0;
  }
}

.px-5 {
  padding: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .px-m-5 {
    padding: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-5 {
    padding: 0 25px 0 25px;
  }
}

.py-5 {
  padding: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-5 {
    padding: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-5 {
    padding: 25px 0 25px 0;
  }
}

.m-6 {
  margin: 30px;
}

@media only screen and (max-width: 767px) {
  .m-m-6 {
    margin: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-6 {
    margin: 30px;
  }
}

.p-6 {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .p-m-6 {
    padding: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-6 {
    padding: 30px;
  }
}

.ml-6 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-6 {
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-6 {
    margin-left: 30px !important;
  }
}

.pl-6 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-6 {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-6 {
    padding-left: 30px !important;
  }
}

.mr-6 {
  margin-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-6 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-6 {
    margin-right: 30px !important;
  }
}

.pr-6 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-6 {
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-6 {
    padding-right: 30px !important;
  }
}

.mt-6 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-6 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-6 {
    margin-top: 30px !important;
  }
}

.pt-6 {
  padding-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-6 {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-6 {
    padding-top: 30px !important;
  }
}

.mb-6 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-6 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-6 {
    margin-bottom: 30px !important;
  }
}

.pb-6 {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-6 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-6 {
    padding-bottom: 30px !important;
  }
}

.mx-6 {
  margin: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .mx-m-6 {
    margin: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-6 {
    margin: 0 30px 0 30px;
  }
}

.my-6 {
  margin: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-6 {
    margin: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-6 {
    margin: 30px 0 30px 0;
  }
}

.px-6 {
  padding: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .px-m-6 {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-6 {
    padding: 0 30px 0 30px;
  }
}

.py-6 {
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-6 {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-6 {
    padding: 30px 0 30px 0;
  }
}

.m-7 {
  margin: 35px;
}

@media only screen and (max-width: 767px) {
  .m-m-7 {
    margin: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-7 {
    margin: 35px;
  }
}

.p-7 {
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .p-m-7 {
    padding: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-7 {
    padding: 35px;
  }
}

.ml-7 {
  margin-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-7 {
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-7 {
    margin-left: 35px !important;
  }
}

.pl-7 {
  padding-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-7 {
    padding-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-7 {
    padding-left: 35px !important;
  }
}

.mr-7 {
  margin-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-7 {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-7 {
    margin-right: 35px !important;
  }
}

.pr-7 {
  padding-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-7 {
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-7 {
    padding-right: 35px !important;
  }
}

.mt-7 {
  margin-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-7 {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-7 {
    margin-top: 35px !important;
  }
}

.pt-7 {
  padding-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-7 {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-7 {
    padding-top: 35px !important;
  }
}

.mb-7 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-7 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-7 {
    margin-bottom: 35px !important;
  }
}

.pb-7 {
  padding-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-7 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-7 {
    padding-bottom: 35px !important;
  }
}

.mx-7 {
  margin: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .mx-m-7 {
    margin: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-7 {
    margin: 0 35px 0 35px;
  }
}

.my-7 {
  margin: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-7 {
    margin: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-7 {
    margin: 35px 0 35px 0;
  }
}

.px-7 {
  padding: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .px-m-7 {
    padding: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-7 {
    padding: 0 35px 0 35px;
  }
}

.py-7 {
  padding: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-7 {
    padding: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-7 {
    padding: 35px 0 35px 0;
  }
}

.m-8 {
  margin: 40px;
}

@media only screen and (max-width: 767px) {
  .m-m-8 {
    margin: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-8 {
    margin: 40px;
  }
}

.p-8 {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .p-m-8 {
    padding: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-8 {
    padding: 40px;
  }
}

.ml-8 {
  margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-8 {
    margin-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-8 {
    margin-left: 40px !important;
  }
}

.pl-8 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-8 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-8 {
    padding-left: 40px !important;
  }
}

.mr-8 {
  margin-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-8 {
    margin-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-8 {
    margin-right: 40px !important;
  }
}

.pr-8 {
  padding-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-8 {
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-8 {
    padding-right: 40px !important;
  }
}

.mt-8 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-8 {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-8 {
    margin-top: 40px !important;
  }
}

.pt-8 {
  padding-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-8 {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-8 {
    padding-top: 40px !important;
  }
}

.mb-8 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-8 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-8 {
    margin-bottom: 40px !important;
  }
}

.pb-8 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-8 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-8 {
    padding-bottom: 40px !important;
  }
}

.mx-8 {
  margin: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .mx-m-8 {
    margin: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-8 {
    margin: 0 40px 0 40px;
  }
}

.my-8 {
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-8 {
    margin: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-8 {
    margin: 40px 0 40px 0;
  }
}

.px-8 {
  padding: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .px-m-8 {
    padding: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-8 {
    padding: 0 40px 0 40px;
  }
}

.py-8 {
  padding: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-8 {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-8 {
    padding: 40px 0 40px 0;
  }
}

.m-9 {
  margin: 45px;
}

@media only screen and (max-width: 767px) {
  .m-m-9 {
    margin: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-9 {
    margin: 45px;
  }
}

.p-9 {
  padding: 45px;
}

@media only screen and (max-width: 767px) {
  .p-m-9 {
    padding: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-9 {
    padding: 45px;
  }
}

.ml-9 {
  margin-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-9 {
    margin-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-9 {
    margin-left: 45px !important;
  }
}

.pl-9 {
  padding-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-9 {
    padding-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-9 {
    padding-left: 45px !important;
  }
}

.mr-9 {
  margin-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-9 {
    margin-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-9 {
    margin-right: 45px !important;
  }
}

.pr-9 {
  padding-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-9 {
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-9 {
    padding-right: 45px !important;
  }
}

.mt-9 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-9 {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-9 {
    margin-top: 45px !important;
  }
}

.pt-9 {
  padding-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-9 {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-9 {
    padding-top: 45px !important;
  }
}

.mb-9 {
  margin-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-9 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-9 {
    margin-bottom: 45px !important;
  }
}

.pb-9 {
  padding-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-9 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-9 {
    padding-bottom: 45px !important;
  }
}

.mx-9 {
  margin: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .mx-m-9 {
    margin: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-9 {
    margin: 0 45px 0 45px;
  }
}

.my-9 {
  margin: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-9 {
    margin: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-9 {
    margin: 45px 0 45px 0;
  }
}

.px-9 {
  padding: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .px-m-9 {
    padding: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-9 {
    padding: 0 45px 0 45px;
  }
}

.py-9 {
  padding: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-9 {
    padding: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-9 {
    padding: 45px 0 45px 0;
  }
}

.m-10 {
  margin: 50px;
}

@media only screen and (max-width: 767px) {
  .m-m-10 {
    margin: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-10 {
    margin: 50px;
  }
}

.p-10 {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .p-m-10 {
    padding: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-10 {
    padding: 50px;
  }
}

.ml-10 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-10 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-10 {
    margin-left: 50px !important;
  }
}

.pl-10 {
  padding-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-10 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-10 {
    padding-left: 50px !important;
  }
}

.mr-10 {
  margin-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-10 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-10 {
    margin-right: 50px !important;
  }
}

.pr-10 {
  padding-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-10 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-10 {
    padding-right: 50px !important;
  }
}

.mt-10 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-10 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-10 {
    margin-top: 50px !important;
  }
}

.pt-10 {
  padding-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-10 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-10 {
    padding-top: 50px !important;
  }
}

.mb-10 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-10 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-10 {
    margin-bottom: 50px !important;
  }
}

.pb-10 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-10 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-10 {
    padding-bottom: 50px !important;
  }
}

.mx-10 {
  margin: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .mx-m-10 {
    margin: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-10 {
    margin: 0 50px 0 50px;
  }
}

.my-10 {
  margin: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-10 {
    margin: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-10 {
    margin: 50px 0 50px 0;
  }
}

.px-10 {
  padding: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .px-m-10 {
    padding: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-10 {
    padding: 0 50px 0 50px;
  }
}

.py-10 {
  padding: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-10 {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-10 {
    padding: 50px 0 50px 0;
  }
}

.m-11 {
  margin: 55px;
}

@media only screen and (max-width: 767px) {
  .m-m-11 {
    margin: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-11 {
    margin: 55px;
  }
}

.p-11 {
  padding: 55px;
}

@media only screen and (max-width: 767px) {
  .p-m-11 {
    padding: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-11 {
    padding: 55px;
  }
}

.ml-11 {
  margin-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-11 {
    margin-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-11 {
    margin-left: 55px !important;
  }
}

.pl-11 {
  padding-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-11 {
    padding-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-11 {
    padding-left: 55px !important;
  }
}

.mr-11 {
  margin-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-11 {
    margin-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-11 {
    margin-right: 55px !important;
  }
}

.pr-11 {
  padding-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-11 {
    padding-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-11 {
    padding-right: 55px !important;
  }
}

.mt-11 {
  margin-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-11 {
    margin-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-11 {
    margin-top: 55px !important;
  }
}

.pt-11 {
  padding-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-11 {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-11 {
    padding-top: 55px !important;
  }
}

.mb-11 {
  margin-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-11 {
    margin-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-11 {
    margin-bottom: 55px !important;
  }
}

.pb-11 {
  padding-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-11 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-11 {
    padding-bottom: 55px !important;
  }
}

.mx-11 {
  margin: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .mx-m-11 {
    margin: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-11 {
    margin: 0 55px 0 55px;
  }
}

.my-11 {
  margin: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-11 {
    margin: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-11 {
    margin: 55px 0 55px 0;
  }
}

.px-11 {
  padding: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .px-m-11 {
    padding: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-11 {
    padding: 0 55px 0 55px;
  }
}

.py-11 {
  padding: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-11 {
    padding: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-11 {
    padding: 55px 0 55px 0;
  }
}

.m-12 {
  margin: 60px;
}

@media only screen and (max-width: 767px) {
  .m-m-12 {
    margin: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-12 {
    margin: 60px;
  }
}

.p-12 {
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .p-m-12 {
    padding: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-12 {
    padding: 60px;
  }
}

.ml-12 {
  margin-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-12 {
    margin-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-12 {
    margin-left: 60px !important;
  }
}

.pl-12 {
  padding-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-12 {
    padding-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-12 {
    padding-left: 60px !important;
  }
}

.mr-12 {
  margin-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-12 {
    margin-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-12 {
    margin-right: 60px !important;
  }
}

.pr-12 {
  padding-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-12 {
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-12 {
    padding-right: 60px !important;
  }
}

.mt-12 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-12 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-12 {
    margin-top: 60px !important;
  }
}

.pt-12 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-12 {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-12 {
    padding-top: 60px !important;
  }
}

.mb-12 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-12 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-12 {
    margin-bottom: 60px !important;
  }
}

.pb-12 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-12 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-12 {
    padding-bottom: 60px !important;
  }
}

.mx-12 {
  margin: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .mx-m-12 {
    margin: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-12 {
    margin: 0 60px 0 60px;
  }
}

.my-12 {
  margin: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-12 {
    margin: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-12 {
    margin: 60px 0 60px 0;
  }
}

.px-12 {
  padding: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .px-m-12 {
    padding: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-12 {
    padding: 0 60px 0 60px;
  }
}

.py-12 {
  padding: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-12 {
    padding: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-12 {
    padding: 60px 0 60px 0;
  }
}

.m-13 {
  margin: 65px;
}

@media only screen and (max-width: 767px) {
  .m-m-13 {
    margin: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-13 {
    margin: 65px;
  }
}

.p-13 {
  padding: 65px;
}

@media only screen and (max-width: 767px) {
  .p-m-13 {
    padding: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-13 {
    padding: 65px;
  }
}

.ml-13 {
  margin-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-13 {
    margin-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-13 {
    margin-left: 65px !important;
  }
}

.pl-13 {
  padding-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-13 {
    padding-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-13 {
    padding-left: 65px !important;
  }
}

.mr-13 {
  margin-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-13 {
    margin-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-13 {
    margin-right: 65px !important;
  }
}

.pr-13 {
  padding-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-13 {
    padding-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-13 {
    padding-right: 65px !important;
  }
}

.mt-13 {
  margin-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-13 {
    margin-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-13 {
    margin-top: 65px !important;
  }
}

.pt-13 {
  padding-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-13 {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-13 {
    padding-top: 65px !important;
  }
}

.mb-13 {
  margin-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-13 {
    margin-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-13 {
    margin-bottom: 65px !important;
  }
}

.pb-13 {
  padding-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-13 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-13 {
    padding-bottom: 65px !important;
  }
}

.mx-13 {
  margin: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .mx-m-13 {
    margin: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-13 {
    margin: 0 65px 0 65px;
  }
}

.my-13 {
  margin: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-13 {
    margin: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-13 {
    margin: 65px 0 65px 0;
  }
}

.px-13 {
  padding: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .px-m-13 {
    padding: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-13 {
    padding: 0 65px 0 65px;
  }
}

.py-13 {
  padding: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-13 {
    padding: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-13 {
    padding: 65px 0 65px 0;
  }
}

.m-14 {
  margin: 70px;
}

@media only screen and (max-width: 767px) {
  .m-m-14 {
    margin: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-14 {
    margin: 70px;
  }
}

.p-14 {
  padding: 70px;
}

@media only screen and (max-width: 767px) {
  .p-m-14 {
    padding: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-14 {
    padding: 70px;
  }
}

.ml-14 {
  margin-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-14 {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-14 {
    margin-left: 70px !important;
  }
}

.pl-14 {
  padding-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-14 {
    padding-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-14 {
    padding-left: 70px !important;
  }
}

.mr-14 {
  margin-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-14 {
    margin-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-14 {
    margin-right: 70px !important;
  }
}

.pr-14 {
  padding-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-14 {
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-14 {
    padding-right: 70px !important;
  }
}

.mt-14 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-14 {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-14 {
    margin-top: 70px !important;
  }
}

.pt-14 {
  padding-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-14 {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-14 {
    padding-top: 70px !important;
  }
}

.mb-14 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-14 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-14 {
    margin-bottom: 70px !important;
  }
}

.pb-14 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-14 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-14 {
    padding-bottom: 70px !important;
  }
}

.mx-14 {
  margin: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .mx-m-14 {
    margin: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-14 {
    margin: 0 70px 0 70px;
  }
}

.my-14 {
  margin: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-14 {
    margin: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-14 {
    margin: 70px 0 70px 0;
  }
}

.px-14 {
  padding: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .px-m-14 {
    padding: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-14 {
    padding: 0 70px 0 70px;
  }
}

.py-14 {
  padding: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-14 {
    padding: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-14 {
    padding: 70px 0 70px 0;
  }
}

.m-15 {
  margin: 75px;
}

@media only screen and (max-width: 767px) {
  .m-m-15 {
    margin: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-15 {
    margin: 75px;
  }
}

.p-15 {
  padding: 75px;
}

@media only screen and (max-width: 767px) {
  .p-m-15 {
    padding: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-15 {
    padding: 75px;
  }
}

.ml-15 {
  margin-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-15 {
    margin-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-15 {
    margin-left: 75px !important;
  }
}

.pl-15 {
  padding-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-15 {
    padding-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-15 {
    padding-left: 75px !important;
  }
}

.mr-15 {
  margin-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-15 {
    margin-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-15 {
    margin-right: 75px !important;
  }
}

.pr-15 {
  padding-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-15 {
    padding-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-15 {
    padding-right: 75px !important;
  }
}

.mt-15 {
  margin-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-15 {
    margin-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-15 {
    margin-top: 75px !important;
  }
}

.pt-15 {
  padding-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-15 {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-15 {
    padding-top: 75px !important;
  }
}

.mb-15 {
  margin-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-15 {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-15 {
    margin-bottom: 75px !important;
  }
}

.pb-15 {
  padding-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-15 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-15 {
    padding-bottom: 75px !important;
  }
}

.mx-15 {
  margin: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .mx-m-15 {
    margin: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-15 {
    margin: 0 75px 0 75px;
  }
}

.my-15 {
  margin: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-15 {
    margin: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-15 {
    margin: 75px 0 75px 0;
  }
}

.px-15 {
  padding: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .px-m-15 {
    padding: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-15 {
    padding: 0 75px 0 75px;
  }
}

.py-15 {
  padding: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-15 {
    padding: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-15 {
    padding: 75px 0 75px 0;
  }
}

.m-16 {
  margin: 80px;
}

@media only screen and (max-width: 767px) {
  .m-m-16 {
    margin: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-16 {
    margin: 80px;
  }
}

.p-16 {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .p-m-16 {
    padding: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-16 {
    padding: 80px;
  }
}

.ml-16 {
  margin-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-16 {
    margin-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-16 {
    margin-left: 80px !important;
  }
}

.pl-16 {
  padding-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-16 {
    padding-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-16 {
    padding-left: 80px !important;
  }
}

.mr-16 {
  margin-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-16 {
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-16 {
    margin-right: 80px !important;
  }
}

.pr-16 {
  padding-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-16 {
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-16 {
    padding-right: 80px !important;
  }
}

.mt-16 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-16 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-16 {
    margin-top: 80px !important;
  }
}

.pt-16 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-16 {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-16 {
    padding-top: 80px !important;
  }
}

.mb-16 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-16 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-16 {
    margin-bottom: 80px !important;
  }
}

.pb-16 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-16 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-16 {
    padding-bottom: 80px !important;
  }
}

.mx-16 {
  margin: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .mx-m-16 {
    margin: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-16 {
    margin: 0 80px 0 80px;
  }
}

.my-16 {
  margin: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-16 {
    margin: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-16 {
    margin: 80px 0 80px 0;
  }
}

.px-16 {
  padding: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .px-m-16 {
    padding: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-16 {
    padding: 0 80px 0 80px;
  }
}

.py-16 {
  padding: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-16 {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-16 {
    padding: 80px 0 80px 0;
  }
}

.img-5 {
  width: 5px;
}

.img-10 {
  width: 10px;
}

.img-15 {
  width: 15px;
}

.img-20 {
  width: 20px;
}

.img-25 {
  width: 25px;
}

.img-30 {
  width: 30px;
}

.flex {
  display: flex;
}

.inline {
  display: inline-flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.y-flex-start {
  align-items: flex-start;
}

.y-flex-end {
  align-items: flex-end;
}

.y-flex-center {
  align-items: center;
}

.y-flex-baseline {
  align-items: baseline;
}

.y-flex-stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.col-m-1 {
  flex: 1 1 100%;
}

@media only screen and (min-width: 767px) {
  .col-d-1 {
    flex: 1 1 100%;
  }
}

.col-m-2 {
  flex: 1 1 calc(100% / 2 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-2 {
    flex: 1 1 calc(100% / 2 - 3%);
  }
}

.col-m-3 {
  flex: 1 1 calc(100% / 3 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-3 {
    flex: 1 1 calc(100% / 3 - 3%);
  }
}

.col-m-4 {
  flex: 1 1 calc(100% / 4 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-4 {
    flex: 1 1 calc(100% / 4 - 3%);
  }
}

.col-m-5 {
  flex: 1 1 calc(100% / 5 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-5 {
    flex: 1 1 calc(100% / 5 - 3%);
  }
}

.col-m-6 {
  flex: 1 1 calc(100% / 6 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-6 {
    flex: 1 1 calc(100% / 6 - 3%);
  }
}

.col-m-7 {
  flex: 1 1 calc(100% / 7 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-7 {
    flex: 1 1 calc(100% / 7 - 3%);
  }
}

.col-m-8 {
  flex: 1 1 calc(100% / 8 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-8 {
    flex: 1 1 calc(100% / 8 - 3%);
  }
}

.col-m-9 {
  flex: 1 1 calc(100% / 9 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-9 {
    flex: 1 1 calc(100% / 9 - 3%);
  }
}

.col-m-10 {
  flex: 1 1 calc(100% / 10 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-10 {
    flex: 1 1 calc(100% / 10 - 3%);
  }
}

.col-m-11 {
  flex: 1 1 calc(100% / 11 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-11 {
    flex: 1 1 calc(100% / 11 - 3%);
  }
}

.col-m-12 {
  flex: 1 1 calc(100% / 12 - 4%);
}

@media only screen and (min-width: 767px) {
  .col-d-12 {
    flex: 1 1 calc(100% / 12 - 3%);
  }
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

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

.t-justify {
  text-align: justify;
}

.fw-m-1 {
  font-weight: 100;
}

@media only screen and (min-width: 767px) {
  .fw-d-1 {
    font-weight: 100;
  }
}

.fw-m-2 {
  font-weight: 200;
}

@media only screen and (min-width: 767px) {
  .fw-d-2 {
    font-weight: 200;
  }
}

.fw-m-3 {
  font-weight: 300;
}

@media only screen and (min-width: 767px) {
  .fw-d-3 {
    font-weight: 300;
  }
}

.fw-m-4 {
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .fw-d-4 {
    font-weight: 400;
  }
}

.fw-m-5 {
  font-weight: 500;
}

@media only screen and (min-width: 767px) {
  .fw-d-5 {
    font-weight: 500;
  }
}

.fw-m-6 {
  font-weight: 600;
}

@media only screen and (min-width: 767px) {
  .fw-d-6 {
    font-weight: 600;
  }
}

.fw-m-7 {
  font-weight: 700;
}

@media only screen and (min-width: 767px) {
  .fw-d-7 {
    font-weight: 700;
  }
}

.fw-m-8 {
  font-weight: 800;
}

@media only screen and (min-width: 767px) {
  .fw-d-8 {
    font-weight: 800;
  }
}

.fw-m-9 {
  font-weight: 900;
}

@media only screen and (min-width: 767px) {
  .fw-d-9 {
    font-weight: 900;
  }
}

.fw-m-10 {
  font-weight: 1000;
}

@media only screen and (min-width: 767px) {
  .fw-d-10 {
    font-weight: 1000;
  }
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.none {
  text-transform: none;
}

.m-0 {
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .m-m-0 {
    margin: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-0 {
    margin: 0px;
  }
}

.p-0 {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .p-m-0 {
    padding: 0px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-0 {
    padding: 0px;
  }
}

.ml-0 {
  margin-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-0 {
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-0 {
    margin-left: 0px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-0 {
    padding-left: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-0 {
    padding-left: 0px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-0 {
    margin-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-0 {
    margin-right: 0px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-0 {
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-0 {
    padding-right: 0px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-0 {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-0 {
    margin-top: 0px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-0 {
    padding-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-0 {
    padding-top: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-0 {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-0 {
    margin-bottom: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-0 {
    padding-bottom: 0px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-0 {
    padding-bottom: 0px !important;
  }
}

.mx-0 {
  margin: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .mx-m-0 {
    margin: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-0 {
    margin: 0 0px 0 0px;
  }
}

.my-0 {
  margin: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-0 {
    margin: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-0 {
    margin: 0px 0 0px 0;
  }
}

.px-0 {
  padding: 0 0px 0 0px;
}

@media only screen and (max-width: 767px) {
  .px-m-0 {
    padding: 0 0px 0 0px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-0 {
    padding: 0 0px 0 0px;
  }
}

.py-0 {
  padding: 0px 0 0px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-0 {
    padding: 0px 0 0px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-0 {
    padding: 0px 0 0px 0;
  }
}

.m-1 {
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .m-m-1 {
    margin: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-1 {
    margin: 5px;
  }
}

.p-1 {
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .p-m-1 {
    padding: 5px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-1 {
    padding: 5px;
  }
}

.ml-1 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-1 {
    margin-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-1 {
    margin-left: 5px !important;
  }
}

.pl-1 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-1 {
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-1 {
    padding-left: 5px !important;
  }
}

.mr-1 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-1 {
    margin-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-1 {
    margin-right: 5px !important;
  }
}

.pr-1 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-1 {
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-1 {
    padding-right: 5px !important;
  }
}

.mt-1 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-1 {
    margin-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-1 {
    margin-top: 5px !important;
  }
}

.pt-1 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-1 {
    padding-top: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-1 {
    padding-top: 5px !important;
  }
}

.mb-1 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-1 {
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-1 {
    margin-bottom: 5px !important;
  }
}

.pb-1 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-1 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-1 {
    padding-bottom: 5px !important;
  }
}

.mx-1 {
  margin: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .mx-m-1 {
    margin: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-1 {
    margin: 0 5px 0 5px;
  }
}

.my-1 {
  margin: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-1 {
    margin: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-1 {
    margin: 5px 0 5px 0;
  }
}

.px-1 {
  padding: 0 5px 0 5px;
}

@media only screen and (max-width: 767px) {
  .px-m-1 {
    padding: 0 5px 0 5px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-1 {
    padding: 0 5px 0 5px;
  }
}

.py-1 {
  padding: 5px 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-1 {
    padding: 5px 0 5px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-1 {
    padding: 5px 0 5px 0;
  }
}

.m-2 {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .m-m-2 {
    margin: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-2 {
    margin: 10px;
  }
}

.p-2 {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .p-m-2 {
    padding: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-2 {
    padding: 10px;
  }
}

.ml-2 {
  margin-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-2 {
    margin-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-2 {
    margin-left: 10px !important;
  }
}

.pl-2 {
  padding-left: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-2 {
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-2 {
    padding-left: 10px !important;
  }
}

.mr-2 {
  margin-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-2 {
    margin-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-2 {
    margin-right: 10px !important;
  }
}

.pr-2 {
  padding-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-2 {
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-2 {
    padding-right: 10px !important;
  }
}

.mt-2 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-2 {
    margin-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-2 {
    margin-top: 10px !important;
  }
}

.pt-2 {
  padding-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-2 {
    padding-top: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-2 {
    padding-top: 10px !important;
  }
}

.mb-2 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-2 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-2 {
    margin-bottom: 10px !important;
  }
}

.pb-2 {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-2 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-2 {
    padding-bottom: 10px !important;
  }
}

.mx-2 {
  margin: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .mx-m-2 {
    margin: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-2 {
    margin: 0 10px 0 10px;
  }
}

.my-2 {
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-2 {
    margin: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-2 {
    margin: 10px 0 10px 0;
  }
}

.px-2 {
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .px-m-2 {
    padding: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-2 {
    padding: 0 10px 0 10px;
  }
}

.py-2 {
  padding: 10px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-2 {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-2 {
    padding: 10px 0 10px 0;
  }
}

.m-3 {
  margin: 15px;
}

@media only screen and (max-width: 767px) {
  .m-m-3 {
    margin: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-3 {
    margin: 15px;
  }
}

.p-3 {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-m-3 {
    padding: 15px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-3 {
    padding: 15px;
  }
}

.ml-3 {
  margin-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-3 {
    margin-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-3 {
    margin-left: 15px !important;
  }
}

.pl-3 {
  padding-left: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-3 {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-3 {
    padding-left: 15px !important;
  }
}

.mr-3 {
  margin-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-3 {
    margin-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-3 {
    margin-right: 15px !important;
  }
}

.pr-3 {
  padding-right: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-3 {
    padding-right: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-3 {
    padding-right: 15px !important;
  }
}

.mt-3 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-3 {
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-3 {
    margin-top: 15px !important;
  }
}

.pt-3 {
  padding-top: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-3 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-3 {
    padding-top: 15px !important;
  }
}

.mb-3 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-3 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-3 {
    margin-bottom: 15px !important;
  }
}

.pb-3 {
  padding-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-3 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-3 {
    padding-bottom: 15px !important;
  }
}

.mx-3 {
  margin: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .mx-m-3 {
    margin: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-3 {
    margin: 0 15px 0 15px;
  }
}

.my-3 {
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-3 {
    margin: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-3 {
    margin: 15px 0 15px 0;
  }
}

.px-3 {
  padding: 0 15px 0 15px;
}

@media only screen and (max-width: 767px) {
  .px-m-3 {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-3 {
    padding: 0 15px 0 15px;
  }
}

.py-3 {
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-3 {
    padding: 15px 0 15px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-3 {
    padding: 15px 0 15px 0;
  }
}

.m-4 {
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .m-m-4 {
    margin: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-4 {
    margin: 20px;
  }
}

.p-4 {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .p-m-4 {
    padding: 20px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-4 {
    padding: 20px;
  }
}

.ml-4 {
  margin-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-4 {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-4 {
    margin-left: 20px !important;
  }
}

.pl-4 {
  padding-left: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-4 {
    padding-left: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-4 {
    padding-left: 20px !important;
  }
}

.mr-4 {
  margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-4 {
    margin-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-4 {
    margin-right: 20px !important;
  }
}

.pr-4 {
  padding-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-4 {
    padding-right: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-4 {
    padding-right: 20px !important;
  }
}

.mt-4 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-4 {
    margin-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-4 {
    margin-top: 20px !important;
  }
}

.pt-4 {
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-4 {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-4 {
    padding-top: 20px !important;
  }
}

.mb-4 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-4 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-4 {
    margin-bottom: 20px !important;
  }
}

.pb-4 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-4 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-4 {
    padding-bottom: 20px !important;
  }
}

.mx-4 {
  margin: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .mx-m-4 {
    margin: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-4 {
    margin: 0 20px 0 20px;
  }
}

.my-4 {
  margin: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-4 {
    margin: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-4 {
    margin: 20px 0 20px 0;
  }
}

.px-4 {
  padding: 0 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .px-m-4 {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-4 {
    padding: 0 20px 0 20px;
  }
}

.py-4 {
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-4 {
    padding: 20px 0 20px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-4 {
    padding: 20px 0 20px 0;
  }
}

.m-5 {
  margin: 25px;
}

@media only screen and (max-width: 767px) {
  .m-m-5 {
    margin: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-5 {
    margin: 25px;
  }
}

.p-5 {
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .p-m-5 {
    padding: 25px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-5 {
    padding: 25px;
  }
}

.ml-5 {
  margin-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-5 {
    margin-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-5 {
    margin-left: 25px !important;
  }
}

.pl-5 {
  padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-5 {
    padding-left: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-5 {
    padding-left: 25px !important;
  }
}

.mr-5 {
  margin-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-5 {
    margin-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-5 {
    margin-right: 25px !important;
  }
}

.pr-5 {
  padding-right: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-5 {
    padding-right: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-5 {
    padding-right: 25px !important;
  }
}

.mt-5 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-5 {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-5 {
    margin-top: 25px !important;
  }
}

.pt-5 {
  padding-top: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-5 {
    padding-top: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-5 {
    padding-top: 25px !important;
  }
}

.mb-5 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-5 {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-5 {
    margin-bottom: 25px !important;
  }
}

.pb-5 {
  padding-bottom: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-5 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-5 {
    padding-bottom: 25px !important;
  }
}

.mx-5 {
  margin: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .mx-m-5 {
    margin: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-5 {
    margin: 0 25px 0 25px;
  }
}

.my-5 {
  margin: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-5 {
    margin: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-5 {
    margin: 25px 0 25px 0;
  }
}

.px-5 {
  padding: 0 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .px-m-5 {
    padding: 0 25px 0 25px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-5 {
    padding: 0 25px 0 25px;
  }
}

.py-5 {
  padding: 25px 0 25px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-5 {
    padding: 25px 0 25px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-5 {
    padding: 25px 0 25px 0;
  }
}

.m-6 {
  margin: 30px;
}

@media only screen and (max-width: 767px) {
  .m-m-6 {
    margin: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-6 {
    margin: 30px;
  }
}

.p-6 {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .p-m-6 {
    padding: 30px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-6 {
    padding: 30px;
  }
}

.ml-6 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-6 {
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-6 {
    margin-left: 30px !important;
  }
}

.pl-6 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-6 {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-6 {
    padding-left: 30px !important;
  }
}

.mr-6 {
  margin-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-6 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-6 {
    margin-right: 30px !important;
  }
}

.pr-6 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-6 {
    padding-right: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-6 {
    padding-right: 30px !important;
  }
}

.mt-6 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-6 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-6 {
    margin-top: 30px !important;
  }
}

.pt-6 {
  padding-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-6 {
    padding-top: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-6 {
    padding-top: 30px !important;
  }
}

.mb-6 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-6 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-6 {
    margin-bottom: 30px !important;
  }
}

.pb-6 {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-6 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-6 {
    padding-bottom: 30px !important;
  }
}

.mx-6 {
  margin: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .mx-m-6 {
    margin: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-6 {
    margin: 0 30px 0 30px;
  }
}

.my-6 {
  margin: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-6 {
    margin: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-6 {
    margin: 30px 0 30px 0;
  }
}

.px-6 {
  padding: 0 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .px-m-6 {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-6 {
    padding: 0 30px 0 30px;
  }
}

.py-6 {
  padding: 30px 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-6 {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-6 {
    padding: 30px 0 30px 0;
  }
}

.m-7 {
  margin: 35px;
}

@media only screen and (max-width: 767px) {
  .m-m-7 {
    margin: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-7 {
    margin: 35px;
  }
}

.p-7 {
  padding: 35px;
}

@media only screen and (max-width: 767px) {
  .p-m-7 {
    padding: 35px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-7 {
    padding: 35px;
  }
}

.ml-7 {
  margin-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-7 {
    margin-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-7 {
    margin-left: 35px !important;
  }
}

.pl-7 {
  padding-left: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-7 {
    padding-left: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-7 {
    padding-left: 35px !important;
  }
}

.mr-7 {
  margin-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-7 {
    margin-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-7 {
    margin-right: 35px !important;
  }
}

.pr-7 {
  padding-right: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-7 {
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-7 {
    padding-right: 35px !important;
  }
}

.mt-7 {
  margin-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-7 {
    margin-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-7 {
    margin-top: 35px !important;
  }
}

.pt-7 {
  padding-top: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-7 {
    padding-top: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-7 {
    padding-top: 35px !important;
  }
}

.mb-7 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-7 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-7 {
    margin-bottom: 35px !important;
  }
}

.pb-7 {
  padding-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-7 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-7 {
    padding-bottom: 35px !important;
  }
}

.mx-7 {
  margin: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .mx-m-7 {
    margin: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-7 {
    margin: 0 35px 0 35px;
  }
}

.my-7 {
  margin: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-7 {
    margin: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-7 {
    margin: 35px 0 35px 0;
  }
}

.px-7 {
  padding: 0 35px 0 35px;
}

@media only screen and (max-width: 767px) {
  .px-m-7 {
    padding: 0 35px 0 35px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-7 {
    padding: 0 35px 0 35px;
  }
}

.py-7 {
  padding: 35px 0 35px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-7 {
    padding: 35px 0 35px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-7 {
    padding: 35px 0 35px 0;
  }
}

.m-8 {
  margin: 40px;
}

@media only screen and (max-width: 767px) {
  .m-m-8 {
    margin: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-8 {
    margin: 40px;
  }
}

.p-8 {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .p-m-8 {
    padding: 40px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-8 {
    padding: 40px;
  }
}

.ml-8 {
  margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-8 {
    margin-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-8 {
    margin-left: 40px !important;
  }
}

.pl-8 {
  padding-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-8 {
    padding-left: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-8 {
    padding-left: 40px !important;
  }
}

.mr-8 {
  margin-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-8 {
    margin-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-8 {
    margin-right: 40px !important;
  }
}

.pr-8 {
  padding-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-8 {
    padding-right: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-8 {
    padding-right: 40px !important;
  }
}

.mt-8 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-8 {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-8 {
    margin-top: 40px !important;
  }
}

.pt-8 {
  padding-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-8 {
    padding-top: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-8 {
    padding-top: 40px !important;
  }
}

.mb-8 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-8 {
    margin-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-8 {
    margin-bottom: 40px !important;
  }
}

.pb-8 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-8 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-8 {
    padding-bottom: 40px !important;
  }
}

.mx-8 {
  margin: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .mx-m-8 {
    margin: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-8 {
    margin: 0 40px 0 40px;
  }
}

.my-8 {
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-8 {
    margin: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-8 {
    margin: 40px 0 40px 0;
  }
}

.px-8 {
  padding: 0 40px 0 40px;
}

@media only screen and (max-width: 767px) {
  .px-m-8 {
    padding: 0 40px 0 40px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-8 {
    padding: 0 40px 0 40px;
  }
}

.py-8 {
  padding: 40px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-8 {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-8 {
    padding: 40px 0 40px 0;
  }
}

.m-9 {
  margin: 45px;
}

@media only screen and (max-width: 767px) {
  .m-m-9 {
    margin: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-9 {
    margin: 45px;
  }
}

.p-9 {
  padding: 45px;
}

@media only screen and (max-width: 767px) {
  .p-m-9 {
    padding: 45px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-9 {
    padding: 45px;
  }
}

.ml-9 {
  margin-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-9 {
    margin-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-9 {
    margin-left: 45px !important;
  }
}

.pl-9 {
  padding-left: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-9 {
    padding-left: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-9 {
    padding-left: 45px !important;
  }
}

.mr-9 {
  margin-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-9 {
    margin-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-9 {
    margin-right: 45px !important;
  }
}

.pr-9 {
  padding-right: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-9 {
    padding-right: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-9 {
    padding-right: 45px !important;
  }
}

.mt-9 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-9 {
    margin-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-9 {
    margin-top: 45px !important;
  }
}

.pt-9 {
  padding-top: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-9 {
    padding-top: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-9 {
    padding-top: 45px !important;
  }
}

.mb-9 {
  margin-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-9 {
    margin-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-9 {
    margin-bottom: 45px !important;
  }
}

.pb-9 {
  padding-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-9 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-9 {
    padding-bottom: 45px !important;
  }
}

.mx-9 {
  margin: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .mx-m-9 {
    margin: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-9 {
    margin: 0 45px 0 45px;
  }
}

.my-9 {
  margin: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-9 {
    margin: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-9 {
    margin: 45px 0 45px 0;
  }
}

.px-9 {
  padding: 0 45px 0 45px;
}

@media only screen and (max-width: 767px) {
  .px-m-9 {
    padding: 0 45px 0 45px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-9 {
    padding: 0 45px 0 45px;
  }
}

.py-9 {
  padding: 45px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-9 {
    padding: 45px 0 45px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-9 {
    padding: 45px 0 45px 0;
  }
}

.m-10 {
  margin: 50px;
}

@media only screen and (max-width: 767px) {
  .m-m-10 {
    margin: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-10 {
    margin: 50px;
  }
}

.p-10 {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .p-m-10 {
    padding: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-10 {
    padding: 50px;
  }
}

.ml-10 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-10 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-10 {
    margin-left: 50px !important;
  }
}

.pl-10 {
  padding-left: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-10 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-10 {
    padding-left: 50px !important;
  }
}

.mr-10 {
  margin-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-10 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-10 {
    margin-right: 50px !important;
  }
}

.pr-10 {
  padding-right: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-10 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-10 {
    padding-right: 50px !important;
  }
}

.mt-10 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-10 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-10 {
    margin-top: 50px !important;
  }
}

.pt-10 {
  padding-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-10 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-10 {
    padding-top: 50px !important;
  }
}

.mb-10 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-10 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-10 {
    margin-bottom: 50px !important;
  }
}

.pb-10 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-10 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-10 {
    padding-bottom: 50px !important;
  }
}

.mx-10 {
  margin: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .mx-m-10 {
    margin: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-10 {
    margin: 0 50px 0 50px;
  }
}

.my-10 {
  margin: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-10 {
    margin: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-10 {
    margin: 50px 0 50px 0;
  }
}

.px-10 {
  padding: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .px-m-10 {
    padding: 0 50px 0 50px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-10 {
    padding: 0 50px 0 50px;
  }
}

.py-10 {
  padding: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-10 {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-10 {
    padding: 50px 0 50px 0;
  }
}

.m-11 {
  margin: 55px;
}

@media only screen and (max-width: 767px) {
  .m-m-11 {
    margin: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-11 {
    margin: 55px;
  }
}

.p-11 {
  padding: 55px;
}

@media only screen and (max-width: 767px) {
  .p-m-11 {
    padding: 55px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-11 {
    padding: 55px;
  }
}

.ml-11 {
  margin-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-11 {
    margin-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-11 {
    margin-left: 55px !important;
  }
}

.pl-11 {
  padding-left: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-11 {
    padding-left: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-11 {
    padding-left: 55px !important;
  }
}

.mr-11 {
  margin-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-11 {
    margin-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-11 {
    margin-right: 55px !important;
  }
}

.pr-11 {
  padding-right: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-11 {
    padding-right: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-11 {
    padding-right: 55px !important;
  }
}

.mt-11 {
  margin-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-11 {
    margin-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-11 {
    margin-top: 55px !important;
  }
}

.pt-11 {
  padding-top: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-11 {
    padding-top: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-11 {
    padding-top: 55px !important;
  }
}

.mb-11 {
  margin-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-11 {
    margin-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-11 {
    margin-bottom: 55px !important;
  }
}

.pb-11 {
  padding-bottom: 55px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-11 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-11 {
    padding-bottom: 55px !important;
  }
}

.mx-11 {
  margin: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .mx-m-11 {
    margin: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-11 {
    margin: 0 55px 0 55px;
  }
}

.my-11 {
  margin: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-11 {
    margin: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-11 {
    margin: 55px 0 55px 0;
  }
}

.px-11 {
  padding: 0 55px 0 55px;
}

@media only screen and (max-width: 767px) {
  .px-m-11 {
    padding: 0 55px 0 55px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-11 {
    padding: 0 55px 0 55px;
  }
}

.py-11 {
  padding: 55px 0 55px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-11 {
    padding: 55px 0 55px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-11 {
    padding: 55px 0 55px 0;
  }
}

.m-12 {
  margin: 60px;
}

@media only screen and (max-width: 767px) {
  .m-m-12 {
    margin: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-12 {
    margin: 60px;
  }
}

.p-12 {
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .p-m-12 {
    padding: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-12 {
    padding: 60px;
  }
}

.ml-12 {
  margin-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-12 {
    margin-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-12 {
    margin-left: 60px !important;
  }
}

.pl-12 {
  padding-left: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-12 {
    padding-left: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-12 {
    padding-left: 60px !important;
  }
}

.mr-12 {
  margin-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-12 {
    margin-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-12 {
    margin-right: 60px !important;
  }
}

.pr-12 {
  padding-right: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-12 {
    padding-right: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-12 {
    padding-right: 60px !important;
  }
}

.mt-12 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-12 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-12 {
    margin-top: 60px !important;
  }
}

.pt-12 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-12 {
    padding-top: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-12 {
    padding-top: 60px !important;
  }
}

.mb-12 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-12 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-12 {
    margin-bottom: 60px !important;
  }
}

.pb-12 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-12 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-12 {
    padding-bottom: 60px !important;
  }
}

.mx-12 {
  margin: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .mx-m-12 {
    margin: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-12 {
    margin: 0 60px 0 60px;
  }
}

.my-12 {
  margin: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-12 {
    margin: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-12 {
    margin: 60px 0 60px 0;
  }
}

.px-12 {
  padding: 0 60px 0 60px;
}

@media only screen and (max-width: 767px) {
  .px-m-12 {
    padding: 0 60px 0 60px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-12 {
    padding: 0 60px 0 60px;
  }
}

.py-12 {
  padding: 60px 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-12 {
    padding: 60px 0 60px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-12 {
    padding: 60px 0 60px 0;
  }
}

.m-13 {
  margin: 65px;
}

@media only screen and (max-width: 767px) {
  .m-m-13 {
    margin: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-13 {
    margin: 65px;
  }
}

.p-13 {
  padding: 65px;
}

@media only screen and (max-width: 767px) {
  .p-m-13 {
    padding: 65px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-13 {
    padding: 65px;
  }
}

.ml-13 {
  margin-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-13 {
    margin-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-13 {
    margin-left: 65px !important;
  }
}

.pl-13 {
  padding-left: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-13 {
    padding-left: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-13 {
    padding-left: 65px !important;
  }
}

.mr-13 {
  margin-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-13 {
    margin-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-13 {
    margin-right: 65px !important;
  }
}

.pr-13 {
  padding-right: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-13 {
    padding-right: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-13 {
    padding-right: 65px !important;
  }
}

.mt-13 {
  margin-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-13 {
    margin-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-13 {
    margin-top: 65px !important;
  }
}

.pt-13 {
  padding-top: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-13 {
    padding-top: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-13 {
    padding-top: 65px !important;
  }
}

.mb-13 {
  margin-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-13 {
    margin-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-13 {
    margin-bottom: 65px !important;
  }
}

.pb-13 {
  padding-bottom: 65px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-13 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-13 {
    padding-bottom: 65px !important;
  }
}

.mx-13 {
  margin: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .mx-m-13 {
    margin: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-13 {
    margin: 0 65px 0 65px;
  }
}

.my-13 {
  margin: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-13 {
    margin: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-13 {
    margin: 65px 0 65px 0;
  }
}

.px-13 {
  padding: 0 65px 0 65px;
}

@media only screen and (max-width: 767px) {
  .px-m-13 {
    padding: 0 65px 0 65px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-13 {
    padding: 0 65px 0 65px;
  }
}

.py-13 {
  padding: 65px 0 65px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-13 {
    padding: 65px 0 65px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-13 {
    padding: 65px 0 65px 0;
  }
}

.m-14 {
  margin: 70px;
}

@media only screen and (max-width: 767px) {
  .m-m-14 {
    margin: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-14 {
    margin: 70px;
  }
}

.p-14 {
  padding: 70px;
}

@media only screen and (max-width: 767px) {
  .p-m-14 {
    padding: 70px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-14 {
    padding: 70px;
  }
}

.ml-14 {
  margin-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-14 {
    margin-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-14 {
    margin-left: 70px !important;
  }
}

.pl-14 {
  padding-left: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-14 {
    padding-left: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-14 {
    padding-left: 70px !important;
  }
}

.mr-14 {
  margin-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-14 {
    margin-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-14 {
    margin-right: 70px !important;
  }
}

.pr-14 {
  padding-right: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-14 {
    padding-right: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-14 {
    padding-right: 70px !important;
  }
}

.mt-14 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-14 {
    margin-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-14 {
    margin-top: 70px !important;
  }
}

.pt-14 {
  padding-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-14 {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-14 {
    padding-top: 70px !important;
  }
}

.mb-14 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-14 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-14 {
    margin-bottom: 70px !important;
  }
}

.pb-14 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-14 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-14 {
    padding-bottom: 70px !important;
  }
}

.mx-14 {
  margin: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .mx-m-14 {
    margin: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-14 {
    margin: 0 70px 0 70px;
  }
}

.my-14 {
  margin: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-14 {
    margin: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-14 {
    margin: 70px 0 70px 0;
  }
}

.px-14 {
  padding: 0 70px 0 70px;
}

@media only screen and (max-width: 767px) {
  .px-m-14 {
    padding: 0 70px 0 70px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-14 {
    padding: 0 70px 0 70px;
  }
}

.py-14 {
  padding: 70px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-14 {
    padding: 70px 0 70px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-14 {
    padding: 70px 0 70px 0;
  }
}

.m-15 {
  margin: 75px;
}

@media only screen and (max-width: 767px) {
  .m-m-15 {
    margin: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-15 {
    margin: 75px;
  }
}

.p-15 {
  padding: 75px;
}

@media only screen and (max-width: 767px) {
  .p-m-15 {
    padding: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-15 {
    padding: 75px;
  }
}

.ml-15 {
  margin-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-15 {
    margin-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-15 {
    margin-left: 75px !important;
  }
}

.pl-15 {
  padding-left: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-15 {
    padding-left: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-15 {
    padding-left: 75px !important;
  }
}

.mr-15 {
  margin-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-15 {
    margin-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-15 {
    margin-right: 75px !important;
  }
}

.pr-15 {
  padding-right: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-15 {
    padding-right: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-15 {
    padding-right: 75px !important;
  }
}

.mt-15 {
  margin-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-15 {
    margin-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-15 {
    margin-top: 75px !important;
  }
}

.pt-15 {
  padding-top: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-15 {
    padding-top: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-15 {
    padding-top: 75px !important;
  }
}

.mb-15 {
  margin-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-15 {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-15 {
    margin-bottom: 75px !important;
  }
}

.pb-15 {
  padding-bottom: 75px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-15 {
    padding-bottom: 75px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-15 {
    padding-bottom: 75px !important;
  }
}

.mx-15 {
  margin: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .mx-m-15 {
    margin: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-15 {
    margin: 0 75px 0 75px;
  }
}

.my-15 {
  margin: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-15 {
    margin: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-15 {
    margin: 75px 0 75px 0;
  }
}

.px-15 {
  padding: 0 75px 0 75px;
}

@media only screen and (max-width: 767px) {
  .px-m-15 {
    padding: 0 75px 0 75px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-15 {
    padding: 0 75px 0 75px;
  }
}

.py-15 {
  padding: 75px 0 75px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-15 {
    padding: 75px 0 75px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-15 {
    padding: 75px 0 75px 0;
  }
}

.m-16 {
  margin: 80px;
}

@media only screen and (max-width: 767px) {
  .m-m-16 {
    margin: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .m-d-16 {
    margin: 80px;
  }
}

.p-16 {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .p-m-16 {
    padding: 80px;
  }
}

@media only screen and (min-width: 767px) {
  .p-d-16 {
    padding: 80px;
  }
}

.ml-16 {
  margin-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .ml-m-16 {
    margin-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .ml-d-16 {
    margin-left: 80px !important;
  }
}

.pl-16 {
  padding-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pl-m-16 {
    padding-left: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pl-d-16 {
    padding-left: 80px !important;
  }
}

.mr-16 {
  margin-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mr-m-16 {
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mr-d-16 {
    margin-right: 80px !important;
  }
}

.pr-16 {
  padding-right: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pr-m-16 {
    padding-right: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pr-d-16 {
    padding-right: 80px !important;
  }
}

.mt-16 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m-16 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mt-d-16 {
    margin-top: 80px !important;
  }
}

.pt-16 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pt-m-16 {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pt-d-16 {
    padding-top: 80px !important;
  }
}

.mb-16 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mb-m-16 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .mb-d-16 {
    margin-bottom: 80px !important;
  }
}

.pb-16 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pb-m-16 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 767px) {
  .pb-d-16 {
    padding-bottom: 80px !important;
  }
}

.mx-16 {
  margin: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .mx-m-16 {
    margin: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .mx-d-16 {
    margin: 0 80px 0 80px;
  }
}

.my-16 {
  margin: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .my-m-16 {
    margin: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .my-d-16 {
    margin: 80px 0 80px 0;
  }
}

.px-16 {
  padding: 0 80px 0 80px;
}

@media only screen and (max-width: 767px) {
  .px-m-16 {
    padding: 0 80px 0 80px;
  }
}

@media only screen and (min-width: 767px) {
  .px-d-16 {
    padding: 0 80px 0 80px;
  }
}

.py-16 {
  padding: 80px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .py-m-16 {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (min-width: 767px) {
  .py-d-16 {
    padding: 80px 0 80px 0;
  }
}

.img-5 {
  width: 5px;
}

.img-10 {
  width: 10px;
}

.img-15 {
  width: 15px;
}

.img-20 {
  width: 20px;
}

.img-25 {
  width: 25px;
}

.img-30 {
  width: 30px;
}

.flex {
  display: flex;
}

.inline {
  display: inline-flex;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.y-flex-start {
  align-items: flex-start;
}

.y-flex-end {
  align-items: flex-end;
}

.y-flex-center {
  align-items: center;
}

.y-flex-baseline {
  align-items: baseline;
}

.y-flex-stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Principal;
  src: url("../../../fonts/DIN_1451_Std_Engschrift.otf") format("opentype");
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato-Regular.ttf") format("opentype");
}
@font-face {
  font-family: Lato-light;
  src: url("fonts/Lato-Light.ttf") format("opentype");
}
.container-esferas {
  font-family: Lato;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #3f3e3f;
  padding: 0 15px;
}
@media only screen and (min-width: 767px) {
  .container-esferas {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1020px) {
  .container-esferas {
    font-size: 18px;
  }
}
.container-esferas.imageHeader {
  max-width: 1020px;
  margin-top: 0 !important;
}
@media only screen and (min-width: 1020px) {
  .container-esferas {
    padding: 0;
  }
}
.container-esferas .icono {
  width: 40px;
}
.container-esferas .headerImage {
  margin: 0 -15px;
}
@media only screen and (min-width: 1020px) {
  .container-esferas .headerImage {
    margin: 0;
  }
}
.container-esferas .imagen {
  width: 100%;
  position: relative;
}
.container-esferas .imagen img {
  width: 100%;
}
.container-esferas .imagen .sello {
  position: absolute;
}
.container-esferas .imagen .sello.b-r {
  bottom: 10px;
  right: 10px;
  width: 80px;
}
.container-esferas.container-carousell {
  max-width: none;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .container-esferas.container-carousell {
    max-width: max-content;
  }
  .container-esferas.container-carousell.nuevasCategorias {
    width: 100%;
    max-width: none;
  }
}
.container-esferas.container-carousell .carousellTutete {
  width: 100%;
}
.container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell {
  height: max-content !important;
}
.container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item {
  flex: 0 0 100px;
}
@media only screen and (min-width: 992px) {
  .container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item {
    flex: 0 0 120.8px;
  }
}
.container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item .producto {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item .producto {
    margin-top: 20px;
  }
}
.container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item img {
  height: 100%;
  width: 100%;
}
.container-esferas.container-carousell .carousellTutete .arrowCarousell {
  top: calc(50% + 15px);
}
.container-esferas .titlePrincipal {
  font-family: Principal;
  font-size: 40px;
  text-transform: uppercase;
}
.container-esferas .titlePrincipal a {
  color: #f4c09e;
}
.container-esferas .headerTitle {
  max-width: 850px;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .container-esferas .headerTitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1020px) {
  .container-esferas .headerTitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 413px) {
  .container-esferas .headerTitle {
    width: 100%;
  }
}
.container-esferas .headerTitle p {
  text-align: center;
}
.container-esferas h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .container-esferas h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1020px) {
  .container-esferas h3 {
    font-size: 22px;
  }
}
.container-esferas p {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .container-esferas p {
    font-size: 18px;
  }
}
.container-esferas .headerText {
  width: 100%;
  max-width: 620px;
}
@media only screen and (min-width: 1020px) {
  .container-esferas .headerText {
    max-width: 760px;
  }
}
.container-esferas .headerText .titulos {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .container-esferas .headerText .titulos {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1020px) {
  .container-esferas .headerText .titulos {
    font-size: 22px;
  }
}
.container-esferas .headerText .titulos .mayusculas {
  text-transform: uppercase;
}
.container-esferas .headerText p {
  width: 100%;
  text-align: center;
  max-width: 850px;
}
.container-esferas .titulos {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .container-esferas .titulos {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1020px) {
  .container-esferas .titulos {
    font-size: 28px;
  }
}
.container-esferas p {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  .container-esferas p {
    font-size: 18px;
  }
}
.container-esferas p .novedad {
  color: white;
  background: #f4c09e;
  padding: 1px 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 1020px) {
  .container-esferas p {
    font-size: 18px;
  }
}
.container-esferas .columnas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.container-esferas .columnas .card.unaColumnaMovil {
  flex: 0 0 100%;
}
@media only screen and (min-width: 500px) {
  .container-esferas .columnas .card.unaColumnaMovil {
    flex: 0 0 48%;
  }
}
.container-esferas .columnas .card.dosColumnas {
  flex: 0 0 48%;
}
.container-esferas .columnas .card.tresColumnas {
  flex: 0 0 48%;
}
@media only screen and (min-width: 767px) {
  .container-esferas .columnas .card.tresColumnas {
    flex: 0 0 30%;
  }
}
.container-esferas .columnas .card .imagen {
  width: 100%;
  padding-bottom: 25px;
  padding-top: 25px;
}
.container-esferas .columnas .card .imagen img {
  width: 100%;
}
.container-esferas .columnas .card .tituloCard {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1020px) {
  .container-esferas .columnas .card .tituloCard {
    margin-bottom: 10px;
  }
}
.container-esferas .columnas .card .tituloCard .novedad {
  color: white;
  background: #f4c09e;
  padding: 1px 5px;
  border-radius: 5px;
}
.container-esferas .columnas .card .textos .novedad {
  color: white;
  background: #f4c09e;
  padding: 1px 5px;
  border-radius: 5px;
}
.container-esferas .columnas .card .textos h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .container-esferas .columnas .card .textos h3 {
    font-size: 18px;
  }
}
.container-esferas .columnas .card .textos p {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container-esferas .columnas .card .textos p {
    width: 60%;
  }
}
.container-esferas.registrate {
  background-color: #f6f6f6;
  padding: 50px 15px;
  margin-top: 30px;
  max-width: 100vw;
  margin-bottom: -15px;
}
@media only screen and (min-width: 767px) {
  .container-esferas.registrate {
    padding: 100px 15px;
  }
}
.container-esferas.registrate .contenido {
  position: relative;
  width: 100%;
  max-width: 850px;
}
.container-esferas.registrate .contenido p {
  text-align: left;
}
.container-esferas.registrate .contenido .boton {
  width: 100%;
  text-align: right;
}
.container-esferas.registrate .contenido .boton a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  background: #f4c09e;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
}

.footer-new .footer-body .tituloFooter {
  width: 280px !important;
}
@media only screen and (min-width: 413px) {
  .footer-new .footer-body .tituloFooter {
    width: 380px !important;
  }
}

.mas-400 {
  display: none;
}
@media only screen and (min-width: 400px) {
  .mas-400 {
    display: block;
  }
}

.mas-450 {
  display: none;
}
@media only screen and (min-width: 450px) {
  .mas-450 {
    display: block;
  }
}

.mas-500 {
  display: none;
}
@media only screen and (min-width: 500px) {
  .mas-500 {
    display: block;
  }
}

.mas-550 {
  display: none;
}
@media only screen and (min-width: 550px) {
  .mas-550 {
    display: block;
  }
}

.mas-600 {
  display: none;
}
@media only screen and (min-width: 600px) {
  .mas-600 {
    display: block;
  }
}

.mas-650 {
  display: none;
}
@media only screen and (min-width: 650px) {
  .mas-650 {
    display: block;
  }
}

.mas-700 {
  display: none;
}
@media only screen and (min-width: 700px) {
  .mas-700 {
    display: block;
  }
}

.mas-750 {
  display: none;
}
@media only screen and (min-width: 750px) {
  .mas-750 {
    display: block;
  }
}

.mas-800 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .mas-800 {
    display: block;
  }
}

.mas-850 {
  display: none;
}
@media only screen and (min-width: 850px) {
  .mas-850 {
    display: block;
  }
}

.mas-900 {
  display: none;
}
@media only screen and (min-width: 900px) {
  .mas-900 {
    display: block;
  }
}

.mas-950 {
  display: none;
}
@media only screen and (min-width: 950px) {
  .mas-950 {
    display: block;
  }
}

.mas-1000 {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mas-1000 {
    display: block;
  }
}

.mas-1050 {
  display: none;
}
@media only screen and (min-width: 1050px) {
  .mas-1050 {
    display: block;
  }
}

.mas-1100 {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .mas-1100 {
    display: block;
  }
}

.mas-1150 {
  display: none;
}
@media only screen and (min-width: 1150px) {
  .mas-1150 {
    display: block;
  }
}

.mas-1200 {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .mas-1200 {
    display: block;
  }
}

.mas-1250 {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .mas-1250 {
    display: block;
  }
}

.mas-1300 {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .mas-1300 {
    display: block;
  }
}

.mas-1350 {
  display: none;
}
@media only screen and (min-width: 1350px) {
  .mas-1350 {
    display: block;
  }
}

.mas-1400 {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .mas-1400 {
    display: block;
  }
}

.mas-1450 {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .mas-1450 {
    display: block;
  }
}

.mas-1500 {
  display: none;
}
@media only screen and (min-width: 1500px) {
  .mas-1500 {
    display: block;
  }
}

.text-left-left {
  text-align: left !important;
}
@media only screen and (min-width: 767px) {
  .text-left-left {
    text-align: left !important;
  }
}

.text-left-center {
  text-align: left !important;
}
@media only screen and (min-width: 767px) {
  .text-left-center {
    text-align: center !important;
  }
}

.text-left-right {
  text-align: left !important;
}
@media only screen and (min-width: 767px) {
  .text-left-right {
    text-align: right !important;
  }
}

.text-center-left {
  text-align: center !important;
}
@media only screen and (min-width: 767px) {
  .text-center-left {
    text-align: left !important;
  }
}

.text-center-center {
  text-align: center !important;
}
@media only screen and (min-width: 767px) {
  .text-center-center {
    text-align: center !important;
  }
}

.text-center-right {
  text-align: center !important;
}
@media only screen and (min-width: 767px) {
  .text-center-right {
    text-align: right !important;
  }
}

.text-right-left {
  text-align: right !important;
}
@media only screen and (min-width: 767px) {
  .text-right-left {
    text-align: left !important;
  }
}

.text-right-center {
  text-align: right !important;
}
@media only screen and (min-width: 767px) {
  .text-right-center {
    text-align: center !important;
  }
}

.text-right-right {
  text-align: right !important;
}
@media only screen and (min-width: 767px) {
  .text-right-right {
    text-align: right !important;
  }
}

.boton-rosa {
  background: #e5e5e5;
  padding: 5px 15px;
  border-radius: 20px;
  width: max-content;
  margin: 0 auto;
  font-size: 14px !important;
}

#selectorIdiomas {
  z-index: 1000;
}

.mayuscula {
  text-transform: uppercase !important;
}

.bold {
  font-weight: 800 !important;
}
.boldJuguetes {
  font-weight: 600 !important;
}

@media only screen and (min-width: 767px) {
  .m-bold {
    font-weight: 800 !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-bold {
    font-weight: 800 !important;
  }
}

#recomendaciones {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
}

.contenedor.desktop-body {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .contenedor {
    margin: 0 20px;
  }
}

#container_plantilla, .container_plantilla {
  margin: 0 auto;
}
#container_plantilla_100, .container_plantilla_100 {
  max-width: 100%;
}
@media only screen and (min-width: 767px) {
  #container_plantilla_100 .col-d-2, .container_plantilla_100 .col-d-2 {
    flex: 1 1 49% !important;
  }
  #container_plantilla_100 .col-d-3, .container_plantilla_100 .col-d-3 {
    flex: 1 1 31.3333333333% !important;
  }
  #container_plantilla_100 .col-d-4, .container_plantilla_100 .col-d-4 {
    flex: 1 1 23% !important;
  }
}
#container_plantilla .imgCabecera, .container_plantilla .imgCabecera {
  margin: 0 -20px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imgCabecera, .container_plantilla .imgCabecera {
    max-width: 850px;
    margin: 0 auto;
  }
}
#container_plantilla h1, #container_plantilla .titulos, #container_plantilla .titulos h2, .container_plantilla h1, .container_plantilla .titulos, .container_plantilla .titulos h2 {
  text-transform: uppercase !important;
  line-height: 1.5;
  color: #3f3e3f;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: 300;
}
#container_plantilla .titulos, #container_plantilla .titulos h2, .container_plantilla .titulos, .container_plantilla .titulos h2 {
  font-size: 20px;
  line-height: 1.2;
}
#container_plantilla p, .container_plantilla p {
  text-align: center;
}
#container_plantilla .texto, .container_plantilla .texto {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  color: #3f3e3f;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #container_plantilla .texto, .container_plantilla .texto {
    max-width: 500px;
  }
}
#container_plantilla .texto.centrado, .container_plantilla .texto.centrado {
  align-items: center;
}
#container_plantilla .texto.destacado.inicial, .container_plantilla .texto.destacado.inicial {
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .texto, .container_plantilla .texto {
    margin-left: 80px;
    margin-right: 80px;
  }
}
#container_plantilla .enlaceCarousell, .container_plantilla .enlaceCarousell {
  background: #e5e5e5;
  padding: 5px 15px;
  border-radius: 20px;
  width: max-content;
  margin: 0 auto;
}
#container_plantilla .botonera, .container_plantilla .botonera {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0 30px;
  overflow: hidden;
}
#container_plantilla .boton, .container_plantilla .boton {
  border: 1px solid #7e7c7d;
  padding: 5px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .movil, .container_plantilla .movil {
    display: none !important;
  }
}
#container_plantilla .desktop, .container_plantilla .desktop {
  display: none;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .desktop, .container_plantilla .desktop {
    display: block;
  }
}
#container_plantilla a .boton.btn, .container_plantilla a .boton.btn {
  color: #3f3e3f;
}
#container_plantilla .imagenes_planitlla, .container_plantilla .imagenes_planitlla {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla, .container_plantilla .imagenes_planitlla {
    margin: 0 auto 20px auto;
  }
}
#container_plantilla .imagenes_planitlla.modelos .imagen_plantilla, .container_plantilla .imagenes_planitlla.modelos .imagen_plantilla {
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla.modelos .imagen_plantilla, .container_plantilla .imagenes_planitlla.modelos .imagen_plantilla {
    width: 23%;
  }
  #container_plantilla .imagenes_planitlla.modelos .imagen_plantilla img, .container_plantilla .imagenes_planitlla.modelos .imagen_plantilla img {
    margin-bottom: 10px;
  }
}
#container_plantilla .imagenes_planitlla .imagen_plantilla, .container_plantilla .imagenes_planitlla .imagen_plantilla {
  display: flex;
  align-items: center;
  width: 48%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #3f3e3f;
  font-size: 15px;
  font-weight: 400;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla a, .container_plantilla .imagenes_planitlla .imagen_plantilla a {
  position: relative;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton {
  right: unset;
  left: 10px;
  text-align: left !important;
  position: absolute;
  border-radius: 20px;
  right: 10px;
  top: 10px;
  font-size: 24px;
  background: white;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-weight: 400;
  background: none;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton {
    font-size: 19px;
  }
}
@media only screen and (max-width: 413px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton {
    font-size: 16px;
  }
}
#container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p {
  text-align: right;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton .botonEnTexto, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton .botonEnTexto {
  position: absolute;
  border-radius: 20px;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  background: white;
  padding: 5px 10px;
  position: unset;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p {
  font-weight: 300 !important;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p, .container_plantilla .imagenes_planitlla .imagen_plantilla a .textoyboton p {
    text-align: center !important;
  }
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla, .container_plantilla .imagenes_planitlla .imagen_plantilla {
    width: 48%;
  }
  #container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen, .container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen {
    color: #3f3e3f;
    font-weight: lighter;
  }
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla .imagen_plantilla, .container_plantilla .imagenes_planitlla .imagen_plantilla {
    font-weight: bold;
  }
}
#container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen, .container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen {
  position: absolute;
  border-radius: 20px;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  background: white;
  padding: 5px 10px;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen.fs-16, .container_plantilla .imagenes_planitlla .imagen_plantilla .textoImagen.fs-16 {
  font-size: 16px !important;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla .textoIncluido p, .container_plantilla .imagenes_planitlla .imagen_plantilla .textoIncluido p {
  font-size: 14px;
}
#container_plantilla .imagenes_planitlla .imagen_plantilla .textoIncluido .boton-imagen, .container_plantilla .imagenes_planitlla .imagen_plantilla .textoIncluido .boton-imagen {
  position: absolute;
  border-radius: 20px;
  right: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  background: white;
  padding: 5px 10px;
}
#container_plantilla .imagenes_planitlla_destacadas, .container_plantilla .imagenes_planitlla_destacadas {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#container_plantilla .imagenes_planitlla_destacadas.desktop, .container_plantilla .imagenes_planitlla_destacadas.desktop {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla_destacadas.desktop, .container_plantilla .imagenes_planitlla_destacadas.desktop {
    display: flex !important;
  }
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla_destacadas, .container_plantilla .imagenes_planitlla_destacadas {
    margin: 0 50px;
    flex-wrap: nowrap;
  }
}
#container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla, .container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  color: #3f3e3f;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla, .container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla {
    flex: 0 0 62%;
    margin-bottom: 40px;
    font-weight: bold;
  }
}
#container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla .textoImagen, .container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla .textoImagen {
  position: absolute;
  border-radius: 20px;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  background: white;
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  #container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla .textoImagen.porFuera, .container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla .textoImagen.porFuera {
    position: relative;
    background: #e5e5e5;
    width: max-content;
    margin: 20px auto 0;
    top: unset;
    right: unset;
  }
}
#container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla p, .container_plantilla .imagenes_planitlla_destacadas .imagen_plantilla p {
  margin: unset;
}
#container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas, .container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 767px) {
  #container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas, .container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas {
    flex-direction: column;
    flex: 0 0 36%;
  }
}
#container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas .imagen_plantilla, .container_plantilla .imagenes_planitlla_destacadas .imagenes_agrupadas .imagen_plantilla {
  flex: 0 0 48%;
}
@media only screen and (max-width: 767px) {
  #container_plantilla.movil-lista .imagenes_planitlla, .container_plantilla.movil-lista .imagenes_planitlla {
    gap: 10px;
  }
  #container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla, .container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla {
    background: #F8F8F8;
    border-radius: 25px;
  }
  #container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a, .container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
  #container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a img, .container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a img {
    width: 50px;
    border-radius: 25px;
  }
  #container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a .textoImagen, .container_plantilla.movil-lista .imagenes_planitlla .imagen_plantilla a .textoImagen {
    background: none;
    position: relative;
  }
}

.iconos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  color: #3f3e3f;
}
.iconos .opcion_producto {
  font-size: 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.iconos .opcion_producto:last-child() {
  margin: 0 auto;
}
.iconos .opcion_producto .textoImagen {
  bottom: 10px;
  right: 10px;
  padding: 5px 19px 5px;
  border-radius: 50px;
  background: #e59eaf;
  margin-top: 10px;
  color: #3f3e3f;
  font-weight: 600;
  background: #e5e5e5;
}
@media only screen and (min-width: 767px) {
  .iconos .opcion_producto .textoImagen {
    position: absolute;
    background: white;
    margin-top: unset;
    text-transform: initial;
  }
}
@media only screen and (min-width: 767px) {
  .iconos .opcion_producto {
    height: max-content;
  }
}
.iconos .opcion_producto img {
  display: inline-block;
  width: 100%;
}
.iconos .opcion_producto img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none; /* Para asegurarse de que el pseudo-elemento no interfiera con la interacción del usuario */
}
.iconos .opcion_producto .hover-darken {
  position: relative;
}
.iconos .opcion_producto:hover .hover-darken, .iconos .opcion_producto.activa .hover-darken {
  border: 1px solid #3f3e3f;
}
.iconos .opcion_producto:hover .textoImagen, .iconos .opcion_producto.activa .textoImagen {
  font-weight: 600;
}
.iconos .opcion_producto:hover img::after, .iconos .opcion_producto.activa img::after {
  background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según tu preferencia */
}
.iconos .opcion_producto .identificador {
  width: 10px;
  height: 10px;
  background-color: #3f3e3f;
  transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  transition: bottom 0.3s ease;
  display: none;
}
@media only screen and (min-width: 767px) {
  .iconos .opcion_producto .identificador {
    display: block;
  }
}
.iconos .opcion_producto .identificador.activa {
  bottom: -5px;
}

@media only screen and (min-width: 767px) {
  .full-width {
    margin-top: -35px;
  }
}
.full-width .wrapper-desplegable {
  position: relative;
}
.full-width .wrapper-desplegable .identificador {
  width: 10px;
  height: 10px;
  background-color: #f3e2e5;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  transition: bottom 0.3s ease;
  display: none;
}
.full-width .wrapper-desplegable .identificador.activa {
  top: -5px;
  display: block;
}

.desplegable {
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: auto;
  background: #f3e2e5;
  border: none !important;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .desplegable {
    height: 100vh;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .desplegable {
    position: relative;
    overflow: hidden;
    top: 0;
    padding-top: 0;
  }
  .desplegable.activa {
    margin: 10px 0;
  }
}
.desplegable .container .personalizaciones {
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .desplegable .container .personalizaciones {
    flex-direction: row;
  }
}
.desplegable .container .personalizaciones .item .textoImagen a {
  line-height: 1.5;
}
.desplegable .container .personalizaciones .item img {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.desplegable .container .personalizaciones .item .textoImagen {
  text-align: left;
  padding-left: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .desplegable .container .personalizaciones .item {
    gap: 20px;
  }
  .desplegable .container .personalizaciones .item div {
    width: 50%;
  }
}
.desplegable .container .personalizaciones .item img.hover-darken {
  background: white !important;
}
.desplegable .container .vertodosCategoria {
  text-align: center;
  padding: 9px 19px 11px;
  background-color: white;
  border-radius: 25px;
  max-width: max-content;
  margin: 25px auto 0;
}
.desplegable .container .vertodosCategoria a {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.desplegable .container.burbujas {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .desplegable .container.burbujas {
    padding: 20px;
    padding-top: 147px;
  }
}
.desplegable .container.burbujas.activa {
  position: relative;
  max-width: 1200px !important;
  margin: 60px auto;
}
.desplegable .textoImagen {
  color: #3f3e3f;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.desplegable .textoImagen .tipo_personalizacion {
  font-size: 16px;
}
.desplegable .textoImagen a {
  line-height: 3;
  text-decoration: underline;
}
.desplegable .cierre {
  width: 25px;
  position: absolute;
  top: 100px;
  right: 25px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (min-width: 767px) {
  .desplegable .cierre {
    top: 20px;
    right: 20px;
  }
}

.container .vuelta-al-cole .btn-leermas {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .txt-leermas {
    display: none;
  }
}
.container .vuelta-al-cole h1 {
  font-size: 30px;
  line-height: 1 !important;
  text-transform: none !important;
}
@media only screen and (min-width: 767px) {
  .container .vuelta-al-cole h1 {
    font-size: 32px;
  }
}
.container .vuelta-al-cole .container-esferas {
  width: 100% !important;
  max-width: none !important;
  font-family: "Lato", sans-serif !important;
}
.container .vuelta-al-cole .container-esferas h4 {
  font-size: 32px;
  line-height: 1;
  font-family: "Lato", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .container-esferas h4 {
    text-align: left !important;
    margin-bottom: 25px;
  }
}
.container .vuelta-al-cole .container-esferas h3 {
  font-size: 18px;
  line-height: 1;
  text-transform: none !important;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .container-esferas h3 {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
.container .vuelta-al-cole .container-esferas .producto {
  font-family: "Lato", sans-serif !important;
  text-transform: none !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .container_plantilla .imagen_plantilla {
    border-radius: 10px;
    overflow: hidden;
  }
}
.container .vuelta-al-cole .container_plantilla .imagenes_planitlla .imagen_plantilla.ancho-completo {
  flex: 0 0 100% !important;
  width: 100% !important;
}
.container .vuelta-al-cole .container_plantilla .titulos {
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .container_plantilla .titulos {
    text-align: left;
  }
}
.container .vuelta-al-cole .container_plantilla .subtitulo {
  margin-top: -20px;
  margin-bottom: 30px;
  color: #3f3e3f;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .container .vuelta-al-cole .container_plantilla .subtitulo {
    text-align: left;
  }
}

.container-esferas.container-carousell .carousellTutete .carousellWrapper .productosCarousell .item img {
  height: unset;
}

.uppercase {
  text-transform: uppercase;
}

.container .container-bannerTextoFlotante {
  position: relative;
  display: grid;
  height: max-content;
  margin: 20px;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoFlotante {
    margin: 20px auto;
    min-height: 300px;
  }
}
.container .container-bannerTextoFlotante picture {
  width: 100%;
}
.container .container-bannerTextoFlotante picture img {
  width: 100% !important;
  object-fit: cover;
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante {
  height: max-content;
  position: absolute;
  display: flex;
  padding: 20px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante {
    align-content: flex-start !important;
    justify-content: center !important;
  }
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper {
  width: 390px;
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper {
    top: 34px !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100%;
    padding: 0 50px;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper.text-white {
    color: white;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante {
    color: #3f3e3f;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante.text-white {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante h4 {
    font-size: 19px;
    text-transform: uppercase;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextHeader-bannerTextoFlotante h5 {
    font-size: 19px;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextBody-bannerTextoFlotante {
    color: #3f3e3f;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextBody-bannerTextoFlotante.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextBody-bannerTextoFlotante.text-white {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextBody-bannerTextoFlotante p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante {
  background: white;
  padding: 10px 19px;
  text-align: center;
  border-radius: 20px;
  width: max-content;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante.text-center-center {
  margin-left: auto;
  margin-right: auto;
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante.text-center-left {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante.text-center-left {
    margin-left: 0;
    margin-right: auto;
  }
}
.container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante.text-center-right {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoFlotante .floatingText-bannerTextoFlotante .floatingText-wrapper .floatingTextFooter-bannerTextoFlotante.text-center-right {
    margin-left: auto;
    margin-right: 0;
  }
}
.container .container-bannerTextoBoton {
  position: relative;
  display: grid;
  height: max-content;
  padding: 20px;
  padding-bottom: 70px;
  margin: 10px 20px;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoBoton {
    margin: 10px auto;
    padding-bottom: 20px;
    min-height: 300px;
  }
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton {
  height: max-content;
  position: absolute;
  display: flex;
  padding: 20px;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton {
    align-content: flex-end !important;
    justify-content: center !important;
  }
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper {
  width: 390px;
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper {
    top: 34px !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100%;
    padding: 0 50px;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper.text-white {
    color: white;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton {
    color: #3f3e3f;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton.text-white {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton h4 {
    font-size: 19px;
    text-transform: uppercase;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextHeader-bannerTextoBoton h5 {
    font-size: 19px;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextBody-bannerTextoBoton {
    color: #3f3e3f;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextBody-bannerTextoBoton.text-black {
    color: #3f3e3f;
  }
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextBody-bannerTextoBoton.text-white {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextBody-bannerTextoBoton p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton {
  background: white;
  padding: 10px 19px;
  text-align: center;
  border-radius: 20px;
  width: max-content;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton.text-center-center {
  margin-left: auto;
  margin-right: auto;
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton.text-center-left {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton.text-center-left {
    margin-left: 0;
    margin-right: auto;
  }
}
.container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton.text-center-right {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .container .container-bannerTextoBoton .floatingText-bannerTextoBoton .floatingText-wrapper .floatingTextFooter-bannerTextoBoton.text-center-right {
    margin-left: auto;
    margin-right: 0;
  }
}

.container_plantilla.hora-almuerzo-banner {
  display: flex;
  flex-direction: column;
}
.container_plantilla.hora-almuerzo-banner .titulos {
  order: 1;
  text-align: center !important;
  margin-bottom: 10px !important;
}
.container_plantilla.hora-almuerzo-banner .subtitulo {
  order: 2;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.container_plantilla.hora-almuerzo-banner .imagenes_planitlla {
  order: 3;
  width: 100%;
}
.container_plantilla.hora-almuerzo-banner .imagenes_planitlla .imagen_plantilla.ancho-completo {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.container_plantilla.hora-almuerzo-banner .imagenes_planitlla .imagen_plantilla.ancho-completo a {
  display: block;
  width: 100%;
}
.container_plantilla.hora-almuerzo-banner .imagenes_planitlla .imagen_plantilla.ancho-completo img {
  width: 100% !important;
  height: auto;
  display: block;
}

body.pagina-vuelta-al-cole .container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container {
    max-width: 744px;
  }
}
@media only screen and (min-width: 1020px) {
  body.pagina-vuelta-al-cole .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1450px) {
  body.pagina-vuelta-al-cole .container {
    max-width: 1400px;
  }
}
body.pagina-vuelta-al-cole .container:has(> .span12 > .contenedor.desktop-body) {
  width: 100% !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container:has(> .span12 > .contenedor.desktop-body) {
    max-width: 744px;
  }
}
@media only screen and (min-width: 1020px) {
  body.pagina-vuelta-al-cole .container:has(> .span12 > .contenedor.desktop-body) {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1450px) {
  body.pagina-vuelta-al-cole .container:has(> .span12 > .contenedor.desktop-body) {
    max-width: 1400px;
  }
}
body.pagina-vuelta-al-cole .span12:has(> .contenedor.desktop-body) {
  width: 100% !important;
  float: none;
  max-width: 100%;
}
body.pagina-vuelta-al-cole .contenedor.desktop-body {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1020px) {
  body.pagina-vuelta-al-cole .container .container-esferas {
    max-width: 1400px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.pagina-vuelta-al-cole .contenedor:not(.desktop-body) {
    margin-left: 25px;
    margin-right: 25px;
  }
}
body.pagina-vuelta-al-cole .container_plantilla .desktop {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container_plantilla .desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container_plantilla .movil {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container_plantilla_100.movil-lista .imagenes_planitlla {
    width: 100%;
  }
  body.pagina-vuelta-al-cole .container_plantilla_100.movil-lista .imagenes_planitlla .imagen_plantilla {
    width: auto;
  }
  body.pagina-vuelta-al-cole .container_plantilla_100.movil-lista .imagenes_planitlla .imagen_plantilla a {
    display: block;
    width: 100%;
  }
  body.pagina-vuelta-al-cole .container_plantilla_100.movil-lista .imagenes_planitlla .imagen_plantilla img {
    width: 100%;
    height: auto;
    display: block;
  }
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla {
  width: 100%;
  justify-content: flex-start;
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla {
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla {
    width: auto;
  }
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla.col-d-1, body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla.ancho-completo {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla a {
  display: block;
  width: 100%;
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla img {
  width: 100%;
  height: auto;
}
body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla img:not(.desktop):not(.movil) {
  display: block;
}
@media only screen and (min-width: 767px) {
  body.pagina-vuelta-al-cole .container_plantilla_100:not(.movil-lista) .imagenes_planitlla .imagen_plantilla img.desktop {
    width: 100%;
    height: auto;
  }
}
