@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: #f9fafb;
  overflow-x: hidden;
}

hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* Imágenes de login */
.login-img {
  width: 80%;
}

.login-img {
  width: 100%;
}

/* Enlaces planos */
.flat-link {
  color: #4a5cde;
}

.flat-link:hover {
  color: #5f71f2;
  text-decoration: none;
}

.table-filter::-moz-placeholder {
  color: #6c757d;
  font-weight: normal;
}

.table-filter::placeholder {
  color: #6c757d;
  font-weight: normal;
}

/* 1. Definir Breakpoints de Bootstrap 3 */
/* Mixin que envuelve el contenido en la media query del breakpoint
   Si el breakpoint es xs (valor 0), se inyecta el contenido sin media query. */
/* Map que asocia la abreviatura con la propiedad CSS completa. */
/* Map para las direcciones.
   t: top, b: bottom, l: left, r: right, x: (left, right) e y: (top, bottom) */
/* Lista de espaciados en múltiplos de 5 (de 0 hasta 200, ajusta según necesites) */
/* 2.a. Clases genéricas para margin/padding (ejemplo: .mt-10, .pl-15, etc.) */
.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.mx-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mx-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mx-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mx-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mx-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.mx-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mx-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.mx-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mx-185 {
  margin-left: 185px;
  margin-right: 185px;
}

.mx-190 {
  margin-left: 190px;
  margin-right: 190px;
}

.mx-195 {
  margin-left: 195px;
  margin-right: 195px;
}

.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

/* 2.b. Clases responsive para margin/padding (ejemplo: .mt-sm-10, .pt-md-15, etc.) */
.mt-xs-0 {
  margin-top: 0px;
}

.mt-xs-5 {
  margin-top: 5px;
}

.mt-xs-10 {
  margin-top: 10px;
}

.mt-xs-15 {
  margin-top: 15px;
}

.mt-xs-20 {
  margin-top: 20px;
}

.mt-xs-25 {
  margin-top: 25px;
}

.mt-xs-30 {
  margin-top: 30px;
}

.mt-xs-35 {
  margin-top: 35px;
}

.mt-xs-40 {
  margin-top: 40px;
}

.mt-xs-45 {
  margin-top: 45px;
}

.mt-xs-50 {
  margin-top: 50px;
}

.mt-xs-55 {
  margin-top: 55px;
}

.mt-xs-60 {
  margin-top: 60px;
}

.mt-xs-65 {
  margin-top: 65px;
}

.mt-xs-70 {
  margin-top: 70px;
}

.mt-xs-75 {
  margin-top: 75px;
}

.mt-xs-80 {
  margin-top: 80px;
}

.mt-xs-85 {
  margin-top: 85px;
}

.mt-xs-90 {
  margin-top: 90px;
}

.mt-xs-95 {
  margin-top: 95px;
}

.mt-xs-100 {
  margin-top: 100px;
}

.mt-xs-105 {
  margin-top: 105px;
}

.mt-xs-110 {
  margin-top: 110px;
}

.mt-xs-115 {
  margin-top: 115px;
}

.mt-xs-120 {
  margin-top: 120px;
}

.mt-xs-125 {
  margin-top: 125px;
}

.mt-xs-130 {
  margin-top: 130px;
}

.mt-xs-135 {
  margin-top: 135px;
}

.mt-xs-140 {
  margin-top: 140px;
}

.mt-xs-145 {
  margin-top: 145px;
}

.mt-xs-150 {
  margin-top: 150px;
}

.mt-xs-155 {
  margin-top: 155px;
}

.mt-xs-160 {
  margin-top: 160px;
}

.mt-xs-165 {
  margin-top: 165px;
}

.mt-xs-170 {
  margin-top: 170px;
}

.mt-xs-175 {
  margin-top: 175px;
}

.mt-xs-180 {
  margin-top: 180px;
}

.mt-xs-185 {
  margin-top: 185px;
}

.mt-xs-190 {
  margin-top: 190px;
}

.mt-xs-195 {
  margin-top: 195px;
}

.mt-xs-200 {
  margin-top: 200px;
}

.mb-xs-0 {
  margin-bottom: 0px;
}

.mb-xs-5 {
  margin-bottom: 5px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.mb-xs-15 {
  margin-bottom: 15px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.mb-xs-25 {
  margin-bottom: 25px;
}

.mb-xs-30 {
  margin-bottom: 30px;
}

.mb-xs-35 {
  margin-bottom: 35px;
}

.mb-xs-40 {
  margin-bottom: 40px;
}

.mb-xs-45 {
  margin-bottom: 45px;
}

.mb-xs-50 {
  margin-bottom: 50px;
}

.mb-xs-55 {
  margin-bottom: 55px;
}

.mb-xs-60 {
  margin-bottom: 60px;
}

.mb-xs-65 {
  margin-bottom: 65px;
}

.mb-xs-70 {
  margin-bottom: 70px;
}

.mb-xs-75 {
  margin-bottom: 75px;
}

.mb-xs-80 {
  margin-bottom: 80px;
}

.mb-xs-85 {
  margin-bottom: 85px;
}

.mb-xs-90 {
  margin-bottom: 90px;
}

.mb-xs-95 {
  margin-bottom: 95px;
}

.mb-xs-100 {
  margin-bottom: 100px;
}

.mb-xs-105 {
  margin-bottom: 105px;
}

.mb-xs-110 {
  margin-bottom: 110px;
}

.mb-xs-115 {
  margin-bottom: 115px;
}

.mb-xs-120 {
  margin-bottom: 120px;
}

.mb-xs-125 {
  margin-bottom: 125px;
}

.mb-xs-130 {
  margin-bottom: 130px;
}

.mb-xs-135 {
  margin-bottom: 135px;
}

.mb-xs-140 {
  margin-bottom: 140px;
}

.mb-xs-145 {
  margin-bottom: 145px;
}

.mb-xs-150 {
  margin-bottom: 150px;
}

.mb-xs-155 {
  margin-bottom: 155px;
}

.mb-xs-160 {
  margin-bottom: 160px;
}

.mb-xs-165 {
  margin-bottom: 165px;
}

.mb-xs-170 {
  margin-bottom: 170px;
}

.mb-xs-175 {
  margin-bottom: 175px;
}

.mb-xs-180 {
  margin-bottom: 180px;
}

.mb-xs-185 {
  margin-bottom: 185px;
}

.mb-xs-190 {
  margin-bottom: 190px;
}

.mb-xs-195 {
  margin-bottom: 195px;
}

.mb-xs-200 {
  margin-bottom: 200px;
}

.ml-xs-0 {
  margin-left: 0px;
}

.ml-xs-5 {
  margin-left: 5px;
}

.ml-xs-10 {
  margin-left: 10px;
}

.ml-xs-15 {
  margin-left: 15px;
}

.ml-xs-20 {
  margin-left: 20px;
}

.ml-xs-25 {
  margin-left: 25px;
}

.ml-xs-30 {
  margin-left: 30px;
}

.ml-xs-35 {
  margin-left: 35px;
}

.ml-xs-40 {
  margin-left: 40px;
}

.ml-xs-45 {
  margin-left: 45px;
}

.ml-xs-50 {
  margin-left: 50px;
}

.ml-xs-55 {
  margin-left: 55px;
}

.ml-xs-60 {
  margin-left: 60px;
}

.ml-xs-65 {
  margin-left: 65px;
}

.ml-xs-70 {
  margin-left: 70px;
}

.ml-xs-75 {
  margin-left: 75px;
}

.ml-xs-80 {
  margin-left: 80px;
}

.ml-xs-85 {
  margin-left: 85px;
}

.ml-xs-90 {
  margin-left: 90px;
}

.ml-xs-95 {
  margin-left: 95px;
}

.ml-xs-100 {
  margin-left: 100px;
}

.ml-xs-105 {
  margin-left: 105px;
}

.ml-xs-110 {
  margin-left: 110px;
}

.ml-xs-115 {
  margin-left: 115px;
}

.ml-xs-120 {
  margin-left: 120px;
}

.ml-xs-125 {
  margin-left: 125px;
}

.ml-xs-130 {
  margin-left: 130px;
}

.ml-xs-135 {
  margin-left: 135px;
}

.ml-xs-140 {
  margin-left: 140px;
}

.ml-xs-145 {
  margin-left: 145px;
}

.ml-xs-150 {
  margin-left: 150px;
}

.ml-xs-155 {
  margin-left: 155px;
}

.ml-xs-160 {
  margin-left: 160px;
}

.ml-xs-165 {
  margin-left: 165px;
}

.ml-xs-170 {
  margin-left: 170px;
}

.ml-xs-175 {
  margin-left: 175px;
}

.ml-xs-180 {
  margin-left: 180px;
}

.ml-xs-185 {
  margin-left: 185px;
}

.ml-xs-190 {
  margin-left: 190px;
}

.ml-xs-195 {
  margin-left: 195px;
}

.ml-xs-200 {
  margin-left: 200px;
}

.mr-xs-0 {
  margin-right: 0px;
}

.mr-xs-5 {
  margin-right: 5px;
}

.mr-xs-10 {
  margin-right: 10px;
}

.mr-xs-15 {
  margin-right: 15px;
}

.mr-xs-20 {
  margin-right: 20px;
}

.mr-xs-25 {
  margin-right: 25px;
}

.mr-xs-30 {
  margin-right: 30px;
}

.mr-xs-35 {
  margin-right: 35px;
}

.mr-xs-40 {
  margin-right: 40px;
}

.mr-xs-45 {
  margin-right: 45px;
}

.mr-xs-50 {
  margin-right: 50px;
}

.mr-xs-55 {
  margin-right: 55px;
}

.mr-xs-60 {
  margin-right: 60px;
}

.mr-xs-65 {
  margin-right: 65px;
}

.mr-xs-70 {
  margin-right: 70px;
}

.mr-xs-75 {
  margin-right: 75px;
}

.mr-xs-80 {
  margin-right: 80px;
}

.mr-xs-85 {
  margin-right: 85px;
}

.mr-xs-90 {
  margin-right: 90px;
}

.mr-xs-95 {
  margin-right: 95px;
}

.mr-xs-100 {
  margin-right: 100px;
}

.mr-xs-105 {
  margin-right: 105px;
}

.mr-xs-110 {
  margin-right: 110px;
}

.mr-xs-115 {
  margin-right: 115px;
}

.mr-xs-120 {
  margin-right: 120px;
}

.mr-xs-125 {
  margin-right: 125px;
}

.mr-xs-130 {
  margin-right: 130px;
}

.mr-xs-135 {
  margin-right: 135px;
}

.mr-xs-140 {
  margin-right: 140px;
}

.mr-xs-145 {
  margin-right: 145px;
}

.mr-xs-150 {
  margin-right: 150px;
}

.mr-xs-155 {
  margin-right: 155px;
}

.mr-xs-160 {
  margin-right: 160px;
}

.mr-xs-165 {
  margin-right: 165px;
}

.mr-xs-170 {
  margin-right: 170px;
}

.mr-xs-175 {
  margin-right: 175px;
}

.mr-xs-180 {
  margin-right: 180px;
}

.mr-xs-185 {
  margin-right: 185px;
}

.mr-xs-190 {
  margin-right: 190px;
}

.mr-xs-195 {
  margin-right: 195px;
}

.mr-xs-200 {
  margin-right: 200px;
}

.mx-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-xs-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-xs-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-xs-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-xs-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-xs-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-xs-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-xs-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-xs-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-xs-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mx-xs-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-xs-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mx-xs-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-xs-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mx-xs-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-xs-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mx-xs-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-xs-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.mx-xs-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-xs-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.mx-xs-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-xs-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.mx-xs-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.mx-xs-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.mx-xs-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mx-xs-125 {
  margin-left: 125px;
  margin-right: 125px;
}

.mx-xs-130 {
  margin-left: 130px;
  margin-right: 130px;
}

.mx-xs-135 {
  margin-left: 135px;
  margin-right: 135px;
}

.mx-xs-140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mx-xs-145 {
  margin-left: 145px;
  margin-right: 145px;
}

.mx-xs-150 {
  margin-left: 150px;
  margin-right: 150px;
}

.mx-xs-155 {
  margin-left: 155px;
  margin-right: 155px;
}

.mx-xs-160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mx-xs-165 {
  margin-left: 165px;
  margin-right: 165px;
}

.mx-xs-170 {
  margin-left: 170px;
  margin-right: 170px;
}

.mx-xs-175 {
  margin-left: 175px;
  margin-right: 175px;
}

.mx-xs-180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mx-xs-185 {
  margin-left: 185px;
  margin-right: 185px;
}

.mx-xs-190 {
  margin-left: 190px;
  margin-right: 190px;
}

.mx-xs-195 {
  margin-left: 195px;
  margin-right: 195px;
}

.mx-xs-200 {
  margin-left: 200px;
  margin-right: 200px;
}

.my-xs-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-xs-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-xs-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-xs-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-xs-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-xs-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-xs-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-xs-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-xs-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-xs-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-xs-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-xs-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-xs-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-xs-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-xs-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-xs-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-xs-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-xs-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-xs-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-xs-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-xs-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-xs-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.my-xs-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.my-xs-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.my-xs-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-xs-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.my-xs-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.my-xs-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.my-xs-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.my-xs-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.my-xs-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.my-xs-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.my-xs-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.my-xs-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.my-xs-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.my-xs-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.my-xs-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.my-xs-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.my-xs-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.my-xs-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.my-xs-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.pt-xs-0 {
  padding-top: 0px;
}

.pt-xs-5 {
  padding-top: 5px;
}

.pt-xs-10 {
  padding-top: 10px;
}

.pt-xs-15 {
  padding-top: 15px;
}

.pt-xs-20 {
  padding-top: 20px;
}

.pt-xs-25 {
  padding-top: 25px;
}

.pt-xs-30 {
  padding-top: 30px;
}

.pt-xs-35 {
  padding-top: 35px;
}

.pt-xs-40 {
  padding-top: 40px;
}

.pt-xs-45 {
  padding-top: 45px;
}

.pt-xs-50 {
  padding-top: 50px;
}

.pt-xs-55 {
  padding-top: 55px;
}

.pt-xs-60 {
  padding-top: 60px;
}

.pt-xs-65 {
  padding-top: 65px;
}

.pt-xs-70 {
  padding-top: 70px;
}

.pt-xs-75 {
  padding-top: 75px;
}

.pt-xs-80 {
  padding-top: 80px;
}

.pt-xs-85 {
  padding-top: 85px;
}

.pt-xs-90 {
  padding-top: 90px;
}

.pt-xs-95 {
  padding-top: 95px;
}

.pt-xs-100 {
  padding-top: 100px;
}

.pt-xs-105 {
  padding-top: 105px;
}

.pt-xs-110 {
  padding-top: 110px;
}

.pt-xs-115 {
  padding-top: 115px;
}

.pt-xs-120 {
  padding-top: 120px;
}

.pt-xs-125 {
  padding-top: 125px;
}

.pt-xs-130 {
  padding-top: 130px;
}

.pt-xs-135 {
  padding-top: 135px;
}

.pt-xs-140 {
  padding-top: 140px;
}

.pt-xs-145 {
  padding-top: 145px;
}

.pt-xs-150 {
  padding-top: 150px;
}

.pt-xs-155 {
  padding-top: 155px;
}

.pt-xs-160 {
  padding-top: 160px;
}

.pt-xs-165 {
  padding-top: 165px;
}

.pt-xs-170 {
  padding-top: 170px;
}

.pt-xs-175 {
  padding-top: 175px;
}

.pt-xs-180 {
  padding-top: 180px;
}

.pt-xs-185 {
  padding-top: 185px;
}

.pt-xs-190 {
  padding-top: 190px;
}

.pt-xs-195 {
  padding-top: 195px;
}

.pt-xs-200 {
  padding-top: 200px;
}

.pb-xs-0 {
  padding-bottom: 0px;
}

.pb-xs-5 {
  padding-bottom: 5px;
}

.pb-xs-10 {
  padding-bottom: 10px;
}

.pb-xs-15 {
  padding-bottom: 15px;
}

.pb-xs-20 {
  padding-bottom: 20px;
}

.pb-xs-25 {
  padding-bottom: 25px;
}

.pb-xs-30 {
  padding-bottom: 30px;
}

.pb-xs-35 {
  padding-bottom: 35px;
}

.pb-xs-40 {
  padding-bottom: 40px;
}

.pb-xs-45 {
  padding-bottom: 45px;
}

.pb-xs-50 {
  padding-bottom: 50px;
}

.pb-xs-55 {
  padding-bottom: 55px;
}

.pb-xs-60 {
  padding-bottom: 60px;
}

.pb-xs-65 {
  padding-bottom: 65px;
}

.pb-xs-70 {
  padding-bottom: 70px;
}

.pb-xs-75 {
  padding-bottom: 75px;
}

.pb-xs-80 {
  padding-bottom: 80px;
}

.pb-xs-85 {
  padding-bottom: 85px;
}

.pb-xs-90 {
  padding-bottom: 90px;
}

.pb-xs-95 {
  padding-bottom: 95px;
}

.pb-xs-100 {
  padding-bottom: 100px;
}

.pb-xs-105 {
  padding-bottom: 105px;
}

.pb-xs-110 {
  padding-bottom: 110px;
}

.pb-xs-115 {
  padding-bottom: 115px;
}

.pb-xs-120 {
  padding-bottom: 120px;
}

.pb-xs-125 {
  padding-bottom: 125px;
}

.pb-xs-130 {
  padding-bottom: 130px;
}

.pb-xs-135 {
  padding-bottom: 135px;
}

.pb-xs-140 {
  padding-bottom: 140px;
}

.pb-xs-145 {
  padding-bottom: 145px;
}

.pb-xs-150 {
  padding-bottom: 150px;
}

.pb-xs-155 {
  padding-bottom: 155px;
}

.pb-xs-160 {
  padding-bottom: 160px;
}

.pb-xs-165 {
  padding-bottom: 165px;
}

.pb-xs-170 {
  padding-bottom: 170px;
}

.pb-xs-175 {
  padding-bottom: 175px;
}

.pb-xs-180 {
  padding-bottom: 180px;
}

.pb-xs-185 {
  padding-bottom: 185px;
}

.pb-xs-190 {
  padding-bottom: 190px;
}

.pb-xs-195 {
  padding-bottom: 195px;
}

.pb-xs-200 {
  padding-bottom: 200px;
}

.pl-xs-0 {
  padding-left: 0px;
}

.pl-xs-5 {
  padding-left: 5px;
}

.pl-xs-10 {
  padding-left: 10px;
}

.pl-xs-15 {
  padding-left: 15px;
}

.pl-xs-20 {
  padding-left: 20px;
}

.pl-xs-25 {
  padding-left: 25px;
}

.pl-xs-30 {
  padding-left: 30px;
}

.pl-xs-35 {
  padding-left: 35px;
}

.pl-xs-40 {
  padding-left: 40px;
}

.pl-xs-45 {
  padding-left: 45px;
}

.pl-xs-50 {
  padding-left: 50px;
}

.pl-xs-55 {
  padding-left: 55px;
}

.pl-xs-60 {
  padding-left: 60px;
}

.pl-xs-65 {
  padding-left: 65px;
}

.pl-xs-70 {
  padding-left: 70px;
}

.pl-xs-75 {
  padding-left: 75px;
}

.pl-xs-80 {
  padding-left: 80px;
}

.pl-xs-85 {
  padding-left: 85px;
}

.pl-xs-90 {
  padding-left: 90px;
}

.pl-xs-95 {
  padding-left: 95px;
}

.pl-xs-100 {
  padding-left: 100px;
}

.pl-xs-105 {
  padding-left: 105px;
}

.pl-xs-110 {
  padding-left: 110px;
}

.pl-xs-115 {
  padding-left: 115px;
}

.pl-xs-120 {
  padding-left: 120px;
}

.pl-xs-125 {
  padding-left: 125px;
}

.pl-xs-130 {
  padding-left: 130px;
}

.pl-xs-135 {
  padding-left: 135px;
}

.pl-xs-140 {
  padding-left: 140px;
}

.pl-xs-145 {
  padding-left: 145px;
}

.pl-xs-150 {
  padding-left: 150px;
}

.pl-xs-155 {
  padding-left: 155px;
}

.pl-xs-160 {
  padding-left: 160px;
}

.pl-xs-165 {
  padding-left: 165px;
}

.pl-xs-170 {
  padding-left: 170px;
}

.pl-xs-175 {
  padding-left: 175px;
}

.pl-xs-180 {
  padding-left: 180px;
}

.pl-xs-185 {
  padding-left: 185px;
}

.pl-xs-190 {
  padding-left: 190px;
}

.pl-xs-195 {
  padding-left: 195px;
}

.pl-xs-200 {
  padding-left: 200px;
}

.pr-xs-0 {
  padding-right: 0px;
}

.pr-xs-5 {
  padding-right: 5px;
}

.pr-xs-10 {
  padding-right: 10px;
}

.pr-xs-15 {
  padding-right: 15px;
}

.pr-xs-20 {
  padding-right: 20px;
}

.pr-xs-25 {
  padding-right: 25px;
}

.pr-xs-30 {
  padding-right: 30px;
}

.pr-xs-35 {
  padding-right: 35px;
}

.pr-xs-40 {
  padding-right: 40px;
}

.pr-xs-45 {
  padding-right: 45px;
}

.pr-xs-50 {
  padding-right: 50px;
}

.pr-xs-55 {
  padding-right: 55px;
}

.pr-xs-60 {
  padding-right: 60px;
}

.pr-xs-65 {
  padding-right: 65px;
}

.pr-xs-70 {
  padding-right: 70px;
}

.pr-xs-75 {
  padding-right: 75px;
}

.pr-xs-80 {
  padding-right: 80px;
}

.pr-xs-85 {
  padding-right: 85px;
}

.pr-xs-90 {
  padding-right: 90px;
}

.pr-xs-95 {
  padding-right: 95px;
}

.pr-xs-100 {
  padding-right: 100px;
}

.pr-xs-105 {
  padding-right: 105px;
}

.pr-xs-110 {
  padding-right: 110px;
}

.pr-xs-115 {
  padding-right: 115px;
}

.pr-xs-120 {
  padding-right: 120px;
}

.pr-xs-125 {
  padding-right: 125px;
}

.pr-xs-130 {
  padding-right: 130px;
}

.pr-xs-135 {
  padding-right: 135px;
}

.pr-xs-140 {
  padding-right: 140px;
}

.pr-xs-145 {
  padding-right: 145px;
}

.pr-xs-150 {
  padding-right: 150px;
}

.pr-xs-155 {
  padding-right: 155px;
}

.pr-xs-160 {
  padding-right: 160px;
}

.pr-xs-165 {
  padding-right: 165px;
}

.pr-xs-170 {
  padding-right: 170px;
}

.pr-xs-175 {
  padding-right: 175px;
}

.pr-xs-180 {
  padding-right: 180px;
}

.pr-xs-185 {
  padding-right: 185px;
}

.pr-xs-190 {
  padding-right: 190px;
}

.pr-xs-195 {
  padding-right: 195px;
}

.pr-xs-200 {
  padding-right: 200px;
}

.px-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-xs-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-xs-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-xs-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-xs-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-xs-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-xs-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-xs-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-xs-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-xs-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-xs-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-xs-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-xs-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-xs-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-xs-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-xs-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-xs-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-xs-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-xs-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-xs-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-xs-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-xs-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-xs-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-xs-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-xs-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-xs-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-xs-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-xs-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-xs-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-xs-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-xs-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.py-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-xs-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-xs-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-xs-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-xs-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-xs-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-xs-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-xs-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-xs-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-xs-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-xs-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-xs-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-xs-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-xs-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-xs-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-xs-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-xs-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-xs-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-xs-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-xs-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-xs-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-xs-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-xs-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-xs-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-xs-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-xs-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-xs-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-xs-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-xs-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-xs-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-xs-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-xs-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-105 {
    margin-top: 105px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-115 {
    margin-top: 115px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-125 {
    margin-top: 125px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-135 {
    margin-top: 135px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mt-sm-145 {
    margin-top: 145px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mt-sm-155 {
    margin-top: 155px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mt-sm-165 {
    margin-top: 165px;
  }
  .mt-sm-170 {
    margin-top: 170px;
  }
  .mt-sm-175 {
    margin-top: 175px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mt-sm-185 {
    margin-top: 185px;
  }
  .mt-sm-190 {
    margin-top: 190px;
  }
  .mt-sm-195 {
    margin-top: 195px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-105 {
    margin-bottom: 105px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-115 {
    margin-bottom: 115px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-125 {
    margin-bottom: 125px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-135 {
    margin-bottom: 135px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mb-sm-145 {
    margin-bottom: 145px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mb-sm-155 {
    margin-bottom: 155px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .mb-sm-165 {
    margin-bottom: 165px;
  }
  .mb-sm-170 {
    margin-bottom: 170px;
  }
  .mb-sm-175 {
    margin-bottom: 175px;
  }
  .mb-sm-180 {
    margin-bottom: 180px;
  }
  .mb-sm-185 {
    margin-bottom: 185px;
  }
  .mb-sm-190 {
    margin-bottom: 190px;
  }
  .mb-sm-195 {
    margin-bottom: 195px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-105 {
    margin-left: 105px;
  }
  .ml-sm-110 {
    margin-left: 110px;
  }
  .ml-sm-115 {
    margin-left: 115px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-125 {
    margin-left: 125px;
  }
  .ml-sm-130 {
    margin-left: 130px;
  }
  .ml-sm-135 {
    margin-left: 135px;
  }
  .ml-sm-140 {
    margin-left: 140px;
  }
  .ml-sm-145 {
    margin-left: 145px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .ml-sm-155 {
    margin-left: 155px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .ml-sm-165 {
    margin-left: 165px;
  }
  .ml-sm-170 {
    margin-left: 170px;
  }
  .ml-sm-175 {
    margin-left: 175px;
  }
  .ml-sm-180 {
    margin-left: 180px;
  }
  .ml-sm-185 {
    margin-left: 185px;
  }
  .ml-sm-190 {
    margin-left: 190px;
  }
  .ml-sm-195 {
    margin-left: 195px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mr-sm-105 {
    margin-right: 105px;
  }
  .mr-sm-110 {
    margin-right: 110px;
  }
  .mr-sm-115 {
    margin-right: 115px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mr-sm-125 {
    margin-right: 125px;
  }
  .mr-sm-130 {
    margin-right: 130px;
  }
  .mr-sm-135 {
    margin-right: 135px;
  }
  .mr-sm-140 {
    margin-right: 140px;
  }
  .mr-sm-145 {
    margin-right: 145px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .mr-sm-155 {
    margin-right: 155px;
  }
  .mr-sm-160 {
    margin-right: 160px;
  }
  .mr-sm-165 {
    margin-right: 165px;
  }
  .mr-sm-170 {
    margin-right: 170px;
  }
  .mr-sm-175 {
    margin-right: 175px;
  }
  .mr-sm-180 {
    margin-right: 180px;
  }
  .mr-sm-185 {
    margin-right: 185px;
  }
  .mr-sm-190 {
    margin-right: 190px;
  }
  .mr-sm-195 {
    margin-right: 195px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-sm-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-sm-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-sm-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-sm-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-sm-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-sm-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-sm-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-sm-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mx-sm-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mx-sm-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-sm-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mx-sm-130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mx-sm-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mx-sm-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mx-sm-145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-sm-155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mx-sm-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-sm-165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .mx-sm-170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mx-sm-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .mx-sm-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mx-sm-185 {
    margin-left: 185px;
    margin-right: 185px;
  }
  .mx-sm-190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mx-sm-195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .mx-sm-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-sm-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-sm-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .my-sm-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-sm-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-sm-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-sm-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-sm-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .my-sm-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-sm-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-sm-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .my-sm-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-sm-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-105 {
    padding-top: 105px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-115 {
    padding-top: 115px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-125 {
    padding-top: 125px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-135 {
    padding-top: 135px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pt-sm-145 {
    padding-top: 145px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-155 {
    padding-top: 155px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-165 {
    padding-top: 165px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pt-sm-175 {
    padding-top: 175px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pt-sm-185 {
    padding-top: 185px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pt-sm-195 {
    padding-top: 195px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-105 {
    padding-bottom: 105px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-115 {
    padding-bottom: 115px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-125 {
    padding-bottom: 125px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-135 {
    padding-bottom: 135px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pb-sm-145 {
    padding-bottom: 145px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-155 {
    padding-bottom: 155px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-165 {
    padding-bottom: 165px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .pb-sm-175 {
    padding-bottom: 175px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .pb-sm-185 {
    padding-bottom: 185px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .pb-sm-195 {
    padding-bottom: 195px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-105 {
    padding-left: 105px;
  }
  .pl-sm-110 {
    padding-left: 110px;
  }
  .pl-sm-115 {
    padding-left: 115px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-125 {
    padding-left: 125px;
  }
  .pl-sm-130 {
    padding-left: 130px;
  }
  .pl-sm-135 {
    padding-left: 135px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  .pl-sm-145 {
    padding-left: 145px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pl-sm-155 {
    padding-left: 155px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .pl-sm-165 {
    padding-left: 165px;
  }
  .pl-sm-170 {
    padding-left: 170px;
  }
  .pl-sm-175 {
    padding-left: 175px;
  }
  .pl-sm-180 {
    padding-left: 180px;
  }
  .pl-sm-185 {
    padding-left: 185px;
  }
  .pl-sm-190 {
    padding-left: 190px;
  }
  .pl-sm-195 {
    padding-left: 195px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-105 {
    padding-right: 105px;
  }
  .pr-sm-110 {
    padding-right: 110px;
  }
  .pr-sm-115 {
    padding-right: 115px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-125 {
    padding-right: 125px;
  }
  .pr-sm-130 {
    padding-right: 130px;
  }
  .pr-sm-135 {
    padding-right: 135px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .pr-sm-145 {
    padding-right: 145px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pr-sm-155 {
    padding-right: 155px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pr-sm-165 {
    padding-right: 165px;
  }
  .pr-sm-170 {
    padding-right: 170px;
  }
  .pr-sm-175 {
    padding-right: 175px;
  }
  .pr-sm-180 {
    padding-right: 180px;
  }
  .pr-sm-185 {
    padding-right: 185px;
  }
  .pr-sm-190 {
    padding-right: 190px;
  }
  .pr-sm-195 {
    padding-right: 195px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-sm-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-sm-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-sm-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-sm-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .px-sm-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-sm-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .px-sm-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .px-sm-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-sm-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .px-sm-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .px-sm-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .px-sm-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-sm-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-sm-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .px-sm-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .px-sm-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .px-sm-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .px-sm-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .px-sm-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .px-sm-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-sm-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-sm-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-sm-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-sm-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-sm-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-95 {
    margin-top: 95px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-105 {
    margin-top: 105px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-115 {
    margin-top: 115px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-125 {
    margin-top: 125px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-135 {
    margin-top: 135px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mt-md-145 {
    margin-top: 145px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mt-md-155 {
    margin-top: 155px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mt-md-165 {
    margin-top: 165px;
  }
  .mt-md-170 {
    margin-top: 170px;
  }
  .mt-md-175 {
    margin-top: 175px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mt-md-185 {
    margin-top: 185px;
  }
  .mt-md-190 {
    margin-top: 190px;
  }
  .mt-md-195 {
    margin-top: 195px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-95 {
    margin-bottom: 95px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-105 {
    margin-bottom: 105px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-115 {
    margin-bottom: 115px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-125 {
    margin-bottom: 125px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-135 {
    margin-bottom: 135px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mb-md-145 {
    margin-bottom: 145px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mb-md-155 {
    margin-bottom: 155px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mb-md-165 {
    margin-bottom: 165px;
  }
  .mb-md-170 {
    margin-bottom: 170px;
  }
  .mb-md-175 {
    margin-bottom: 175px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .mb-md-185 {
    margin-bottom: 185px;
  }
  .mb-md-190 {
    margin-bottom: 190px;
  }
  .mb-md-195 {
    margin-bottom: 195px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-55 {
    margin-left: 55px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .ml-md-65 {
    margin-left: 65px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .ml-md-85 {
    margin-left: 85px;
  }
  .ml-md-90 {
    margin-left: 90px;
  }
  .ml-md-95 {
    margin-left: 95px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .ml-md-105 {
    margin-left: 105px;
  }
  .ml-md-110 {
    margin-left: 110px;
  }
  .ml-md-115 {
    margin-left: 115px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .ml-md-125 {
    margin-left: 125px;
  }
  .ml-md-130 {
    margin-left: 130px;
  }
  .ml-md-135 {
    margin-left: 135px;
  }
  .ml-md-140 {
    margin-left: 140px;
  }
  .ml-md-145 {
    margin-left: 145px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
  .ml-md-155 {
    margin-left: 155px;
  }
  .ml-md-160 {
    margin-left: 160px;
  }
  .ml-md-165 {
    margin-left: 165px;
  }
  .ml-md-170 {
    margin-left: 170px;
  }
  .ml-md-175 {
    margin-left: 175px;
  }
  .ml-md-180 {
    margin-left: 180px;
  }
  .ml-md-185 {
    margin-left: 185px;
  }
  .ml-md-190 {
    margin-left: 190px;
  }
  .ml-md-195 {
    margin-left: 195px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-55 {
    margin-right: 55px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mr-md-65 {
    margin-right: 65px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mr-md-85 {
    margin-right: 85px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .mr-md-95 {
    margin-right: 95px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mr-md-105 {
    margin-right: 105px;
  }
  .mr-md-110 {
    margin-right: 110px;
  }
  .mr-md-115 {
    margin-right: 115px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mr-md-125 {
    margin-right: 125px;
  }
  .mr-md-130 {
    margin-right: 130px;
  }
  .mr-md-135 {
    margin-right: 135px;
  }
  .mr-md-140 {
    margin-right: 140px;
  }
  .mr-md-145 {
    margin-right: 145px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .mr-md-155 {
    margin-right: 155px;
  }
  .mr-md-160 {
    margin-right: 160px;
  }
  .mr-md-165 {
    margin-right: 165px;
  }
  .mr-md-170 {
    margin-right: 170px;
  }
  .mr-md-175 {
    margin-right: 175px;
  }
  .mr-md-180 {
    margin-right: 180px;
  }
  .mr-md-185 {
    margin-right: 185px;
  }
  .mr-md-190 {
    margin-right: 190px;
  }
  .mr-md-195 {
    margin-right: 195px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-md-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-md-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-md-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-md-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-md-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-md-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mx-md-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-md-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-md-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mx-md-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mx-md-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-md-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mx-md-130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mx-md-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mx-md-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mx-md-145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-md-155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mx-md-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-md-165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .mx-md-170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mx-md-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .mx-md-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mx-md-185 {
    margin-left: 185px;
    margin-right: 185px;
  }
  .mx-md-190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mx-md-195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .mx-md-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-md-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-md-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-md-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-md-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-md-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .my-md-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-md-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-md-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-md-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-md-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .my-md-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-md-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .my-md-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-md-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .my-md-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-md-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-95 {
    padding-top: 95px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-105 {
    padding-top: 105px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-115 {
    padding-top: 115px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-125 {
    padding-top: 125px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-135 {
    padding-top: 135px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-145 {
    padding-top: 145px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-155 {
    padding-top: 155px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-165 {
    padding-top: 165px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pt-md-175 {
    padding-top: 175px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pt-md-185 {
    padding-top: 185px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pt-md-195 {
    padding-top: 195px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-95 {
    padding-bottom: 95px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-105 {
    padding-bottom: 105px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-115 {
    padding-bottom: 115px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-125 {
    padding-bottom: 125px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-135 {
    padding-bottom: 135px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-145 {
    padding-bottom: 145px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-155 {
    padding-bottom: 155px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-165 {
    padding-bottom: 165px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .pb-md-175 {
    padding-bottom: 175px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .pb-md-185 {
    padding-bottom: 185px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .pb-md-195 {
    padding-bottom: 195px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-55 {
    padding-left: 55px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pl-md-65 {
    padding-left: 65px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pl-md-85 {
    padding-left: 85px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .pl-md-95 {
    padding-left: 95px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pl-md-105 {
    padding-left: 105px;
  }
  .pl-md-110 {
    padding-left: 110px;
  }
  .pl-md-115 {
    padding-left: 115px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pl-md-125 {
    padding-left: 125px;
  }
  .pl-md-130 {
    padding-left: 130px;
  }
  .pl-md-135 {
    padding-left: 135px;
  }
  .pl-md-140 {
    padding-left: 140px;
  }
  .pl-md-145 {
    padding-left: 145px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .pl-md-155 {
    padding-left: 155px;
  }
  .pl-md-160 {
    padding-left: 160px;
  }
  .pl-md-165 {
    padding-left: 165px;
  }
  .pl-md-170 {
    padding-left: 170px;
  }
  .pl-md-175 {
    padding-left: 175px;
  }
  .pl-md-180 {
    padding-left: 180px;
  }
  .pl-md-185 {
    padding-left: 185px;
  }
  .pl-md-190 {
    padding-left: 190px;
  }
  .pl-md-195 {
    padding-left: 195px;
  }
  .pl-md-200 {
    padding-left: 200px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-55 {
    padding-right: 55px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pr-md-65 {
    padding-right: 65px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pr-md-85 {
    padding-right: 85px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pr-md-95 {
    padding-right: 95px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pr-md-105 {
    padding-right: 105px;
  }
  .pr-md-110 {
    padding-right: 110px;
  }
  .pr-md-115 {
    padding-right: 115px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pr-md-125 {
    padding-right: 125px;
  }
  .pr-md-130 {
    padding-right: 130px;
  }
  .pr-md-135 {
    padding-right: 135px;
  }
  .pr-md-140 {
    padding-right: 140px;
  }
  .pr-md-145 {
    padding-right: 145px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pr-md-155 {
    padding-right: 155px;
  }
  .pr-md-160 {
    padding-right: 160px;
  }
  .pr-md-165 {
    padding-right: 165px;
  }
  .pr-md-170 {
    padding-right: 170px;
  }
  .pr-md-175 {
    padding-right: 175px;
  }
  .pr-md-180 {
    padding-right: 180px;
  }
  .pr-md-185 {
    padding-right: 185px;
  }
  .pr-md-190 {
    padding-right: 190px;
  }
  .pr-md-195 {
    padding-right: 195px;
  }
  .pr-md-200 {
    padding-right: 200px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-md-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-md-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-md-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-md-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .px-md-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-md-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .px-md-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .px-md-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-md-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .px-md-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .px-md-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .px-md-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-md-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-md-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .px-md-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .px-md-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .px-md-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .px-md-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .px-md-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-md-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-md-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-md-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-md-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-md-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-md-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-md-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-md-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-135 {
    margin-top: 135px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-145 {
    margin-top: 145px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mt-lg-155 {
    margin-top: 155px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mt-lg-165 {
    margin-top: 165px;
  }
  .mt-lg-170 {
    margin-top: 170px;
  }
  .mt-lg-175 {
    margin-top: 175px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mt-lg-185 {
    margin-top: 185px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
  .mt-lg-195 {
    margin-top: 195px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-125 {
    margin-bottom: 125px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-135 {
    margin-bottom: 135px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mb-lg-145 {
    margin-bottom: 145px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mb-lg-155 {
    margin-bottom: 155px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mb-lg-165 {
    margin-bottom: 165px;
  }
  .mb-lg-170 {
    margin-bottom: 170px;
  }
  .mb-lg-175 {
    margin-bottom: 175px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .mb-lg-185 {
    margin-bottom: 185px;
  }
  .mb-lg-190 {
    margin-bottom: 190px;
  }
  .mb-lg-195 {
    margin-bottom: 195px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-105 {
    margin-left: 105px;
  }
  .ml-lg-110 {
    margin-left: 110px;
  }
  .ml-lg-115 {
    margin-left: 115px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-125 {
    margin-left: 125px;
  }
  .ml-lg-130 {
    margin-left: 130px;
  }
  .ml-lg-135 {
    margin-left: 135px;
  }
  .ml-lg-140 {
    margin-left: 140px;
  }
  .ml-lg-145 {
    margin-left: 145px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .ml-lg-155 {
    margin-left: 155px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .ml-lg-165 {
    margin-left: 165px;
  }
  .ml-lg-170 {
    margin-left: 170px;
  }
  .ml-lg-175 {
    margin-left: 175px;
  }
  .ml-lg-180 {
    margin-left: 180px;
  }
  .ml-lg-185 {
    margin-left: 185px;
  }
  .ml-lg-190 {
    margin-left: 190px;
  }
  .ml-lg-195 {
    margin-left: 195px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-105 {
    margin-right: 105px;
  }
  .mr-lg-110 {
    margin-right: 110px;
  }
  .mr-lg-115 {
    margin-right: 115px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-125 {
    margin-right: 125px;
  }
  .mr-lg-130 {
    margin-right: 130px;
  }
  .mr-lg-135 {
    margin-right: 135px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .mr-lg-145 {
    margin-right: 145px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mr-lg-155 {
    margin-right: 155px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .mr-lg-165 {
    margin-right: 165px;
  }
  .mr-lg-170 {
    margin-right: 170px;
  }
  .mr-lg-175 {
    margin-right: 175px;
  }
  .mr-lg-180 {
    margin-right: 180px;
  }
  .mr-lg-185 {
    margin-right: 185px;
  }
  .mr-lg-190 {
    margin-right: 190px;
  }
  .mr-lg-195 {
    margin-right: 195px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-lg-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-lg-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-lg-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-lg-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-lg-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-lg-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mx-lg-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-lg-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .mx-lg-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .mx-lg-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-lg-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .mx-lg-130 {
    margin-left: 130px;
    margin-right: 130px;
  }
  .mx-lg-135 {
    margin-left: 135px;
    margin-right: 135px;
  }
  .mx-lg-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .mx-lg-145 {
    margin-left: 145px;
    margin-right: 145px;
  }
  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-lg-155 {
    margin-left: 155px;
    margin-right: 155px;
  }
  .mx-lg-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-lg-165 {
    margin-left: 165px;
    margin-right: 165px;
  }
  .mx-lg-170 {
    margin-left: 170px;
    margin-right: 170px;
  }
  .mx-lg-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .mx-lg-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .mx-lg-185 {
    margin-left: 185px;
    margin-right: 185px;
  }
  .mx-lg-190 {
    margin-left: 190px;
    margin-right: 190px;
  }
  .mx-lg-195 {
    margin-left: 195px;
    margin-right: 195px;
  }
  .mx-lg-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-lg-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-lg-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-lg-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-lg-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-lg-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-lg-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-125 {
    padding-top: 125px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-135 {
    padding-top: 135px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pt-lg-145 {
    padding-top: 145px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-155 {
    padding-top: 155px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-165 {
    padding-top: 165px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pt-lg-175 {
    padding-top: 175px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pt-lg-185 {
    padding-top: 185px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pt-lg-195 {
    padding-top: 195px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-125 {
    padding-bottom: 125px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-135 {
    padding-bottom: 135px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pb-lg-145 {
    padding-bottom: 145px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-155 {
    padding-bottom: 155px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-165 {
    padding-bottom: 165px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .pb-lg-175 {
    padding-bottom: 175px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .pb-lg-185 {
    padding-bottom: 185px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .pb-lg-195 {
    padding-bottom: 195px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-105 {
    padding-left: 105px;
  }
  .pl-lg-110 {
    padding-left: 110px;
  }
  .pl-lg-115 {
    padding-left: 115px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-125 {
    padding-left: 125px;
  }
  .pl-lg-130 {
    padding-left: 130px;
  }
  .pl-lg-135 {
    padding-left: 135px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  .pl-lg-145 {
    padding-left: 145px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pl-lg-155 {
    padding-left: 155px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .pl-lg-165 {
    padding-left: 165px;
  }
  .pl-lg-170 {
    padding-left: 170px;
  }
  .pl-lg-175 {
    padding-left: 175px;
  }
  .pl-lg-180 {
    padding-left: 180px;
  }
  .pl-lg-185 {
    padding-left: 185px;
  }
  .pl-lg-190 {
    padding-left: 190px;
  }
  .pl-lg-195 {
    padding-left: 195px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-105 {
    padding-right: 105px;
  }
  .pr-lg-110 {
    padding-right: 110px;
  }
  .pr-lg-115 {
    padding-right: 115px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-125 {
    padding-right: 125px;
  }
  .pr-lg-130 {
    padding-right: 130px;
  }
  .pr-lg-135 {
    padding-right: 135px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .pr-lg-145 {
    padding-right: 145px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pr-lg-155 {
    padding-right: 155px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pr-lg-165 {
    padding-right: 165px;
  }
  .pr-lg-170 {
    padding-right: 170px;
  }
  .pr-lg-175 {
    padding-right: 175px;
  }
  .pr-lg-180 {
    padding-right: 180px;
  }
  .pr-lg-185 {
    padding-right: 185px;
  }
  .pr-lg-190 {
    padding-right: 190px;
  }
  .pr-lg-195 {
    padding-right: 195px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-lg-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-lg-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-lg-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-lg-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .px-lg-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-lg-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .px-lg-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .px-lg-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-lg-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .px-lg-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .px-lg-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .px-lg-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-lg-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-lg-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .px-lg-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .px-lg-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .px-lg-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .px-lg-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .px-lg-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .px-lg-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-lg-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-lg-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-lg-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
/* Lista de tamaños de gutters (ajusta la lista según tus necesidades) */
/* 3.a. Clases genéricas para gutters:
   .gx-*: padding horizontal (left y right)
   .gy-*: padding vertical (top y bottom) */
.gx-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.gy-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gx-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.gy-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.gx-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.gy-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gx-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.gy-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gx-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.gy-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gx-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.gy-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.gx-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.gy-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gx-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.gy-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.gx-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.gy-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gx-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.gy-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.gx-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.gy-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 3.b. Clases responsive para gutters (ejemplo: .gx-sm-10, .gy-md-15, etc.) */
.gx-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.gy-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gx-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.gy-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.gx-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.gy-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gx-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.gy-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gx-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.gy-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gx-xs-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.gy-xs-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.gx-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.gy-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gx-xs-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.gy-xs-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.gx-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.gy-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gx-xs-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.gy-xs-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.gx-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.gy-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .gx-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gy-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gx-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gy-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gx-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gy-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gx-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gy-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gx-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gy-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gx-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gy-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .gx-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gy-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gx-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gy-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .gx-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gy-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gx-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gy-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .gx-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gy-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .gx-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gy-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gx-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gy-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gx-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gy-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gx-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gy-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gx-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gy-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gx-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gy-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .gx-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gy-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gx-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gy-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .gx-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gy-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gx-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gy-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .gx-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gy-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .gx-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gy-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gx-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gy-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gx-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gy-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gx-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gy-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gx-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gy-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gx-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gy-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .gx-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gy-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gx-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gy-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .gx-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gy-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gx-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .gy-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .gx-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .gy-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-inline {
  display: inline !important;
}

.d-xs-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.equal-height > [class*=col-] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.equal-height > [class*=col-] > *:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.d-xs-flex {
  display: flex !important;
}

.d-xs-inline-flex {
  display: inline-flex !important;
}

.flex-xs-row {
  flex-direction: row !important;
}

.flex-xs-column {
  flex-direction: column !important;
}

.flex-xs-wrap {
  flex-wrap: wrap !important;
}

.justify-content-xs-start {
  justify-content: flex-start !important;
}

.justify-content-xs-center {
  justify-content: center !important;
}

.justify-content-xs-end {
  justify-content: flex-end !important;
}

.align-items-xs-start {
  align-items: flex-start !important;
}

.align-items-xs-center {
  align-items: center !important;
}

.align-items-xs-end {
  align-items: flex-end !important;
}

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-xs-justify {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-73 {
  font-size: 73px;
}

.fs-74 {
  font-size: 74px;
}

.fs-75 {
  font-size: 75px;
}

.fs-76 {
  font-size: 76px;
}

.fs-77 {
  font-size: 77px;
}

.fs-78 {
  font-size: 78px;
}

.fs-79 {
  font-size: 79px;
}

.fs-80 {
  font-size: 80px;
}

.fs-81 {
  font-size: 81px;
}

.fs-82 {
  font-size: 82px;
}

.fs-83 {
  font-size: 83px;
}

.fs-84 {
  font-size: 84px;
}

.fs-85 {
  font-size: 85px;
}

.fs-86 {
  font-size: 86px;
}

.fs-87 {
  font-size: 87px;
}

.fs-88 {
  font-size: 88px;
}

.fs-89 {
  font-size: 89px;
}

.fs-90 {
  font-size: 90px;
}

.fs-91 {
  font-size: 91px;
}

.fs-92 {
  font-size: 92px;
}

.fs-93 {
  font-size: 93px;
}

.fs-94 {
  font-size: 94px;
}

.fs-95 {
  font-size: 95px;
}

.fs-96 {
  font-size: 96px;
}

.fs-97 {
  font-size: 97px;
}

.fs-98 {
  font-size: 98px;
}

.fs-99 {
  font-size: 99px;
}

.fs-100 {
  font-size: 100px;
}

.fs-101 {
  font-size: 101px;
}

.fs-102 {
  font-size: 102px;
}

.fs-103 {
  font-size: 103px;
}

.fs-104 {
  font-size: 104px;
}

.fs-105 {
  font-size: 105px;
}

.fs-106 {
  font-size: 106px;
}

.fs-107 {
  font-size: 107px;
}

.fs-108 {
  font-size: 108px;
}

.fs-109 {
  font-size: 109px;
}

.fs-110 {
  font-size: 110px;
}

.fs-111 {
  font-size: 111px;
}

.fs-112 {
  font-size: 112px;
}

.fs-113 {
  font-size: 113px;
}

.fs-114 {
  font-size: 114px;
}

.fs-115 {
  font-size: 115px;
}

.fs-116 {
  font-size: 116px;
}

.fs-117 {
  font-size: 117px;
}

.fs-118 {
  font-size: 118px;
}

.fs-119 {
  font-size: 119px;
}

.fs-120 {
  font-size: 120px;
}

.fs-121 {
  font-size: 121px;
}

.fs-122 {
  font-size: 122px;
}

.fs-123 {
  font-size: 123px;
}

.fs-124 {
  font-size: 124px;
}

.fs-125 {
  font-size: 125px;
}

.fs-126 {
  font-size: 126px;
}

.fs-127 {
  font-size: 127px;
}

.fs-128 {
  font-size: 128px;
}

.fs-129 {
  font-size: 129px;
}

.fs-130 {
  font-size: 130px;
}

.fs-131 {
  font-size: 131px;
}

.fs-132 {
  font-size: 132px;
}

.fs-133 {
  font-size: 133px;
}

.fs-134 {
  font-size: 134px;
}

.fs-135 {
  font-size: 135px;
}

.fs-136 {
  font-size: 136px;
}

.fs-137 {
  font-size: 137px;
}

.fs-138 {
  font-size: 138px;
}

.fs-139 {
  font-size: 139px;
}

.fs-140 {
  font-size: 140px;
}

.fs-141 {
  font-size: 141px;
}

.fs-142 {
  font-size: 142px;
}

.fs-143 {
  font-size: 143px;
}

.fs-144 {
  font-size: 144px;
}

.fs-145 {
  font-size: 145px;
}

.fs-146 {
  font-size: 146px;
}

.fs-147 {
  font-size: 147px;
}

.fs-148 {
  font-size: 148px;
}

.fs-149 {
  font-size: 149px;
}

.fs-150 {
  font-size: 150px;
}

.fs-151 {
  font-size: 151px;
}

.fs-152 {
  font-size: 152px;
}

.fs-153 {
  font-size: 153px;
}

.fs-154 {
  font-size: 154px;
}

.fs-155 {
  font-size: 155px;
}

.fs-156 {
  font-size: 156px;
}

.fs-157 {
  font-size: 157px;
}

.fs-158 {
  font-size: 158px;
}

.fs-159 {
  font-size: 159px;
}

.fs-160 {
  font-size: 160px;
}

.fs-161 {
  font-size: 161px;
}

.fs-162 {
  font-size: 162px;
}

.fs-163 {
  font-size: 163px;
}

.fs-164 {
  font-size: 164px;
}

.fs-165 {
  font-size: 165px;
}

.fs-166 {
  font-size: 166px;
}

.fs-167 {
  font-size: 167px;
}

.fs-168 {
  font-size: 168px;
}

.fs-169 {
  font-size: 169px;
}

.fs-170 {
  font-size: 170px;
}

.fs-171 {
  font-size: 171px;
}

.fs-172 {
  font-size: 172px;
}

.fs-173 {
  font-size: 173px;
}

.fs-174 {
  font-size: 174px;
}

.fs-175 {
  font-size: 175px;
}

.fs-176 {
  font-size: 176px;
}

.fs-177 {
  font-size: 177px;
}

.fs-178 {
  font-size: 178px;
}

.fs-179 {
  font-size: 179px;
}

.fs-180 {
  font-size: 180px;
}

.fs-xs-8 {
  font-size: 8px;
}

.fs-xs-9 {
  font-size: 9px;
}

.fs-xs-10 {
  font-size: 10px;
}

.fs-xs-11 {
  font-size: 11px;
}

.fs-xs-12 {
  font-size: 12px;
}

.fs-xs-13 {
  font-size: 13px;
}

.fs-xs-14 {
  font-size: 14px;
}

.fs-xs-15 {
  font-size: 15px;
}

.fs-xs-16 {
  font-size: 16px;
}

.fs-xs-17 {
  font-size: 17px;
}

.fs-xs-18 {
  font-size: 18px;
}

.fs-xs-19 {
  font-size: 19px;
}

.fs-xs-20 {
  font-size: 20px;
}

.fs-xs-21 {
  font-size: 21px;
}

.fs-xs-22 {
  font-size: 22px;
}

.fs-xs-23 {
  font-size: 23px;
}

.fs-xs-24 {
  font-size: 24px;
}

.fs-xs-25 {
  font-size: 25px;
}

.fs-xs-26 {
  font-size: 26px;
}

.fs-xs-27 {
  font-size: 27px;
}

.fs-xs-28 {
  font-size: 28px;
}

.fs-xs-29 {
  font-size: 29px;
}

.fs-xs-30 {
  font-size: 30px;
}

.fs-xs-31 {
  font-size: 31px;
}

.fs-xs-32 {
  font-size: 32px;
}

.fs-xs-33 {
  font-size: 33px;
}

.fs-xs-34 {
  font-size: 34px;
}

.fs-xs-35 {
  font-size: 35px;
}

.fs-xs-36 {
  font-size: 36px;
}

.fs-xs-37 {
  font-size: 37px;
}

.fs-xs-38 {
  font-size: 38px;
}

.fs-xs-39 {
  font-size: 39px;
}

.fs-xs-40 {
  font-size: 40px;
}

.fs-xs-41 {
  font-size: 41px;
}

.fs-xs-42 {
  font-size: 42px;
}

.fs-xs-43 {
  font-size: 43px;
}

.fs-xs-44 {
  font-size: 44px;
}

.fs-xs-45 {
  font-size: 45px;
}

.fs-xs-46 {
  font-size: 46px;
}

.fs-xs-47 {
  font-size: 47px;
}

.fs-xs-48 {
  font-size: 48px;
}

.fs-xs-49 {
  font-size: 49px;
}

.fs-xs-50 {
  font-size: 50px;
}

.fs-xs-51 {
  font-size: 51px;
}

.fs-xs-52 {
  font-size: 52px;
}

.fs-xs-53 {
  font-size: 53px;
}

.fs-xs-54 {
  font-size: 54px;
}

.fs-xs-55 {
  font-size: 55px;
}

.fs-xs-56 {
  font-size: 56px;
}

.fs-xs-57 {
  font-size: 57px;
}

.fs-xs-58 {
  font-size: 58px;
}

.fs-xs-59 {
  font-size: 59px;
}

.fs-xs-60 {
  font-size: 60px;
}

.fs-xs-61 {
  font-size: 61px;
}

.fs-xs-62 {
  font-size: 62px;
}

.fs-xs-63 {
  font-size: 63px;
}

.fs-xs-64 {
  font-size: 64px;
}

.fs-xs-65 {
  font-size: 65px;
}

.fs-xs-66 {
  font-size: 66px;
}

.fs-xs-67 {
  font-size: 67px;
}

.fs-xs-68 {
  font-size: 68px;
}

.fs-xs-69 {
  font-size: 69px;
}

.fs-xs-70 {
  font-size: 70px;
}

.fs-xs-71 {
  font-size: 71px;
}

.fs-xs-72 {
  font-size: 72px;
}

.fs-xs-73 {
  font-size: 73px;
}

.fs-xs-74 {
  font-size: 74px;
}

.fs-xs-75 {
  font-size: 75px;
}

.fs-xs-76 {
  font-size: 76px;
}

.fs-xs-77 {
  font-size: 77px;
}

.fs-xs-78 {
  font-size: 78px;
}

.fs-xs-79 {
  font-size: 79px;
}

.fs-xs-80 {
  font-size: 80px;
}

.fs-xs-81 {
  font-size: 81px;
}

.fs-xs-82 {
  font-size: 82px;
}

.fs-xs-83 {
  font-size: 83px;
}

.fs-xs-84 {
  font-size: 84px;
}

.fs-xs-85 {
  font-size: 85px;
}

.fs-xs-86 {
  font-size: 86px;
}

.fs-xs-87 {
  font-size: 87px;
}

.fs-xs-88 {
  font-size: 88px;
}

.fs-xs-89 {
  font-size: 89px;
}

.fs-xs-90 {
  font-size: 90px;
}

.fs-xs-91 {
  font-size: 91px;
}

.fs-xs-92 {
  font-size: 92px;
}

.fs-xs-93 {
  font-size: 93px;
}

.fs-xs-94 {
  font-size: 94px;
}

.fs-xs-95 {
  font-size: 95px;
}

.fs-xs-96 {
  font-size: 96px;
}

.fs-xs-97 {
  font-size: 97px;
}

.fs-xs-98 {
  font-size: 98px;
}

.fs-xs-99 {
  font-size: 99px;
}

.fs-xs-100 {
  font-size: 100px;
}

.fs-xs-101 {
  font-size: 101px;
}

.fs-xs-102 {
  font-size: 102px;
}

.fs-xs-103 {
  font-size: 103px;
}

.fs-xs-104 {
  font-size: 104px;
}

.fs-xs-105 {
  font-size: 105px;
}

.fs-xs-106 {
  font-size: 106px;
}

.fs-xs-107 {
  font-size: 107px;
}

.fs-xs-108 {
  font-size: 108px;
}

.fs-xs-109 {
  font-size: 109px;
}

.fs-xs-110 {
  font-size: 110px;
}

.fs-xs-111 {
  font-size: 111px;
}

.fs-xs-112 {
  font-size: 112px;
}

.fs-xs-113 {
  font-size: 113px;
}

.fs-xs-114 {
  font-size: 114px;
}

.fs-xs-115 {
  font-size: 115px;
}

.fs-xs-116 {
  font-size: 116px;
}

.fs-xs-117 {
  font-size: 117px;
}

.fs-xs-118 {
  font-size: 118px;
}

.fs-xs-119 {
  font-size: 119px;
}

.fs-xs-120 {
  font-size: 120px;
}

.fs-xs-121 {
  font-size: 121px;
}

.fs-xs-122 {
  font-size: 122px;
}

.fs-xs-123 {
  font-size: 123px;
}

.fs-xs-124 {
  font-size: 124px;
}

.fs-xs-125 {
  font-size: 125px;
}

.fs-xs-126 {
  font-size: 126px;
}

.fs-xs-127 {
  font-size: 127px;
}

.fs-xs-128 {
  font-size: 128px;
}

.fs-xs-129 {
  font-size: 129px;
}

.fs-xs-130 {
  font-size: 130px;
}

.fs-xs-131 {
  font-size: 131px;
}

.fs-xs-132 {
  font-size: 132px;
}

.fs-xs-133 {
  font-size: 133px;
}

.fs-xs-134 {
  font-size: 134px;
}

.fs-xs-135 {
  font-size: 135px;
}

.fs-xs-136 {
  font-size: 136px;
}

.fs-xs-137 {
  font-size: 137px;
}

.fs-xs-138 {
  font-size: 138px;
}

.fs-xs-139 {
  font-size: 139px;
}

.fs-xs-140 {
  font-size: 140px;
}

.fs-xs-141 {
  font-size: 141px;
}

.fs-xs-142 {
  font-size: 142px;
}

.fs-xs-143 {
  font-size: 143px;
}

.fs-xs-144 {
  font-size: 144px;
}

.fs-xs-145 {
  font-size: 145px;
}

.fs-xs-146 {
  font-size: 146px;
}

.fs-xs-147 {
  font-size: 147px;
}

.fs-xs-148 {
  font-size: 148px;
}

.fs-xs-149 {
  font-size: 149px;
}

.fs-xs-150 {
  font-size: 150px;
}

.fs-xs-151 {
  font-size: 151px;
}

.fs-xs-152 {
  font-size: 152px;
}

.fs-xs-153 {
  font-size: 153px;
}

.fs-xs-154 {
  font-size: 154px;
}

.fs-xs-155 {
  font-size: 155px;
}

.fs-xs-156 {
  font-size: 156px;
}

.fs-xs-157 {
  font-size: 157px;
}

.fs-xs-158 {
  font-size: 158px;
}

.fs-xs-159 {
  font-size: 159px;
}

.fs-xs-160 {
  font-size: 160px;
}

.fs-xs-161 {
  font-size: 161px;
}

.fs-xs-162 {
  font-size: 162px;
}

.fs-xs-163 {
  font-size: 163px;
}

.fs-xs-164 {
  font-size: 164px;
}

.fs-xs-165 {
  font-size: 165px;
}

.fs-xs-166 {
  font-size: 166px;
}

.fs-xs-167 {
  font-size: 167px;
}

.fs-xs-168 {
  font-size: 168px;
}

.fs-xs-169 {
  font-size: 169px;
}

.fs-xs-170 {
  font-size: 170px;
}

.fs-xs-171 {
  font-size: 171px;
}

.fs-xs-172 {
  font-size: 172px;
}

.fs-xs-173 {
  font-size: 173px;
}

.fs-xs-174 {
  font-size: 174px;
}

.fs-xs-175 {
  font-size: 175px;
}

.fs-xs-176 {
  font-size: 176px;
}

.fs-xs-177 {
  font-size: 177px;
}

.fs-xs-178 {
  font-size: 178px;
}

.fs-xs-179 {
  font-size: 179px;
}

.fs-xs-180 {
  font-size: 180px;
}

@media (min-width: 768px) {
  .fs-sm-8 {
    font-size: 8px;
  }
  .fs-sm-9 {
    font-size: 9px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
  .fs-sm-33 {
    font-size: 33px;
  }
  .fs-sm-34 {
    font-size: 34px;
  }
  .fs-sm-35 {
    font-size: 35px;
  }
  .fs-sm-36 {
    font-size: 36px;
  }
  .fs-sm-37 {
    font-size: 37px;
  }
  .fs-sm-38 {
    font-size: 38px;
  }
  .fs-sm-39 {
    font-size: 39px;
  }
  .fs-sm-40 {
    font-size: 40px;
  }
  .fs-sm-41 {
    font-size: 41px;
  }
  .fs-sm-42 {
    font-size: 42px;
  }
  .fs-sm-43 {
    font-size: 43px;
  }
  .fs-sm-44 {
    font-size: 44px;
  }
  .fs-sm-45 {
    font-size: 45px;
  }
  .fs-sm-46 {
    font-size: 46px;
  }
  .fs-sm-47 {
    font-size: 47px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .fs-sm-49 {
    font-size: 49px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
  .fs-sm-51 {
    font-size: 51px;
  }
  .fs-sm-52 {
    font-size: 52px;
  }
  .fs-sm-53 {
    font-size: 53px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
  .fs-sm-55 {
    font-size: 55px;
  }
  .fs-sm-56 {
    font-size: 56px;
  }
  .fs-sm-57 {
    font-size: 57px;
  }
  .fs-sm-58 {
    font-size: 58px;
  }
  .fs-sm-59 {
    font-size: 59px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
  .fs-sm-61 {
    font-size: 61px;
  }
  .fs-sm-62 {
    font-size: 62px;
  }
  .fs-sm-63 {
    font-size: 63px;
  }
  .fs-sm-64 {
    font-size: 64px;
  }
  .fs-sm-65 {
    font-size: 65px;
  }
  .fs-sm-66 {
    font-size: 66px;
  }
  .fs-sm-67 {
    font-size: 67px;
  }
  .fs-sm-68 {
    font-size: 68px;
  }
  .fs-sm-69 {
    font-size: 69px;
  }
  .fs-sm-70 {
    font-size: 70px;
  }
  .fs-sm-71 {
    font-size: 71px;
  }
  .fs-sm-72 {
    font-size: 72px;
  }
  .fs-sm-73 {
    font-size: 73px;
  }
  .fs-sm-74 {
    font-size: 74px;
  }
  .fs-sm-75 {
    font-size: 75px;
  }
  .fs-sm-76 {
    font-size: 76px;
  }
  .fs-sm-77 {
    font-size: 77px;
  }
  .fs-sm-78 {
    font-size: 78px;
  }
  .fs-sm-79 {
    font-size: 79px;
  }
  .fs-sm-80 {
    font-size: 80px;
  }
  .fs-sm-81 {
    font-size: 81px;
  }
  .fs-sm-82 {
    font-size: 82px;
  }
  .fs-sm-83 {
    font-size: 83px;
  }
  .fs-sm-84 {
    font-size: 84px;
  }
  .fs-sm-85 {
    font-size: 85px;
  }
  .fs-sm-86 {
    font-size: 86px;
  }
  .fs-sm-87 {
    font-size: 87px;
  }
  .fs-sm-88 {
    font-size: 88px;
  }
  .fs-sm-89 {
    font-size: 89px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
  .fs-sm-91 {
    font-size: 91px;
  }
  .fs-sm-92 {
    font-size: 92px;
  }
  .fs-sm-93 {
    font-size: 93px;
  }
  .fs-sm-94 {
    font-size: 94px;
  }
  .fs-sm-95 {
    font-size: 95px;
  }
  .fs-sm-96 {
    font-size: 96px;
  }
  .fs-sm-97 {
    font-size: 97px;
  }
  .fs-sm-98 {
    font-size: 98px;
  }
  .fs-sm-99 {
    font-size: 99px;
  }
  .fs-sm-100 {
    font-size: 100px;
  }
  .fs-sm-101 {
    font-size: 101px;
  }
  .fs-sm-102 {
    font-size: 102px;
  }
  .fs-sm-103 {
    font-size: 103px;
  }
  .fs-sm-104 {
    font-size: 104px;
  }
  .fs-sm-105 {
    font-size: 105px;
  }
  .fs-sm-106 {
    font-size: 106px;
  }
  .fs-sm-107 {
    font-size: 107px;
  }
  .fs-sm-108 {
    font-size: 108px;
  }
  .fs-sm-109 {
    font-size: 109px;
  }
  .fs-sm-110 {
    font-size: 110px;
  }
  .fs-sm-111 {
    font-size: 111px;
  }
  .fs-sm-112 {
    font-size: 112px;
  }
  .fs-sm-113 {
    font-size: 113px;
  }
  .fs-sm-114 {
    font-size: 114px;
  }
  .fs-sm-115 {
    font-size: 115px;
  }
  .fs-sm-116 {
    font-size: 116px;
  }
  .fs-sm-117 {
    font-size: 117px;
  }
  .fs-sm-118 {
    font-size: 118px;
  }
  .fs-sm-119 {
    font-size: 119px;
  }
  .fs-sm-120 {
    font-size: 120px;
  }
  .fs-sm-121 {
    font-size: 121px;
  }
  .fs-sm-122 {
    font-size: 122px;
  }
  .fs-sm-123 {
    font-size: 123px;
  }
  .fs-sm-124 {
    font-size: 124px;
  }
  .fs-sm-125 {
    font-size: 125px;
  }
  .fs-sm-126 {
    font-size: 126px;
  }
  .fs-sm-127 {
    font-size: 127px;
  }
  .fs-sm-128 {
    font-size: 128px;
  }
  .fs-sm-129 {
    font-size: 129px;
  }
  .fs-sm-130 {
    font-size: 130px;
  }
  .fs-sm-131 {
    font-size: 131px;
  }
  .fs-sm-132 {
    font-size: 132px;
  }
  .fs-sm-133 {
    font-size: 133px;
  }
  .fs-sm-134 {
    font-size: 134px;
  }
  .fs-sm-135 {
    font-size: 135px;
  }
  .fs-sm-136 {
    font-size: 136px;
  }
  .fs-sm-137 {
    font-size: 137px;
  }
  .fs-sm-138 {
    font-size: 138px;
  }
  .fs-sm-139 {
    font-size: 139px;
  }
  .fs-sm-140 {
    font-size: 140px;
  }
  .fs-sm-141 {
    font-size: 141px;
  }
  .fs-sm-142 {
    font-size: 142px;
  }
  .fs-sm-143 {
    font-size: 143px;
  }
  .fs-sm-144 {
    font-size: 144px;
  }
  .fs-sm-145 {
    font-size: 145px;
  }
  .fs-sm-146 {
    font-size: 146px;
  }
  .fs-sm-147 {
    font-size: 147px;
  }
  .fs-sm-148 {
    font-size: 148px;
  }
  .fs-sm-149 {
    font-size: 149px;
  }
  .fs-sm-150 {
    font-size: 150px;
  }
  .fs-sm-151 {
    font-size: 151px;
  }
  .fs-sm-152 {
    font-size: 152px;
  }
  .fs-sm-153 {
    font-size: 153px;
  }
  .fs-sm-154 {
    font-size: 154px;
  }
  .fs-sm-155 {
    font-size: 155px;
  }
  .fs-sm-156 {
    font-size: 156px;
  }
  .fs-sm-157 {
    font-size: 157px;
  }
  .fs-sm-158 {
    font-size: 158px;
  }
  .fs-sm-159 {
    font-size: 159px;
  }
  .fs-sm-160 {
    font-size: 160px;
  }
  .fs-sm-161 {
    font-size: 161px;
  }
  .fs-sm-162 {
    font-size: 162px;
  }
  .fs-sm-163 {
    font-size: 163px;
  }
  .fs-sm-164 {
    font-size: 164px;
  }
  .fs-sm-165 {
    font-size: 165px;
  }
  .fs-sm-166 {
    font-size: 166px;
  }
  .fs-sm-167 {
    font-size: 167px;
  }
  .fs-sm-168 {
    font-size: 168px;
  }
  .fs-sm-169 {
    font-size: 169px;
  }
  .fs-sm-170 {
    font-size: 170px;
  }
  .fs-sm-171 {
    font-size: 171px;
  }
  .fs-sm-172 {
    font-size: 172px;
  }
  .fs-sm-173 {
    font-size: 173px;
  }
  .fs-sm-174 {
    font-size: 174px;
  }
  .fs-sm-175 {
    font-size: 175px;
  }
  .fs-sm-176 {
    font-size: 176px;
  }
  .fs-sm-177 {
    font-size: 177px;
  }
  .fs-sm-178 {
    font-size: 178px;
  }
  .fs-sm-179 {
    font-size: 179px;
  }
  .fs-sm-180 {
    font-size: 180px;
  }
}
@media (min-width: 992px) {
  .fs-md-8 {
    font-size: 8px;
  }
  .fs-md-9 {
    font-size: 9px;
  }
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-21 {
    font-size: 21px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .fs-md-23 {
    font-size: 23px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-25 {
    font-size: 25px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .fs-md-27 {
    font-size: 27px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-29 {
    font-size: 29px;
  }
  .fs-md-30 {
    font-size: 30px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .fs-md-33 {
    font-size: 33px;
  }
  .fs-md-34 {
    font-size: 34px;
  }
  .fs-md-35 {
    font-size: 35px;
  }
  .fs-md-36 {
    font-size: 36px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .fs-md-38 {
    font-size: 38px;
  }
  .fs-md-39 {
    font-size: 39px;
  }
  .fs-md-40 {
    font-size: 40px;
  }
  .fs-md-41 {
    font-size: 41px;
  }
  .fs-md-42 {
    font-size: 42px;
  }
  .fs-md-43 {
    font-size: 43px;
  }
  .fs-md-44 {
    font-size: 44px;
  }
  .fs-md-45 {
    font-size: 45px;
  }
  .fs-md-46 {
    font-size: 46px;
  }
  .fs-md-47 {
    font-size: 47px;
  }
  .fs-md-48 {
    font-size: 48px;
  }
  .fs-md-49 {
    font-size: 49px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
  .fs-md-51 {
    font-size: 51px;
  }
  .fs-md-52 {
    font-size: 52px;
  }
  .fs-md-53 {
    font-size: 53px;
  }
  .fs-md-54 {
    font-size: 54px;
  }
  .fs-md-55 {
    font-size: 55px;
  }
  .fs-md-56 {
    font-size: 56px;
  }
  .fs-md-57 {
    font-size: 57px;
  }
  .fs-md-58 {
    font-size: 58px;
  }
  .fs-md-59 {
    font-size: 59px;
  }
  .fs-md-60 {
    font-size: 60px;
  }
  .fs-md-61 {
    font-size: 61px;
  }
  .fs-md-62 {
    font-size: 62px;
  }
  .fs-md-63 {
    font-size: 63px;
  }
  .fs-md-64 {
    font-size: 64px;
  }
  .fs-md-65 {
    font-size: 65px;
  }
  .fs-md-66 {
    font-size: 66px;
  }
  .fs-md-67 {
    font-size: 67px;
  }
  .fs-md-68 {
    font-size: 68px;
  }
  .fs-md-69 {
    font-size: 69px;
  }
  .fs-md-70 {
    font-size: 70px;
  }
  .fs-md-71 {
    font-size: 71px;
  }
  .fs-md-72 {
    font-size: 72px;
  }
  .fs-md-73 {
    font-size: 73px;
  }
  .fs-md-74 {
    font-size: 74px;
  }
  .fs-md-75 {
    font-size: 75px;
  }
  .fs-md-76 {
    font-size: 76px;
  }
  .fs-md-77 {
    font-size: 77px;
  }
  .fs-md-78 {
    font-size: 78px;
  }
  .fs-md-79 {
    font-size: 79px;
  }
  .fs-md-80 {
    font-size: 80px;
  }
  .fs-md-81 {
    font-size: 81px;
  }
  .fs-md-82 {
    font-size: 82px;
  }
  .fs-md-83 {
    font-size: 83px;
  }
  .fs-md-84 {
    font-size: 84px;
  }
  .fs-md-85 {
    font-size: 85px;
  }
  .fs-md-86 {
    font-size: 86px;
  }
  .fs-md-87 {
    font-size: 87px;
  }
  .fs-md-88 {
    font-size: 88px;
  }
  .fs-md-89 {
    font-size: 89px;
  }
  .fs-md-90 {
    font-size: 90px;
  }
  .fs-md-91 {
    font-size: 91px;
  }
  .fs-md-92 {
    font-size: 92px;
  }
  .fs-md-93 {
    font-size: 93px;
  }
  .fs-md-94 {
    font-size: 94px;
  }
  .fs-md-95 {
    font-size: 95px;
  }
  .fs-md-96 {
    font-size: 96px;
  }
  .fs-md-97 {
    font-size: 97px;
  }
  .fs-md-98 {
    font-size: 98px;
  }
  .fs-md-99 {
    font-size: 99px;
  }
  .fs-md-100 {
    font-size: 100px;
  }
  .fs-md-101 {
    font-size: 101px;
  }
  .fs-md-102 {
    font-size: 102px;
  }
  .fs-md-103 {
    font-size: 103px;
  }
  .fs-md-104 {
    font-size: 104px;
  }
  .fs-md-105 {
    font-size: 105px;
  }
  .fs-md-106 {
    font-size: 106px;
  }
  .fs-md-107 {
    font-size: 107px;
  }
  .fs-md-108 {
    font-size: 108px;
  }
  .fs-md-109 {
    font-size: 109px;
  }
  .fs-md-110 {
    font-size: 110px;
  }
  .fs-md-111 {
    font-size: 111px;
  }
  .fs-md-112 {
    font-size: 112px;
  }
  .fs-md-113 {
    font-size: 113px;
  }
  .fs-md-114 {
    font-size: 114px;
  }
  .fs-md-115 {
    font-size: 115px;
  }
  .fs-md-116 {
    font-size: 116px;
  }
  .fs-md-117 {
    font-size: 117px;
  }
  .fs-md-118 {
    font-size: 118px;
  }
  .fs-md-119 {
    font-size: 119px;
  }
  .fs-md-120 {
    font-size: 120px;
  }
  .fs-md-121 {
    font-size: 121px;
  }
  .fs-md-122 {
    font-size: 122px;
  }
  .fs-md-123 {
    font-size: 123px;
  }
  .fs-md-124 {
    font-size: 124px;
  }
  .fs-md-125 {
    font-size: 125px;
  }
  .fs-md-126 {
    font-size: 126px;
  }
  .fs-md-127 {
    font-size: 127px;
  }
  .fs-md-128 {
    font-size: 128px;
  }
  .fs-md-129 {
    font-size: 129px;
  }
  .fs-md-130 {
    font-size: 130px;
  }
  .fs-md-131 {
    font-size: 131px;
  }
  .fs-md-132 {
    font-size: 132px;
  }
  .fs-md-133 {
    font-size: 133px;
  }
  .fs-md-134 {
    font-size: 134px;
  }
  .fs-md-135 {
    font-size: 135px;
  }
  .fs-md-136 {
    font-size: 136px;
  }
  .fs-md-137 {
    font-size: 137px;
  }
  .fs-md-138 {
    font-size: 138px;
  }
  .fs-md-139 {
    font-size: 139px;
  }
  .fs-md-140 {
    font-size: 140px;
  }
  .fs-md-141 {
    font-size: 141px;
  }
  .fs-md-142 {
    font-size: 142px;
  }
  .fs-md-143 {
    font-size: 143px;
  }
  .fs-md-144 {
    font-size: 144px;
  }
  .fs-md-145 {
    font-size: 145px;
  }
  .fs-md-146 {
    font-size: 146px;
  }
  .fs-md-147 {
    font-size: 147px;
  }
  .fs-md-148 {
    font-size: 148px;
  }
  .fs-md-149 {
    font-size: 149px;
  }
  .fs-md-150 {
    font-size: 150px;
  }
  .fs-md-151 {
    font-size: 151px;
  }
  .fs-md-152 {
    font-size: 152px;
  }
  .fs-md-153 {
    font-size: 153px;
  }
  .fs-md-154 {
    font-size: 154px;
  }
  .fs-md-155 {
    font-size: 155px;
  }
  .fs-md-156 {
    font-size: 156px;
  }
  .fs-md-157 {
    font-size: 157px;
  }
  .fs-md-158 {
    font-size: 158px;
  }
  .fs-md-159 {
    font-size: 159px;
  }
  .fs-md-160 {
    font-size: 160px;
  }
  .fs-md-161 {
    font-size: 161px;
  }
  .fs-md-162 {
    font-size: 162px;
  }
  .fs-md-163 {
    font-size: 163px;
  }
  .fs-md-164 {
    font-size: 164px;
  }
  .fs-md-165 {
    font-size: 165px;
  }
  .fs-md-166 {
    font-size: 166px;
  }
  .fs-md-167 {
    font-size: 167px;
  }
  .fs-md-168 {
    font-size: 168px;
  }
  .fs-md-169 {
    font-size: 169px;
  }
  .fs-md-170 {
    font-size: 170px;
  }
  .fs-md-171 {
    font-size: 171px;
  }
  .fs-md-172 {
    font-size: 172px;
  }
  .fs-md-173 {
    font-size: 173px;
  }
  .fs-md-174 {
    font-size: 174px;
  }
  .fs-md-175 {
    font-size: 175px;
  }
  .fs-md-176 {
    font-size: 176px;
  }
  .fs-md-177 {
    font-size: 177px;
  }
  .fs-md-178 {
    font-size: 178px;
  }
  .fs-md-179 {
    font-size: 179px;
  }
  .fs-md-180 {
    font-size: 180px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-8 {
    font-size: 8px;
  }
  .fs-lg-9 {
    font-size: 9px;
  }
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: 15px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-17 {
    font-size: 17px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-19 {
    font-size: 19px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-21 {
    font-size: 21px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
  .fs-lg-23 {
    font-size: 23px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-25 {
    font-size: 25px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
  .fs-lg-27 {
    font-size: 27px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-29 {
    font-size: 29px;
  }
  .fs-lg-30 {
    font-size: 30px;
  }
  .fs-lg-31 {
    font-size: 31px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
  .fs-lg-33 {
    font-size: 33px;
  }
  .fs-lg-34 {
    font-size: 34px;
  }
  .fs-lg-35 {
    font-size: 35px;
  }
  .fs-lg-36 {
    font-size: 36px;
  }
  .fs-lg-37 {
    font-size: 37px;
  }
  .fs-lg-38 {
    font-size: 38px;
  }
  .fs-lg-39 {
    font-size: 39px;
  }
  .fs-lg-40 {
    font-size: 40px;
  }
  .fs-lg-41 {
    font-size: 41px;
  }
  .fs-lg-42 {
    font-size: 42px;
  }
  .fs-lg-43 {
    font-size: 43px;
  }
  .fs-lg-44 {
    font-size: 44px;
  }
  .fs-lg-45 {
    font-size: 45px;
  }
  .fs-lg-46 {
    font-size: 46px;
  }
  .fs-lg-47 {
    font-size: 47px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
  .fs-lg-49 {
    font-size: 49px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
  .fs-lg-51 {
    font-size: 51px;
  }
  .fs-lg-52 {
    font-size: 52px;
  }
  .fs-lg-53 {
    font-size: 53px;
  }
  .fs-lg-54 {
    font-size: 54px;
  }
  .fs-lg-55 {
    font-size: 55px;
  }
  .fs-lg-56 {
    font-size: 56px;
  }
  .fs-lg-57 {
    font-size: 57px;
  }
  .fs-lg-58 {
    font-size: 58px;
  }
  .fs-lg-59 {
    font-size: 59px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
  .fs-lg-61 {
    font-size: 61px;
  }
  .fs-lg-62 {
    font-size: 62px;
  }
  .fs-lg-63 {
    font-size: 63px;
  }
  .fs-lg-64 {
    font-size: 64px;
  }
  .fs-lg-65 {
    font-size: 65px;
  }
  .fs-lg-66 {
    font-size: 66px;
  }
  .fs-lg-67 {
    font-size: 67px;
  }
  .fs-lg-68 {
    font-size: 68px;
  }
  .fs-lg-69 {
    font-size: 69px;
  }
  .fs-lg-70 {
    font-size: 70px;
  }
  .fs-lg-71 {
    font-size: 71px;
  }
  .fs-lg-72 {
    font-size: 72px;
  }
  .fs-lg-73 {
    font-size: 73px;
  }
  .fs-lg-74 {
    font-size: 74px;
  }
  .fs-lg-75 {
    font-size: 75px;
  }
  .fs-lg-76 {
    font-size: 76px;
  }
  .fs-lg-77 {
    font-size: 77px;
  }
  .fs-lg-78 {
    font-size: 78px;
  }
  .fs-lg-79 {
    font-size: 79px;
  }
  .fs-lg-80 {
    font-size: 80px;
  }
  .fs-lg-81 {
    font-size: 81px;
  }
  .fs-lg-82 {
    font-size: 82px;
  }
  .fs-lg-83 {
    font-size: 83px;
  }
  .fs-lg-84 {
    font-size: 84px;
  }
  .fs-lg-85 {
    font-size: 85px;
  }
  .fs-lg-86 {
    font-size: 86px;
  }
  .fs-lg-87 {
    font-size: 87px;
  }
  .fs-lg-88 {
    font-size: 88px;
  }
  .fs-lg-89 {
    font-size: 89px;
  }
  .fs-lg-90 {
    font-size: 90px;
  }
  .fs-lg-91 {
    font-size: 91px;
  }
  .fs-lg-92 {
    font-size: 92px;
  }
  .fs-lg-93 {
    font-size: 93px;
  }
  .fs-lg-94 {
    font-size: 94px;
  }
  .fs-lg-95 {
    font-size: 95px;
  }
  .fs-lg-96 {
    font-size: 96px;
  }
  .fs-lg-97 {
    font-size: 97px;
  }
  .fs-lg-98 {
    font-size: 98px;
  }
  .fs-lg-99 {
    font-size: 99px;
  }
  .fs-lg-100 {
    font-size: 100px;
  }
  .fs-lg-101 {
    font-size: 101px;
  }
  .fs-lg-102 {
    font-size: 102px;
  }
  .fs-lg-103 {
    font-size: 103px;
  }
  .fs-lg-104 {
    font-size: 104px;
  }
  .fs-lg-105 {
    font-size: 105px;
  }
  .fs-lg-106 {
    font-size: 106px;
  }
  .fs-lg-107 {
    font-size: 107px;
  }
  .fs-lg-108 {
    font-size: 108px;
  }
  .fs-lg-109 {
    font-size: 109px;
  }
  .fs-lg-110 {
    font-size: 110px;
  }
  .fs-lg-111 {
    font-size: 111px;
  }
  .fs-lg-112 {
    font-size: 112px;
  }
  .fs-lg-113 {
    font-size: 113px;
  }
  .fs-lg-114 {
    font-size: 114px;
  }
  .fs-lg-115 {
    font-size: 115px;
  }
  .fs-lg-116 {
    font-size: 116px;
  }
  .fs-lg-117 {
    font-size: 117px;
  }
  .fs-lg-118 {
    font-size: 118px;
  }
  .fs-lg-119 {
    font-size: 119px;
  }
  .fs-lg-120 {
    font-size: 120px;
  }
  .fs-lg-121 {
    font-size: 121px;
  }
  .fs-lg-122 {
    font-size: 122px;
  }
  .fs-lg-123 {
    font-size: 123px;
  }
  .fs-lg-124 {
    font-size: 124px;
  }
  .fs-lg-125 {
    font-size: 125px;
  }
  .fs-lg-126 {
    font-size: 126px;
  }
  .fs-lg-127 {
    font-size: 127px;
  }
  .fs-lg-128 {
    font-size: 128px;
  }
  .fs-lg-129 {
    font-size: 129px;
  }
  .fs-lg-130 {
    font-size: 130px;
  }
  .fs-lg-131 {
    font-size: 131px;
  }
  .fs-lg-132 {
    font-size: 132px;
  }
  .fs-lg-133 {
    font-size: 133px;
  }
  .fs-lg-134 {
    font-size: 134px;
  }
  .fs-lg-135 {
    font-size: 135px;
  }
  .fs-lg-136 {
    font-size: 136px;
  }
  .fs-lg-137 {
    font-size: 137px;
  }
  .fs-lg-138 {
    font-size: 138px;
  }
  .fs-lg-139 {
    font-size: 139px;
  }
  .fs-lg-140 {
    font-size: 140px;
  }
  .fs-lg-141 {
    font-size: 141px;
  }
  .fs-lg-142 {
    font-size: 142px;
  }
  .fs-lg-143 {
    font-size: 143px;
  }
  .fs-lg-144 {
    font-size: 144px;
  }
  .fs-lg-145 {
    font-size: 145px;
  }
  .fs-lg-146 {
    font-size: 146px;
  }
  .fs-lg-147 {
    font-size: 147px;
  }
  .fs-lg-148 {
    font-size: 148px;
  }
  .fs-lg-149 {
    font-size: 149px;
  }
  .fs-lg-150 {
    font-size: 150px;
  }
  .fs-lg-151 {
    font-size: 151px;
  }
  .fs-lg-152 {
    font-size: 152px;
  }
  .fs-lg-153 {
    font-size: 153px;
  }
  .fs-lg-154 {
    font-size: 154px;
  }
  .fs-lg-155 {
    font-size: 155px;
  }
  .fs-lg-156 {
    font-size: 156px;
  }
  .fs-lg-157 {
    font-size: 157px;
  }
  .fs-lg-158 {
    font-size: 158px;
  }
  .fs-lg-159 {
    font-size: 159px;
  }
  .fs-lg-160 {
    font-size: 160px;
  }
  .fs-lg-161 {
    font-size: 161px;
  }
  .fs-lg-162 {
    font-size: 162px;
  }
  .fs-lg-163 {
    font-size: 163px;
  }
  .fs-lg-164 {
    font-size: 164px;
  }
  .fs-lg-165 {
    font-size: 165px;
  }
  .fs-lg-166 {
    font-size: 166px;
  }
  .fs-lg-167 {
    font-size: 167px;
  }
  .fs-lg-168 {
    font-size: 168px;
  }
  .fs-lg-169 {
    font-size: 169px;
  }
  .fs-lg-170 {
    font-size: 170px;
  }
  .fs-lg-171 {
    font-size: 171px;
  }
  .fs-lg-172 {
    font-size: 172px;
  }
  .fs-lg-173 {
    font-size: 173px;
  }
  .fs-lg-174 {
    font-size: 174px;
  }
  .fs-lg-175 {
    font-size: 175px;
  }
  .fs-lg-176 {
    font-size: 176px;
  }
  .fs-lg-177 {
    font-size: 177px;
  }
  .fs-lg-178 {
    font-size: 178px;
  }
  .fs-lg-179 {
    font-size: 179px;
  }
  .fs-lg-180 {
    font-size: 180px;
  }
}
.pointer {
  cursor: pointer;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.container-fluid {
  width: 100%;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: 18px;
}

.text-xxl {
  font-size: 20px;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-line-through {
  text-decoration: line-through;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-200 {
  font-weight: 200;
}

.text-201 {
  font-weight: 201;
}

.text-202 {
  font-weight: 202;
}

.text-203 {
  font-weight: 203;
}

.text-204 {
  font-weight: 204;
}

.text-205 {
  font-weight: 205;
}

.text-206 {
  font-weight: 206;
}

.text-207 {
  font-weight: 207;
}

.text-208 {
  font-weight: 208;
}

.text-209 {
  font-weight: 209;
}

.text-210 {
  font-weight: 210;
}

.text-211 {
  font-weight: 211;
}

.text-212 {
  font-weight: 212;
}

.text-213 {
  font-weight: 213;
}

.text-214 {
  font-weight: 214;
}

.text-215 {
  font-weight: 215;
}

.text-216 {
  font-weight: 216;
}

.text-217 {
  font-weight: 217;
}

.text-218 {
  font-weight: 218;
}

.text-219 {
  font-weight: 219;
}

.text-220 {
  font-weight: 220;
}

.text-221 {
  font-weight: 221;
}

.text-222 {
  font-weight: 222;
}

.text-223 {
  font-weight: 223;
}

.text-224 {
  font-weight: 224;
}

.text-225 {
  font-weight: 225;
}

.text-226 {
  font-weight: 226;
}

.text-227 {
  font-weight: 227;
}

.text-228 {
  font-weight: 228;
}

.text-229 {
  font-weight: 229;
}

.text-230 {
  font-weight: 230;
}

.text-231 {
  font-weight: 231;
}

.text-232 {
  font-weight: 232;
}

.text-233 {
  font-weight: 233;
}

.text-234 {
  font-weight: 234;
}

.text-235 {
  font-weight: 235;
}

.text-236 {
  font-weight: 236;
}

.text-237 {
  font-weight: 237;
}

.text-238 {
  font-weight: 238;
}

.text-239 {
  font-weight: 239;
}

.text-240 {
  font-weight: 240;
}

.text-241 {
  font-weight: 241;
}

.text-242 {
  font-weight: 242;
}

.text-243 {
  font-weight: 243;
}

.text-244 {
  font-weight: 244;
}

.text-245 {
  font-weight: 245;
}

.text-246 {
  font-weight: 246;
}

.text-247 {
  font-weight: 247;
}

.text-248 {
  font-weight: 248;
}

.text-249 {
  font-weight: 249;
}

.text-250 {
  font-weight: 250;
}

.text-251 {
  font-weight: 251;
}

.text-252 {
  font-weight: 252;
}

.text-253 {
  font-weight: 253;
}

.text-254 {
  font-weight: 254;
}

.text-255 {
  font-weight: 255;
}

.text-256 {
  font-weight: 256;
}

.text-257 {
  font-weight: 257;
}

.text-258 {
  font-weight: 258;
}

.text-259 {
  font-weight: 259;
}

.text-260 {
  font-weight: 260;
}

.text-261 {
  font-weight: 261;
}

.text-262 {
  font-weight: 262;
}

.text-263 {
  font-weight: 263;
}

.text-264 {
  font-weight: 264;
}

.text-265 {
  font-weight: 265;
}

.text-266 {
  font-weight: 266;
}

.text-267 {
  font-weight: 267;
}

.text-268 {
  font-weight: 268;
}

.text-269 {
  font-weight: 269;
}

.text-270 {
  font-weight: 270;
}

.text-271 {
  font-weight: 271;
}

.text-272 {
  font-weight: 272;
}

.text-273 {
  font-weight: 273;
}

.text-274 {
  font-weight: 274;
}

.text-275 {
  font-weight: 275;
}

.text-276 {
  font-weight: 276;
}

.text-277 {
  font-weight: 277;
}

.text-278 {
  font-weight: 278;
}

.text-279 {
  font-weight: 279;
}

.text-280 {
  font-weight: 280;
}

.text-281 {
  font-weight: 281;
}

.text-282 {
  font-weight: 282;
}

.text-283 {
  font-weight: 283;
}

.text-284 {
  font-weight: 284;
}

.text-285 {
  font-weight: 285;
}

.text-286 {
  font-weight: 286;
}

.text-287 {
  font-weight: 287;
}

.text-288 {
  font-weight: 288;
}

.text-289 {
  font-weight: 289;
}

.text-290 {
  font-weight: 290;
}

.text-291 {
  font-weight: 291;
}

.text-292 {
  font-weight: 292;
}

.text-293 {
  font-weight: 293;
}

.text-294 {
  font-weight: 294;
}

.text-295 {
  font-weight: 295;
}

.text-296 {
  font-weight: 296;
}

.text-297 {
  font-weight: 297;
}

.text-298 {
  font-weight: 298;
}

.text-299 {
  font-weight: 299;
}

.text-300 {
  font-weight: 300;
}

.text-301 {
  font-weight: 301;
}

.text-302 {
  font-weight: 302;
}

.text-303 {
  font-weight: 303;
}

.text-304 {
  font-weight: 304;
}

.text-305 {
  font-weight: 305;
}

.text-306 {
  font-weight: 306;
}

.text-307 {
  font-weight: 307;
}

.text-308 {
  font-weight: 308;
}

.text-309 {
  font-weight: 309;
}

.text-310 {
  font-weight: 310;
}

.text-311 {
  font-weight: 311;
}

.text-312 {
  font-weight: 312;
}

.text-313 {
  font-weight: 313;
}

.text-314 {
  font-weight: 314;
}

.text-315 {
  font-weight: 315;
}

.text-316 {
  font-weight: 316;
}

.text-317 {
  font-weight: 317;
}

.text-318 {
  font-weight: 318;
}

.text-319 {
  font-weight: 319;
}

.text-320 {
  font-weight: 320;
}

.text-321 {
  font-weight: 321;
}

.text-322 {
  font-weight: 322;
}

.text-323 {
  font-weight: 323;
}

.text-324 {
  font-weight: 324;
}

.text-325 {
  font-weight: 325;
}

.text-326 {
  font-weight: 326;
}

.text-327 {
  font-weight: 327;
}

.text-328 {
  font-weight: 328;
}

.text-329 {
  font-weight: 329;
}

.text-330 {
  font-weight: 330;
}

.text-331 {
  font-weight: 331;
}

.text-332 {
  font-weight: 332;
}

.text-333 {
  font-weight: 333;
}

.text-334 {
  font-weight: 334;
}

.text-335 {
  font-weight: 335;
}

.text-336 {
  font-weight: 336;
}

.text-337 {
  font-weight: 337;
}

.text-338 {
  font-weight: 338;
}

.text-339 {
  font-weight: 339;
}

.text-340 {
  font-weight: 340;
}

.text-341 {
  font-weight: 341;
}

.text-342 {
  font-weight: 342;
}

.text-343 {
  font-weight: 343;
}

.text-344 {
  font-weight: 344;
}

.text-345 {
  font-weight: 345;
}

.text-346 {
  font-weight: 346;
}

.text-347 {
  font-weight: 347;
}

.text-348 {
  font-weight: 348;
}

.text-349 {
  font-weight: 349;
}

.text-350 {
  font-weight: 350;
}

.text-351 {
  font-weight: 351;
}

.text-352 {
  font-weight: 352;
}

.text-353 {
  font-weight: 353;
}

.text-354 {
  font-weight: 354;
}

.text-355 {
  font-weight: 355;
}

.text-356 {
  font-weight: 356;
}

.text-357 {
  font-weight: 357;
}

.text-358 {
  font-weight: 358;
}

.text-359 {
  font-weight: 359;
}

.text-360 {
  font-weight: 360;
}

.text-361 {
  font-weight: 361;
}

.text-362 {
  font-weight: 362;
}

.text-363 {
  font-weight: 363;
}

.text-364 {
  font-weight: 364;
}

.text-365 {
  font-weight: 365;
}

.text-366 {
  font-weight: 366;
}

.text-367 {
  font-weight: 367;
}

.text-368 {
  font-weight: 368;
}

.text-369 {
  font-weight: 369;
}

.text-370 {
  font-weight: 370;
}

.text-371 {
  font-weight: 371;
}

.text-372 {
  font-weight: 372;
}

.text-373 {
  font-weight: 373;
}

.text-374 {
  font-weight: 374;
}

.text-375 {
  font-weight: 375;
}

.text-376 {
  font-weight: 376;
}

.text-377 {
  font-weight: 377;
}

.text-378 {
  font-weight: 378;
}

.text-379 {
  font-weight: 379;
}

.text-380 {
  font-weight: 380;
}

.text-381 {
  font-weight: 381;
}

.text-382 {
  font-weight: 382;
}

.text-383 {
  font-weight: 383;
}

.text-384 {
  font-weight: 384;
}

.text-385 {
  font-weight: 385;
}

.text-386 {
  font-weight: 386;
}

.text-387 {
  font-weight: 387;
}

.text-388 {
  font-weight: 388;
}

.text-389 {
  font-weight: 389;
}

.text-390 {
  font-weight: 390;
}

.text-391 {
  font-weight: 391;
}

.text-392 {
  font-weight: 392;
}

.text-393 {
  font-weight: 393;
}

.text-394 {
  font-weight: 394;
}

.text-395 {
  font-weight: 395;
}

.text-396 {
  font-weight: 396;
}

.text-397 {
  font-weight: 397;
}

.text-398 {
  font-weight: 398;
}

.text-399 {
  font-weight: 399;
}

.text-400 {
  font-weight: 400;
}

.text-401 {
  font-weight: 401;
}

.text-402 {
  font-weight: 402;
}

.text-403 {
  font-weight: 403;
}

.text-404 {
  font-weight: 404;
}

.text-405 {
  font-weight: 405;
}

.text-406 {
  font-weight: 406;
}

.text-407 {
  font-weight: 407;
}

.text-408 {
  font-weight: 408;
}

.text-409 {
  font-weight: 409;
}

.text-410 {
  font-weight: 410;
}

.text-411 {
  font-weight: 411;
}

.text-412 {
  font-weight: 412;
}

.text-413 {
  font-weight: 413;
}

.text-414 {
  font-weight: 414;
}

.text-415 {
  font-weight: 415;
}

.text-416 {
  font-weight: 416;
}

.text-417 {
  font-weight: 417;
}

.text-418 {
  font-weight: 418;
}

.text-419 {
  font-weight: 419;
}

.text-420 {
  font-weight: 420;
}

.text-421 {
  font-weight: 421;
}

.text-422 {
  font-weight: 422;
}

.text-423 {
  font-weight: 423;
}

.text-424 {
  font-weight: 424;
}

.text-425 {
  font-weight: 425;
}

.text-426 {
  font-weight: 426;
}

.text-427 {
  font-weight: 427;
}

.text-428 {
  font-weight: 428;
}

.text-429 {
  font-weight: 429;
}

.text-430 {
  font-weight: 430;
}

.text-431 {
  font-weight: 431;
}

.text-432 {
  font-weight: 432;
}

.text-433 {
  font-weight: 433;
}

.text-434 {
  font-weight: 434;
}

.text-435 {
  font-weight: 435;
}

.text-436 {
  font-weight: 436;
}

.text-437 {
  font-weight: 437;
}

.text-438 {
  font-weight: 438;
}

.text-439 {
  font-weight: 439;
}

.text-440 {
  font-weight: 440;
}

.text-441 {
  font-weight: 441;
}

.text-442 {
  font-weight: 442;
}

.text-443 {
  font-weight: 443;
}

.text-444 {
  font-weight: 444;
}

.text-445 {
  font-weight: 445;
}

.text-446 {
  font-weight: 446;
}

.text-447 {
  font-weight: 447;
}

.text-448 {
  font-weight: 448;
}

.text-449 {
  font-weight: 449;
}

.text-450 {
  font-weight: 450;
}

.text-451 {
  font-weight: 451;
}

.text-452 {
  font-weight: 452;
}

.text-453 {
  font-weight: 453;
}

.text-454 {
  font-weight: 454;
}

.text-455 {
  font-weight: 455;
}

.text-456 {
  font-weight: 456;
}

.text-457 {
  font-weight: 457;
}

.text-458 {
  font-weight: 458;
}

.text-459 {
  font-weight: 459;
}

.text-460 {
  font-weight: 460;
}

.text-461 {
  font-weight: 461;
}

.text-462 {
  font-weight: 462;
}

.text-463 {
  font-weight: 463;
}

.text-464 {
  font-weight: 464;
}

.text-465 {
  font-weight: 465;
}

.text-466 {
  font-weight: 466;
}

.text-467 {
  font-weight: 467;
}

.text-468 {
  font-weight: 468;
}

.text-469 {
  font-weight: 469;
}

.text-470 {
  font-weight: 470;
}

.text-471 {
  font-weight: 471;
}

.text-472 {
  font-weight: 472;
}

.text-473 {
  font-weight: 473;
}

.text-474 {
  font-weight: 474;
}

.text-475 {
  font-weight: 475;
}

.text-476 {
  font-weight: 476;
}

.text-477 {
  font-weight: 477;
}

.text-478 {
  font-weight: 478;
}

.text-479 {
  font-weight: 479;
}

.text-480 {
  font-weight: 480;
}

.text-481 {
  font-weight: 481;
}

.text-482 {
  font-weight: 482;
}

.text-483 {
  font-weight: 483;
}

.text-484 {
  font-weight: 484;
}

.text-485 {
  font-weight: 485;
}

.text-486 {
  font-weight: 486;
}

.text-487 {
  font-weight: 487;
}

.text-488 {
  font-weight: 488;
}

.text-489 {
  font-weight: 489;
}

.text-490 {
  font-weight: 490;
}

.text-491 {
  font-weight: 491;
}

.text-492 {
  font-weight: 492;
}

.text-493 {
  font-weight: 493;
}

.text-494 {
  font-weight: 494;
}

.text-495 {
  font-weight: 495;
}

.text-496 {
  font-weight: 496;
}

.text-497 {
  font-weight: 497;
}

.text-498 {
  font-weight: 498;
}

.text-499 {
  font-weight: 499;
}

.text-500 {
  font-weight: 500;
}

.text-501 {
  font-weight: 501;
}

.text-502 {
  font-weight: 502;
}

.text-503 {
  font-weight: 503;
}

.text-504 {
  font-weight: 504;
}

.text-505 {
  font-weight: 505;
}

.text-506 {
  font-weight: 506;
}

.text-507 {
  font-weight: 507;
}

.text-508 {
  font-weight: 508;
}

.text-509 {
  font-weight: 509;
}

.text-510 {
  font-weight: 510;
}

.text-511 {
  font-weight: 511;
}

.text-512 {
  font-weight: 512;
}

.text-513 {
  font-weight: 513;
}

.text-514 {
  font-weight: 514;
}

.text-515 {
  font-weight: 515;
}

.text-516 {
  font-weight: 516;
}

.text-517 {
  font-weight: 517;
}

.text-518 {
  font-weight: 518;
}

.text-519 {
  font-weight: 519;
}

.text-520 {
  font-weight: 520;
}

.text-521 {
  font-weight: 521;
}

.text-522 {
  font-weight: 522;
}

.text-523 {
  font-weight: 523;
}

.text-524 {
  font-weight: 524;
}

.text-525 {
  font-weight: 525;
}

.text-526 {
  font-weight: 526;
}

.text-527 {
  font-weight: 527;
}

.text-528 {
  font-weight: 528;
}

.text-529 {
  font-weight: 529;
}

.text-530 {
  font-weight: 530;
}

.text-531 {
  font-weight: 531;
}

.text-532 {
  font-weight: 532;
}

.text-533 {
  font-weight: 533;
}

.text-534 {
  font-weight: 534;
}

.text-535 {
  font-weight: 535;
}

.text-536 {
  font-weight: 536;
}

.text-537 {
  font-weight: 537;
}

.text-538 {
  font-weight: 538;
}

.text-539 {
  font-weight: 539;
}

.text-540 {
  font-weight: 540;
}

.text-541 {
  font-weight: 541;
}

.text-542 {
  font-weight: 542;
}

.text-543 {
  font-weight: 543;
}

.text-544 {
  font-weight: 544;
}

.text-545 {
  font-weight: 545;
}

.text-546 {
  font-weight: 546;
}

.text-547 {
  font-weight: 547;
}

.text-548 {
  font-weight: 548;
}

.text-549 {
  font-weight: 549;
}

.text-550 {
  font-weight: 550;
}

.text-551 {
  font-weight: 551;
}

.text-552 {
  font-weight: 552;
}

.text-553 {
  font-weight: 553;
}

.text-554 {
  font-weight: 554;
}

.text-555 {
  font-weight: 555;
}

.text-556 {
  font-weight: 556;
}

.text-557 {
  font-weight: 557;
}

.text-558 {
  font-weight: 558;
}

.text-559 {
  font-weight: 559;
}

.text-560 {
  font-weight: 560;
}

.text-561 {
  font-weight: 561;
}

.text-562 {
  font-weight: 562;
}

.text-563 {
  font-weight: 563;
}

.text-564 {
  font-weight: 564;
}

.text-565 {
  font-weight: 565;
}

.text-566 {
  font-weight: 566;
}

.text-567 {
  font-weight: 567;
}

.text-568 {
  font-weight: 568;
}

.text-569 {
  font-weight: 569;
}

.text-570 {
  font-weight: 570;
}

.text-571 {
  font-weight: 571;
}

.text-572 {
  font-weight: 572;
}

.text-573 {
  font-weight: 573;
}

.text-574 {
  font-weight: 574;
}

.text-575 {
  font-weight: 575;
}

.text-576 {
  font-weight: 576;
}

.text-577 {
  font-weight: 577;
}

.text-578 {
  font-weight: 578;
}

.text-579 {
  font-weight: 579;
}

.text-580 {
  font-weight: 580;
}

.text-581 {
  font-weight: 581;
}

.text-582 {
  font-weight: 582;
}

.text-583 {
  font-weight: 583;
}

.text-584 {
  font-weight: 584;
}

.text-585 {
  font-weight: 585;
}

.text-586 {
  font-weight: 586;
}

.text-587 {
  font-weight: 587;
}

.text-588 {
  font-weight: 588;
}

.text-589 {
  font-weight: 589;
}

.text-590 {
  font-weight: 590;
}

.text-591 {
  font-weight: 591;
}

.text-592 {
  font-weight: 592;
}

.text-593 {
  font-weight: 593;
}

.text-594 {
  font-weight: 594;
}

.text-595 {
  font-weight: 595;
}

.text-596 {
  font-weight: 596;
}

.text-597 {
  font-weight: 597;
}

.text-598 {
  font-weight: 598;
}

.text-599 {
  font-weight: 599;
}

.text-600 {
  font-weight: 600;
}

.text-601 {
  font-weight: 601;
}

.text-602 {
  font-weight: 602;
}

.text-603 {
  font-weight: 603;
}

.text-604 {
  font-weight: 604;
}

.text-605 {
  font-weight: 605;
}

.text-606 {
  font-weight: 606;
}

.text-607 {
  font-weight: 607;
}

.text-608 {
  font-weight: 608;
}

.text-609 {
  font-weight: 609;
}

.text-610 {
  font-weight: 610;
}

.text-611 {
  font-weight: 611;
}

.text-612 {
  font-weight: 612;
}

.text-613 {
  font-weight: 613;
}

.text-614 {
  font-weight: 614;
}

.text-615 {
  font-weight: 615;
}

.text-616 {
  font-weight: 616;
}

.text-617 {
  font-weight: 617;
}

.text-618 {
  font-weight: 618;
}

.text-619 {
  font-weight: 619;
}

.text-620 {
  font-weight: 620;
}

.text-621 {
  font-weight: 621;
}

.text-622 {
  font-weight: 622;
}

.text-623 {
  font-weight: 623;
}

.text-624 {
  font-weight: 624;
}

.text-625 {
  font-weight: 625;
}

.text-626 {
  font-weight: 626;
}

.text-627 {
  font-weight: 627;
}

.text-628 {
  font-weight: 628;
}

.text-629 {
  font-weight: 629;
}

.text-630 {
  font-weight: 630;
}

.text-631 {
  font-weight: 631;
}

.text-632 {
  font-weight: 632;
}

.text-633 {
  font-weight: 633;
}

.text-634 {
  font-weight: 634;
}

.text-635 {
  font-weight: 635;
}

.text-636 {
  font-weight: 636;
}

.text-637 {
  font-weight: 637;
}

.text-638 {
  font-weight: 638;
}

.text-639 {
  font-weight: 639;
}

.text-640 {
  font-weight: 640;
}

.text-641 {
  font-weight: 641;
}

.text-642 {
  font-weight: 642;
}

.text-643 {
  font-weight: 643;
}

.text-644 {
  font-weight: 644;
}

.text-645 {
  font-weight: 645;
}

.text-646 {
  font-weight: 646;
}

.text-647 {
  font-weight: 647;
}

.text-648 {
  font-weight: 648;
}

.text-649 {
  font-weight: 649;
}

.text-650 {
  font-weight: 650;
}

.text-651 {
  font-weight: 651;
}

.text-652 {
  font-weight: 652;
}

.text-653 {
  font-weight: 653;
}

.text-654 {
  font-weight: 654;
}

.text-655 {
  font-weight: 655;
}

.text-656 {
  font-weight: 656;
}

.text-657 {
  font-weight: 657;
}

.text-658 {
  font-weight: 658;
}

.text-659 {
  font-weight: 659;
}

.text-660 {
  font-weight: 660;
}

.text-661 {
  font-weight: 661;
}

.text-662 {
  font-weight: 662;
}

.text-663 {
  font-weight: 663;
}

.text-664 {
  font-weight: 664;
}

.text-665 {
  font-weight: 665;
}

.text-666 {
  font-weight: 666;
}

.text-667 {
  font-weight: 667;
}

.text-668 {
  font-weight: 668;
}

.text-669 {
  font-weight: 669;
}

.text-670 {
  font-weight: 670;
}

.text-671 {
  font-weight: 671;
}

.text-672 {
  font-weight: 672;
}

.text-673 {
  font-weight: 673;
}

.text-674 {
  font-weight: 674;
}

.text-675 {
  font-weight: 675;
}

.text-676 {
  font-weight: 676;
}

.text-677 {
  font-weight: 677;
}

.text-678 {
  font-weight: 678;
}

.text-679 {
  font-weight: 679;
}

.text-680 {
  font-weight: 680;
}

.text-681 {
  font-weight: 681;
}

.text-682 {
  font-weight: 682;
}

.text-683 {
  font-weight: 683;
}

.text-684 {
  font-weight: 684;
}

.text-685 {
  font-weight: 685;
}

.text-686 {
  font-weight: 686;
}

.text-687 {
  font-weight: 687;
}

.text-688 {
  font-weight: 688;
}

.text-689 {
  font-weight: 689;
}

.text-690 {
  font-weight: 690;
}

.text-691 {
  font-weight: 691;
}

.text-692 {
  font-weight: 692;
}

.text-693 {
  font-weight: 693;
}

.text-694 {
  font-weight: 694;
}

.text-695 {
  font-weight: 695;
}

.text-696 {
  font-weight: 696;
}

.text-697 {
  font-weight: 697;
}

.text-698 {
  font-weight: 698;
}

.text-699 {
  font-weight: 699;
}

.text-700 {
  font-weight: 700;
}

.text-701 {
  font-weight: 701;
}

.text-702 {
  font-weight: 702;
}

.text-703 {
  font-weight: 703;
}

.text-704 {
  font-weight: 704;
}

.text-705 {
  font-weight: 705;
}

.text-706 {
  font-weight: 706;
}

.text-707 {
  font-weight: 707;
}

.text-708 {
  font-weight: 708;
}

.text-709 {
  font-weight: 709;
}

.text-710 {
  font-weight: 710;
}

.text-711 {
  font-weight: 711;
}

.text-712 {
  font-weight: 712;
}

.text-713 {
  font-weight: 713;
}

.text-714 {
  font-weight: 714;
}

.text-715 {
  font-weight: 715;
}

.text-716 {
  font-weight: 716;
}

.text-717 {
  font-weight: 717;
}

.text-718 {
  font-weight: 718;
}

.text-719 {
  font-weight: 719;
}

.text-720 {
  font-weight: 720;
}

.text-721 {
  font-weight: 721;
}

.text-722 {
  font-weight: 722;
}

.text-723 {
  font-weight: 723;
}

.text-724 {
  font-weight: 724;
}

.text-725 {
  font-weight: 725;
}

.text-726 {
  font-weight: 726;
}

.text-727 {
  font-weight: 727;
}

.text-728 {
  font-weight: 728;
}

.text-729 {
  font-weight: 729;
}

.text-730 {
  font-weight: 730;
}

.text-731 {
  font-weight: 731;
}

.text-732 {
  font-weight: 732;
}

.text-733 {
  font-weight: 733;
}

.text-734 {
  font-weight: 734;
}

.text-735 {
  font-weight: 735;
}

.text-736 {
  font-weight: 736;
}

.text-737 {
  font-weight: 737;
}

.text-738 {
  font-weight: 738;
}

.text-739 {
  font-weight: 739;
}

.text-740 {
  font-weight: 740;
}

.text-741 {
  font-weight: 741;
}

.text-742 {
  font-weight: 742;
}

.text-743 {
  font-weight: 743;
}

.text-744 {
  font-weight: 744;
}

.text-745 {
  font-weight: 745;
}

.text-746 {
  font-weight: 746;
}

.text-747 {
  font-weight: 747;
}

.text-748 {
  font-weight: 748;
}

.text-749 {
  font-weight: 749;
}

.text-750 {
  font-weight: 750;
}

.text-751 {
  font-weight: 751;
}

.text-752 {
  font-weight: 752;
}

.text-753 {
  font-weight: 753;
}

.text-754 {
  font-weight: 754;
}

.text-755 {
  font-weight: 755;
}

.text-756 {
  font-weight: 756;
}

.text-757 {
  font-weight: 757;
}

.text-758 {
  font-weight: 758;
}

.text-759 {
  font-weight: 759;
}

.text-760 {
  font-weight: 760;
}

.text-761 {
  font-weight: 761;
}

.text-762 {
  font-weight: 762;
}

.text-763 {
  font-weight: 763;
}

.text-764 {
  font-weight: 764;
}

.text-765 {
  font-weight: 765;
}

.text-766 {
  font-weight: 766;
}

.text-767 {
  font-weight: 767;
}

.text-768 {
  font-weight: 768;
}

.text-769 {
  font-weight: 769;
}

.text-770 {
  font-weight: 770;
}

.text-771 {
  font-weight: 771;
}

.text-772 {
  font-weight: 772;
}

.text-773 {
  font-weight: 773;
}

.text-774 {
  font-weight: 774;
}

.text-775 {
  font-weight: 775;
}

.text-776 {
  font-weight: 776;
}

.text-777 {
  font-weight: 777;
}

.text-778 {
  font-weight: 778;
}

.text-779 {
  font-weight: 779;
}

.text-780 {
  font-weight: 780;
}

.text-781 {
  font-weight: 781;
}

.text-782 {
  font-weight: 782;
}

.text-783 {
  font-weight: 783;
}

.text-784 {
  font-weight: 784;
}

.text-785 {
  font-weight: 785;
}

.text-786 {
  font-weight: 786;
}

.text-787 {
  font-weight: 787;
}

.text-788 {
  font-weight: 788;
}

.text-789 {
  font-weight: 789;
}

.text-790 {
  font-weight: 790;
}

.text-791 {
  font-weight: 791;
}

.text-792 {
  font-weight: 792;
}

.text-793 {
  font-weight: 793;
}

.text-794 {
  font-weight: 794;
}

.text-795 {
  font-weight: 795;
}

.text-796 {
  font-weight: 796;
}

.text-797 {
  font-weight: 797;
}

.text-798 {
  font-weight: 798;
}

.text-799 {
  font-weight: 799;
}

.text-800 {
  font-weight: 800;
}

.text-801 {
  font-weight: 801;
}

.text-802 {
  font-weight: 802;
}

.text-803 {
  font-weight: 803;
}

.text-804 {
  font-weight: 804;
}

.text-805 {
  font-weight: 805;
}

.text-806 {
  font-weight: 806;
}

.text-807 {
  font-weight: 807;
}

.text-808 {
  font-weight: 808;
}

.text-809 {
  font-weight: 809;
}

.text-810 {
  font-weight: 810;
}

.text-811 {
  font-weight: 811;
}

.text-812 {
  font-weight: 812;
}

.text-813 {
  font-weight: 813;
}

.text-814 {
  font-weight: 814;
}

.text-815 {
  font-weight: 815;
}

.text-816 {
  font-weight: 816;
}

.text-817 {
  font-weight: 817;
}

.text-818 {
  font-weight: 818;
}

.text-819 {
  font-weight: 819;
}

.text-820 {
  font-weight: 820;
}

.text-821 {
  font-weight: 821;
}

.text-822 {
  font-weight: 822;
}

.text-823 {
  font-weight: 823;
}

.text-824 {
  font-weight: 824;
}

.text-825 {
  font-weight: 825;
}

.text-826 {
  font-weight: 826;
}

.text-827 {
  font-weight: 827;
}

.text-828 {
  font-weight: 828;
}

.text-829 {
  font-weight: 829;
}

.text-830 {
  font-weight: 830;
}

.text-831 {
  font-weight: 831;
}

.text-832 {
  font-weight: 832;
}

.text-833 {
  font-weight: 833;
}

.text-834 {
  font-weight: 834;
}

.text-835 {
  font-weight: 835;
}

.text-836 {
  font-weight: 836;
}

.text-837 {
  font-weight: 837;
}

.text-838 {
  font-weight: 838;
}

.text-839 {
  font-weight: 839;
}

.text-840 {
  font-weight: 840;
}

.text-841 {
  font-weight: 841;
}

.text-842 {
  font-weight: 842;
}

.text-843 {
  font-weight: 843;
}

.text-844 {
  font-weight: 844;
}

.text-845 {
  font-weight: 845;
}

.text-846 {
  font-weight: 846;
}

.text-847 {
  font-weight: 847;
}

.text-848 {
  font-weight: 848;
}

.text-849 {
  font-weight: 849;
}

.text-850 {
  font-weight: 850;
}

.text-851 {
  font-weight: 851;
}

.text-852 {
  font-weight: 852;
}

.text-853 {
  font-weight: 853;
}

.text-854 {
  font-weight: 854;
}

.text-855 {
  font-weight: 855;
}

.text-856 {
  font-weight: 856;
}

.text-857 {
  font-weight: 857;
}

.text-858 {
  font-weight: 858;
}

.text-859 {
  font-weight: 859;
}

.text-860 {
  font-weight: 860;
}

.text-861 {
  font-weight: 861;
}

.text-862 {
  font-weight: 862;
}

.text-863 {
  font-weight: 863;
}

.text-864 {
  font-weight: 864;
}

.text-865 {
  font-weight: 865;
}

.text-866 {
  font-weight: 866;
}

.text-867 {
  font-weight: 867;
}

.text-868 {
  font-weight: 868;
}

.text-869 {
  font-weight: 869;
}

.text-870 {
  font-weight: 870;
}

.text-871 {
  font-weight: 871;
}

.text-872 {
  font-weight: 872;
}

.text-873 {
  font-weight: 873;
}

.text-874 {
  font-weight: 874;
}

.text-875 {
  font-weight: 875;
}

.text-876 {
  font-weight: 876;
}

.text-877 {
  font-weight: 877;
}

.text-878 {
  font-weight: 878;
}

.text-879 {
  font-weight: 879;
}

.text-880 {
  font-weight: 880;
}

.text-881 {
  font-weight: 881;
}

.text-882 {
  font-weight: 882;
}

.text-883 {
  font-weight: 883;
}

.text-884 {
  font-weight: 884;
}

.text-885 {
  font-weight: 885;
}

.text-886 {
  font-weight: 886;
}

.text-887 {
  font-weight: 887;
}

.text-888 {
  font-weight: 888;
}

.text-889 {
  font-weight: 889;
}

.text-890 {
  font-weight: 890;
}

.text-891 {
  font-weight: 891;
}

.text-892 {
  font-weight: 892;
}

.text-893 {
  font-weight: 893;
}

.text-894 {
  font-weight: 894;
}

.text-895 {
  font-weight: 895;
}

.text-896 {
  font-weight: 896;
}

.text-897 {
  font-weight: 897;
}

.text-898 {
  font-weight: 898;
}

.text-899 {
  font-weight: 899;
}

.text-900 {
  font-weight: 900;
}

.text-primary {
  color: #4a5cde !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-default {
  color: #343a40 !important;
}

.text-danger {
  color: #f44336 !important;
}

.text-warning {
  color: #ff9800 !important;
}

.text-info {
  color: #2196f3 !important;
}

.text-success {
  color: #4caf50 !important;
}

.text-light {
  color: #f1f1f1 !important;
}

.text-gray {
  color: #6c757d !important;
}

.text-dark {
  color: #212529 !important;
}

.text-brand {
  color: #2d215a !important;
}

.text-primary-dark {
  color: #2d3a8c !important;
}

.text-primary-light {
  color: #dde9ff !important;
}

.text-secondary-dark {
  color: #5a6268 !important;
}

.text-secondary-light {
  color: #e2e6ea !important;
}

.text-default-dark {
  color: #212529 !important;
}

.text-default-light {
  color: #f8f9fa !important;
}

.text-danger-dark {
  color: #d32f2f !important;
}

.text-danger-light {
  color: #ffebee !important;
}

.text-warning-dark {
  color: #f57c00 !important;
}

.text-warning-light {
  color: #fff3e0 !important;
}

.text-info-dark {
  color: #1976d2 !important;
}

.text-info-light {
  color: #e3f2fd !important;
}

.text-success-dark {
  color: #388e3c !important;
}

.text-success-light {
  color: #ecfaf3 !important;
}

.text-light-dark {
  color: #e2e2e2 !important;
}

.text-light-light {
  color: #ffffff !important;
}

.text-gray-dark {
  color: #5a6268 !important;
}

.text-gray-light {
  color: #e2e6ea !important;
}

.text-dark-dark {
  color: #121212 !important;
}

.text-dark-light {
  color: #343a40 !important;
}

.text-brand-dark {
  color: rgb(26.3414634146, 19.3170731707, 52.6829268293) !important;
}

.text-brand-light {
  color: rgb(63.6585365854, 46.6829268293, 127.3170731707) !important;
}

.text-white {
  color: #ffffff !important;
}

.wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
}
.wrapper.toggled {
  padding-left: 250px;
}
.wrapper.toggled .sidebar-wrapper {
  width: 250px;
}
.wrapper.toggled .page-content-wrapper {
  position: absolute;
  margin-right: -250px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 250px;
  }
  .wrapper.toggled {
    padding-left: 0;
  }
  .wrapper.toggled .sidebar-wrapper {
    width: 0;
  }
  .wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .sidebar-wrapper {
    width: 250px;
  }
}

.page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .page-content-wrapper {
    position: relative;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-content-wrapper {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-content-wrapper {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .page-content-wrapper {
    padding: 15px 20px;
  }
}
.page-content-wrapper.fluid {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .page-content-wrapper.fluid {
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .page-content-wrapper.fluid {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .page-content-wrapper.fluid {
    padding: 0 10px;
  }
}

/* Notify Bar */
.notify-bar {
  height: 48px;
  background-color: #fff;
  padding: 8px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.notify-bar-icon,
.notify-bar-icon:hover {
  font-size: 18px;
  color: #4d4d4d;
}

.notify-bar-icon-badge {
  background: #fc5c65 !important;
  color: #fff !important;
  font-size: 10px;
  position: relative;
  top: -5px;
  left: -5px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  background-color: #1c2434;
  overflow-x: hidden;
}
.sidebar-nav .sidebar-item {
  border-radius: 8px;
  color: #dee4ee;
  font-weight: 400;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-nav .sidebar-item a {
  display: block;
  text-decoration: none;
  color: #dee4ee;
  width: 100%;
  padding: 10px 10px;
  border-radius: 8px;
}
.sidebar-nav .sidebar-item a:hover {
  text-decoration: none;
  background-color: #333a48;
  color: #dee4ee;
}
.sidebar-nav .sidebar-item a:active, .sidebar-nav .sidebar-item a:focus {
  text-decoration: none;
  background-color: #333a48;
  color: #dee4ee;
}
.sidebar-nav .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.sidebar-nav .sidebar-brand a {
  color: #3f4254;
}
.sidebar-nav .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.sidebar-nav .sidebar-brand .sidebar-brand-logo {
  height: 48px;
  text-align: center;
}

/* Si se requiere, se pueden repetir o ajustar los estilos del submenú fuera
	 de la anidación anterior para asegurar la herencia */
.sidebar-submenu {
  padding: 0;
}
.sidebar-submenu li {
  list-style-type: none;
  text-indent: 10px !important;
}

.content-main-title {
  font-family: Outfit, sans-serif;
  color: #1c2434;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.main-title-divider {
  display: none;
}

.text-muted {
  color: #6c757d;
}

.text-light {
  color: #f8f9fa;
}

.modal-content {
  border-radius: 20px;
}
.modal-content .modal-header {
  background-color: #4a5cde;
  color: #fff;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  padding-left: 24px;
  padding-right: 20px;
}
.modal-content .modal-header .close {
  margin-top: -25px;
}
.modal-content .modal-body {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  background-color: #fff;
}
.modal-content .modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #dde9ff;
}

/* Table y paginación */
.pagination {
  padding-top: 30px;
}
.pagination > .active a,
.pagination > .active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4a5cde;
  border-color: #4a5cde;
}
.pagination .page-item .page-link {
  border-radius: 8px;
}
.pagination .page-item > li:first-child > a {
  border-radius: 8px;
}
.pagination .page-item > li:last-child > a {
  border-radius: 8px;
}
.pagination .page-item.active > a {
  background-color: #4a5cde;
  border-color: #4a5cde;
  color: #fff;
  cursor: default;
}
.pagination .page-item.active > a:hover {
  background-color: #2d3a8c;
  color: #fff;
}

.breadcrumb {
  display: none;
  background-color: #fff;
  border: 1.11px solid #e4e7ec;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
  list-style: none;
  font-size: 14px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #aaa;
}
.breadcrumb > li a {
  color: #4a5cde;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb > li a:hover {
  text-decoration: underline;
  color: #2d3a8c;
}
.breadcrumb > li.active {
  color: #555;
  font-weight: normal;
}
.breadcrumb > li.active a {
  color: #555;
  pointer-events: none;
  cursor: default;
}

.pagination {
  background: transparent;
  border-radius: 8px;
  padding: 0;
  margin: 24px 0 0 0;
}
.pagination > li {
  display: inline-block;
  margin: 0 2px;
}
.pagination > li > a,
.pagination > li > span {
  color: #4a5cde;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.pagination > li.active > a, .pagination > li.active > span {
  color: #fff;
  background: #4a5cde;
  border-color: #4a5cde;
  cursor: default;
  z-index: 2;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: #f0f3fa;
  color: #2d3a8c;
  border-color: #bfc8e6;
}
.pagination > li.disabled > a, .pagination > li.disabled > span {
  color: #bbb;
  background: #f9f9f9;
  border-color: #e4e7ec;
  cursor: not-allowed;
}

.nav-pills > li > a {
  color: #4a5cde;
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}
.nav-pills > li > a:hover {
  background-color: #e4e7ec;
  color: #2d3a8c;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #4a5cde;
}
.nav-pills > li.active:hover > a {
  background-color: #2d3a8c;
  color: #fff;
}

.nav-tabs > li > a {
  color: #4a5cde;
  background-color: #f9fafb;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
  font-size: 14px;
  transition: background-color 0.2s, color 0.2s;
}
.nav-tabs > li > a:hover {
  background-color: #e4e7ec;
  color: #2d3a8c;
}
.nav-tabs > li > a.active {
  color: #fff;
  background-color: #4a5cde;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a {
  color: #fff;
  background-color: #4a5cde;
  border-bottom-color: transparent;
}

.label,
.badge {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 600;
}

.label-primary,
.badge-primary {
  background: #4a5cde;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-primary,
.badge-outline-primary {
  background: transparent;
  border: 1px solid #4a5cde;
  color: #4a5cde;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-primary-light,
.badge-primary-light {
  background-color: #dde9ff;
  color: #4a5cde !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-secondary,
.badge-secondary {
  background: #6c757d;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-secondary,
.badge-outline-secondary {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-secondary-light,
.badge-secondary-light {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-default,
.badge-default {
  background: #343a40;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-default,
.badge-outline-default {
  background: transparent;
  border: 1px solid #343a40;
  color: #343a40;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-default-light,
.badge-default-light {
  background-color: #f8f9fa;
  color: #343a40 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-danger,
.badge-danger {
  background: #f44336;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-danger,
.badge-outline-danger {
  background: transparent;
  border: 1px solid #f44336;
  color: #f44336;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-danger-light,
.badge-danger-light {
  background-color: #ffebee;
  color: #f44336 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-warning,
.badge-warning {
  background: #ff9800;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-warning,
.badge-outline-warning {
  background: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-warning-light,
.badge-warning-light {
  background-color: #fff3e0;
  color: #ff9800 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-info,
.badge-info {
  background: #2196f3;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-info,
.badge-outline-info {
  background: transparent;
  border: 1px solid #2196f3;
  color: #2196f3;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-info-light,
.badge-info-light {
  background-color: #e3f2fd;
  color: #2196f3 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-success,
.badge-success {
  background: #4caf50;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-success,
.badge-outline-success {
  background: transparent;
  border: 1px solid #4caf50;
  color: #4caf50;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-success-light,
.badge-success-light {
  background-color: #ecfaf3;
  color: #4caf50 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-light,
.badge-light {
  background: #f1f1f1;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-light,
.badge-outline-light {
  background: transparent;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-light-light,
.badge-light-light {
  background-color: #ffffff;
  color: #f1f1f1 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-gray,
.badge-gray {
  background: #6c757d;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-gray,
.badge-outline-gray {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-gray-light,
.badge-gray-light {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-dark,
.badge-dark {
  background: #212529;
  color: #fff !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-outline-dark,
.badge-outline-dark {
  background: transparent;
  border: 1px solid #212529;
  color: #212529;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-dark-light,
.badge-dark-light {
  background-color: #343a40;
  color: #212529 !important;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.label-primary-sm,
.badge-primary-sm {
  background: #4a5cde;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-primary-sm,
.badge-outline-primary-sm {
  background: transparent;
  border: 1px solid #4a5cde;
  color: #4a5cde;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-primary-light-sm,
.badge-primary-light-sm {
  background-color: #dde9ff;
  color: #4a5cde !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-primary-xs,
.badge-primary-xs {
  background: #4a5cde;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-primary-xs,
.badge-outline-primary-xs {
  background: transparent;
  border: 1px solid #4a5cde;
  color: #4a5cde;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-primary-light-xs,
.badge-primary-light-xs {
  background-color: #dde9ff;
  color: #4a5cde !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-secondary-sm,
.badge-secondary-sm {
  background: #6c757d;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-secondary-sm,
.badge-outline-secondary-sm {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-secondary-light-sm,
.badge-secondary-light-sm {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-secondary-xs,
.badge-secondary-xs {
  background: #6c757d;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-secondary-xs,
.badge-outline-secondary-xs {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-secondary-light-xs,
.badge-secondary-light-xs {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-default-sm,
.badge-default-sm {
  background: #343a40;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-default-sm,
.badge-outline-default-sm {
  background: transparent;
  border: 1px solid #343a40;
  color: #343a40;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-default-light-sm,
.badge-default-light-sm {
  background-color: #f8f9fa;
  color: #343a40 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-default-xs,
.badge-default-xs {
  background: #343a40;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-default-xs,
.badge-outline-default-xs {
  background: transparent;
  border: 1px solid #343a40;
  color: #343a40;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-default-light-xs,
.badge-default-light-xs {
  background-color: #f8f9fa;
  color: #343a40 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-danger-sm,
.badge-danger-sm {
  background: #f44336;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-danger-sm,
.badge-outline-danger-sm {
  background: transparent;
  border: 1px solid #f44336;
  color: #f44336;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-danger-light-sm,
.badge-danger-light-sm {
  background-color: #ffebee;
  color: #f44336 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-danger-xs,
.badge-danger-xs {
  background: #f44336;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-danger-xs,
.badge-outline-danger-xs {
  background: transparent;
  border: 1px solid #f44336;
  color: #f44336;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-danger-light-xs,
.badge-danger-light-xs {
  background-color: #ffebee;
  color: #f44336 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-warning-sm,
.badge-warning-sm {
  background: #ff9800;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-warning-sm,
.badge-outline-warning-sm {
  background: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-warning-light-sm,
.badge-warning-light-sm {
  background-color: #fff3e0;
  color: #ff9800 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-warning-xs,
.badge-warning-xs {
  background: #ff9800;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-warning-xs,
.badge-outline-warning-xs {
  background: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-warning-light-xs,
.badge-warning-light-xs {
  background-color: #fff3e0;
  color: #ff9800 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-info-sm,
.badge-info-sm {
  background: #2196f3;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-info-sm,
.badge-outline-info-sm {
  background: transparent;
  border: 1px solid #2196f3;
  color: #2196f3;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-info-light-sm,
.badge-info-light-sm {
  background-color: #e3f2fd;
  color: #2196f3 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-info-xs,
.badge-info-xs {
  background: #2196f3;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-info-xs,
.badge-outline-info-xs {
  background: transparent;
  border: 1px solid #2196f3;
  color: #2196f3;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-info-light-xs,
.badge-info-light-xs {
  background-color: #e3f2fd;
  color: #2196f3 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-success-sm,
.badge-success-sm {
  background: #4caf50;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-success-sm,
.badge-outline-success-sm {
  background: transparent;
  border: 1px solid #4caf50;
  color: #4caf50;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-success-light-sm,
.badge-success-light-sm {
  background-color: #ecfaf3;
  color: #4caf50 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-success-xs,
.badge-success-xs {
  background: #4caf50;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-success-xs,
.badge-outline-success-xs {
  background: transparent;
  border: 1px solid #4caf50;
  color: #4caf50;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-success-light-xs,
.badge-success-light-xs {
  background-color: #ecfaf3;
  color: #4caf50 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-light-sm,
.badge-light-sm {
  background: #f1f1f1;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-light-sm,
.badge-outline-light-sm {
  background: transparent;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-light-light-sm,
.badge-light-light-sm {
  background-color: #ffffff;
  color: #f1f1f1 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-light-xs,
.badge-light-xs {
  background: #f1f1f1;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-light-xs,
.badge-outline-light-xs {
  background: transparent;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-light-light-xs,
.badge-light-light-xs {
  background-color: #ffffff;
  color: #f1f1f1 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-gray-sm,
.badge-gray-sm {
  background: #6c757d;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-gray-sm,
.badge-outline-gray-sm {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-gray-light-sm,
.badge-gray-light-sm {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-gray-xs,
.badge-gray-xs {
  background: #6c757d;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-gray-xs,
.badge-outline-gray-xs {
  background: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-gray-light-xs,
.badge-gray-light-xs {
  background-color: #e2e6ea;
  color: #6c757d !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-dark-sm,
.badge-dark-sm {
  background: #212529;
  color: #fff !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-outline-dark-sm,
.badge-outline-dark-sm {
  background: transparent;
  border: 1px solid #212529;
  color: #212529;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-dark-light-sm,
.badge-dark-light-sm {
  background-color: #343a40;
  color: #212529 !important;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
}

.label-dark-xs,
.badge-dark-xs {
  background: #212529;
  color: #fff !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-outline-dark-xs,
.badge-outline-dark-xs {
  background: transparent;
  border: 1px solid #212529;
  color: #212529;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.label-dark-light-xs,
.badge-dark-light-xs {
  background-color: #343a40;
  color: #212529 !important;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.bg-primary {
  background-color: #4a5cde !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-default {
  background-color: #343a40 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

.bg-warning {
  background-color: #ff9800 !important;
}

.bg-info {
  background-color: #2196f3 !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-gray {
  background-color: #6c757d !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-primary-light {
  background-color: #dde9ff !important;
}

.bg-secondary-light {
  background-color: #e2e6ea !important;
}

.bg-default-light {
  background-color: #f8f9fa !important;
}

.bg-danger-light {
  background-color: #ffebee !important;
}

.bg-warning-light {
  background-color: #fff3e0 !important;
}

.bg-info-light {
  background-color: #e3f2fd !important;
}

.bg-success-light {
  background-color: #ecfaf3 !important;
}

.bg-light-light {
  background-color: #ffffff !important;
}

.bg-gray-light {
  background-color: #e2e6ea !important;
}

.bg-dark-light {
  background-color: #343a40 !important;
}

.btn {
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.btn-sm {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.btn-xs {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
}

.btn-xxs {
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 9px;
}

.btn-xxl {
  padding: 15px 30px;
  font-size: 1.75rem;
}

.btn-primary {
  background-color: #4a5cde;
  border: 1px solid #4a5cde;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #2d3a8c !important;
  border-color: #2d3a8c !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-danger {
  background-color: #f44336;
  border: 1px solid #f44336;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-success {
  background-color: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-color: #388e3c !important;
  border-color: #388e3c !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-warning {
  background-color: #ff9800;
  border: 1px solid #ff9800;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-color: #f57c00 !important;
  border-color: #f57c00 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-info {
  background-color: #2196f3;
  border: 1px solid #2196f3;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-light {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-gray {
  background-color: #6c757d;
  border: 1px solid #6c757d;
  color: #fff;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
  background-color: #5a6268 !important;
  border-color: #5a6268 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-dark {
  background-color: #212529;
  border: 1px solid #212529;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #4a5cde;
  color: #4a5cde;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  background-color: #4a5cde !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #f44336;
  color: #f44336;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  background-color: #f44336 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-success {
  background-color: transparent;
  border: 1px solid #4caf50;
  color: #4caf50;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  background-color: #4caf50 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-warning {
  background-color: transparent;
  border: 1px solid #ff9800;
  color: #ff9800;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  background-color: #ff9800 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-info {
  background-color: transparent;
  border: 1px solid #2196f3;
  color: #2196f3;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  background-color: #2196f3 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-light {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .open > .btn-outline-light.dropdown-toggle {
  background-color: #f1f1f1 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active, .btn-outline-gray.active, .open > .btn-outline-gray.dropdown-toggle {
  background-color: #6c757d !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-outline-dark {
  background-color: transparent;
  border: 1px solid #212529;
  color: #212529;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  background-color: #212529 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-primary-light {
  background-color: #dde9ff;
  border: 1px solid #dde9ff;
  color: #4a5cde;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active, .btn-primary-light.active, .open > .btn-primary-light.dropdown-toggle {
  background-color: #4a5cde !important;
  border-color: #4a5cde !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-danger-light {
  background-color: #ffebee;
  border: 1px solid #ffebee;
  color: #f44336;
}
.btn-danger-light:hover, .btn-danger-light:focus, .btn-danger-light:active, .btn-danger-light.active, .open > .btn-danger-light.dropdown-toggle {
  background-color: #f44336 !important;
  border-color: #f44336 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-success-light {
  background-color: #ecfaf3;
  border: 1px solid #ecfaf3;
  color: #4caf50;
}
.btn-success-light:hover, .btn-success-light:focus, .btn-success-light:active, .btn-success-light.active, .open > .btn-success-light.dropdown-toggle {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-warning-light {
  background-color: #fff3e0;
  border: 1px solid #fff3e0;
  color: #ff9800;
}
.btn-warning-light:hover, .btn-warning-light:focus, .btn-warning-light:active, .btn-warning-light.active, .open > .btn-warning-light.dropdown-toggle {
  background-color: #ff9800 !important;
  border-color: #ff9800 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-info-light {
  background-color: #e3f2fd;
  border: 1px solid #e3f2fd;
  color: #2196f3;
}
.btn-info-light:hover, .btn-info-light:focus, .btn-info-light:active, .btn-info-light.active, .open > .btn-info-light.dropdown-toggle {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-light-light {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #f1f1f1;
}
.btn-light-light:hover, .btn-light-light:focus, .btn-light-light:active, .btn-light-light.active, .open > .btn-light-light.dropdown-toggle {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-gray-light {
  background-color: #e2e6ea;
  border: 1px solid #e2e6ea;
  color: #6c757d;
}
.btn-gray-light:hover, .btn-gray-light:focus, .btn-gray-light:active, .btn-gray-light.active, .open > .btn-gray-light.dropdown-toggle {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-dark-light {
  background-color: #343a40;
  border: 1px solid #343a40;
  color: #212529;
}
.btn-dark-light:hover, .btn-dark-light:focus, .btn-dark-light:active, .btn-dark-light.active, .open > .btn-dark-light.dropdown-toggle {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #fff !important;
  background-image: none !important;
  outline: none;
}

.btn-link-primary {
  background: transparent;
  border: none;
  color: #4a5cde;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-primary:hover, .btn-link-primary:focus, .btn-link-primary:active {
  color: rgb(37.7803738318, 58.3878504673, 207.2196261682) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-danger {
  background: transparent;
  border: none;
  color: #f44336;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-danger:hover, .btn-link-danger:focus, .btn-link-danger:active {
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-success {
  background: transparent;
  border: none;
  color: #4caf50;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-success:hover, .btn-link-success:focus, .btn-link-success:active {
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-warning {
  background: transparent;
  border: none;
  color: #ff9800;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-warning:hover, .btn-link-warning:focus, .btn-link-warning:active {
  color: rgb(204, 121.6, 0) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-info {
  background: transparent;
  border: none;
  color: #2196f3;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-info:hover, .btn-link-info:focus, .btn-link-info:active {
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-light {
  background: transparent;
  border: none;
  color: #f1f1f1;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-light:hover, .btn-link-light:focus, .btn-link-light:active {
  color: rgb(215.5, 215.5, 215.5) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-gray {
  background: transparent;
  border: none;
  color: #6c757d;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-gray:hover, .btn-link-gray:focus, .btn-link-gray:active {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-link-dark {
  background: transparent;
  border: none;
  color: #212529;
  font-weight: 500;
  text-decoration: none;
}
.btn-link-dark:hover, .btn-link-dark:focus, .btn-link-dark:active {
  color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
  text-decoration: underline;
  background: none;
  outline: none;
  box-shadow: none;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  color: #1d2939;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #f8f9fa !important;
  border-color: #e4e7ec !important;
  color: #1d2939 !important;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #e4e7ec;
  color: #1d2939;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: #f8f9fa !important;
  border-color: #e4e7ec !important;
  color: #1d2939 !important;
}

.btn-white-light {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  color: #1d2939;
}
.btn-white-light:hover, .btn-white-light:focus, .btn-white-light:active {
  background-color: #f8f9fa !important;
  border-color: #e4e7ec !important;
  color: #1d2939 !important;
}

.form-control {
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
}

.form-control-sm {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.form-control-xs {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
}

.form-control[type=color] {
  padding: 0;
  border: none;
  height: 36px;
  border-radius: 8px;
}

textarea {
  resize: vertical;
  padding: 8px 15px;
  height: 100px;
  min-height: 100px;
}

.form-group-static label {
  color: #6c757d;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 2px;
}
.form-group-static .form-control-static {
  font-weight: 500;
  font-size: 14px;
  padding-top: 0px;
  color: #121212;
}
.form-group-static .form-control-static a {
  color: #121212;
  text-decoration: none;
}
.form-group-static .form-control-static a:hover {
  text-decoration: underline;
}

.table.table {
  border: 1.11px solid #e4e7ec;
  border-radius: 16px !important;
  margin-bottom: 20px;
  padding: 24px 24px 0px;
  box-shadow: none;
  border: none !important;
  font-size: 14px;
}
.table.table thead {
  border-radius: 2px !important;
}
.table.table thead tr {
  border-radius: 2px !important;
  border: none;
}
.table.table thead tr th {
  border-radius: 2px !important;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.table.table tbody tr {
  border: none;
}
.table.table tbody tr td {
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.table.table tbody tr td:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding-left: 3px !important;
}
.table.table tbody tr td:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  padding-right: 3px !important;
}

.table-hover tbody tr:hover {
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

/* Panel */
.panel {
  border: 1.11px solid #e4e7ec;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 16px;
  box-shadow: none;
}
.panel .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.panel .panel-heading .panel-title {
  color: #1d2939;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.panel .panel-heading .panel-heading-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.panel .panel-heading .panel-heading-buttons .btn {
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
}
.panel .panel-body {
  padding: 0px;
}
.panel .panel-title {
  color: #1d2939;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Dashboard Cards */
.dashboard-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.dashboard-card .card-icon {
  font-size: 3rem;
  margin-right: 15px;
}
.dashboard-card .card-body {
  display: flex;
  align-items: center;
}
.dashboard-card .card-text {
  font-size: 2rem;
  font-weight: bold;
}
.dashboard-card .card-title {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.filter-box {
  padding: 0px !important;
  padding-bottom: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}

/* Contenedor de altura uniforme para los hijos */
.equal-height-container, .equal-height-container-gap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Hace que todos los elementos hijos tengan la misma altura */
}
.equal-height-container > *, .equal-height-container-gap > * {
  display: flex;
  flex-direction: column;
}
.equal-height-container .panel, .equal-height-container-gap .panel,
.equal-height-container .dashboard-card,
.equal-height-container-gap .dashboard-card {
  height: 100%;
  flex: 1;
}
.equal-height-container .panel .panel-body, .equal-height-container-gap .panel .panel-body,
.equal-height-container .dashboard-card .panel-body,
.equal-height-container-gap .dashboard-card .panel-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Variante con gap entre elementos */
.equal-height-container-gap {
  gap: 20px;
}

/* Para grids responsive con igual altura */
.equal-height-grid {
  display: grid;
  grid-gap: 20px;
  align-items: stretch;
}
.equal-height-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.equal-height-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.equal-height-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .equal-height-grid.cols-2, .equal-height-grid.cols-3, .equal-height-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .equal-height-grid.cols-3, .equal-height-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====== FullCalendar ====== */
.fc-button {
  background-color: #4a5cde;
  background: #4a5cde;
  border: 1px solid #4a5cde;
  color: #fff;
  padding: 7px 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
}
.fc-button:hover {
  background-color: #5f71f2;
  background: #5f71f2;
  border: 1px solid #5f71f2;
}
.fc-button.fc-state-active {
  background-color: #5f71f2;
  background: #5f71f2;
  border: 1px solid #5f71f2;
}

/* ====== Dropzone ====== */
.dropzone {
  border: 2px dashed #4a5cde;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 20px;
  cursor: pointer;
  min-height: 80px !important;
}
.dropzone .dz-message {
  font-size: 16px;
}
.dropzone .dz-preview {
  margin: 0;
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
}
.dropzone .dz-preview .dz-image img {
  border-radius: 5px;
}

/* ====== SweetAlert ====== */
.swal-button {
  padding: 7px 16px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.swal-button.swal-button--confirm {
  background-color: #4a5cde;
  color: white;
}
.swal-button.swal-button--confirm:hover {
  background-color: #5f71f2;
}
.swal-button.swal-button--cancel {
  background-color: #EF4444;
  color: white;
}
.swal-button.swal-button--cancel:hover {
  background-color: #DC2626;
}

/* ====== Bootstrap Datetimepicker ====== */
.bootstrap-datetimepicker-widget .disabled,
.bootstrap-datetimepicker-widget .day.disabled,
.bootstrap-datetimepicker-widget .disabled-date {
  color: red !important;
  opacity: 1 !important;
}

/* ====== Select2 Adaptaciones ====== */
/* Tamaño de la fuente y estilo de la opción seleccionada */
.select2-selection__rendered {
  font-size: 14px;
  color: #272b30 !important;
  border-color: red;
  font-family: inherit !important;
  line-height: 34px !important;
}

/* Opciones de la lista */
.select2-results__option {
  color: #272b30 !important;
  font-size: 14px;
}

/* Placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #777 !important;
}

/* Caja del form control (single) */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  height: 36px !important;
  min-height: 36px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* Caja del form control (multiple) */
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  height: 36px !important;
  min-height: 36px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* Campo de búsqueda */
.select2-search__field {
  padding-left: 20px;
}

/* Flecha del select2 */
.select2-selection__arrow {
  height: 34px !important;
}

/* Asegurar ancho completo */
.select2-container {
  width: 100% !important;
  clear: both;
}

/* Estilo para las opciones seleccionadas en modo multiple */
.select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  cursor: default;
  float: left;
  font-size: 12px;
  padding: 0.5em 0.6em 0.5em !important;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* Evitar que el select2 cambie de tamaño en inputs largos */
.input-group .select2-container,
.form-group .select2-container,
td .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.input-group .select2-container--default .select2-selection--single {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .select2-container--default .select2-selection--multiple {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td.active:focus {
  background-color: #4a5cde !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #2d3a8c !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.active:focus {
  background-color: #2d3a8c !important;
  color: #fff !important;
}

.bootstrap-datetimepicker-widget .fas {
  color: #4a5cde !important;
}

.input-group-btn > .btn,
.input-group-addon > .btn {
  height: 36px !important;
  min-height: 36px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.42857143;
}

.trabajo-timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
}

.trabajo-timeline-date {
  font-weight: bold;
  margin-bottom: 10px;
  color: #888;
  font-size: 1.1em;
}

.trabajo-timeline-date:first-child {
  margin-top: 20px;
}

.trabajo-timeline-item {
  position: relative;
  margin-bottom: 20px;
}

.trabajo-timeline-content {
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.trabajo-timeline-usuario {
  color: #888;
  font-size: 0.95em;
}

.list-group-item.active {
  background-color: #4a5cde !important;
  border-color: #4a5cde !important;
}/*# sourceMappingURL=backend.css.map */