/*
/* Mixin
/*
----------------------------------------------------------------- */
@layer legacy {
@media screen and (max-width: 1024px) {
  [data-static-html] .hidden-tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  [data-static-html] .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  [data-static-html] .hidden-pc-tablet {
    display: none;
  }
}

[data-static-html] .mt-0 {
  margin-top: 0px !important;
}

[data-static-html] .mr-0 {
  margin-right: 0px !important;
}

[data-static-html] .mb-0 {
  margin-bottom: 0px !important;
}

[data-static-html] .ml-0 {
  margin-left: 0px !important;
}

[data-static-html] .mt-5 {
  margin-top: 5px !important;
}

[data-static-html] .mr-5 {
  margin-right: 5px !important;
}

[data-static-html] .mb-5 {
  margin-bottom: 5px !important;
}

[data-static-html] .ml-5 {
  margin-left: 5px !important;
}

[data-static-html] .mt-10 {
  margin-top: 10px !important;
}

[data-static-html] .mr-10 {
  margin-right: 10px !important;
}

[data-static-html] .mb-10 {
  margin-bottom: 10px !important;
}

[data-static-html] .ml-10 {
  margin-left: 10px !important;
}

[data-static-html] .mt-15 {
  margin-top: 15px !important;
}

[data-static-html] .mr-15 {
  margin-right: 15px !important;
}

[data-static-html] .mb-15 {
  margin-bottom: 15px !important;
}

[data-static-html] .ml-15 {
  margin-left: 15px !important;
}

[data-static-html] .mt-20 {
  margin-top: 20px !important;
}

[data-static-html] .mr-20 {
  margin-right: 20px !important;
}

[data-static-html] .mb-20 {
  margin-bottom: 20px !important;
}

[data-static-html] .ml-20 {
  margin-left: 20px !important;
}

[data-static-html] .mt-25 {
  margin-top: 25px !important;
}

[data-static-html] .mr-25 {
  margin-right: 25px !important;
}

[data-static-html] .mb-25 {
  margin-bottom: 25px !important;
}

[data-static-html] .ml-25 {
  margin-left: 25px !important;
}

[data-static-html] .mt-30 {
  margin-top: 30px !important;
}

[data-static-html] .mr-30 {
  margin-right: 30px !important;
}

[data-static-html] .mb-30 {
  margin-bottom: 30px !important;
}

[data-static-html] .ml-30 {
  margin-left: 30px !important;
}

[data-static-html] .mt-35 {
  margin-top: 35px !important;
}

[data-static-html] .mr-35 {
  margin-right: 35px !important;
}

[data-static-html] .mb-35 {
  margin-bottom: 35px !important;
}

[data-static-html] .ml-35 {
  margin-left: 35px !important;
}

[data-static-html] .mt-40 {
  margin-top: 40px !important;
}

[data-static-html] .mr-40 {
  margin-right: 40px !important;
}

[data-static-html] .mb-40 {
  margin-bottom: 40px !important;
}

[data-static-html] .ml-40 {
  margin-left: 40px !important;
}

[data-static-html] .mt-45 {
  margin-top: 45px !important;
}

[data-static-html] .mr-45 {
  margin-right: 45px !important;
}

[data-static-html] .mb-45 {
  margin-bottom: 45px !important;
}

[data-static-html] .ml-45 {
  margin-left: 45px !important;
}

[data-static-html] .mt-50 {
  margin-top: 50px !important;
}

[data-static-html] .mr-50 {
  margin-right: 50px !important;
}

[data-static-html] .mb-50 {
  margin-bottom: 50px !important;
}

[data-static-html] .ml-50 {
  margin-left: 50px !important;
}

[data-static-html] .mt-55 {
  margin-top: 55px !important;
}

[data-static-html] .mr-55 {
  margin-right: 55px !important;
}

[data-static-html] .mb-55 {
  margin-bottom: 55px !important;
}

[data-static-html] .ml-55 {
  margin-left: 55px !important;
}

[data-static-html] .mt-60 {
  margin-top: 60px !important;
}

[data-static-html] .mr-60 {
  margin-right: 60px !important;
}

[data-static-html] .mb-60 {
  margin-bottom: 60px !important;
}

[data-static-html] .ml-60 {
  margin-left: 60px !important;
}

[data-static-html] .mt-65 {
  margin-top: 65px !important;
}

[data-static-html] .mr-65 {
  margin-right: 65px !important;
}

[data-static-html] .mb-65 {
  margin-bottom: 65px !important;
}

[data-static-html] .ml-65 {
  margin-left: 65px !important;
}

[data-static-html] .mt-70 {
  margin-top: 70px !important;
}

[data-static-html] .mr-70 {
  margin-right: 70px !important;
}

[data-static-html] .mb-70 {
  margin-bottom: 70px !important;
}

[data-static-html] .ml-70 {
  margin-left: 70px !important;
}

[data-static-html] .mt-75 {
  margin-top: 75px !important;
}

[data-static-html] .mr-75 {
  margin-right: 75px !important;
}

[data-static-html] .mb-75 {
  margin-bottom: 75px !important;
}

[data-static-html] .ml-75 {
  margin-left: 75px !important;
}

[data-static-html] .mt-80 {
  margin-top: 80px !important;
}

[data-static-html] .mr-80 {
  margin-right: 80px !important;
}

[data-static-html] .mb-80 {
  margin-bottom: 80px !important;
}

[data-static-html] .ml-80 {
  margin-left: 80px !important;
}

[data-static-html] .mt-85 {
  margin-top: 85px !important;
}

[data-static-html] .mr-85 {
  margin-right: 85px !important;
}

[data-static-html] .mb-85 {
  margin-bottom: 85px !important;
}

[data-static-html] .ml-85 {
  margin-left: 85px !important;
}

[data-static-html] .mt-90 {
  margin-top: 90px !important;
}

[data-static-html] .mr-90 {
  margin-right: 90px !important;
}

[data-static-html] .mb-90 {
  margin-bottom: 90px !important;
}

[data-static-html] .ml-90 {
  margin-left: 90px !important;
}

[data-static-html] .mt-95 {
  margin-top: 95px !important;
}

[data-static-html] .mr-95 {
  margin-right: 95px !important;
}

[data-static-html] .mb-95 {
  margin-bottom: 95px !important;
}

[data-static-html] .ml-95 {
  margin-left: 95px !important;
}

[data-static-html] .mt-100 {
  margin-top: 100px !important;
}

[data-static-html] .mr-100 {
  margin-right: 100px !important;
}

[data-static-html] .mb-100 {
  margin-bottom: 100px !important;
}

[data-static-html] .ml-100 {
  margin-left: 100px !important;
}

[data-static-html] .mt-105 {
  margin-top: 105px !important;
}

[data-static-html] .mr-105 {
  margin-right: 105px !important;
}

[data-static-html] .mb-105 {
  margin-bottom: 105px !important;
}

[data-static-html] .ml-105 {
  margin-left: 105px !important;
}

[data-static-html] .mt-110 {
  margin-top: 110px !important;
}

[data-static-html] .mr-110 {
  margin-right: 110px !important;
}

[data-static-html] .mb-110 {
  margin-bottom: 110px !important;
}

[data-static-html] .ml-110 {
  margin-left: 110px !important;
}

[data-static-html] .mt-115 {
  margin-top: 115px !important;
}

[data-static-html] .mr-115 {
  margin-right: 115px !important;
}

[data-static-html] .mb-115 {
  margin-bottom: 115px !important;
}

[data-static-html] .ml-115 {
  margin-left: 115px !important;
}

[data-static-html] .mt-120 {
  margin-top: 120px !important;
}

[data-static-html] .mr-120 {
  margin-right: 120px !important;
}

[data-static-html] .mb-120 {
  margin-bottom: 120px !important;
}

[data-static-html] .ml-120 {
  margin-left: 120px !important;
}

[data-static-html] .mt-125 {
  margin-top: 125px !important;
}

[data-static-html] .mr-125 {
  margin-right: 125px !important;
}

[data-static-html] .mb-125 {
  margin-bottom: 125px !important;
}

[data-static-html] .ml-125 {
  margin-left: 125px !important;
}

[data-static-html] .mt-130 {
  margin-top: 130px !important;
}

[data-static-html] .mr-130 {
  margin-right: 130px !important;
}

[data-static-html] .mb-130 {
  margin-bottom: 130px !important;
}

[data-static-html] .ml-130 {
  margin-left: 130px !important;
}

[data-static-html] .mt-135 {
  margin-top: 135px !important;
}

[data-static-html] .mr-135 {
  margin-right: 135px !important;
}

[data-static-html] .mb-135 {
  margin-bottom: 135px !important;
}

[data-static-html] .ml-135 {
  margin-left: 135px !important;
}

[data-static-html] .mt-140 {
  margin-top: 140px !important;
}

[data-static-html] .mr-140 {
  margin-right: 140px !important;
}

[data-static-html] .mb-140 {
  margin-bottom: 140px !important;
}

[data-static-html] .ml-140 {
  margin-left: 140px !important;
}

[data-static-html] .mt-145 {
  margin-top: 145px !important;
}

[data-static-html] .mr-145 {
  margin-right: 145px !important;
}

[data-static-html] .mb-145 {
  margin-bottom: 145px !important;
}

[data-static-html] .ml-145 {
  margin-left: 145px !important;
}

[data-static-html] .mt-150 {
  margin-top: 150px !important;
}

[data-static-html] .mr-150 {
  margin-right: 150px !important;
}

[data-static-html] .mb-150 {
  margin-bottom: 150px !important;
}

[data-static-html] .ml-150 {
  margin-left: 150px !important;
}

[data-static-html] .mt-155 {
  margin-top: 155px !important;
}

[data-static-html] .mr-155 {
  margin-right: 155px !important;
}

[data-static-html] .mb-155 {
  margin-bottom: 155px !important;
}

[data-static-html] .ml-155 {
  margin-left: 155px !important;
}

[data-static-html] .mt-160 {
  margin-top: 160px !important;
}

[data-static-html] .mr-160 {
  margin-right: 160px !important;
}

[data-static-html] .mb-160 {
  margin-bottom: 160px !important;
}

[data-static-html] .ml-160 {
  margin-left: 160px !important;
}

[data-static-html] .mt-165 {
  margin-top: 165px !important;
}

[data-static-html] .mr-165 {
  margin-right: 165px !important;
}

[data-static-html] .mb-165 {
  margin-bottom: 165px !important;
}

[data-static-html] .ml-165 {
  margin-left: 165px !important;
}

[data-static-html] .mt-170 {
  margin-top: 170px !important;
}

[data-static-html] .mr-170 {
  margin-right: 170px !important;
}

[data-static-html] .mb-170 {
  margin-bottom: 170px !important;
}

[data-static-html] .ml-170 {
  margin-left: 170px !important;
}

[data-static-html] .mt-175 {
  margin-top: 175px !important;
}

[data-static-html] .mr-175 {
  margin-right: 175px !important;
}

[data-static-html] .mb-175 {
  margin-bottom: 175px !important;
}

[data-static-html] .ml-175 {
  margin-left: 175px !important;
}

[data-static-html] .mt-180 {
  margin-top: 180px !important;
}

[data-static-html] .mr-180 {
  margin-right: 180px !important;
}

[data-static-html] .mb-180 {
  margin-bottom: 180px !important;
}

[data-static-html] .ml-180 {
  margin-left: 180px !important;
}

[data-static-html] .mt-185 {
  margin-top: 185px !important;
}

[data-static-html] .mr-185 {
  margin-right: 185px !important;
}

[data-static-html] .mb-185 {
  margin-bottom: 185px !important;
}

[data-static-html] .ml-185 {
  margin-left: 185px !important;
}

[data-static-html] .mt-190 {
  margin-top: 190px !important;
}

[data-static-html] .mr-190 {
  margin-right: 190px !important;
}

[data-static-html] .mb-190 {
  margin-bottom: 190px !important;
}

[data-static-html] .ml-190 {
  margin-left: 190px !important;
}

[data-static-html] .mt-195 {
  margin-top: 195px !important;
}

[data-static-html] .mr-195 {
  margin-right: 195px !important;
}

[data-static-html] .mb-195 {
  margin-bottom: 195px !important;
}

[data-static-html] .ml-195 {
  margin-left: 195px !important;
}

[data-static-html] .mt-200 {
  margin-top: 200px !important;
}

[data-static-html] .mr-200 {
  margin-right: 200px !important;
}

[data-static-html] .mb-200 {
  margin-bottom: 200px !important;
}

[data-static-html] .ml-200 {
  margin-left: 200px !important;
}

[data-static-html] .mt-205 {
  margin-top: 205px !important;
}

[data-static-html] .mr-205 {
  margin-right: 205px !important;
}

[data-static-html] .mb-205 {
  margin-bottom: 205px !important;
}

[data-static-html] .ml-205 {
  margin-left: 205px !important;
}

[data-static-html] .mt-210 {
  margin-top: 210px !important;
}

[data-static-html] .mr-210 {
  margin-right: 210px !important;
}

[data-static-html] .mb-210 {
  margin-bottom: 210px !important;
}

[data-static-html] .ml-210 {
  margin-left: 210px !important;
}

[data-static-html] .mt-215 {
  margin-top: 215px !important;
}

[data-static-html] .mr-215 {
  margin-right: 215px !important;
}

[data-static-html] .mb-215 {
  margin-bottom: 215px !important;
}

[data-static-html] .ml-215 {
  margin-left: 215px !important;
}

[data-static-html] .mt-220 {
  margin-top: 220px !important;
}

[data-static-html] .mr-220 {
  margin-right: 220px !important;
}

[data-static-html] .mb-220 {
  margin-bottom: 220px !important;
}

[data-static-html] .ml-220 {
  margin-left: 220px !important;
}

[data-static-html] .mt-225 {
  margin-top: 225px !important;
}

[data-static-html] .mr-225 {
  margin-right: 225px !important;
}

[data-static-html] .mb-225 {
  margin-bottom: 225px !important;
}

[data-static-html] .ml-225 {
  margin-left: 225px !important;
}

[data-static-html] .mt-230 {
  margin-top: 230px !important;
}

[data-static-html] .mr-230 {
  margin-right: 230px !important;
}

[data-static-html] .mb-230 {
  margin-bottom: 230px !important;
}

[data-static-html] .ml-230 {
  margin-left: 230px !important;
}

[data-static-html] .mt-235 {
  margin-top: 235px !important;
}

[data-static-html] .mr-235 {
  margin-right: 235px !important;
}

[data-static-html] .mb-235 {
  margin-bottom: 235px !important;
}

[data-static-html] .ml-235 {
  margin-left: 235px !important;
}

[data-static-html] .mt-240 {
  margin-top: 240px !important;
}

[data-static-html] .mr-240 {
  margin-right: 240px !important;
}

[data-static-html] .mb-240 {
  margin-bottom: 240px !important;
}

[data-static-html] .ml-240 {
  margin-left: 240px !important;
}

[data-static-html] .mt-245 {
  margin-top: 245px !important;
}

[data-static-html] .mr-245 {
  margin-right: 245px !important;
}

[data-static-html] .mb-245 {
  margin-bottom: 245px !important;
}

[data-static-html] .ml-245 {
  margin-left: 245px !important;
}

[data-static-html] .mt-250 {
  margin-top: 250px !important;
}

[data-static-html] .mr-250 {
  margin-right: 250px !important;
}

[data-static-html] .mb-250 {
  margin-bottom: 250px !important;
}

[data-static-html] .ml-250 {
  margin-left: 250px !important;
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-0 {
    margin-top: 0px !important;
  }
  [data-static-html] .mr-sm-0 {
    margin-right: 0px !important;
  }
  [data-static-html] .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  [data-static-html] .ml-sm-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-5 {
    margin-top: 5px !important;
  }
  [data-static-html] .mr-sm-5 {
    margin-right: 5px !important;
  }
  [data-static-html] .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  [data-static-html] .ml-sm-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-10 {
    margin-top: 10px !important;
  }
  [data-static-html] .mr-sm-10 {
    margin-right: 10px !important;
  }
  [data-static-html] .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  [data-static-html] .ml-sm-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-15 {
    margin-top: 15px !important;
  }
  [data-static-html] .mr-sm-15 {
    margin-right: 15px !important;
  }
  [data-static-html] .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  [data-static-html] .ml-sm-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-20 {
    margin-top: 20px !important;
  }
  [data-static-html] .mr-sm-20 {
    margin-right: 20px !important;
  }
  [data-static-html] .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  [data-static-html] .ml-sm-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-25 {
    margin-top: 25px !important;
  }
  [data-static-html] .mr-sm-25 {
    margin-right: 25px !important;
  }
  [data-static-html] .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  [data-static-html] .ml-sm-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-30 {
    margin-top: 30px !important;
  }
  [data-static-html] .mr-sm-30 {
    margin-right: 30px !important;
  }
  [data-static-html] .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  [data-static-html] .ml-sm-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-35 {
    margin-top: 35px !important;
  }
  [data-static-html] .mr-sm-35 {
    margin-right: 35px !important;
  }
  [data-static-html] .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  [data-static-html] .ml-sm-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-40 {
    margin-top: 40px !important;
  }
  [data-static-html] .mr-sm-40 {
    margin-right: 40px !important;
  }
  [data-static-html] .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  [data-static-html] .ml-sm-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-45 {
    margin-top: 45px !important;
  }
  [data-static-html] .mr-sm-45 {
    margin-right: 45px !important;
  }
  [data-static-html] .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  [data-static-html] .ml-sm-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-50 {
    margin-top: 50px !important;
  }
  [data-static-html] .mr-sm-50 {
    margin-right: 50px !important;
  }
  [data-static-html] .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  [data-static-html] .ml-sm-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-55 {
    margin-top: 55px !important;
  }
  [data-static-html] .mr-sm-55 {
    margin-right: 55px !important;
  }
  [data-static-html] .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  [data-static-html] .ml-sm-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-60 {
    margin-top: 60px !important;
  }
  [data-static-html] .mr-sm-60 {
    margin-right: 60px !important;
  }
  [data-static-html] .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  [data-static-html] .ml-sm-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-65 {
    margin-top: 65px !important;
  }
  [data-static-html] .mr-sm-65 {
    margin-right: 65px !important;
  }
  [data-static-html] .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  [data-static-html] .ml-sm-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-70 {
    margin-top: 70px !important;
  }
  [data-static-html] .mr-sm-70 {
    margin-right: 70px !important;
  }
  [data-static-html] .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  [data-static-html] .ml-sm-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-75 {
    margin-top: 75px !important;
  }
  [data-static-html] .mr-sm-75 {
    margin-right: 75px !important;
  }
  [data-static-html] .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  [data-static-html] .ml-sm-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-80 {
    margin-top: 80px !important;
  }
  [data-static-html] .mr-sm-80 {
    margin-right: 80px !important;
  }
  [data-static-html] .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  [data-static-html] .ml-sm-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-85 {
    margin-top: 85px !important;
  }
  [data-static-html] .mr-sm-85 {
    margin-right: 85px !important;
  }
  [data-static-html] .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  [data-static-html] .ml-sm-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-90 {
    margin-top: 90px !important;
  }
  [data-static-html] .mr-sm-90 {
    margin-right: 90px !important;
  }
  [data-static-html] .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  [data-static-html] .ml-sm-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-95 {
    margin-top: 95px !important;
  }
  [data-static-html] .mr-sm-95 {
    margin-right: 95px !important;
  }
  [data-static-html] .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  [data-static-html] .ml-sm-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-100 {
    margin-top: 100px !important;
  }
  [data-static-html] .mr-sm-100 {
    margin-right: 100px !important;
  }
  [data-static-html] .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  [data-static-html] .ml-sm-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-105 {
    margin-top: 105px !important;
  }
  [data-static-html] .mr-sm-105 {
    margin-right: 105px !important;
  }
  [data-static-html] .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  [data-static-html] .ml-sm-105 {
    margin-left: 105px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-110 {
    margin-top: 110px !important;
  }
  [data-static-html] .mr-sm-110 {
    margin-right: 110px !important;
  }
  [data-static-html] .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  [data-static-html] .ml-sm-110 {
    margin-left: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-115 {
    margin-top: 115px !important;
  }
  [data-static-html] .mr-sm-115 {
    margin-right: 115px !important;
  }
  [data-static-html] .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  [data-static-html] .ml-sm-115 {
    margin-left: 115px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-120 {
    margin-top: 120px !important;
  }
  [data-static-html] .mr-sm-120 {
    margin-right: 120px !important;
  }
  [data-static-html] .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  [data-static-html] .ml-sm-120 {
    margin-left: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-125 {
    margin-top: 125px !important;
  }
  [data-static-html] .mr-sm-125 {
    margin-right: 125px !important;
  }
  [data-static-html] .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  [data-static-html] .ml-sm-125 {
    margin-left: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-130 {
    margin-top: 130px !important;
  }
  [data-static-html] .mr-sm-130 {
    margin-right: 130px !important;
  }
  [data-static-html] .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  [data-static-html] .ml-sm-130 {
    margin-left: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-135 {
    margin-top: 135px !important;
  }
  [data-static-html] .mr-sm-135 {
    margin-right: 135px !important;
  }
  [data-static-html] .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  [data-static-html] .ml-sm-135 {
    margin-left: 135px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-140 {
    margin-top: 140px !important;
  }
  [data-static-html] .mr-sm-140 {
    margin-right: 140px !important;
  }
  [data-static-html] .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  [data-static-html] .ml-sm-140 {
    margin-left: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-145 {
    margin-top: 145px !important;
  }
  [data-static-html] .mr-sm-145 {
    margin-right: 145px !important;
  }
  [data-static-html] .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  [data-static-html] .ml-sm-145 {
    margin-left: 145px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-150 {
    margin-top: 150px !important;
  }
  [data-static-html] .mr-sm-150 {
    margin-right: 150px !important;
  }
  [data-static-html] .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  [data-static-html] .ml-sm-150 {
    margin-left: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-155 {
    margin-top: 155px !important;
  }
  [data-static-html] .mr-sm-155 {
    margin-right: 155px !important;
  }
  [data-static-html] .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  [data-static-html] .ml-sm-155 {
    margin-left: 155px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-160 {
    margin-top: 160px !important;
  }
  [data-static-html] .mr-sm-160 {
    margin-right: 160px !important;
  }
  [data-static-html] .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  [data-static-html] .ml-sm-160 {
    margin-left: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-165 {
    margin-top: 165px !important;
  }
  [data-static-html] .mr-sm-165 {
    margin-right: 165px !important;
  }
  [data-static-html] .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  [data-static-html] .ml-sm-165 {
    margin-left: 165px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-170 {
    margin-top: 170px !important;
  }
  [data-static-html] .mr-sm-170 {
    margin-right: 170px !important;
  }
  [data-static-html] .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  [data-static-html] .ml-sm-170 {
    margin-left: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-175 {
    margin-top: 175px !important;
  }
  [data-static-html] .mr-sm-175 {
    margin-right: 175px !important;
  }
  [data-static-html] .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  [data-static-html] .ml-sm-175 {
    margin-left: 175px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-180 {
    margin-top: 180px !important;
  }
  [data-static-html] .mr-sm-180 {
    margin-right: 180px !important;
  }
  [data-static-html] .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  [data-static-html] .ml-sm-180 {
    margin-left: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-185 {
    margin-top: 185px !important;
  }
  [data-static-html] .mr-sm-185 {
    margin-right: 185px !important;
  }
  [data-static-html] .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  [data-static-html] .ml-sm-185 {
    margin-left: 185px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-190 {
    margin-top: 190px !important;
  }
  [data-static-html] .mr-sm-190 {
    margin-right: 190px !important;
  }
  [data-static-html] .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  [data-static-html] .ml-sm-190 {
    margin-left: 190px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-195 {
    margin-top: 195px !important;
  }
  [data-static-html] .mr-sm-195 {
    margin-right: 195px !important;
  }
  [data-static-html] .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  [data-static-html] .ml-sm-195 {
    margin-left: 195px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-200 {
    margin-top: 200px !important;
  }
  [data-static-html] .mr-sm-200 {
    margin-right: 200px !important;
  }
  [data-static-html] .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  [data-static-html] .ml-sm-200 {
    margin-left: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-205 {
    margin-top: 205px !important;
  }
  [data-static-html] .mr-sm-205 {
    margin-right: 205px !important;
  }
  [data-static-html] .mb-sm-205 {
    margin-bottom: 205px !important;
  }
  [data-static-html] .ml-sm-205 {
    margin-left: 205px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-210 {
    margin-top: 210px !important;
  }
  [data-static-html] .mr-sm-210 {
    margin-right: 210px !important;
  }
  [data-static-html] .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  [data-static-html] .ml-sm-210 {
    margin-left: 210px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-215 {
    margin-top: 215px !important;
  }
  [data-static-html] .mr-sm-215 {
    margin-right: 215px !important;
  }
  [data-static-html] .mb-sm-215 {
    margin-bottom: 215px !important;
  }
  [data-static-html] .ml-sm-215 {
    margin-left: 215px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-220 {
    margin-top: 220px !important;
  }
  [data-static-html] .mr-sm-220 {
    margin-right: 220px !important;
  }
  [data-static-html] .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  [data-static-html] .ml-sm-220 {
    margin-left: 220px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-225 {
    margin-top: 225px !important;
  }
  [data-static-html] .mr-sm-225 {
    margin-right: 225px !important;
  }
  [data-static-html] .mb-sm-225 {
    margin-bottom: 225px !important;
  }
  [data-static-html] .ml-sm-225 {
    margin-left: 225px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-230 {
    margin-top: 230px !important;
  }
  [data-static-html] .mr-sm-230 {
    margin-right: 230px !important;
  }
  [data-static-html] .mb-sm-230 {
    margin-bottom: 230px !important;
  }
  [data-static-html] .ml-sm-230 {
    margin-left: 230px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-235 {
    margin-top: 235px !important;
  }
  [data-static-html] .mr-sm-235 {
    margin-right: 235px !important;
  }
  [data-static-html] .mb-sm-235 {
    margin-bottom: 235px !important;
  }
  [data-static-html] .ml-sm-235 {
    margin-left: 235px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-240 {
    margin-top: 240px !important;
  }
  [data-static-html] .mr-sm-240 {
    margin-right: 240px !important;
  }
  [data-static-html] .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  [data-static-html] .ml-sm-240 {
    margin-left: 240px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-245 {
    margin-top: 245px !important;
  }
  [data-static-html] .mr-sm-245 {
    margin-right: 245px !important;
  }
  [data-static-html] .mb-sm-245 {
    margin-bottom: 245px !important;
  }
  [data-static-html] .ml-sm-245 {
    margin-left: 245px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .mt-sm-250 {
    margin-top: 250px !important;
  }
  [data-static-html] .mr-sm-250 {
    margin-right: 250px !important;
  }
  [data-static-html] .mb-sm-250 {
    margin-bottom: 250px !important;
  }
  [data-static-html] .ml-sm-250 {
    margin-left: 250px !important;
  }
}

[data-static-html] .pt-5 {
  padding-top: 5px !important;
}

[data-static-html] .pr-5 {
  padding-right: 5px !important;
}

[data-static-html] .pb-5 {
  padding-bottom: 5px !important;
}

[data-static-html] .pl-5 {
  padding-left: 5px !important;
}

[data-static-html] .pt-10 {
  padding-top: 10px !important;
}

[data-static-html] .pr-10 {
  padding-right: 10px !important;
}

[data-static-html] .pb-10 {
  padding-bottom: 10px !important;
}

[data-static-html] .pl-10 {
  padding-left: 10px !important;
}

[data-static-html] .pt-15 {
  padding-top: 15px !important;
}

[data-static-html] .pr-15 {
  padding-right: 15px !important;
}

[data-static-html] .pb-15 {
  padding-bottom: 15px !important;
}

[data-static-html] .pl-15 {
  padding-left: 15px !important;
}

[data-static-html] .pt-20 {
  padding-top: 20px !important;
}

[data-static-html] .pr-20 {
  padding-right: 20px !important;
}

[data-static-html] .pb-20 {
  padding-bottom: 20px !important;
}

[data-static-html] .pl-20 {
  padding-left: 20px !important;
}

[data-static-html] .pt-25 {
  padding-top: 25px !important;
}

[data-static-html] .pr-25 {
  padding-right: 25px !important;
}

[data-static-html] .pb-25 {
  padding-bottom: 25px !important;
}

[data-static-html] .pl-25 {
  padding-left: 25px !important;
}

[data-static-html] .pt-30 {
  padding-top: 30px !important;
}

[data-static-html] .pr-30 {
  padding-right: 30px !important;
}

[data-static-html] .pb-30 {
  padding-bottom: 30px !important;
}

[data-static-html] .pl-30 {
  padding-left: 30px !important;
}

[data-static-html] .pt-35 {
  padding-top: 35px !important;
}

[data-static-html] .pr-35 {
  padding-right: 35px !important;
}

[data-static-html] .pb-35 {
  padding-bottom: 35px !important;
}

[data-static-html] .pl-35 {
  padding-left: 35px !important;
}

[data-static-html] .pt-40 {
  padding-top: 40px !important;
}

[data-static-html] .pr-40 {
  padding-right: 40px !important;
}

[data-static-html] .pb-40 {
  padding-bottom: 40px !important;
}

[data-static-html] .pl-40 {
  padding-left: 40px !important;
}

[data-static-html] .pt-45 {
  padding-top: 45px !important;
}

[data-static-html] .pr-45 {
  padding-right: 45px !important;
}

[data-static-html] .pb-45 {
  padding-bottom: 45px !important;
}

[data-static-html] .pl-45 {
  padding-left: 45px !important;
}

[data-static-html] .pt-50 {
  padding-top: 50px !important;
}

[data-static-html] .pr-50 {
  padding-right: 50px !important;
}

[data-static-html] .pb-50 {
  padding-bottom: 50px !important;
}

[data-static-html] .pl-50 {
  padding-left: 50px !important;
}

[data-static-html] .pt-55 {
  padding-top: 55px !important;
}

[data-static-html] .pr-55 {
  padding-right: 55px !important;
}

[data-static-html] .pb-55 {
  padding-bottom: 55px !important;
}

[data-static-html] .pl-55 {
  padding-left: 55px !important;
}

[data-static-html] .pt-60 {
  padding-top: 60px !important;
}

[data-static-html] .pr-60 {
  padding-right: 60px !important;
}

[data-static-html] .pb-60 {
  padding-bottom: 60px !important;
}

[data-static-html] .pl-60 {
  padding-left: 60px !important;
}

[data-static-html] .pt-65 {
  padding-top: 65px !important;
}

[data-static-html] .pr-65 {
  padding-right: 65px !important;
}

[data-static-html] .pb-65 {
  padding-bottom: 65px !important;
}

[data-static-html] .pl-65 {
  padding-left: 65px !important;
}

[data-static-html] .pt-70 {
  padding-top: 70px !important;
}

[data-static-html] .pr-70 {
  padding-right: 70px !important;
}

[data-static-html] .pb-70 {
  padding-bottom: 70px !important;
}

[data-static-html] .pl-70 {
  padding-left: 70px !important;
}

[data-static-html] .pt-75 {
  padding-top: 75px !important;
}

[data-static-html] .pr-75 {
  padding-right: 75px !important;
}

[data-static-html] .pb-75 {
  padding-bottom: 75px !important;
}

[data-static-html] .pl-75 {
  padding-left: 75px !important;
}

[data-static-html] .pt-80 {
  padding-top: 80px !important;
}

[data-static-html] .pr-80 {
  padding-right: 80px !important;
}

[data-static-html] .pb-80 {
  padding-bottom: 80px !important;
}

[data-static-html] .pl-80 {
  padding-left: 80px !important;
}

[data-static-html] .pt-85 {
  padding-top: 85px !important;
}

[data-static-html] .pr-85 {
  padding-right: 85px !important;
}

[data-static-html] .pb-85 {
  padding-bottom: 85px !important;
}

[data-static-html] .pl-85 {
  padding-left: 85px !important;
}

[data-static-html] .pt-90 {
  padding-top: 90px !important;
}

[data-static-html] .pr-90 {
  padding-right: 90px !important;
}

[data-static-html] .pb-90 {
  padding-bottom: 90px !important;
}

[data-static-html] .pl-90 {
  padding-left: 90px !important;
}

[data-static-html] .pt-95 {
  padding-top: 95px !important;
}

[data-static-html] .pr-95 {
  padding-right: 95px !important;
}

[data-static-html] .pb-95 {
  padding-bottom: 95px !important;
}

[data-static-html] .pl-95 {
  padding-left: 95px !important;
}

[data-static-html] .pt-100 {
  padding-top: 100px !important;
}

[data-static-html] .pr-100 {
  padding-right: 100px !important;
}

[data-static-html] .pb-100 {
  padding-bottom: 100px !important;
}

[data-static-html] .pl-100 {
  padding-left: 100px !important;
}

[data-static-html] .pt-105 {
  padding-top: 105px !important;
}

[data-static-html] .pr-105 {
  padding-right: 105px !important;
}

[data-static-html] .pb-105 {
  padding-bottom: 105px !important;
}

[data-static-html] .pl-105 {
  padding-left: 105px !important;
}

[data-static-html] .pt-110 {
  padding-top: 110px !important;
}

[data-static-html] .pr-110 {
  padding-right: 110px !important;
}

[data-static-html] .pb-110 {
  padding-bottom: 110px !important;
}

[data-static-html] .pl-110 {
  padding-left: 110px !important;
}

[data-static-html] .pt-115 {
  padding-top: 115px !important;
}

[data-static-html] .pr-115 {
  padding-right: 115px !important;
}

[data-static-html] .pb-115 {
  padding-bottom: 115px !important;
}

[data-static-html] .pl-115 {
  padding-left: 115px !important;
}

[data-static-html] .pt-120 {
  padding-top: 120px !important;
}

[data-static-html] .pr-120 {
  padding-right: 120px !important;
}

[data-static-html] .pb-120 {
  padding-bottom: 120px !important;
}

[data-static-html] .pl-120 {
  padding-left: 120px !important;
}

[data-static-html] .pt-125 {
  padding-top: 125px !important;
}

[data-static-html] .pr-125 {
  padding-right: 125px !important;
}

[data-static-html] .pb-125 {
  padding-bottom: 125px !important;
}

[data-static-html] .pl-125 {
  padding-left: 125px !important;
}

[data-static-html] .pt-130 {
  padding-top: 130px !important;
}

[data-static-html] .pr-130 {
  padding-right: 130px !important;
}

[data-static-html] .pb-130 {
  padding-bottom: 130px !important;
}

[data-static-html] .pl-130 {
  padding-left: 130px !important;
}

[data-static-html] .pt-135 {
  padding-top: 135px !important;
}

[data-static-html] .pr-135 {
  padding-right: 135px !important;
}

[data-static-html] .pb-135 {
  padding-bottom: 135px !important;
}

[data-static-html] .pl-135 {
  padding-left: 135px !important;
}

[data-static-html] .pt-140 {
  padding-top: 140px !important;
}

[data-static-html] .pr-140 {
  padding-right: 140px !important;
}

[data-static-html] .pb-140 {
  padding-bottom: 140px !important;
}

[data-static-html] .pl-140 {
  padding-left: 140px !important;
}

[data-static-html] .pt-145 {
  padding-top: 145px !important;
}

[data-static-html] .pr-145 {
  padding-right: 145px !important;
}

[data-static-html] .pb-145 {
  padding-bottom: 145px !important;
}

[data-static-html] .pl-145 {
  padding-left: 145px !important;
}

[data-static-html] .pt-150 {
  padding-top: 150px !important;
}

[data-static-html] .pr-150 {
  padding-right: 150px !important;
}

[data-static-html] .pb-150 {
  padding-bottom: 150px !important;
}

[data-static-html] .pl-150 {
  padding-left: 150px !important;
}

[data-static-html] .pt-155 {
  padding-top: 155px !important;
}

[data-static-html] .pr-155 {
  padding-right: 155px !important;
}

[data-static-html] .pb-155 {
  padding-bottom: 155px !important;
}

[data-static-html] .pl-155 {
  padding-left: 155px !important;
}

[data-static-html] .pt-160 {
  padding-top: 160px !important;
}

[data-static-html] .pr-160 {
  padding-right: 160px !important;
}

[data-static-html] .pb-160 {
  padding-bottom: 160px !important;
}

[data-static-html] .pl-160 {
  padding-left: 160px !important;
}

[data-static-html] .pt-165 {
  padding-top: 165px !important;
}

[data-static-html] .pr-165 {
  padding-right: 165px !important;
}

[data-static-html] .pb-165 {
  padding-bottom: 165px !important;
}

[data-static-html] .pl-165 {
  padding-left: 165px !important;
}

[data-static-html] .pt-170 {
  padding-top: 170px !important;
}

[data-static-html] .pr-170 {
  padding-right: 170px !important;
}

[data-static-html] .pb-170 {
  padding-bottom: 170px !important;
}

[data-static-html] .pl-170 {
  padding-left: 170px !important;
}

[data-static-html] .pt-175 {
  padding-top: 175px !important;
}

[data-static-html] .pr-175 {
  padding-right: 175px !important;
}

[data-static-html] .pb-175 {
  padding-bottom: 175px !important;
}

[data-static-html] .pl-175 {
  padding-left: 175px !important;
}

[data-static-html] .pt-180 {
  padding-top: 180px !important;
}

[data-static-html] .pr-180 {
  padding-right: 180px !important;
}

[data-static-html] .pb-180 {
  padding-bottom: 180px !important;
}

[data-static-html] .pl-180 {
  padding-left: 180px !important;
}

[data-static-html] .pt-185 {
  padding-top: 185px !important;
}

[data-static-html] .pr-185 {
  padding-right: 185px !important;
}

[data-static-html] .pb-185 {
  padding-bottom: 185px !important;
}

[data-static-html] .pl-185 {
  padding-left: 185px !important;
}

[data-static-html] .pt-190 {
  padding-top: 190px !important;
}

[data-static-html] .pr-190 {
  padding-right: 190px !important;
}

[data-static-html] .pb-190 {
  padding-bottom: 190px !important;
}

[data-static-html] .pl-190 {
  padding-left: 190px !important;
}

[data-static-html] .pt-195 {
  padding-top: 195px !important;
}

[data-static-html] .pr-195 {
  padding-right: 195px !important;
}

[data-static-html] .pb-195 {
  padding-bottom: 195px !important;
}

[data-static-html] .pl-195 {
  padding-left: 195px !important;
}

[data-static-html] .pt-200 {
  padding-top: 200px !important;
}

[data-static-html] .pr-200 {
  padding-right: 200px !important;
}

[data-static-html] .pb-200 {
  padding-bottom: 200px !important;
}

[data-static-html] .pl-200 {
  padding-left: 200px !important;
}

[data-static-html] .pt-205 {
  padding-top: 205px !important;
}

[data-static-html] .pr-205 {
  padding-right: 205px !important;
}

[data-static-html] .pb-205 {
  padding-bottom: 205px !important;
}

[data-static-html] .pl-205 {
  padding-left: 205px !important;
}

[data-static-html] .pt-210 {
  padding-top: 210px !important;
}

[data-static-html] .pr-210 {
  padding-right: 210px !important;
}

[data-static-html] .pb-210 {
  padding-bottom: 210px !important;
}

[data-static-html] .pl-210 {
  padding-left: 210px !important;
}

[data-static-html] .pt-215 {
  padding-top: 215px !important;
}

[data-static-html] .pr-215 {
  padding-right: 215px !important;
}

[data-static-html] .pb-215 {
  padding-bottom: 215px !important;
}

[data-static-html] .pl-215 {
  padding-left: 215px !important;
}

[data-static-html] .pt-220 {
  padding-top: 220px !important;
}

[data-static-html] .pr-220 {
  padding-right: 220px !important;
}

[data-static-html] .pb-220 {
  padding-bottom: 220px !important;
}

[data-static-html] .pl-220 {
  padding-left: 220px !important;
}

[data-static-html] .pt-225 {
  padding-top: 225px !important;
}

[data-static-html] .pr-225 {
  padding-right: 225px !important;
}

[data-static-html] .pb-225 {
  padding-bottom: 225px !important;
}

[data-static-html] .pl-225 {
  padding-left: 225px !important;
}

[data-static-html] .pt-230 {
  padding-top: 230px !important;
}

[data-static-html] .pr-230 {
  padding-right: 230px !important;
}

[data-static-html] .pb-230 {
  padding-bottom: 230px !important;
}

[data-static-html] .pl-230 {
  padding-left: 230px !important;
}

[data-static-html] .pt-235 {
  padding-top: 235px !important;
}

[data-static-html] .pr-235 {
  padding-right: 235px !important;
}

[data-static-html] .pb-235 {
  padding-bottom: 235px !important;
}

[data-static-html] .pl-235 {
  padding-left: 235px !important;
}

[data-static-html] .pt-240 {
  padding-top: 240px !important;
}

[data-static-html] .pr-240 {
  padding-right: 240px !important;
}

[data-static-html] .pb-240 {
  padding-bottom: 240px !important;
}

[data-static-html] .pl-240 {
  padding-left: 240px !important;
}

[data-static-html] .pt-245 {
  padding-top: 245px !important;
}

[data-static-html] .pr-245 {
  padding-right: 245px !important;
}

[data-static-html] .pb-245 {
  padding-bottom: 245px !important;
}

[data-static-html] .pl-245 {
  padding-left: 245px !important;
}

[data-static-html] .pt-250 {
  padding-top: 250px !important;
}

[data-static-html] .pr-250 {
  padding-right: 250px !important;
}

[data-static-html] .pb-250 {
  padding-bottom: 250px !important;
}

[data-static-html] .pl-250 {
  padding-left: 250px !important;
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-5 {
    padding-top: 5px !important;
  }
  [data-static-html] .pr-sm-5 {
    padding-right: 5px !important;
  }
  [data-static-html] .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  [data-static-html] .pl-sm-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-10 {
    padding-top: 10px !important;
  }
  [data-static-html] .pr-sm-10 {
    padding-right: 10px !important;
  }
  [data-static-html] .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  [data-static-html] .pl-sm-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-15 {
    padding-top: 15px !important;
  }
  [data-static-html] .pr-sm-15 {
    padding-right: 15px !important;
  }
  [data-static-html] .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  [data-static-html] .pl-sm-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-20 {
    padding-top: 20px !important;
  }
  [data-static-html] .pr-sm-20 {
    padding-right: 20px !important;
  }
  [data-static-html] .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  [data-static-html] .pl-sm-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-25 {
    padding-top: 25px !important;
  }
  [data-static-html] .pr-sm-25 {
    padding-right: 25px !important;
  }
  [data-static-html] .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  [data-static-html] .pl-sm-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-30 {
    padding-top: 30px !important;
  }
  [data-static-html] .pr-sm-30 {
    padding-right: 30px !important;
  }
  [data-static-html] .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  [data-static-html] .pl-sm-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-35 {
    padding-top: 35px !important;
  }
  [data-static-html] .pr-sm-35 {
    padding-right: 35px !important;
  }
  [data-static-html] .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  [data-static-html] .pl-sm-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-40 {
    padding-top: 40px !important;
  }
  [data-static-html] .pr-sm-40 {
    padding-right: 40px !important;
  }
  [data-static-html] .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  [data-static-html] .pl-sm-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-45 {
    padding-top: 45px !important;
  }
  [data-static-html] .pr-sm-45 {
    padding-right: 45px !important;
  }
  [data-static-html] .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  [data-static-html] .pl-sm-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-50 {
    padding-top: 50px !important;
  }
  [data-static-html] .pr-sm-50 {
    padding-right: 50px !important;
  }
  [data-static-html] .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  [data-static-html] .pl-sm-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-55 {
    padding-top: 55px !important;
  }
  [data-static-html] .pr-sm-55 {
    padding-right: 55px !important;
  }
  [data-static-html] .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  [data-static-html] .pl-sm-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-60 {
    padding-top: 60px !important;
  }
  [data-static-html] .pr-sm-60 {
    padding-right: 60px !important;
  }
  [data-static-html] .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  [data-static-html] .pl-sm-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-65 {
    padding-top: 65px !important;
  }
  [data-static-html] .pr-sm-65 {
    padding-right: 65px !important;
  }
  [data-static-html] .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  [data-static-html] .pl-sm-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-70 {
    padding-top: 70px !important;
  }
  [data-static-html] .pr-sm-70 {
    padding-right: 70px !important;
  }
  [data-static-html] .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  [data-static-html] .pl-sm-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-75 {
    padding-top: 75px !important;
  }
  [data-static-html] .pr-sm-75 {
    padding-right: 75px !important;
  }
  [data-static-html] .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  [data-static-html] .pl-sm-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-80 {
    padding-top: 80px !important;
  }
  [data-static-html] .pr-sm-80 {
    padding-right: 80px !important;
  }
  [data-static-html] .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  [data-static-html] .pl-sm-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-85 {
    padding-top: 85px !important;
  }
  [data-static-html] .pr-sm-85 {
    padding-right: 85px !important;
  }
  [data-static-html] .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  [data-static-html] .pl-sm-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-90 {
    padding-top: 90px !important;
  }
  [data-static-html] .pr-sm-90 {
    padding-right: 90px !important;
  }
  [data-static-html] .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  [data-static-html] .pl-sm-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-95 {
    padding-top: 95px !important;
  }
  [data-static-html] .pr-sm-95 {
    padding-right: 95px !important;
  }
  [data-static-html] .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  [data-static-html] .pl-sm-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-100 {
    padding-top: 100px !important;
  }
  [data-static-html] .pr-sm-100 {
    padding-right: 100px !important;
  }
  [data-static-html] .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  [data-static-html] .pl-sm-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-105 {
    padding-top: 105px !important;
  }
  [data-static-html] .pr-sm-105 {
    padding-right: 105px !important;
  }
  [data-static-html] .pb-sm-105 {
    padding-bottom: 105px !important;
  }
  [data-static-html] .pl-sm-105 {
    padding-left: 105px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-110 {
    padding-top: 110px !important;
  }
  [data-static-html] .pr-sm-110 {
    padding-right: 110px !important;
  }
  [data-static-html] .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  [data-static-html] .pl-sm-110 {
    padding-left: 110px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-115 {
    padding-top: 115px !important;
  }
  [data-static-html] .pr-sm-115 {
    padding-right: 115px !important;
  }
  [data-static-html] .pb-sm-115 {
    padding-bottom: 115px !important;
  }
  [data-static-html] .pl-sm-115 {
    padding-left: 115px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-120 {
    padding-top: 120px !important;
  }
  [data-static-html] .pr-sm-120 {
    padding-right: 120px !important;
  }
  [data-static-html] .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  [data-static-html] .pl-sm-120 {
    padding-left: 120px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-125 {
    padding-top: 125px !important;
  }
  [data-static-html] .pr-sm-125 {
    padding-right: 125px !important;
  }
  [data-static-html] .pb-sm-125 {
    padding-bottom: 125px !important;
  }
  [data-static-html] .pl-sm-125 {
    padding-left: 125px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-130 {
    padding-top: 130px !important;
  }
  [data-static-html] .pr-sm-130 {
    padding-right: 130px !important;
  }
  [data-static-html] .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  [data-static-html] .pl-sm-130 {
    padding-left: 130px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-135 {
    padding-top: 135px !important;
  }
  [data-static-html] .pr-sm-135 {
    padding-right: 135px !important;
  }
  [data-static-html] .pb-sm-135 {
    padding-bottom: 135px !important;
  }
  [data-static-html] .pl-sm-135 {
    padding-left: 135px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-140 {
    padding-top: 140px !important;
  }
  [data-static-html] .pr-sm-140 {
    padding-right: 140px !important;
  }
  [data-static-html] .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  [data-static-html] .pl-sm-140 {
    padding-left: 140px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-145 {
    padding-top: 145px !important;
  }
  [data-static-html] .pr-sm-145 {
    padding-right: 145px !important;
  }
  [data-static-html] .pb-sm-145 {
    padding-bottom: 145px !important;
  }
  [data-static-html] .pl-sm-145 {
    padding-left: 145px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-150 {
    padding-top: 150px !important;
  }
  [data-static-html] .pr-sm-150 {
    padding-right: 150px !important;
  }
  [data-static-html] .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  [data-static-html] .pl-sm-150 {
    padding-left: 150px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-155 {
    padding-top: 155px !important;
  }
  [data-static-html] .pr-sm-155 {
    padding-right: 155px !important;
  }
  [data-static-html] .pb-sm-155 {
    padding-bottom: 155px !important;
  }
  [data-static-html] .pl-sm-155 {
    padding-left: 155px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-160 {
    padding-top: 160px !important;
  }
  [data-static-html] .pr-sm-160 {
    padding-right: 160px !important;
  }
  [data-static-html] .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  [data-static-html] .pl-sm-160 {
    padding-left: 160px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-165 {
    padding-top: 165px !important;
  }
  [data-static-html] .pr-sm-165 {
    padding-right: 165px !important;
  }
  [data-static-html] .pb-sm-165 {
    padding-bottom: 165px !important;
  }
  [data-static-html] .pl-sm-165 {
    padding-left: 165px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-170 {
    padding-top: 170px !important;
  }
  [data-static-html] .pr-sm-170 {
    padding-right: 170px !important;
  }
  [data-static-html] .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  [data-static-html] .pl-sm-170 {
    padding-left: 170px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-175 {
    padding-top: 175px !important;
  }
  [data-static-html] .pr-sm-175 {
    padding-right: 175px !important;
  }
  [data-static-html] .pb-sm-175 {
    padding-bottom: 175px !important;
  }
  [data-static-html] .pl-sm-175 {
    padding-left: 175px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-180 {
    padding-top: 180px !important;
  }
  [data-static-html] .pr-sm-180 {
    padding-right: 180px !important;
  }
  [data-static-html] .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  [data-static-html] .pl-sm-180 {
    padding-left: 180px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-185 {
    padding-top: 185px !important;
  }
  [data-static-html] .pr-sm-185 {
    padding-right: 185px !important;
  }
  [data-static-html] .pb-sm-185 {
    padding-bottom: 185px !important;
  }
  [data-static-html] .pl-sm-185 {
    padding-left: 185px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-190 {
    padding-top: 190px !important;
  }
  [data-static-html] .pr-sm-190 {
    padding-right: 190px !important;
  }
  [data-static-html] .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  [data-static-html] .pl-sm-190 {
    padding-left: 190px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-195 {
    padding-top: 195px !important;
  }
  [data-static-html] .pr-sm-195 {
    padding-right: 195px !important;
  }
  [data-static-html] .pb-sm-195 {
    padding-bottom: 195px !important;
  }
  [data-static-html] .pl-sm-195 {
    padding-left: 195px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-200 {
    padding-top: 200px !important;
  }
  [data-static-html] .pr-sm-200 {
    padding-right: 200px !important;
  }
  [data-static-html] .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  [data-static-html] .pl-sm-200 {
    padding-left: 200px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-205 {
    padding-top: 205px !important;
  }
  [data-static-html] .pr-sm-205 {
    padding-right: 205px !important;
  }
  [data-static-html] .pb-sm-205 {
    padding-bottom: 205px !important;
  }
  [data-static-html] .pl-sm-205 {
    padding-left: 205px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-210 {
    padding-top: 210px !important;
  }
  [data-static-html] .pr-sm-210 {
    padding-right: 210px !important;
  }
  [data-static-html] .pb-sm-210 {
    padding-bottom: 210px !important;
  }
  [data-static-html] .pl-sm-210 {
    padding-left: 210px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-215 {
    padding-top: 215px !important;
  }
  [data-static-html] .pr-sm-215 {
    padding-right: 215px !important;
  }
  [data-static-html] .pb-sm-215 {
    padding-bottom: 215px !important;
  }
  [data-static-html] .pl-sm-215 {
    padding-left: 215px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-220 {
    padding-top: 220px !important;
  }
  [data-static-html] .pr-sm-220 {
    padding-right: 220px !important;
  }
  [data-static-html] .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  [data-static-html] .pl-sm-220 {
    padding-left: 220px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-225 {
    padding-top: 225px !important;
  }
  [data-static-html] .pr-sm-225 {
    padding-right: 225px !important;
  }
  [data-static-html] .pb-sm-225 {
    padding-bottom: 225px !important;
  }
  [data-static-html] .pl-sm-225 {
    padding-left: 225px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-230 {
    padding-top: 230px !important;
  }
  [data-static-html] .pr-sm-230 {
    padding-right: 230px !important;
  }
  [data-static-html] .pb-sm-230 {
    padding-bottom: 230px !important;
  }
  [data-static-html] .pl-sm-230 {
    padding-left: 230px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-235 {
    padding-top: 235px !important;
  }
  [data-static-html] .pr-sm-235 {
    padding-right: 235px !important;
  }
  [data-static-html] .pb-sm-235 {
    padding-bottom: 235px !important;
  }
  [data-static-html] .pl-sm-235 {
    padding-left: 235px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-240 {
    padding-top: 240px !important;
  }
  [data-static-html] .pr-sm-240 {
    padding-right: 240px !important;
  }
  [data-static-html] .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  [data-static-html] .pl-sm-240 {
    padding-left: 240px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-245 {
    padding-top: 245px !important;
  }
  [data-static-html] .pr-sm-245 {
    padding-right: 245px !important;
  }
  [data-static-html] .pb-sm-245 {
    padding-bottom: 245px !important;
  }
  [data-static-html] .pl-sm-245 {
    padding-left: 245px !important;
  }
}

@media screen and (max-width: sm-) {
  [data-static-html] .pt-sm-250 {
    padding-top: 250px !important;
  }
  [data-static-html] .pr-sm-250 {
    padding-right: 250px !important;
  }
  [data-static-html] .pb-sm-250 {
    padding-bottom: 250px !important;
  }
  [data-static-html] .pl-sm-250 {
    padding-left: 250px !important;
  }
}

/*
/* Grid System
/*
----------------------------------------------------------------- */
[data-static-html] .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

[data-static-html] .row-forward {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

[data-static-html] .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

[data-static-html] .row-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-static-html] .row-gap-0 {
  margin: -0px;
}

[data-static-html] .row-gap-0 > [class*="col-"] {
  padding: 0px;
}

[data-static-html] .row-gap-y-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

[data-static-html] .row-gap-y-0 > [class*="col-"] {
  padding: 0px;
}

[data-static-html] .row-gap-x-0 {
  margin-right: -0px;
  margin-left: -0px;
}

[data-static-html] .row-gap-x-0 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

[data-static-html] .row-gap-5 {
  margin: -5px;
}

[data-static-html] .row-gap-5 > [class*="col-"] {
  padding: 5px;
}

[data-static-html] .row-gap-y-5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

[data-static-html] .row-gap-y-5 > [class*="col-"] {
  padding: 5px;
}

[data-static-html] .row-gap-x-5 {
  margin-right: -5px;
  margin-left: -5px;
}

[data-static-html] .row-gap-x-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

[data-static-html] .row-gap-10 {
  margin: -10px;
}

[data-static-html] .row-gap-10 > [class*="col-"] {
  padding: 10px;
}

[data-static-html] .row-gap-y-10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

[data-static-html] .row-gap-y-10 > [class*="col-"] {
  padding: 10px;
}

[data-static-html] .row-gap-x-10 {
  margin-right: -10px;
  margin-left: -10px;
}

[data-static-html] .row-gap-x-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

[data-static-html] .row-gap-15 {
  margin: -15px;
}

[data-static-html] .row-gap-15 > [class*="col-"] {
  padding: 15px;
}

[data-static-html] .row-gap-y-15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

[data-static-html] .row-gap-y-15 > [class*="col-"] {
  padding: 15px;
}

[data-static-html] .row-gap-x-15 {
  margin-right: -15px;
  margin-left: -15px;
}

[data-static-html] .row-gap-x-15 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

[data-static-html] .row-gap-20 {
  margin: -20px 0;
}

[data-static-html] .row-gap-20 > [class*="col-"] {
  padding: 20px;
}

[data-static-html] .row-gap-y-20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

[data-static-html] .row-gap-y-20 > [class*="col-"] {
  padding: 20px;
}

[data-static-html] .row-gap-x-20 {
  margin-right: -20px;
  margin-left: -20px;
}

[data-static-html] .row-gap-x-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

[data-static-html] .row-gap-25 {
  margin: -25px;
}

[data-static-html] .row-gap-25 > [class*="col-"] {
  padding: 25px;
}

[data-static-html] .row-gap-y-25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

[data-static-html] .row-gap-y-25 > [class*="col-"] {
  padding: 25px;
}

[data-static-html] .row-gap-x-25 {
  margin-right: -25px;
  margin-left: -25px;
}

[data-static-html] .row-gap-x-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

[data-static-html] .row-gap-30 {
  margin: -30px;
}

[data-static-html] .row-gap-30 > [class*="col-"] {
  padding: 30px;
}

[data-static-html] .row-gap-y-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

[data-static-html] .row-gap-y-30 > [class*="col-"] {
  padding: 30px;
}

[data-static-html] .row-gap-x-30 {
  margin-right: -30px;
  margin-left: -30px;
}

[data-static-html] .row-gap-x-30 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

[data-static-html] .row-gap-35 {
  margin: -35px;
}

[data-static-html] .row-gap-35 > [class*="col-"] {
  padding: 35px;
}

[data-static-html] .row-gap-y-35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

[data-static-html] .row-gap-y-35 > [class*="col-"] {
  padding: 35px;
}

[data-static-html] .row-gap-x-35 {
  margin-right: -35px;
  margin-left: -35px;
}

[data-static-html] .row-gap-x-35 > [class*="col-"] {
  padding-right: 35px;
  padding-left: 35px;
}

[data-static-html] .row-gap-40 {
  margin: -40px;
}

[data-static-html] .row-gap-40 > [class*="col-"] {
  padding: 40px;
}

[data-static-html] .row-gap-y-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

[data-static-html] .row-gap-y-40 > [class*="col-"] {
  padding: 40px;
}

[data-static-html] .row-gap-x-40 {
  margin-right: -40px;
  margin-left: -40px;
}

[data-static-html] .row-gap-x-40 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

[data-static-html] .row-gap-45 {
  margin: -45px;
}

[data-static-html] .row-gap-45 > [class*="col-"] {
  padding: 45px;
}

[data-static-html] .row-gap-y-45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

[data-static-html] .row-gap-y-45 > [class*="col-"] {
  padding: 45px;
}

[data-static-html] .row-gap-x-45 {
  margin-right: -45px;
  margin-left: -45px;
}

[data-static-html] .row-gap-x-45 > [class*="col-"] {
  padding-right: 45px;
  padding-left: 45px;
}

[data-static-html] .row-gap-50 {
  margin: -50px;
}

[data-static-html] .row-gap-50 > [class*="col-"] {
  padding: 50px;
}

[data-static-html] .row-gap-y-50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

[data-static-html] .row-gap-y-50 > [class*="col-"] {
  padding: 50px;
}

[data-static-html] .row-gap-x-50 {
  margin-right: -50px;
  margin-left: -50px;
}

[data-static-html] .row-gap-x-50 > [class*="col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

[data-static-html] .row-gap-55 {
  margin: -55px;
}

[data-static-html] .row-gap-55 > [class*="col-"] {
  padding: 55px;
}

[data-static-html] .row-gap-y-55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

[data-static-html] .row-gap-y-55 > [class*="col-"] {
  padding: 55px;
}

[data-static-html] .row-gap-x-55 {
  margin-right: -55px;
  margin-left: -55px;
}

[data-static-html] .row-gap-x-55 > [class*="col-"] {
  padding-right: 55px;
  padding-left: 55px;
}

[data-static-html] .row-gap-60 {
  margin: -60px;
}

[data-static-html] .row-gap-60 > [class*="col-"] {
  padding: 60px;
}

[data-static-html] .row-gap-y-60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

[data-static-html] .row-gap-y-60 > [class*="col-"] {
  padding: 60px;
}

[data-static-html] .row-gap-x-60 {
  margin-right: -60px;
  margin-left: -60px;
}

[data-static-html] .row-gap-x-60 > [class*="col-"] {
  padding-right: 60px;
  padding-left: 60px;
}

[data-static-html] .row-gap-65 {
  margin: -65px;
}

[data-static-html] .row-gap-65 > [class*="col-"] {
  padding: 65px;
}

[data-static-html] .row-gap-y-65 {
  margin-top: -65px;
  margin-bottom: -65px;
}

[data-static-html] .row-gap-y-65 > [class*="col-"] {
  padding: 65px;
}

[data-static-html] .row-gap-x-65 {
  margin-right: -65px;
  margin-left: -65px;
}

[data-static-html] .row-gap-x-65 > [class*="col-"] {
  padding-right: 65px;
  padding-left: 65px;
}

[data-static-html] .row-gap-70 {
  margin: -70px;
}

[data-static-html] .row-gap-70 > [class*="col-"] {
  padding: 70px;
}

[data-static-html] .row-gap-y-70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

[data-static-html] .row-gap-y-70 > [class*="col-"] {
  padding: 70px;
}

[data-static-html] .row-gap-x-70 {
  margin-right: -70px;
  margin-left: -70px;
}

[data-static-html] .row-gap-x-70 > [class*="col-"] {
  padding-right: 70px;
  padding-left: 70px;
}

[data-static-html] .row-gap-75 {
  margin: -75px;
}

[data-static-html] .row-gap-75 > [class*="col-"] {
  padding: 75px;
}

[data-static-html] .row-gap-y-75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

[data-static-html] .row-gap-y-75 > [class*="col-"] {
  padding: 75px;
}

[data-static-html] .row-gap-x-75 {
  margin-right: -75px;
  margin-left: -75px;
}

[data-static-html] .row-gap-x-75 > [class*="col-"] {
  padding-right: 75px;
  padding-left: 75px;
}

[data-static-html] .row-gap-80 {
  margin: -80px;
}

[data-static-html] .row-gap-80 > [class*="col-"] {
  padding: 80px;
}

[data-static-html] .row-gap-y-80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

[data-static-html] .row-gap-y-80 > [class*="col-"] {
  padding: 80px;
}

[data-static-html] .row-gap-x-80 {
  margin-right: -80px;
  margin-left: -80px;
}

[data-static-html] .row-gap-x-80 > [class*="col-"] {
  padding-right: 80px;
  padding-left: 80px;
}

[data-static-html] .row-gap-85 {
  margin: -85px;
}

[data-static-html] .row-gap-85 > [class*="col-"] {
  padding: 85px;
}

[data-static-html] .row-gap-y-85 {
  margin-top: -85px;
  margin-bottom: -85px;
}

[data-static-html] .row-gap-y-85 > [class*="col-"] {
  padding: 85px;
}

[data-static-html] .row-gap-x-85 {
  margin-right: -85px;
  margin-left: -85px;
}

[data-static-html] .row-gap-x-85 > [class*="col-"] {
  padding-right: 85px;
  padding-left: 85px;
}

[data-static-html] .row-gap-90 {
  margin: -90px;
}

[data-static-html] .row-gap-90 > [class*="col-"] {
  padding: 90px;
}

[data-static-html] .row-gap-y-90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

[data-static-html] .row-gap-y-90 > [class*="col-"] {
  padding: 90px;
}

[data-static-html] .row-gap-x-90 {
  margin-right: -90px;
  margin-left: -90px;
}

[data-static-html] .row-gap-x-90 > [class*="col-"] {
  padding-right: 90px;
  padding-left: 90px;
}

[data-static-html] .row-gap-95 {
  margin: -95px;
}

[data-static-html] .row-gap-95 > [class*="col-"] {
  padding: 95px;
}

[data-static-html] .row-gap-y-95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

[data-static-html] .row-gap-y-95 > [class*="col-"] {
  padding: 95px;
}

[data-static-html] .row-gap-x-95 {
  margin-right: -95px;
  margin-left: -95px;
}

[data-static-html] .row-gap-x-95 > [class*="col-"] {
  padding-right: 95px;
  padding-left: 95px;
}

[data-static-html] .row-gap-100 {
  margin: -100px;
}

[data-static-html] .row-gap-100 > [class*="col-"] {
  padding: 100px;
}

[data-static-html] .row-gap-y-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

[data-static-html] .row-gap-y-100 > [class*="col-"] {
  padding: 100px;
}

[data-static-html] .row-gap-x-100 {
  margin-right: -100px;
  margin-left: -100px;
}

[data-static-html] .row-gap-x-100 > [class*="col-"] {
  padding-right: 100px;
  padding-left: 100px;
}

[data-static-html] .col {
  padding: 10px;
  box-sizing: border-box;
}

[data-static-html] .col-1 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

[data-static-html] .col-2 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

[data-static-html] .col-3 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

[data-static-html] .col-4 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

[data-static-html] .col-5 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

[data-static-html] .col-6 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

[data-static-html] .col-7 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

[data-static-html] .col-8 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

[data-static-html] .col-9 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

[data-static-html] .col-10 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

[data-static-html] .col-11 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

[data-static-html] .col-12 {
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  [data-static-html] .pc\:row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  [data-static-html] .pc\:row-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-static-html] .pc\:row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  [data-static-html] .pc\:row-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-static-html] .pc\:row-gap-0 {
    margin: -0px;
  }
  [data-static-html] .pc\:row-gap-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .pc\:row-gap-y-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  [data-static-html] .pc\:row-gap-y-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .pc\:row-gap-x-0 {
    margin-right: -0px;
    margin-left: -0px;
  }
  [data-static-html] .pc\:row-gap-x-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
  [data-static-html] .pc\:row-gap-5 {
    margin: -5px;
  }
  [data-static-html] .pc\:row-gap-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .pc\:row-gap-y-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  [data-static-html] .pc\:row-gap-y-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .pc\:row-gap-x-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  [data-static-html] .pc\:row-gap-x-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  [data-static-html] .pc\:row-gap-10 {
    margin: -10px;
  }
  [data-static-html] .pc\:row-gap-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .pc\:row-gap-y-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  [data-static-html] .pc\:row-gap-y-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .pc\:row-gap-x-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  [data-static-html] .pc\:row-gap-x-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  [data-static-html] .pc\:row-gap-15 {
    margin: -15px;
  }
  [data-static-html] .pc\:row-gap-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .pc\:row-gap-y-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  [data-static-html] .pc\:row-gap-y-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .pc\:row-gap-x-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  [data-static-html] .pc\:row-gap-x-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  [data-static-html] .pc\:row-gap-20 {
    margin: -20px;
  }
  [data-static-html] .pc\:row-gap-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .pc\:row-gap-y-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  [data-static-html] .pc\:row-gap-y-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .pc\:row-gap-x-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  [data-static-html] .pc\:row-gap-x-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  [data-static-html] .pc\:row-gap-25 {
    margin: -25px;
  }
  [data-static-html] .pc\:row-gap-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .pc\:row-gap-y-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  [data-static-html] .pc\:row-gap-y-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .pc\:row-gap-x-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  [data-static-html] .pc\:row-gap-x-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  [data-static-html] .pc\:row-gap-30 {
    margin: -30px;
  }
  [data-static-html] .pc\:row-gap-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .pc\:row-gap-y-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  [data-static-html] .pc\:row-gap-y-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .pc\:row-gap-x-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  [data-static-html] .pc\:row-gap-x-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  [data-static-html] .pc\:row-gap-35 {
    margin: -35px;
  }
  [data-static-html] .pc\:row-gap-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .pc\:row-gap-y-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  [data-static-html] .pc\:row-gap-y-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .pc\:row-gap-x-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  [data-static-html] .pc\:row-gap-x-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  [data-static-html] .pc\:row-gap-40 {
    margin: -40px;
  }
  [data-static-html] .pc\:row-gap-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .pc\:row-gap-y-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  [data-static-html] .pc\:row-gap-y-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .pc\:row-gap-x-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  [data-static-html] .pc\:row-gap-x-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  [data-static-html] .pc\:row-gap-45 {
    margin: -45px;
  }
  [data-static-html] .pc\:row-gap-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .pc\:row-gap-y-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  [data-static-html] .pc\:row-gap-y-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .pc\:row-gap-x-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  [data-static-html] .pc\:row-gap-x-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  [data-static-html] .pc\:row-gap-50 {
    margin: -50px;
  }
  [data-static-html] .pc\:row-gap-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .pc\:row-gap-y-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  [data-static-html] .pc\:row-gap-y-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .pc\:row-gap-x-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  [data-static-html] .pc\:row-gap-x-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  [data-static-html] .pc\:row-gap-55 {
    margin: -55px;
  }
  [data-static-html] .pc\:row-gap-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .pc\:row-gap-y-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }
  [data-static-html] .pc\:row-gap-y-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .pc\:row-gap-x-55 {
    margin-right: -55px;
    margin-left: -55px;
  }
  [data-static-html] .pc\:row-gap-x-55 > [class*="col-"] {
    padding-right: 55px;
    padding-left: 55px;
  }
  [data-static-html] .pc\:row-gap-60 {
    margin: -60px;
  }
  [data-static-html] .pc\:row-gap-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .pc\:row-gap-y-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  [data-static-html] .pc\:row-gap-y-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .pc\:row-gap-x-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  [data-static-html] .pc\:row-gap-x-60 > [class*="col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  [data-static-html] .pc\:row-gap-65 {
    margin: -65px;
  }
  [data-static-html] .pc\:row-gap-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .pc\:row-gap-y-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  [data-static-html] .pc\:row-gap-y-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .pc\:row-gap-x-65 {
    margin-right: -65px;
    margin-left: -65px;
  }
  [data-static-html] .pc\:row-gap-x-65 > [class*="col-"] {
    padding-right: 65px;
    padding-left: 65px;
  }
  [data-static-html] .pc\:row-gap-70 {
    margin: -70px;
  }
  [data-static-html] .pc\:row-gap-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .pc\:row-gap-y-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  [data-static-html] .pc\:row-gap-y-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .pc\:row-gap-x-70 {
    margin-right: -70px;
    margin-left: -70px;
  }
  [data-static-html] .pc\:row-gap-x-70 > [class*="col-"] {
    padding-right: 70px;
    padding-left: 70px;
  }
  [data-static-html] .pc\:row-gap-75 {
    margin: -75px;
  }
  [data-static-html] .pc\:row-gap-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .pc\:row-gap-y-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  [data-static-html] .pc\:row-gap-y-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .pc\:row-gap-x-75 {
    margin-right: -75px;
    margin-left: -75px;
  }
  [data-static-html] .pc\:row-gap-x-75 > [class*="col-"] {
    padding-right: 75px;
    padding-left: 75px;
  }
  [data-static-html] .pc\:row-gap-80 {
    margin: -80px;
  }
  [data-static-html] .pc\:row-gap-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .pc\:row-gap-y-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  [data-static-html] .pc\:row-gap-y-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .pc\:row-gap-x-80 {
    margin-right: -80px;
    margin-left: -80px;
  }
  [data-static-html] .pc\:row-gap-x-80 > [class*="col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  [data-static-html] .pc\:row-gap-85 {
    margin: -85px;
  }
  [data-static-html] .pc\:row-gap-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .pc\:row-gap-y-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }
  [data-static-html] .pc\:row-gap-y-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .pc\:row-gap-x-85 {
    margin-right: -85px;
    margin-left: -85px;
  }
  [data-static-html] .pc\:row-gap-x-85 > [class*="col-"] {
    padding-right: 85px;
    padding-left: 85px;
  }
  [data-static-html] .pc\:row-gap-90 {
    margin: -90px;
  }
  [data-static-html] .pc\:row-gap-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .pc\:row-gap-y-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  [data-static-html] .pc\:row-gap-y-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .pc\:row-gap-x-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  [data-static-html] .pc\:row-gap-x-90 > [class*="col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
  [data-static-html] .pc\:row-gap-95 {
    margin: -95px;
  }
  [data-static-html] .pc\:row-gap-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .pc\:row-gap-y-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }
  [data-static-html] .pc\:row-gap-y-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .pc\:row-gap-x-95 {
    margin-right: -95px;
    margin-left: -95px;
  }
  [data-static-html] .pc\:row-gap-x-95 > [class*="col-"] {
    padding-right: 95px;
    padding-left: 95px;
  }
  [data-static-html] .pc\:row-gap-100 {
    margin: -100px;
  }
  [data-static-html] .pc\:row-gap-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .pc\:row-gap-y-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  [data-static-html] .pc\:row-gap-y-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .pc\:row-gap-x-100 {
    margin-right: -100px;
    margin-left: -100px;
  }
  [data-static-html] .pc\:row-gap-x-100 > [class*="col-"] {
    padding-right: 100px;
    padding-left: 100px;
  }
  [data-static-html] .pc\:col {
    padding: 10px;
    box-sizing: border-box;
  }
  [data-static-html] .pc\:col-1 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  [data-static-html] .pc\:col-2 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  [data-static-html] .pc\:col-3 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-static-html] .pc\:col-4 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  [data-static-html] .pc\:col-5 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  [data-static-html] .pc\:col-6 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-static-html] .pc\:col-7 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  [data-static-html] .pc\:col-8 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [data-static-html] .pc\:col-9 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  [data-static-html] .pc\:col-10 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  [data-static-html] .pc\:col-11 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  [data-static-html] .pc\:col-12 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  [data-static-html] .md\:row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  [data-static-html] .md\:row-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-static-html] .md\:row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  [data-static-html] .md\:row-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-static-html] .md\:row-gap-0 {
    margin: -0px;
  }
  [data-static-html] .md\:row-gap-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .md\:row-gap-y-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  [data-static-html] .md\:row-gap-y-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .md\:row-gap-x-0 {
    margin-right: -0px;
    margin-left: -0px;
  }
  [data-static-html] .md\:row-gap-x-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
  [data-static-html] .md\:row-gap-5 {
    margin: -5px;
  }
  [data-static-html] .md\:row-gap-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .md\:row-gap-y-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  [data-static-html] .md\:row-gap-y-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .md\:row-gap-x-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  [data-static-html] .md\:row-gap-x-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  [data-static-html] .md\:row-gap-10 {
    margin: -10px;
  }
  [data-static-html] .md\:row-gap-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .md\:row-gap-y-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  [data-static-html] .md\:row-gap-y-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .md\:row-gap-x-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  [data-static-html] .md\:row-gap-x-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  [data-static-html] .md\:row-gap-15 {
    margin: -15px;
  }
  [data-static-html] .md\:row-gap-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .md\:row-gap-y-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  [data-static-html] .md\:row-gap-y-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .md\:row-gap-x-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  [data-static-html] .md\:row-gap-x-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  [data-static-html] .md\:row-gap-20 {
    margin: -20px;
  }
  [data-static-html] .md\:row-gap-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .md\:row-gap-y-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  [data-static-html] .md\:row-gap-y-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .md\:row-gap-x-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  [data-static-html] .md\:row-gap-x-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  [data-static-html] .md\:row-gap-25 {
    margin: -25px;
  }
  [data-static-html] .md\:row-gap-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .md\:row-gap-y-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  [data-static-html] .md\:row-gap-y-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .md\:row-gap-x-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  [data-static-html] .md\:row-gap-x-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  [data-static-html] .md\:row-gap-30 {
    margin: -30px;
  }
  [data-static-html] .md\:row-gap-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .md\:row-gap-y-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  [data-static-html] .md\:row-gap-y-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .md\:row-gap-x-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  [data-static-html] .md\:row-gap-x-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  [data-static-html] .md\:row-gap-35 {
    margin: -35px;
  }
  [data-static-html] .md\:row-gap-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .md\:row-gap-y-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  [data-static-html] .md\:row-gap-y-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .md\:row-gap-x-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  [data-static-html] .md\:row-gap-x-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  [data-static-html] .md\:row-gap-40 {
    margin: -40px;
  }
  [data-static-html] .md\:row-gap-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .md\:row-gap-y-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  [data-static-html] .md\:row-gap-y-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .md\:row-gap-x-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  [data-static-html] .md\:row-gap-x-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  [data-static-html] .md\:row-gap-45 {
    margin: -45px;
  }
  [data-static-html] .md\:row-gap-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .md\:row-gap-y-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  [data-static-html] .md\:row-gap-y-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .md\:row-gap-x-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  [data-static-html] .md\:row-gap-x-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  [data-static-html] .md\:row-gap-50 {
    margin: -50px;
  }
  [data-static-html] .md\:row-gap-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .md\:row-gap-y-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  [data-static-html] .md\:row-gap-y-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .md\:row-gap-x-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  [data-static-html] .md\:row-gap-x-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  [data-static-html] .md\:row-gap-55 {
    margin: -55px;
  }
  [data-static-html] .md\:row-gap-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .md\:row-gap-y-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }
  [data-static-html] .md\:row-gap-y-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .md\:row-gap-x-55 {
    margin-right: -55px;
    margin-left: -55px;
  }
  [data-static-html] .md\:row-gap-x-55 > [class*="col-"] {
    padding-right: 55px;
    padding-left: 55px;
  }
  [data-static-html] .md\:row-gap-60 {
    margin: -60px;
  }
  [data-static-html] .md\:row-gap-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .md\:row-gap-y-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  [data-static-html] .md\:row-gap-y-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .md\:row-gap-x-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  [data-static-html] .md\:row-gap-x-60 > [class*="col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  [data-static-html] .md\:row-gap-65 {
    margin: -65px;
  }
  [data-static-html] .md\:row-gap-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .md\:row-gap-y-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  [data-static-html] .md\:row-gap-y-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .md\:row-gap-x-65 {
    margin-right: -65px;
    margin-left: -65px;
  }
  [data-static-html] .md\:row-gap-x-65 > [class*="col-"] {
    padding-right: 65px;
    padding-left: 65px;
  }
  [data-static-html] .md\:row-gap-70 {
    margin: -70px;
  }
  [data-static-html] .md\:row-gap-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .md\:row-gap-y-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  [data-static-html] .md\:row-gap-y-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .md\:row-gap-x-70 {
    margin-right: -70px;
    margin-left: -70px;
  }
  [data-static-html] .md\:row-gap-x-70 > [class*="col-"] {
    padding-right: 70px;
    padding-left: 70px;
  }
  [data-static-html] .md\:row-gap-75 {
    margin: -75px;
  }
  [data-static-html] .md\:row-gap-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .md\:row-gap-y-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  [data-static-html] .md\:row-gap-y-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .md\:row-gap-x-75 {
    margin-right: -75px;
    margin-left: -75px;
  }
  [data-static-html] .md\:row-gap-x-75 > [class*="col-"] {
    padding-right: 75px;
    padding-left: 75px;
  }
  [data-static-html] .md\:row-gap-80 {
    margin: -80px;
  }
  [data-static-html] .md\:row-gap-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .md\:row-gap-y-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  [data-static-html] .md\:row-gap-y-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .md\:row-gap-x-80 {
    margin-right: -80px;
    margin-left: -80px;
  }
  [data-static-html] .md\:row-gap-x-80 > [class*="col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  [data-static-html] .md\:row-gap-85 {
    margin: -85px;
  }
  [data-static-html] .md\:row-gap-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .md\:row-gap-y-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }
  [data-static-html] .md\:row-gap-y-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .md\:row-gap-x-85 {
    margin-right: -85px;
    margin-left: -85px;
  }
  [data-static-html] .md\:row-gap-x-85 > [class*="col-"] {
    padding-right: 85px;
    padding-left: 85px;
  }
  [data-static-html] .md\:row-gap-90 {
    margin: -90px;
  }
  [data-static-html] .md\:row-gap-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .md\:row-gap-y-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  [data-static-html] .md\:row-gap-y-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .md\:row-gap-x-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  [data-static-html] .md\:row-gap-x-90 > [class*="col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
  [data-static-html] .md\:row-gap-95 {
    margin: -95px;
  }
  [data-static-html] .md\:row-gap-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .md\:row-gap-y-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }
  [data-static-html] .md\:row-gap-y-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .md\:row-gap-x-95 {
    margin-right: -95px;
    margin-left: -95px;
  }
  [data-static-html] .md\:row-gap-x-95 > [class*="col-"] {
    padding-right: 95px;
    padding-left: 95px;
  }
  [data-static-html] .md\:row-gap-100 {
    margin: -100px;
  }
  [data-static-html] .md\:row-gap-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .md\:row-gap-y-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  [data-static-html] .md\:row-gap-y-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .md\:row-gap-x-100 {
    margin-right: -100px;
    margin-left: -100px;
  }
  [data-static-html] .md\:row-gap-x-100 > [class*="col-"] {
    padding-right: 100px;
    padding-left: 100px;
  }
  [data-static-html] .md\:col {
    padding: 10px;
    box-sizing: border-box;
  }
  [data-static-html] .md\:col-1 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  [data-static-html] .md\:col-2 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  [data-static-html] .md\:col-3 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-static-html] .md\:col-4 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  [data-static-html] .md\:col-5 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  [data-static-html] .md\:col-6 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-static-html] .md\:col-7 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  [data-static-html] .md\:col-8 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [data-static-html] .md\:col-9 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  [data-static-html] .md\:col-10 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  [data-static-html] .md\:col-11 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  [data-static-html] .md\:col-12 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 789px) {
	[data-static-html] .row-gap-40.tab_p10 > [class*="col-"] {
		padding:10px;
	}
}

@media screen and (max-width: 767px) {
  [data-static-html] .sm\:row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  [data-static-html] .sm\:row-forward {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-static-html] .sm\:row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  [data-static-html] .sm\:row-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-static-html] .sm\:row-gap-0 {
    margin: -0px;
  }
  [data-static-html] .sm\:row-gap-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .sm\:row-gap-y-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  [data-static-html] .sm\:row-gap-y-0 > [class*="col-"] {
    padding: 0px;
  }
  [data-static-html] .sm\:row-gap-x-0 {
    margin-right: -0px;
    margin-left: -0px;
  }
  [data-static-html] .sm\:row-gap-x-0 > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
  [data-static-html] .sm\:row-gap-5 {
    margin: -5px;
  }
  [data-static-html] .sm\:row-gap-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .sm\:row-gap-y-5 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  [data-static-html] .sm\:row-gap-y-5 > [class*="col-"] {
    padding: 5px;
  }
  [data-static-html] .sm\:row-gap-x-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  [data-static-html] .sm\:row-gap-x-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  [data-static-html] .sm\:row-gap-10 {
    margin: -10px;
  }
  [data-static-html] .sm\:row-gap-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .sm\:row-gap-y-10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  [data-static-html] .sm\:row-gap-y-10 > [class*="col-"] {
    padding: 10px;
  }
  [data-static-html] .sm\:row-gap-x-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  [data-static-html] .sm\:row-gap-x-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  [data-static-html] .sm\:row-gap-15 {
    margin: -15px;
  }
  [data-static-html] .sm\:row-gap-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .sm\:row-gap-y-15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  [data-static-html] .sm\:row-gap-y-15 > [class*="col-"] {
    padding: 15px;
  }
  [data-static-html] .sm\:row-gap-x-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  [data-static-html] .sm\:row-gap-x-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  [data-static-html] .sm\:row-gap-20 {
    margin: -20px;
  }
  [data-static-html] .sm\:row-gap-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .sm\:row-gap-y-20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  [data-static-html] .sm\:row-gap-y-20 > [class*="col-"] {
    padding: 20px;
  }
  [data-static-html] .sm\:row-gap-x-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  [data-static-html] .sm\:row-gap-x-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  [data-static-html] .sm\:row-gap-25 {
    margin: -25px;
  }
  [data-static-html] .sm\:row-gap-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .sm\:row-gap-y-25 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  [data-static-html] .sm\:row-gap-y-25 > [class*="col-"] {
    padding: 25px;
  }
  [data-static-html] .sm\:row-gap-x-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  [data-static-html] .sm\:row-gap-x-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  [data-static-html] .sm\:row-gap-30 {
    margin: -30px;
  }
  [data-static-html] .sm\:row-gap-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .sm\:row-gap-y-30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  [data-static-html] .sm\:row-gap-y-30 > [class*="col-"] {
    padding: 30px;
  }
  [data-static-html] .sm\:row-gap-x-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  [data-static-html] .sm\:row-gap-x-30 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  [data-static-html] .sm\:row-gap-35 {
    margin: -35px;
  }
  [data-static-html] .sm\:row-gap-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .sm\:row-gap-y-35 {
    margin-top: -35px;
    margin-bottom: -35px;
  }
  [data-static-html] .sm\:row-gap-y-35 > [class*="col-"] {
    padding: 35px;
  }
  [data-static-html] .sm\:row-gap-x-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  [data-static-html] .sm\:row-gap-x-35 > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  [data-static-html] .sm\:row-gap-40 {
    margin: -40px;
  }
  [data-static-html] .sm\:row-gap-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .sm\:row-gap-y-40 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  [data-static-html] .sm\:row-gap-y-40 > [class*="col-"] {
    padding: 40px;
  }
  [data-static-html] .sm\:row-gap-x-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  [data-static-html] .sm\:row-gap-x-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  [data-static-html] .sm\:row-gap-45 {
    margin: -45px;
  }
  [data-static-html] .sm\:row-gap-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .sm\:row-gap-y-45 {
    margin-top: -45px;
    margin-bottom: -45px;
  }
  [data-static-html] .sm\:row-gap-y-45 > [class*="col-"] {
    padding: 45px;
  }
  [data-static-html] .sm\:row-gap-x-45 {
    margin-right: -45px;
    margin-left: -45px;
  }
  [data-static-html] .sm\:row-gap-x-45 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
  }
  [data-static-html] .sm\:row-gap-50 {
    margin: -50px;
  }
  [data-static-html] .sm\:row-gap-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .sm\:row-gap-y-50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  [data-static-html] .sm\:row-gap-y-50 > [class*="col-"] {
    padding: 50px;
  }
  [data-static-html] .sm\:row-gap-x-50 {
    margin-right: -50px;
    margin-left: -50px;
  }
  [data-static-html] .sm\:row-gap-x-50 > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  [data-static-html] .sm\:row-gap-55 {
    margin: -55px;
  }
  [data-static-html] .sm\:row-gap-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .sm\:row-gap-y-55 {
    margin-top: -55px;
    margin-bottom: -55px;
  }
  [data-static-html] .sm\:row-gap-y-55 > [class*="col-"] {
    padding: 55px;
  }
  [data-static-html] .sm\:row-gap-x-55 {
    margin-right: -55px;
    margin-left: -55px;
  }
  [data-static-html] .sm\:row-gap-x-55 > [class*="col-"] {
    padding-right: 55px;
    padding-left: 55px;
  }
  [data-static-html] .sm\:row-gap-60 {
    margin: -60px;
  }
  [data-static-html] .sm\:row-gap-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .sm\:row-gap-y-60 {
    margin-top: -60px;
    margin-bottom: -60px;
  }
  [data-static-html] .sm\:row-gap-y-60 > [class*="col-"] {
    padding: 60px;
  }
  [data-static-html] .sm\:row-gap-x-60 {
    margin-right: -60px;
    margin-left: -60px;
  }
  [data-static-html] .sm\:row-gap-x-60 > [class*="col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  [data-static-html] .sm\:row-gap-65 {
    margin: -65px;
  }
  [data-static-html] .sm\:row-gap-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .sm\:row-gap-y-65 {
    margin-top: -65px;
    margin-bottom: -65px;
  }
  [data-static-html] .sm\:row-gap-y-65 > [class*="col-"] {
    padding: 65px;
  }
  [data-static-html] .sm\:row-gap-x-65 {
    margin-right: -65px;
    margin-left: -65px;
  }
  [data-static-html] .sm\:row-gap-x-65 > [class*="col-"] {
    padding-right: 65px;
    padding-left: 65px;
  }
  [data-static-html] .sm\:row-gap-70 {
    margin: -70px;
  }
  [data-static-html] .sm\:row-gap-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .sm\:row-gap-y-70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  [data-static-html] .sm\:row-gap-y-70 > [class*="col-"] {
    padding: 70px;
  }
  [data-static-html] .sm\:row-gap-x-70 {
    margin-right: -70px;
    margin-left: -70px;
  }
  [data-static-html] .sm\:row-gap-x-70 > [class*="col-"] {
    padding-right: 70px;
    padding-left: 70px;
  }
  [data-static-html] .sm\:row-gap-75 {
    margin: -75px;
  }
  [data-static-html] .sm\:row-gap-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .sm\:row-gap-y-75 {
    margin-top: -75px;
    margin-bottom: -75px;
  }
  [data-static-html] .sm\:row-gap-y-75 > [class*="col-"] {
    padding: 75px;
  }
  [data-static-html] .sm\:row-gap-x-75 {
    margin-right: -75px;
    margin-left: -75px;
  }
  [data-static-html] .sm\:row-gap-x-75 > [class*="col-"] {
    padding-right: 75px;
    padding-left: 75px;
  }
  [data-static-html] .sm\:row-gap-80 {
    margin: -80px;
  }
  [data-static-html] .sm\:row-gap-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .sm\:row-gap-y-80 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  [data-static-html] .sm\:row-gap-y-80 > [class*="col-"] {
    padding: 80px;
  }
  [data-static-html] .sm\:row-gap-x-80 {
    margin-right: -80px;
    margin-left: -80px;
  }
  [data-static-html] .sm\:row-gap-x-80 > [class*="col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  [data-static-html] .sm\:row-gap-85 {
    margin: -85px;
  }
  [data-static-html] .sm\:row-gap-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .sm\:row-gap-y-85 {
    margin-top: -85px;
    margin-bottom: -85px;
  }
  [data-static-html] .sm\:row-gap-y-85 > [class*="col-"] {
    padding: 85px;
  }
  [data-static-html] .sm\:row-gap-x-85 {
    margin-right: -85px;
    margin-left: -85px;
  }
  [data-static-html] .sm\:row-gap-x-85 > [class*="col-"] {
    padding-right: 85px;
    padding-left: 85px;
  }
  [data-static-html] .sm\:row-gap-90 {
    margin: -90px;
  }
  [data-static-html] .sm\:row-gap-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .sm\:row-gap-y-90 {
    margin-top: -90px;
    margin-bottom: -90px;
  }
  [data-static-html] .sm\:row-gap-y-90 > [class*="col-"] {
    padding: 90px;
  }
  [data-static-html] .sm\:row-gap-x-90 {
    margin-right: -90px;
    margin-left: -90px;
  }
  [data-static-html] .sm\:row-gap-x-90 > [class*="col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
  [data-static-html] .sm\:row-gap-95 {
    margin: -95px;
  }
  [data-static-html] .sm\:row-gap-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .sm\:row-gap-y-95 {
    margin-top: -95px;
    margin-bottom: -95px;
  }
  [data-static-html] .sm\:row-gap-y-95 > [class*="col-"] {
    padding: 95px;
  }
  [data-static-html] .sm\:row-gap-x-95 {
    margin-right: -95px;
    margin-left: -95px;
  }
  [data-static-html] .sm\:row-gap-x-95 > [class*="col-"] {
    padding-right: 95px;
    padding-left: 95px;
  }
  [data-static-html] .sm\:row-gap-100 {
    margin: -100px;
  }
  [data-static-html] .sm\:row-gap-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .sm\:row-gap-y-100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  [data-static-html] .sm\:row-gap-y-100 > [class*="col-"] {
    padding: 100px;
  }
  [data-static-html] .sm\:row-gap-x-100 {
    margin-right: -100px;
    margin-left: -100px;
  }
  [data-static-html] .sm\:row-gap-x-100 > [class*="col-"] {
    padding-right: 100px;
    padding-left: 100px;
  }
  [data-static-html] .sm\:col {
    padding: 10px;
    box-sizing: border-box;
  }
  [data-static-html] .sm\:col-1 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  [data-static-html] .sm\:col-2 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  [data-static-html] .sm\:col-3 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-static-html] .sm\:col-4 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  [data-static-html] .sm\:col-5 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  [data-static-html] .sm\:col-6 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-static-html] .sm\:col-7 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  [data-static-html] .sm\:col-8 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  [data-static-html] .sm\:col-9 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  [data-static-html] .sm\:col-10 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  [data-static-html] .sm\:col-11 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  [data-static-html] .sm\:col-12 {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

[data-static-html] .wid-0 {
  width: 0%;
}

[data-static-html] .wid-1 {
  width: 1%;
}

[data-static-html] .wid-2 {
  width: 2%;
}

[data-static-html] .wid-3 {
  width: 3%;
}

[data-static-html] .wid-4 {
  width: 4%;
}

[data-static-html] .wid-5 {
  width: 5%;
}

[data-static-html] .wid-6 {
  width: 6%;
}

[data-static-html] .wid-7 {
  width: 7%;
}

[data-static-html] .wid-8 {
  width: 8%;
}

[data-static-html] .wid-9 {
  width: 9%;
}

[data-static-html] .wid-10 {
  width: 10%;
}

[data-static-html] .wid-11 {
  width: 11%;
}

[data-static-html] .wid-12 {
  width: 12%;
}

[data-static-html] .wid-13 {
  width: 13%;
}

[data-static-html] .wid-14 {
  width: 14%;
}

[data-static-html] .wid-15 {
  width: 15%;
}

[data-static-html] .wid-16 {
  width: 16%;
}

[data-static-html] .wid-17 {
  width: 17%;
}

[data-static-html] .wid-18 {
  width: 18%;
}

[data-static-html] .wid-19 {
  width: 19%;
}

[data-static-html] .wid-20 {
  width: 20%;
}

[data-static-html] .wid-21 {
  width: 21%;
}

[data-static-html] .wid-22 {
  width: 22%;
}

[data-static-html] .wid-23 {
  width: 23%;
}

[data-static-html] .wid-24 {
  width: 24%;
}

[data-static-html] .wid-25 {
  width: 25%;
}

[data-static-html] .wid-26 {
  width: 26%;
}

[data-static-html] .wid-27 {
  width: 27%;
}

[data-static-html] .wid-28 {
  width: 28%;
}

[data-static-html] .wid-29 {
  width: 29%;
}

[data-static-html] .wid-30 {
  width: 30%;
}

[data-static-html] .wid-31 {
  width: 31%;
}

[data-static-html] .wid-32 {
  width: 32%;
}

[data-static-html] .wid-33 {
  width: 33%;
}

[data-static-html] .wid-34 {
  width: 34%;
}

[data-static-html] .wid-35 {
  width: 35%;
}

[data-static-html] .wid-36 {
  width: 36%;
}

[data-static-html] .wid-37 {
  width: 37%;
}

[data-static-html] .wid-38 {
  width: 38%;
}

[data-static-html] .wid-39 {
  width: 39%;
}

[data-static-html] .wid-40 {
  width: 40%;
}

[data-static-html] .wid-41 {
  width: 41%;
}

[data-static-html] .wid-42 {
  width: 42%;
}

[data-static-html] .wid-43 {
  width: 43%;
}

[data-static-html] .wid-44 {
  width: 44%;
}

[data-static-html] .wid-45 {
  width: 45%;
}

[data-static-html] .wid-46 {
  width: 46%;
}

[data-static-html] .wid-47 {
  width: 47%;
}

[data-static-html] .wid-48 {
  width: 48%;
}

[data-static-html] .wid-49 {
  width: 49%;
}

[data-static-html] .wid-50 {
  width: 50%;
}

[data-static-html] .wid-51 {
  width: 51%;
}

[data-static-html] .wid-52 {
  width: 52%;
}

[data-static-html] .wid-53 {
  width: 53%;
}

[data-static-html] .wid-54 {
  width: 54%;
}

[data-static-html] .wid-55 {
  width: 55%;
}

[data-static-html] .wid-56 {
  width: 56%;
}

[data-static-html] .wid-57 {
  width: 57%;
}

[data-static-html] .wid-58 {
  width: 58%;
}

[data-static-html] .wid-59 {
  width: 59%;
}

[data-static-html] .wid-60 {
  width: 60%;
}

[data-static-html] .wid-61 {
  width: 61%;
}

[data-static-html] .wid-62 {
  width: 62%;
}

[data-static-html] .wid-63 {
  width: 63%;
}

[data-static-html] .wid-64 {
  width: 64%;
}

[data-static-html] .wid-65 {
  width: 65%;
}

[data-static-html] .wid-66 {
  width: 66%;
}

[data-static-html] .wid-67 {
  width: 67%;
}

[data-static-html] .wid-68 {
  width: 68%;
}

[data-static-html] .wid-69 {
  width: 69%;
}

[data-static-html] .wid-70 {
  width: 70%;
}

[data-static-html] .wid-71 {
  width: 71%;
}

[data-static-html] .wid-72 {
  width: 72%;
}

[data-static-html] .wid-73 {
  width: 73%;
}

[data-static-html] .wid-74 {
  width: 74%;
}

[data-static-html] .wid-75 {
  width: 75%;
}

[data-static-html] .wid-76 {
  width: 76%;
}

[data-static-html] .wid-77 {
  width: 77%;
}

[data-static-html] .wid-78 {
  width: 78%;
}

[data-static-html] .wid-79 {
  width: 79%;
}

[data-static-html] .wid-80 {
  width: 80%;
}

[data-static-html] .wid-81 {
  width: 81%;
}

[data-static-html] .wid-82 {
  width: 82%;
}

[data-static-html] .wid-83 {
  width: 83%;
}

[data-static-html] .wid-84 {
  width: 84%;
}

[data-static-html] .wid-85 {
  width: 85%;
}

[data-static-html] .wid-86 {
  width: 86%;
}

[data-static-html] .wid-87 {
  width: 87%;
}

[data-static-html] .wid-88 {
  width: 88%;
}

[data-static-html] .wid-89 {
  width: 89%;
}

[data-static-html] .wid-90 {
  width: 90%;
}

[data-static-html] .wid-91 {
  width: 91%;
}

[data-static-html] .wid-92 {
  width: 92%;
}

[data-static-html] .wid-93 {
  width: 93%;
}

[data-static-html] .wid-94 {
  width: 94%;
}

[data-static-html] .wid-95 {
  width: 95%;
}

[data-static-html] .wid-96 {
  width: 96%;
}

[data-static-html] .wid-97 {
  width: 97%;
}

[data-static-html] .wid-98 {
  width: 98%;
}

[data-static-html] .wid-99 {
  width: 99%;
}

[data-static-html] .wid-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-0 {
    width: 0%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-1 {
    width: 1%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-2 {
    width: 2%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-3 {
    width: 3%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-4 {
    width: 4%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-5 {
    width: 5%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-6 {
    width: 6%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-7 {
    width: 7%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-8 {
    width: 8%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-9 {
    width: 9%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-10 {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-11 {
    width: 11%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-12 {
    width: 12%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-13 {
    width: 13%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-14 {
    width: 14%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-15 {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-16 {
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-17 {
    width: 17%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-18 {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-19 {
    width: 19%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-20 {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-21 {
    width: 21%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-22 {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-23 {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-24 {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-25 {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-26 {
    width: 26%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-27 {
    width: 27%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-28 {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-29 {
    width: 29%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-30 {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-31 {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-32 {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-33 {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-34 {
    width: 34%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-35 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-36 {
    width: 36%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-37 {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-38 {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-39 {
    width: 39%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-40 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-41 {
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-42 {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-43 {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-44 {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-45 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-46 {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-47 {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-48 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-49 {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-50 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-51 {
    width: 51%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-52 {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-53 {
    width: 53%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-54 {
    width: 54%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-55 {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-56 {
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-57 {
    width: 57%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-58 {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-59 {
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-60 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-61 {
    width: 61%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-62 {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-63 {
    width: 63%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-64 {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-65 {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-66 {
    width: 66%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-67 {
    width: 67%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-68 {
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-69 {
    width: 69%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-70 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-71 {
    width: 71%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-72 {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-73 {
    width: 73%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-74 {
    width: 74%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-75 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-76 {
    width: 76%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-77 {
    width: 77%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-78 {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-79 {
    width: 79%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-80 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-81 {
    width: 81%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-82 {
    width: 82%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-83 {
    width: 83%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-84 {
    width: 84%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-85 {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-86 {
    width: 86%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-87 {
    width: 87%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-88 {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-89 {
    width: 89%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-90 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-91 {
    width: 91%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-92 {
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-93 {
    width: 93%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-94 {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-95 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-96 {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-97 {
    width: 97%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-98 {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-99 {
    width: 99%;
  }
}

@media screen and (max-width: 767px) {
  [data-static-html] .wid-sm-100 {
    width: 100%;
  }
}
}
