.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1230px;
    min-width: 1230px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #a2a2a2 !important;
}

.text-gray-dark {
  color: #333333 !important;
}

.text-red {
  color: #b91e2d !important;
}

.text-pink {
  color: #ff5162 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #a2a2a2 !important;
}

.bg-gray-dark {
  background-color: #333333 !important;
}

.bg-red {
  background-color: #b91e2d !important;
}

.bg-pink {
  background-color: #ff5162 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5 {
    margin-left: 5px !important;
  }
  .mr-xxl-5 {
    margin-right: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15 {
    margin-left: 15px !important;
  }
  .mr-xxl-15 {
    margin-right: 15px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20 {
    margin-left: 20px !important;
  }
  .mr-xxl-20 {
    margin-right: 20px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-25 {
    margin-left: 25px !important;
  }
  .mr-xxl-25 {
    margin-right: 25px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30 {
    margin-left: 30px !important;
  }
  .mr-xxl-30 {
    margin-right: 30px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-35 {
    margin-left: 35px !important;
  }
  .mr-xxl-35 {
    margin-right: 35px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-45 {
    margin-left: 45px !important;
  }
  .mr-xxl-45 {
    margin-right: 45px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50 {
    margin-left: 50px !important;
  }
  .mr-xxl-50 {
    margin-right: 50px !important;
  }
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xxl-55 {
    margin-left: 55px !important;
  }
  .mr-xxl-55 {
    margin-right: 55px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-60 {
    margin-left: 60px !important;
  }
  .mr-xxl-60 {
    margin-right: 60px !important;
  }
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xxl-65 {
    margin-left: 65px !important;
  }
  .mr-xxl-65 {
    margin-right: 65px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xxl-70 {
    margin-left: 70px !important;
  }
  .mr-xxl-70 {
    margin-right: 70px !important;
  }
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xxl-75 {
    margin-left: 75px !important;
  }
  .mr-xxl-75 {
    margin-right: 75px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-80 {
    margin-left: 80px !important;
  }
  .mr-xxl-80 {
    margin-right: 80px !important;
  }
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xxl-85 {
    margin-left: 85px !important;
  }
  .mr-xxl-85 {
    margin-right: 85px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-90 {
    margin-left: 90px !important;
  }
  .mr-xxl-90 {
    margin-right: 90px !important;
  }
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xxl-95 {
    margin-left: 95px !important;
  }
  .mr-xxl-95 {
    margin-right: 95px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-100 {
    margin-left: 100px !important;
  }
  .mr-xxl-100 {
    margin-right: 100px !important;
  }
}
.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.font-12 {
  font-size: 12px;
}

@media (min-width: ) {
  .font-default-12 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .font-xl-12 {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-12 {
    font-size: 12px;
  }
}
.font-14 {
  font-size: 14px;
}

@media (min-width: ) {
  .font-default-14 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .font-md-14 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .font-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .font-xl-14 {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-14 {
    font-size: 14px;
  }
}
.font-16 {
  font-size: 16px;
}

@media (min-width: ) {
  .font-default-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .font-md-16 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font-lg-16 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .font-xl-16 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-16 {
    font-size: 16px;
  }
}
.font-18 {
  font-size: 18px;
}

@media (min-width: ) {
  .font-default-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .font-md-18 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .font-lg-18 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font-xl-18 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-18 {
    font-size: 18px;
  }
}
.font-20 {
  font-size: 20px;
}

@media (min-width: ) {
  .font-default-20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .font-md-20 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font-lg-20 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .font-xl-20 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-20 {
    font-size: 20px;
  }
}
.font-22 {
  font-size: 22px;
}

@media (min-width: ) {
  .font-default-22 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .font-md-22 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .font-lg-22 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .font-xl-22 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-22 {
    font-size: 22px;
  }
}
.font-24 {
  font-size: 24px;
}

@media (min-width: ) {
  .font-default-24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .font-md-24 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .font-lg-24 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font-xl-24 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-24 {
    font-size: 24px;
  }
}
.font-26 {
  font-size: 26px;
}

@media (min-width: ) {
  .font-default-26 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .font-md-26 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .font-lg-26 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .font-xl-26 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-26 {
    font-size: 26px;
  }
}
.font-28 {
  font-size: 28px;
}

@media (min-width: ) {
  .font-default-28 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .font-md-28 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .font-lg-28 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .font-xl-28 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-28 {
    font-size: 28px;
  }
}
.font-30 {
  font-size: 30px;
}

@media (min-width: ) {
  .font-default-30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .font-md-30 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .font-lg-30 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .font-xl-30 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-30 {
    font-size: 30px;
  }
}
.font-32 {
  font-size: 32px;
}

@media (min-width: ) {
  .font-default-32 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .font-md-32 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .font-lg-32 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .font-xl-32 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-32 {
    font-size: 32px;
  }
}
.font-34 {
  font-size: 34px;
}

@media (min-width: ) {
  .font-default-34 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .font-md-34 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .font-lg-34 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .font-xl-34 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-34 {
    font-size: 34px;
  }
}
.font-36 {
  font-size: 36px;
}

@media (min-width: ) {
  .font-default-36 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .font-md-36 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .font-lg-36 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .font-xl-36 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-36 {
    font-size: 36px;
  }
}
.font-38 {
  font-size: 38px;
}

@media (min-width: ) {
  .font-default-38 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .font-md-38 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .font-lg-38 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .font-xl-38 {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-38 {
    font-size: 38px;
  }
}
.font-40 {
  font-size: 40px;
}

@media (min-width: ) {
  .font-default-40 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .font-xl-40 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-40 {
    font-size: 40px;
  }
}
.font-42 {
  font-size: 42px;
}

@media (min-width: ) {
  .font-default-42 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .font-md-42 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .font-lg-42 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .font-xl-42 {
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-42 {
    font-size: 42px;
  }
}
.font-44 {
  font-size: 44px;
}

@media (min-width: ) {
  .font-default-44 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .font-md-44 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .font-lg-44 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .font-xl-44 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-44 {
    font-size: 44px;
  }
}
.font-46 {
  font-size: 46px;
}

@media (min-width: ) {
  .font-default-46 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .font-md-46 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .font-lg-46 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .font-xl-46 {
    font-size: 46px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-46 {
    font-size: 46px;
  }
}
.font-48 {
  font-size: 48px;
}

@media (min-width: ) {
  .font-default-48 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .font-md-48 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .font-lg-48 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font-xl-48 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-48 {
    font-size: 48px;
  }
}
.font-50 {
  font-size: 50px;
}

@media (min-width: ) {
  .font-default-50 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .font-md-50 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .font-lg-50 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .font-xl-50 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-50 {
    font-size: 50px;
  }
}
.font-52 {
  font-size: 52px;
}

@media (min-width: ) {
  .font-default-52 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .font-md-52 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .font-lg-52 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .font-xl-52 {
    font-size: 52px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-52 {
    font-size: 52px;
  }
}
.font-54 {
  font-size: 54px;
}

@media (min-width: ) {
  .font-default-54 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .font-md-54 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .font-lg-54 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .font-xl-54 {
    font-size: 54px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-54 {
    font-size: 54px;
  }
}
.font-56 {
  font-size: 56px;
}

@media (min-width: ) {
  .font-default-56 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .font-md-56 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .font-lg-56 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .font-xl-56 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-56 {
    font-size: 56px;
  }
}
.font-58 {
  font-size: 58px;
}

@media (min-width: ) {
  .font-default-58 {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .font-md-58 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .font-lg-58 {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .font-xl-58 {
    font-size: 58px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-58 {
    font-size: 58px;
  }
}
.font-60 {
  font-size: 60px;
}

@media (min-width: ) {
  .font-default-60 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .font-md-60 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .font-lg-60 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .font-xl-60 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-60 {
    font-size: 60px;
  }
}
.font-62 {
  font-size: 62px;
}

@media (min-width: ) {
  .font-default-62 {
    font-size: 62px;
  }
}
@media (min-width: 768px) {
  .font-md-62 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .font-lg-62 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font-xl-62 {
    font-size: 62px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-62 {
    font-size: 62px;
  }
}
.font-64 {
  font-size: 64px;
}

@media (min-width: ) {
  .font-default-64 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .font-md-64 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .font-lg-64 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .font-xl-64 {
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-64 {
    font-size: 64px;
  }
}
.font-66 {
  font-size: 66px;
}

@media (min-width: ) {
  .font-default-66 {
    font-size: 66px;
  }
}
@media (min-width: 768px) {
  .font-md-66 {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  .font-lg-66 {
    font-size: 66px;
  }
}
@media (min-width: 1200px) {
  .font-xl-66 {
    font-size: 66px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-66 {
    font-size: 66px;
  }
}
.font-68 {
  font-size: 68px;
}

@media (min-width: ) {
  .font-default-68 {
    font-size: 68px;
  }
}
@media (min-width: 768px) {
  .font-md-68 {
    font-size: 68px;
  }
}
@media (min-width: 992px) {
  .font-lg-68 {
    font-size: 68px;
  }
}
@media (min-width: 1200px) {
  .font-xl-68 {
    font-size: 68px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-68 {
    font-size: 68px;
  }
}
.font-70 {
  font-size: 70px;
}

@media (min-width: ) {
  .font-default-70 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .font-md-70 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .font-lg-70 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .font-xl-70 {
    font-size: 70px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-70 {
    font-size: 70px;
  }
}
.font-72 {
  font-size: 72px;
}

@media (min-width: ) {
  .font-default-72 {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .font-md-72 {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .font-lg-72 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .font-xl-72 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-72 {
    font-size: 72px;
  }
}
.font-74 {
  font-size: 74px;
}

@media (min-width: ) {
  .font-default-74 {
    font-size: 74px;
  }
}
@media (min-width: 768px) {
  .font-md-74 {
    font-size: 74px;
  }
}
@media (min-width: 992px) {
  .font-lg-74 {
    font-size: 74px;
  }
}
@media (min-width: 1200px) {
  .font-xl-74 {
    font-size: 74px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-74 {
    font-size: 74px;
  }
}
.font-76 {
  font-size: 76px;
}

@media (min-width: ) {
  .font-default-76 {
    font-size: 76px;
  }
}
@media (min-width: 768px) {
  .font-md-76 {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  .font-lg-76 {
    font-size: 76px;
  }
}
@media (min-width: 1200px) {
  .font-xl-76 {
    font-size: 76px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-76 {
    font-size: 76px;
  }
}
.font-78 {
  font-size: 78px;
}

@media (min-width: ) {
  .font-default-78 {
    font-size: 78px;
  }
}
@media (min-width: 768px) {
  .font-md-78 {
    font-size: 78px;
  }
}
@media (min-width: 992px) {
  .font-lg-78 {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  .font-xl-78 {
    font-size: 78px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-78 {
    font-size: 78px;
  }
}
.font-80 {
  font-size: 80px;
}

@media (min-width: ) {
  .font-default-80 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .font-md-80 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .font-lg-80 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .font-xl-80 {
    font-size: 80px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-80 {
    font-size: 80px;
  }
}
.title-1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 76px;
  text-transform: uppercase;
}
.title-1 strong {
  color: #ff5162;
}
@media screen and (max-width: 1439px) {
  .title-1 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 639px) {
  .title-1 {
    font-size: 34px;
    line-height: 40px;
  }
}

.title-2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .title-2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.button-1 a {
  background: #b91e2d;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 45px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  gap: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-1 a:hover {
  background: #8b1620;
}

.rounde-30 {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .rounde-30 {
    border-radius: 20px;
  }
}

.infos ul li {
  position: relative;
  padding-left: 30px;
  color: #a2a2a2;
  display: block;
}
.infos ul li + li {
  margin-top: 10px;
}
.infos ul li img {
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.info-contato {
  background: #494949;
  padding: 40px;
  border-radius: 30px;
}
.info-contato li {
  color: #fff !important;
}
.info-contato li + li {
  margin-top: 30px !important;
}
.info-contato li img {
  top: 3px !important;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wpcf7-spinner {
  display: none !important;
  margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: table !important;
  margin: 0 auto !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #5bb563 !important;
  border: none !important;
  color: #fff !important;
}

.section-1-transporte,
.section-1-home,
.section-video,
.section-carga,
.section-sobrenois,
.section-servicos,
.section-contato,
.section-home {
  overflow-x: clip;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  background: #242424;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #242424;
}

#page {
  overflow: clip;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.site-header.scrolled {
  background: #242424;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.site-header.scrolled .site-container {
  padding: 20px 0;
  border-bottom: none;
}

body {
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .site-branding {
    width: 160px;
  }
}

.phone-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .phone-mobile {
    display: block;
  }
}
.phone-mobile a {
  color: #fff;
  font-size: 16px;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #6e6e6e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
}
.site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.site-navigation ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-navigation ul li a:hover {
  color: #ff5162;
}
.site-navigation ul li.current-menu-item a {
  color: #ff5162;
}
@media screen and (max-width: 1199px) {
  .site-navigation .button-fale {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .site-navigation .button-fale {
    display: block;
  }
}
.site-navigation .button-fale a {
  background: #b91e2d;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  gap: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-navigation .button-fale a:hover {
  background: #8b1620;
}

footer {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 60px 0 0 0;
  }
}
footer .footer {
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  footer .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.form-footer {
  background: none !important;
  padding: 0 !important;
}

.menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  position: relative;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle .menu-toggle-icon {
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

@media screen and (max-width: 991px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 100px 40px 40px;
    gap: 20px 0;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    z-index: 999;
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-navigation.active {
    right: 0;
  }
  .site-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }
  .site-navigation ul li {
    width: 100%;
    text-align: left;
  }
  .site-navigation ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-navigation ul li a:hover {
    padding-left: 10px;
    color: #b91e2d;
  }
  .site-navigation .button-fale {
    width: 100%;
  }
  .site-navigation .button-fale a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-container {
    padding: 30px 0;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-overlay.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .site-navigation {
    max-width: 350px;
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 479px) {
  .site-navigation {
    max-width: 100%;
    padding: 80px 20px 30px;
  }
  .menu-toggle {
    width: 28px;
    height: 22px;
  }
  .menu-toggle .menu-toggle-icon {
    height: 2.5px;
  }
}
body.menu-open {
  overflow: hidden;
}

.section-1-home {
  overflow-x: clip;
}
@media screen and (min-width: 993px) {
  .section-1-home .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-1-home .inner-content .content-right {
  max-width: 220px;
}
.form {
  background: #494949;
  padding: 15px;
  border-radius: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form input,
.form select,
.form textarea {
  background-color: #333333;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 51px;
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
}
.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #5f5f5f;
  font-style: italic;
}
.form input::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #5f5f5f;
  font-style: italic;
}
.form input::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #5f5f5f;
  font-style: italic;
}
.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #5f5f5f;
  font-style: italic;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border: 1px solid #ff5162;
  -webkit-box-shadow: 0 0 10px 0 rgba(148, 14, 52, 0.5);
  box-shadow: 0 0 10px 0 rgba(148, 14, 52, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form textarea {
  height: 180px;
  padding: 15px;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/chevron-select.svg) no-repeat right 15px center #333333;
  background-size: 20px;
  padding-right: 30px;
  color: #5f5f5f;
}
.form input[type=submit] {
  color: #fff;
  background-image: url(../img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: calc(55% + 30px) calc(50% + 2px);
  background-size: 20px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form input[type=submit]:hover {
  background-color: #ff5162;
}

.box-truck {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .box-truck {
    height: 180px;
  }
}
.box-truck .image-truck {
  width: 970px;
  position: absolute;
  top: -65px;
  left: -5px;
}
@media (max-width: 1440px) {
  .box-truck .image-truck {
    width: 820px;
    top: -10px;
  }
}
@media (max-width: 992px) {
  .box-truck .image-truck {
    width: 380px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
}
@media (max-width: 768px) {
  .box-truck .image-truck {
    width: 115%;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
}

.boxes-servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .boxes-servicos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.boxes-servicos .box-servico {
  width: calc(50% - 40px);
  background-color: #333333;
  border-radius: 30px;
  background: #494949;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .boxes-servicos .box-servico {
    width: 100%;
    padding: 25px;
  }
}
.boxes-servicos .box-servico:hover {
  background: #ff5162;
}
.boxes-servicos .box-servico:hover .title {
  color: #fff;
}
.boxes-servicos .box-servico .icon-box {
  gap: 10px;
}
.boxes-servicos .box-servico .title {
  color: #ff5162;
}
.boxes-servicos .box-servico .icon {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.section-sobrenois .inner-content {
  padding: 40px 30px 240px 30px;
}

.numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .numbers-list {
    gap: 20px 35px;
  }
}
@media screen and (max-width: 639px) {
  .numbers-list .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
.numbers-list .number {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  line-height: 50px;
}
.numbers-list .text {
  font-size: 15px;
  color: #a2a2a2;
}

.section-video {
  margin-top: -190px;
}
.section-video .inner-content {
  padding: 0 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-video .inner-content {
    padding: 0 15px;
  }
}
.section-video .box-video {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-video .box-video {
    height: 240px;
  }
}
.section-video .box-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
.section-video .box-video .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  background: rgba(255, 255, 255, 0.4549019608);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-video .box-video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-video .box-video:hover .icon-play {
  background: #ff5162;
}

#videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0);
  z-index: 9999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
#videoModal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(2, 2, 2, 0.9);
}
#videoModal.show .innerVideo {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#videoModal .innerVideo {
  position: relative;
  width: 90%;
  max-width: 900px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#videoModal #videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}
#videoModal #videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoModal #closeModal {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 35px;
  cursor: pointer;
  font-weight: bold;
  background: #ff5162;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 999;
}

.section-carga .container {
  padding: 0 40px !important;
}
@media screen and (max-width: 767px) {
  .section-carga .container {
    padding: 0 30px !important;
  }
}

@media screen and (min-width: 993px) {
  .servicos-columns .row-servicos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.servicos-columns .row-servicos .col-image {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .servicos-columns .row-servicos .col-image {
    max-width: 30%;
  }
}
.servicos-columns .row-servicos .col-image .image {
  height: 100%;
}
.servicos-columns .row-servicos .col-image .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 991px) {
  .servicos-columns .row-servicos .col-image .image img {
    border-radius: 30px 30px 0 0;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .servicos-columns .row-servicos .col-image .image img {
    height: 240px;
  }
}
.servicos-columns .row-servicos .box-text {
  padding: 50px;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 991px) {
  .servicos-columns .row-servicos .box-text {
    border-radius: 0 0 30px 30px;
    padding: 25px;
  }
}
@media screen and (min-width: 993px) {
  .servicos-columns .row-servicos .box-text {
    width: 70%;
  }
}

.box-servicos-quem-somos {
  gap: 20px;
}
.box-servicos-quem-somos .box-servico {
  padding: 30px 70px;
}
@media screen and (max-width: 767px) {
  .box-servicos-quem-somos .box-servico {
    padding: 20px 30px;
  }
}

.wpcf7-not-valid-tip {
  color: #b96767 !important;
  font-size: 12px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*# sourceMappingURL=style.css.map */
