.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.container-narrow {
  max-width: 800px;
}

.row {
  display: flex;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

[class*=col-] {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row-smallgap {
  margin-left: -8px;
  margin-right: -8px;
}
.row-smallgap > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-12 {
  width: 100%;
}

.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}

.pt-5 {
  padding-top: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.ml-45 {
  margin-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}
.mr-55 {
  margin-right: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.ml-55 {
  margin-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-60 {
  margin-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.mt-65 {
  margin-top: 65px;
}
.mr-65 {
  margin-right: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.ml-65 {
  margin-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.ml-70 {
  margin-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-80 {
  margin-left: 80px;
}

.pt-85 {
  padding-top: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.mt-85 {
  margin-top: 85px;
}
.mr-85 {
  margin-right: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.ml-85 {
  margin-left: 85px;
}

.pt-90 {
  padding-top: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.ml-90 {
  margin-left: 90px;
}

.pt-95 {
  padding-top: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.mt-95 {
  margin-top: 95px;
}
.mr-95 {
  margin-right: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.ml-95 {
  margin-left: 95px;
}

.pt-100 {
  padding-top: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}

.pt-105 {
  padding-top: 105px;
}
.pr-105 {
  padding-right: 105px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pl-105 {
  padding-left: 105px;
}
.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.mt-105 {
  margin-top: 105px;
}
.mr-105 {
  margin-right: 105px;
}
.mb-105 {
  margin-bottom: 105px;
}
.ml-105 {
  margin-left: 105px;
}

.pt-110 {
  padding-top: 110px;
}
.pr-110 {
  padding-right: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pl-110 {
  padding-left: 110px;
}
.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.mt-110 {
  margin-top: 110px;
}
.mr-110 {
  margin-right: 110px;
}
.mb-110 {
  margin-bottom: 110px;
}
.ml-110 {
  margin-left: 110px;
}

.pt-115 {
  padding-top: 115px;
}
.pr-115 {
  padding-right: 115px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pl-115 {
  padding-left: 115px;
}
.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.mt-115 {
  margin-top: 115px;
}
.mr-115 {
  margin-right: 115px;
}
.mb-115 {
  margin-bottom: 115px;
}
.ml-115 {
  margin-left: 115px;
}

.pt-120 {
  padding-top: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.ml-120 {
  margin-left: 120px;
}

.pt-125 {
  padding-top: 125px;
}
.pr-125 {
  padding-right: 125px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pl-125 {
  padding-left: 125px;
}
.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.mt-125 {
  margin-top: 125px;
}
.mr-125 {
  margin-right: 125px;
}
.mb-125 {
  margin-bottom: 125px;
}
.ml-125 {
  margin-left: 125px;
}

.pt-130 {
  padding-top: 130px;
}
.pr-130 {
  padding-right: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pl-130 {
  padding-left: 130px;
}
.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.mt-130 {
  margin-top: 130px;
}
.mr-130 {
  margin-right: 130px;
}
.mb-130 {
  margin-bottom: 130px;
}
.ml-130 {
  margin-left: 130px;
}

.pt-135 {
  padding-top: 135px;
}
.pr-135 {
  padding-right: 135px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pl-135 {
  padding-left: 135px;
}
.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}
.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.mt-135 {
  margin-top: 135px;
}
.mr-135 {
  margin-right: 135px;
}
.mb-135 {
  margin-bottom: 135px;
}
.ml-135 {
  margin-left: 135px;
}

.pt-140 {
  padding-top: 140px;
}
.pr-140 {
  padding-right: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pl-140 {
  padding-left: 140px;
}
.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}
.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.mt-140 {
  margin-top: 140px;
}
.mr-140 {
  margin-right: 140px;
}
.mb-140 {
  margin-bottom: 140px;
}
.ml-140 {
  margin-left: 140px;
}

.pt-145 {
  padding-top: 145px;
}
.pr-145 {
  padding-right: 145px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pl-145 {
  padding-left: 145px;
}
.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}
.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.mt-145 {
  margin-top: 145px;
}
.mr-145 {
  margin-right: 145px;
}
.mb-145 {
  margin-bottom: 145px;
}
.ml-145 {
  margin-left: 145px;
}

.pt-150 {
  padding-top: 150px;
}
.pr-150 {
  padding-right: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pl-150 {
  padding-left: 150px;
}
.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}
.mr-150 {
  margin-right: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.ml-150 {
  margin-left: 150px;
}

.pt-155 {
  padding-top: 155px;
}
.pr-155 {
  padding-right: 155px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pl-155 {
  padding-left: 155px;
}
.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}
.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.mt-155 {
  margin-top: 155px;
}
.mr-155 {
  margin-right: 155px;
}
.mb-155 {
  margin-bottom: 155px;
}
.ml-155 {
  margin-left: 155px;
}

.pt-160 {
  padding-top: 160px;
}
.pr-160 {
  padding-right: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pl-160 {
  padding-left: 160px;
}
.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}
.mr-160 {
  margin-right: 160px;
}
.mb-160 {
  margin-bottom: 160px;
}
.ml-160 {
  margin-left: 160px;
}

.pt-165 {
  padding-top: 165px;
}
.pr-165 {
  padding-right: 165px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pl-165 {
  padding-left: 165px;
}
.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}
.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.mt-165 {
  margin-top: 165px;
}
.mr-165 {
  margin-right: 165px;
}
.mb-165 {
  margin-bottom: 165px;
}
.ml-165 {
  margin-left: 165px;
}

.pt-170 {
  padding-top: 170px;
}
.pr-170 {
  padding-right: 170px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pl-170 {
  padding-left: 170px;
}
.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}
.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.mt-170 {
  margin-top: 170px;
}
.mr-170 {
  margin-right: 170px;
}
.mb-170 {
  margin-bottom: 170px;
}
.ml-170 {
  margin-left: 170px;
}

.pt-175 {
  padding-top: 175px;
}
.pr-175 {
  padding-right: 175px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pl-175 {
  padding-left: 175px;
}
.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.mt-175 {
  margin-top: 175px;
}
.mr-175 {
  margin-right: 175px;
}
.mb-175 {
  margin-bottom: 175px;
}
.ml-175 {
  margin-left: 175px;
}

.pt-180 {
  padding-top: 180px;
}
.pr-180 {
  padding-right: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pl-180 {
  padding-left: 180px;
}
.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.mt-180 {
  margin-top: 180px;
}
.mr-180 {
  margin-right: 180px;
}
.mb-180 {
  margin-bottom: 180px;
}
.ml-180 {
  margin-left: 180px;
}

.pt-185 {
  padding-top: 185px;
}
.pr-185 {
  padding-right: 185px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pl-185 {
  padding-left: 185px;
}
.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}
.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.mt-185 {
  margin-top: 185px;
}
.mr-185 {
  margin-right: 185px;
}
.mb-185 {
  margin-bottom: 185px;
}
.ml-185 {
  margin-left: 185px;
}

.pt-190 {
  padding-top: 190px;
}
.pr-190 {
  padding-right: 190px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pl-190 {
  padding-left: 190px;
}
.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}
.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.mt-190 {
  margin-top: 190px;
}
.mr-190 {
  margin-right: 190px;
}
.mb-190 {
  margin-bottom: 190px;
}
.ml-190 {
  margin-left: 190px;
}

.pt-195 {
  padding-top: 195px;
}
.pr-195 {
  padding-right: 195px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pl-195 {
  padding-left: 195px;
}
.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}
.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.mt-195 {
  margin-top: 195px;
}
.mr-195 {
  margin-right: 195px;
}
.mb-195 {
  margin-bottom: 195px;
}
.ml-195 {
  margin-left: 195px;
}

.pt-200 {
  padding-top: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pl-200 {
  padding-left: 200px;
}
.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.mt-200 {
  margin-top: 200px;
}
.mr-200 {
  margin-right: 200px;
}
.mb-200 {
  margin-bottom: 200px;
}
.ml-200 {
  margin-left: 200px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none !important;
}

.w-0 {
  width: 0%;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}

.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.width-110 {
  width: 110px;
}
.width-120 {
  width: 120px;
}
.width-130 {
  width: 130px;
}
.width-140 {
  width: 140px;
}
.width-150 {
  width: 150px;
}
.width-160 {
  width: 160px;
}
.width-170 {
  width: 170px;
}
.width-180 {
  width: 180px;
}
.width-190 {
  width: 190px;
}
.width-200 {
  width: 200px;
}
.width-210 {
  width: 210px;
}
.width-220 {
  width: 220px;
}
.width-230 {
  width: 230px;
}
.width-240 {
  width: 240px;
}
.width-250 {
  width: 250px;
}
.width-260 {
  width: 260px;
}
.width-270 {
  width: 270px;
}
.width-280 {
  width: 280px;
}
.width-290 {
  width: 290px;
}
.width-300 {
  width: 300px;
}
.width-310 {
  width: 310px;
}
.width-320 {
  width: 320px;
}
.width-330 {
  width: 330px;
}
.width-340 {
  width: 340px;
}
.width-350 {
  width: 350px;
}
.width-360 {
  width: 360px;
}
.width-370 {
  width: 370px;
}
.width-380 {
  width: 380px;
}
.width-390 {
  width: 390px;
}
.width-400 {
  width: 400px;
}

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

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

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

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

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

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

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

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

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

.flex-column {
  flex-direction: column;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}

.item-spacing-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.item-spacing-15 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.item-spacing-20 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.item-spacing-25 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.item-spacing-30 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.item-spacing-35 > * {
  padding-left: 35px;
  padding-right: 35px;
}

.item-spacing-40 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.item-spacing-45 > * {
  padding-left: 45px;
  padding-right: 45px;
}

.item-spacing-50 > * {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 567px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .px-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .px-sm-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .px-sm-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .px-sm-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .px-sm-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .px-sm-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .pt-sm-105 {
    padding-top: 105px;
  }
  .pr-sm-105 {
    padding-right: 105px;
  }
  .pb-sm-105 {
    padding-bottom: 105px;
  }
  .pl-sm-105 {
    padding-left: 105px;
  }
  .px-sm-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .mt-sm-105 {
    margin-top: 105px;
  }
  .mr-sm-105 {
    margin-right: 105px;
  }
  .mb-sm-105 {
    margin-bottom: 105px;
  }
  .ml-sm-105 {
    margin-left: 105px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pr-sm-110 {
    padding-right: 110px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pl-sm-110 {
    padding-left: 110px;
  }
  .px-sm-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mr-sm-110 {
    margin-right: 110px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .ml-sm-110 {
    margin-left: 110px;
  }
  .pt-sm-115 {
    padding-top: 115px;
  }
  .pr-sm-115 {
    padding-right: 115px;
  }
  .pb-sm-115 {
    padding-bottom: 115px;
  }
  .pl-sm-115 {
    padding-left: 115px;
  }
  .px-sm-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-sm-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .mt-sm-115 {
    margin-top: 115px;
  }
  .mr-sm-115 {
    margin-right: 115px;
  }
  .mb-sm-115 {
    margin-bottom: 115px;
  }
  .ml-sm-115 {
    margin-left: 115px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .pt-sm-125 {
    padding-top: 125px;
  }
  .pr-sm-125 {
    padding-right: 125px;
  }
  .pb-sm-125 {
    padding-bottom: 125px;
  }
  .pl-sm-125 {
    padding-left: 125px;
  }
  .px-sm-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-sm-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .mt-sm-125 {
    margin-top: 125px;
  }
  .mr-sm-125 {
    margin-right: 125px;
  }
  .mb-sm-125 {
    margin-bottom: 125px;
  }
  .ml-sm-125 {
    margin-left: 125px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pr-sm-130 {
    padding-right: 130px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pl-sm-130 {
    padding-left: 130px;
  }
  .px-sm-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mr-sm-130 {
    margin-right: 130px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .ml-sm-130 {
    margin-left: 130px;
  }
  .pt-sm-135 {
    padding-top: 135px;
  }
  .pr-sm-135 {
    padding-right: 135px;
  }
  .pb-sm-135 {
    padding-bottom: 135px;
  }
  .pl-sm-135 {
    padding-left: 135px;
  }
  .px-sm-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .py-sm-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .mt-sm-135 {
    margin-top: 135px;
  }
  .mr-sm-135 {
    margin-right: 135px;
  }
  .mb-sm-135 {
    margin-bottom: 135px;
  }
  .ml-sm-135 {
    margin-left: 135px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mr-sm-140 {
    margin-right: 140px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .ml-sm-140 {
    margin-left: 140px;
  }
  .pt-sm-145 {
    padding-top: 145px;
  }
  .pr-sm-145 {
    padding-right: 145px;
  }
  .pb-sm-145 {
    padding-bottom: 145px;
  }
  .pl-sm-145 {
    padding-left: 145px;
  }
  .px-sm-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .py-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .mt-sm-145 {
    margin-top: 145px;
  }
  .mr-sm-145 {
    margin-right: 145px;
  }
  .mb-sm-145 {
    margin-bottom: 145px;
  }
  .ml-sm-145 {
    margin-left: 145px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .pt-sm-155 {
    padding-top: 155px;
  }
  .pr-sm-155 {
    padding-right: 155px;
  }
  .pb-sm-155 {
    padding-bottom: 155px;
  }
  .pl-sm-155 {
    padding-left: 155px;
  }
  .px-sm-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .py-sm-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .mt-sm-155 {
    margin-top: 155px;
  }
  .mr-sm-155 {
    margin-right: 155px;
  }
  .mb-sm-155 {
    margin-bottom: 155px;
  }
  .ml-sm-155 {
    margin-left: 155px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mr-sm-160 {
    margin-right: 160px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .pt-sm-165 {
    padding-top: 165px;
  }
  .pr-sm-165 {
    padding-right: 165px;
  }
  .pb-sm-165 {
    padding-bottom: 165px;
  }
  .pl-sm-165 {
    padding-left: 165px;
  }
  .px-sm-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .py-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .mt-sm-165 {
    margin-top: 165px;
  }
  .mr-sm-165 {
    margin-right: 165px;
  }
  .mb-sm-165 {
    margin-bottom: 165px;
  }
  .ml-sm-165 {
    margin-left: 165px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pr-sm-170 {
    padding-right: 170px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .pl-sm-170 {
    padding-left: 170px;
  }
  .px-sm-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .mt-sm-170 {
    margin-top: 170px;
  }
  .mr-sm-170 {
    margin-right: 170px;
  }
  .mb-sm-170 {
    margin-bottom: 170px;
  }
  .ml-sm-170 {
    margin-left: 170px;
  }
  .pt-sm-175 {
    padding-top: 175px;
  }
  .pr-sm-175 {
    padding-right: 175px;
  }
  .pb-sm-175 {
    padding-bottom: 175px;
  }
  .pl-sm-175 {
    padding-left: 175px;
  }
  .px-sm-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .py-sm-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .mt-sm-175 {
    margin-top: 175px;
  }
  .mr-sm-175 {
    margin-right: 175px;
  }
  .mb-sm-175 {
    margin-bottom: 175px;
  }
  .ml-sm-175 {
    margin-left: 175px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pr-sm-180 {
    padding-right: 180px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .pl-sm-180 {
    padding-left: 180px;
  }
  .px-sm-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mr-sm-180 {
    margin-right: 180px;
  }
  .mb-sm-180 {
    margin-bottom: 180px;
  }
  .ml-sm-180 {
    margin-left: 180px;
  }
  .pt-sm-185 {
    padding-top: 185px;
  }
  .pr-sm-185 {
    padding-right: 185px;
  }
  .pb-sm-185 {
    padding-bottom: 185px;
  }
  .pl-sm-185 {
    padding-left: 185px;
  }
  .px-sm-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .py-sm-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .mt-sm-185 {
    margin-top: 185px;
  }
  .mr-sm-185 {
    margin-right: 185px;
  }
  .mb-sm-185 {
    margin-bottom: 185px;
  }
  .ml-sm-185 {
    margin-left: 185px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pr-sm-190 {
    padding-right: 190px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .pl-sm-190 {
    padding-left: 190px;
  }
  .px-sm-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .mt-sm-190 {
    margin-top: 190px;
  }
  .mr-sm-190 {
    margin-right: 190px;
  }
  .mb-sm-190 {
    margin-bottom: 190px;
  }
  .ml-sm-190 {
    margin-left: 190px;
  }
  .pt-sm-195 {
    padding-top: 195px;
  }
  .pr-sm-195 {
    padding-right: 195px;
  }
  .pb-sm-195 {
    padding-bottom: 195px;
  }
  .pl-sm-195 {
    padding-left: 195px;
  }
  .px-sm-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .py-sm-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .mt-sm-195 {
    margin-top: 195px;
  }
  .mr-sm-195 {
    margin-right: 195px;
  }
  .mb-sm-195 {
    margin-bottom: 195px;
  }
  .ml-sm-195 {
    margin-left: 195px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-0 {
    width: 0%;
  }
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .w-sm-auto {
    width: auto;
  }
  .width-sm-10 {
    width: 10px;
  }
  .width-sm-20 {
    width: 20px;
  }
  .width-sm-30 {
    width: 30px;
  }
  .width-sm-40 {
    width: 40px;
  }
  .width-sm-50 {
    width: 50px;
  }
  .width-sm-60 {
    width: 60px;
  }
  .width-sm-70 {
    width: 70px;
  }
  .width-sm-80 {
    width: 80px;
  }
  .width-sm-90 {
    width: 90px;
  }
  .width-sm-100 {
    width: 100px;
  }
  .width-sm-110 {
    width: 110px;
  }
  .width-sm-120 {
    width: 120px;
  }
  .width-sm-130 {
    width: 130px;
  }
  .width-sm-140 {
    width: 140px;
  }
  .width-sm-150 {
    width: 150px;
  }
  .width-sm-160 {
    width: 160px;
  }
  .width-sm-170 {
    width: 170px;
  }
  .width-sm-180 {
    width: 180px;
  }
  .width-sm-190 {
    width: 190px;
  }
  .width-sm-200 {
    width: 200px;
  }
  .width-sm-210 {
    width: 210px;
  }
  .width-sm-220 {
    width: 220px;
  }
  .width-sm-230 {
    width: 230px;
  }
  .width-sm-240 {
    width: 240px;
  }
  .width-sm-250 {
    width: 250px;
  }
  .width-sm-260 {
    width: 260px;
  }
  .width-sm-270 {
    width: 270px;
  }
  .width-sm-280 {
    width: 280px;
  }
  .width-sm-290 {
    width: 290px;
  }
  .width-sm-300 {
    width: 300px;
  }
  .width-sm-310 {
    width: 310px;
  }
  .width-sm-320 {
    width: 320px;
  }
  .width-sm-330 {
    width: 330px;
  }
  .width-sm-340 {
    width: 340px;
  }
  .width-sm-350 {
    width: 350px;
  }
  .width-sm-360 {
    width: 360px;
  }
  .width-sm-370 {
    width: 370px;
  }
  .width-sm-380 {
    width: 380px;
  }
  .width-sm-390 {
    width: 390px;
  }
  .width-sm-400 {
    width: 400px;
  }
  .flex-sm-middle {
    align-items: center;
  }
  .flex-sm-top {
    align-items: flex-start;
  }
  .flex-sm-bottom {
    align-items: flex-end;
  }
  .flex-sm-stretch {
    align-items: stretch;
  }
  .flex-sm-center {
    justify-content: center;
  }
  .flex-sm-start {
    justify-content: flex-start;
  }
  .flex-sm-end {
    justify-content: flex-end;
  }
  .flex-sm-between {
    justify-content: space-between;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-grow {
    flex-grow: 1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .item-spacing-sm-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-spacing-sm-15 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-spacing-sm-20 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-spacing-sm-25 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .item-spacing-sm-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-spacing-sm-35 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .item-spacing-sm-40 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-spacing-sm-45 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .item-spacing-sm-50 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .px-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .px-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pr-md-55 {
    padding-right: 55px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .pl-md-55 {
    padding-left: 55px;
  }
  .px-md-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mr-md-55 {
    margin-right: 55px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .ml-md-55 {
    margin-left: 55px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pr-md-65 {
    padding-right: 65px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .pl-md-65 {
    padding-left: 65px;
  }
  .px-md-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .mr-md-65 {
    margin-right: 65px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .ml-md-65 {
    margin-left: 65px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .px-md-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pr-md-85 {
    padding-right: 85px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .pl-md-85 {
    padding-left: 85px;
  }
  .px-md-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .mr-md-85 {
    margin-right: 85px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .ml-md-85 {
    margin-left: 85px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .ml-md-90 {
    margin-left: 90px;
  }
  .pt-md-95 {
    padding-top: 95px;
  }
  .pr-md-95 {
    padding-right: 95px;
  }
  .pb-md-95 {
    padding-bottom: 95px;
  }
  .pl-md-95 {
    padding-left: 95px;
  }
  .px-md-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-md-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mt-md-95 {
    margin-top: 95px;
  }
  .mr-md-95 {
    margin-right: 95px;
  }
  .mb-md-95 {
    margin-bottom: 95px;
  }
  .ml-md-95 {
    margin-left: 95px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .pt-md-105 {
    padding-top: 105px;
  }
  .pr-md-105 {
    padding-right: 105px;
  }
  .pb-md-105 {
    padding-bottom: 105px;
  }
  .pl-md-105 {
    padding-left: 105px;
  }
  .px-md-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-md-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .mt-md-105 {
    margin-top: 105px;
  }
  .mr-md-105 {
    margin-right: 105px;
  }
  .mb-md-105 {
    margin-bottom: 105px;
  }
  .ml-md-105 {
    margin-left: 105px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pr-md-110 {
    padding-right: 110px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pl-md-110 {
    padding-left: 110px;
  }
  .px-md-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mr-md-110 {
    margin-right: 110px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .ml-md-110 {
    margin-left: 110px;
  }
  .pt-md-115 {
    padding-top: 115px;
  }
  .pr-md-115 {
    padding-right: 115px;
  }
  .pb-md-115 {
    padding-bottom: 115px;
  }
  .pl-md-115 {
    padding-left: 115px;
  }
  .px-md-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .mt-md-115 {
    margin-top: 115px;
  }
  .mr-md-115 {
    margin-right: 115px;
  }
  .mb-md-115 {
    margin-bottom: 115px;
  }
  .ml-md-115 {
    margin-left: 115px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .pt-md-125 {
    padding-top: 125px;
  }
  .pr-md-125 {
    padding-right: 125px;
  }
  .pb-md-125 {
    padding-bottom: 125px;
  }
  .pl-md-125 {
    padding-left: 125px;
  }
  .px-md-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-md-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .mt-md-125 {
    margin-top: 125px;
  }
  .mr-md-125 {
    margin-right: 125px;
  }
  .mb-md-125 {
    margin-bottom: 125px;
  }
  .ml-md-125 {
    margin-left: 125px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pr-md-130 {
    padding-right: 130px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pl-md-130 {
    padding-left: 130px;
  }
  .px-md-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mr-md-130 {
    margin-right: 130px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .ml-md-130 {
    margin-left: 130px;
  }
  .pt-md-135 {
    padding-top: 135px;
  }
  .pr-md-135 {
    padding-right: 135px;
  }
  .pb-md-135 {
    padding-bottom: 135px;
  }
  .pl-md-135 {
    padding-left: 135px;
  }
  .px-md-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .py-md-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .mt-md-135 {
    margin-top: 135px;
  }
  .mr-md-135 {
    margin-right: 135px;
  }
  .mb-md-135 {
    margin-bottom: 135px;
  }
  .ml-md-135 {
    margin-left: 135px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pr-md-140 {
    padding-right: 140px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pl-md-140 {
    padding-left: 140px;
  }
  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mr-md-140 {
    margin-right: 140px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .ml-md-140 {
    margin-left: 140px;
  }
  .pt-md-145 {
    padding-top: 145px;
  }
  .pr-md-145 {
    padding-right: 145px;
  }
  .pb-md-145 {
    padding-bottom: 145px;
  }
  .pl-md-145 {
    padding-left: 145px;
  }
  .px-md-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .py-md-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .mt-md-145 {
    margin-top: 145px;
  }
  .mr-md-145 {
    margin-right: 145px;
  }
  .mb-md-145 {
    margin-bottom: 145px;
  }
  .ml-md-145 {
    margin-left: 145px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
  .pt-md-155 {
    padding-top: 155px;
  }
  .pr-md-155 {
    padding-right: 155px;
  }
  .pb-md-155 {
    padding-bottom: 155px;
  }
  .pl-md-155 {
    padding-left: 155px;
  }
  .px-md-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .py-md-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .mt-md-155 {
    margin-top: 155px;
  }
  .mr-md-155 {
    margin-right: 155px;
  }
  .mb-md-155 {
    margin-bottom: 155px;
  }
  .ml-md-155 {
    margin-left: 155px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pr-md-160 {
    padding-right: 160px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pl-md-160 {
    padding-left: 160px;
  }
  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mr-md-160 {
    margin-right: 160px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .ml-md-160 {
    margin-left: 160px;
  }
  .pt-md-165 {
    padding-top: 165px;
  }
  .pr-md-165 {
    padding-right: 165px;
  }
  .pb-md-165 {
    padding-bottom: 165px;
  }
  .pl-md-165 {
    padding-left: 165px;
  }
  .px-md-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .py-md-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .mt-md-165 {
    margin-top: 165px;
  }
  .mr-md-165 {
    margin-right: 165px;
  }
  .mb-md-165 {
    margin-bottom: 165px;
  }
  .ml-md-165 {
    margin-left: 165px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pr-md-170 {
    padding-right: 170px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .pl-md-170 {
    padding-left: 170px;
  }
  .px-md-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .mt-md-170 {
    margin-top: 170px;
  }
  .mr-md-170 {
    margin-right: 170px;
  }
  .mb-md-170 {
    margin-bottom: 170px;
  }
  .ml-md-170 {
    margin-left: 170px;
  }
  .pt-md-175 {
    padding-top: 175px;
  }
  .pr-md-175 {
    padding-right: 175px;
  }
  .pb-md-175 {
    padding-bottom: 175px;
  }
  .pl-md-175 {
    padding-left: 175px;
  }
  .px-md-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .py-md-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .mt-md-175 {
    margin-top: 175px;
  }
  .mr-md-175 {
    margin-right: 175px;
  }
  .mb-md-175 {
    margin-bottom: 175px;
  }
  .ml-md-175 {
    margin-left: 175px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pr-md-180 {
    padding-right: 180px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .pl-md-180 {
    padding-left: 180px;
  }
  .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mr-md-180 {
    margin-right: 180px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .ml-md-180 {
    margin-left: 180px;
  }
  .pt-md-185 {
    padding-top: 185px;
  }
  .pr-md-185 {
    padding-right: 185px;
  }
  .pb-md-185 {
    padding-bottom: 185px;
  }
  .pl-md-185 {
    padding-left: 185px;
  }
  .px-md-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .py-md-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .mt-md-185 {
    margin-top: 185px;
  }
  .mr-md-185 {
    margin-right: 185px;
  }
  .mb-md-185 {
    margin-bottom: 185px;
  }
  .ml-md-185 {
    margin-left: 185px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pr-md-190 {
    padding-right: 190px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .pl-md-190 {
    padding-left: 190px;
  }
  .px-md-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .mt-md-190 {
    margin-top: 190px;
  }
  .mr-md-190 {
    margin-right: 190px;
  }
  .mb-md-190 {
    margin-bottom: 190px;
  }
  .ml-md-190 {
    margin-left: 190px;
  }
  .pt-md-195 {
    padding-top: 195px;
  }
  .pr-md-195 {
    padding-right: 195px;
  }
  .pb-md-195 {
    padding-bottom: 195px;
  }
  .pl-md-195 {
    padding-left: 195px;
  }
  .px-md-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .py-md-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .mt-md-195 {
    margin-top: 195px;
  }
  .mr-md-195 {
    margin-right: 195px;
  }
  .mb-md-195 {
    margin-bottom: 195px;
  }
  .ml-md-195 {
    margin-left: 195px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pr-md-200 {
    padding-right: 200px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .pl-md-200 {
    padding-left: 200px;
  }
  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-0 {
    width: 0%;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-100 {
    width: 100%;
  }
  .w-md-auto {
    width: auto;
  }
  .width-md-10 {
    width: 10px;
  }
  .width-md-20 {
    width: 20px;
  }
  .width-md-30 {
    width: 30px;
  }
  .width-md-40 {
    width: 40px;
  }
  .width-md-50 {
    width: 50px;
  }
  .width-md-60 {
    width: 60px;
  }
  .width-md-70 {
    width: 70px;
  }
  .width-md-80 {
    width: 80px;
  }
  .width-md-90 {
    width: 90px;
  }
  .width-md-100 {
    width: 100px;
  }
  .width-md-110 {
    width: 110px;
  }
  .width-md-120 {
    width: 120px;
  }
  .width-md-130 {
    width: 130px;
  }
  .width-md-140 {
    width: 140px;
  }
  .width-md-150 {
    width: 150px;
  }
  .width-md-160 {
    width: 160px;
  }
  .width-md-170 {
    width: 170px;
  }
  .width-md-180 {
    width: 180px;
  }
  .width-md-190 {
    width: 190px;
  }
  .width-md-200 {
    width: 200px;
  }
  .width-md-210 {
    width: 210px;
  }
  .width-md-220 {
    width: 220px;
  }
  .width-md-230 {
    width: 230px;
  }
  .width-md-240 {
    width: 240px;
  }
  .width-md-250 {
    width: 250px;
  }
  .width-md-260 {
    width: 260px;
  }
  .width-md-270 {
    width: 270px;
  }
  .width-md-280 {
    width: 280px;
  }
  .width-md-290 {
    width: 290px;
  }
  .width-md-300 {
    width: 300px;
  }
  .width-md-310 {
    width: 310px;
  }
  .width-md-320 {
    width: 320px;
  }
  .width-md-330 {
    width: 330px;
  }
  .width-md-340 {
    width: 340px;
  }
  .width-md-350 {
    width: 350px;
  }
  .width-md-360 {
    width: 360px;
  }
  .width-md-370 {
    width: 370px;
  }
  .width-md-380 {
    width: 380px;
  }
  .width-md-390 {
    width: 390px;
  }
  .width-md-400 {
    width: 400px;
  }
  .flex-md-middle {
    align-items: center;
  }
  .flex-md-top {
    align-items: flex-start;
  }
  .flex-md-bottom {
    align-items: flex-end;
  }
  .flex-md-stretch {
    align-items: stretch;
  }
  .flex-md-center {
    justify-content: center;
  }
  .flex-md-start {
    justify-content: flex-start;
  }
  .flex-md-end {
    justify-content: flex-end;
  }
  .flex-md-between {
    justify-content: space-between;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-grow {
    flex-grow: 1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .item-spacing-md-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-spacing-md-15 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-spacing-md-20 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-spacing-md-25 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .item-spacing-md-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-spacing-md-35 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .item-spacing-md-40 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-spacing-md-45 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .item-spacing-md-50 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .px-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .px-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .px-lg-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .px-lg-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .px-lg-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .px-lg-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .px-lg-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pr-lg-105 {
    padding-right: 105px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .pl-lg-105 {
    padding-left: 105px;
  }
  .px-lg-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .mr-lg-105 {
    margin-right: 105px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .ml-lg-105 {
    margin-left: 105px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pr-lg-110 {
    padding-right: 110px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pl-lg-110 {
    padding-left: 110px;
  }
  .px-lg-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mr-lg-110 {
    margin-right: 110px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .ml-lg-110 {
    margin-left: 110px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pr-lg-115 {
    padding-right: 115px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .pl-lg-115 {
    padding-left: 115px;
  }
  .px-lg-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .mr-lg-115 {
    margin-right: 115px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .ml-lg-115 {
    margin-left: 115px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .pt-lg-125 {
    padding-top: 125px;
  }
  .pr-lg-125 {
    padding-right: 125px;
  }
  .pb-lg-125 {
    padding-bottom: 125px;
  }
  .pl-lg-125 {
    padding-left: 125px;
  }
  .px-lg-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .mr-lg-125 {
    margin-right: 125px;
  }
  .mb-lg-125 {
    margin-bottom: 125px;
  }
  .ml-lg-125 {
    margin-left: 125px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pr-lg-130 {
    padding-right: 130px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pl-lg-130 {
    padding-left: 130px;
  }
  .px-lg-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mr-lg-130 {
    margin-right: 130px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .ml-lg-130 {
    margin-left: 130px;
  }
  .pt-lg-135 {
    padding-top: 135px;
  }
  .pr-lg-135 {
    padding-right: 135px;
  }
  .pb-lg-135 {
    padding-bottom: 135px;
  }
  .pl-lg-135 {
    padding-left: 135px;
  }
  .px-lg-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .py-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .mt-lg-135 {
    margin-top: 135px;
  }
  .mr-lg-135 {
    margin-right: 135px;
  }
  .mb-lg-135 {
    margin-bottom: 135px;
  }
  .ml-lg-135 {
    margin-left: 135px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .ml-lg-140 {
    margin-left: 140px;
  }
  .pt-lg-145 {
    padding-top: 145px;
  }
  .pr-lg-145 {
    padding-right: 145px;
  }
  .pb-lg-145 {
    padding-bottom: 145px;
  }
  .pl-lg-145 {
    padding-left: 145px;
  }
  .px-lg-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .py-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .mt-lg-145 {
    margin-top: 145px;
  }
  .mr-lg-145 {
    margin-right: 145px;
  }
  .mb-lg-145 {
    margin-bottom: 145px;
  }
  .ml-lg-145 {
    margin-left: 145px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .pt-lg-155 {
    padding-top: 155px;
  }
  .pr-lg-155 {
    padding-right: 155px;
  }
  .pb-lg-155 {
    padding-bottom: 155px;
  }
  .pl-lg-155 {
    padding-left: 155px;
  }
  .px-lg-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .py-lg-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .mt-lg-155 {
    margin-top: 155px;
  }
  .mr-lg-155 {
    margin-right: 155px;
  }
  .mb-lg-155 {
    margin-bottom: 155px;
  }
  .ml-lg-155 {
    margin-left: 155px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .pt-lg-165 {
    padding-top: 165px;
  }
  .pr-lg-165 {
    padding-right: 165px;
  }
  .pb-lg-165 {
    padding-bottom: 165px;
  }
  .pl-lg-165 {
    padding-left: 165px;
  }
  .px-lg-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .py-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .mt-lg-165 {
    margin-top: 165px;
  }
  .mr-lg-165 {
    margin-right: 165px;
  }
  .mb-lg-165 {
    margin-bottom: 165px;
  }
  .ml-lg-165 {
    margin-left: 165px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pr-lg-170 {
    padding-right: 170px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .pl-lg-170 {
    padding-left: 170px;
  }
  .px-lg-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .mt-lg-170 {
    margin-top: 170px;
  }
  .mr-lg-170 {
    margin-right: 170px;
  }
  .mb-lg-170 {
    margin-bottom: 170px;
  }
  .ml-lg-170 {
    margin-left: 170px;
  }
  .pt-lg-175 {
    padding-top: 175px;
  }
  .pr-lg-175 {
    padding-right: 175px;
  }
  .pb-lg-175 {
    padding-bottom: 175px;
  }
  .pl-lg-175 {
    padding-left: 175px;
  }
  .px-lg-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .py-lg-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .mt-lg-175 {
    margin-top: 175px;
  }
  .mr-lg-175 {
    margin-right: 175px;
  }
  .mb-lg-175 {
    margin-bottom: 175px;
  }
  .ml-lg-175 {
    margin-left: 175px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pr-lg-180 {
    padding-right: 180px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .pl-lg-180 {
    padding-left: 180px;
  }
  .px-lg-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mr-lg-180 {
    margin-right: 180px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .ml-lg-180 {
    margin-left: 180px;
  }
  .pt-lg-185 {
    padding-top: 185px;
  }
  .pr-lg-185 {
    padding-right: 185px;
  }
  .pb-lg-185 {
    padding-bottom: 185px;
  }
  .pl-lg-185 {
    padding-left: 185px;
  }
  .px-lg-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .py-lg-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .mt-lg-185 {
    margin-top: 185px;
  }
  .mr-lg-185 {
    margin-right: 185px;
  }
  .mb-lg-185 {
    margin-bottom: 185px;
  }
  .ml-lg-185 {
    margin-left: 185px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pr-lg-190 {
    padding-right: 190px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .pl-lg-190 {
    padding-left: 190px;
  }
  .px-lg-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
  .mr-lg-190 {
    margin-right: 190px;
  }
  .mb-lg-190 {
    margin-bottom: 190px;
  }
  .ml-lg-190 {
    margin-left: 190px;
  }
  .pt-lg-195 {
    padding-top: 195px;
  }
  .pr-lg-195 {
    padding-right: 195px;
  }
  .pb-lg-195 {
    padding-bottom: 195px;
  }
  .pl-lg-195 {
    padding-left: 195px;
  }
  .px-lg-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .py-lg-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .mt-lg-195 {
    margin-top: 195px;
  }
  .mr-lg-195 {
    margin-right: 195px;
  }
  .mb-lg-195 {
    margin-bottom: 195px;
  }
  .ml-lg-195 {
    margin-left: 195px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-0 {
    width: 0%;
  }
  .w-lg-5 {
    width: 5%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-lg-auto {
    width: auto;
  }
  .width-lg-10 {
    width: 10px;
  }
  .width-lg-20 {
    width: 20px;
  }
  .width-lg-30 {
    width: 30px;
  }
  .width-lg-40 {
    width: 40px;
  }
  .width-lg-50 {
    width: 50px;
  }
  .width-lg-60 {
    width: 60px;
  }
  .width-lg-70 {
    width: 70px;
  }
  .width-lg-80 {
    width: 80px;
  }
  .width-lg-90 {
    width: 90px;
  }
  .width-lg-100 {
    width: 100px;
  }
  .width-lg-110 {
    width: 110px;
  }
  .width-lg-120 {
    width: 120px;
  }
  .width-lg-130 {
    width: 130px;
  }
  .width-lg-140 {
    width: 140px;
  }
  .width-lg-150 {
    width: 150px;
  }
  .width-lg-160 {
    width: 160px;
  }
  .width-lg-170 {
    width: 170px;
  }
  .width-lg-180 {
    width: 180px;
  }
  .width-lg-190 {
    width: 190px;
  }
  .width-lg-200 {
    width: 200px;
  }
  .width-lg-210 {
    width: 210px;
  }
  .width-lg-220 {
    width: 220px;
  }
  .width-lg-230 {
    width: 230px;
  }
  .width-lg-240 {
    width: 240px;
  }
  .width-lg-250 {
    width: 250px;
  }
  .width-lg-260 {
    width: 260px;
  }
  .width-lg-270 {
    width: 270px;
  }
  .width-lg-280 {
    width: 280px;
  }
  .width-lg-290 {
    width: 290px;
  }
  .width-lg-300 {
    width: 300px;
  }
  .width-lg-310 {
    width: 310px;
  }
  .width-lg-320 {
    width: 320px;
  }
  .width-lg-330 {
    width: 330px;
  }
  .width-lg-340 {
    width: 340px;
  }
  .width-lg-350 {
    width: 350px;
  }
  .width-lg-360 {
    width: 360px;
  }
  .width-lg-370 {
    width: 370px;
  }
  .width-lg-380 {
    width: 380px;
  }
  .width-lg-390 {
    width: 390px;
  }
  .width-lg-400 {
    width: 400px;
  }
  .flex-lg-middle {
    align-items: center;
  }
  .flex-lg-top {
    align-items: flex-start;
  }
  .flex-lg-bottom {
    align-items: flex-end;
  }
  .flex-lg-stretch {
    align-items: stretch;
  }
  .flex-lg-center {
    justify-content: center;
  }
  .flex-lg-start {
    justify-content: flex-start;
  }
  .flex-lg-end {
    justify-content: flex-end;
  }
  .flex-lg-between {
    justify-content: space-between;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-grow {
    flex-grow: 1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .item-spacing-lg-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-spacing-lg-15 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-spacing-lg-20 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-spacing-lg-25 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .item-spacing-lg-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-spacing-lg-35 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .item-spacing-lg-40 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-spacing-lg-45 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .item-spacing-lg-50 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .px-xl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .pt-xl-35 {
    padding-top: 35px;
  }
  .pr-xl-35 {
    padding-right: 35px;
  }
  .pb-xl-35 {
    padding-bottom: 35px;
  }
  .pl-xl-35 {
    padding-left: 35px;
  }
  .px-xl-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mt-xl-35 {
    margin-top: 35px;
  }
  .mr-xl-35 {
    margin-right: 35px;
  }
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .ml-xl-35 {
    margin-left: 35px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .px-xl-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .pt-xl-55 {
    padding-top: 55px;
  }
  .pr-xl-55 {
    padding-right: 55px;
  }
  .pb-xl-55 {
    padding-bottom: 55px;
  }
  .pl-xl-55 {
    padding-left: 55px;
  }
  .px-xl-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mt-xl-55 {
    margin-top: 55px;
  }
  .mr-xl-55 {
    margin-right: 55px;
  }
  .mb-xl-55 {
    margin-bottom: 55px;
  }
  .ml-xl-55 {
    margin-left: 55px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .pt-xl-65 {
    padding-top: 65px;
  }
  .pr-xl-65 {
    padding-right: 65px;
  }
  .pb-xl-65 {
    padding-bottom: 65px;
  }
  .pl-xl-65 {
    padding-left: 65px;
  }
  .px-xl-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-xl-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .mt-xl-65 {
    margin-top: 65px;
  }
  .mr-xl-65 {
    margin-right: 65px;
  }
  .mb-xl-65 {
    margin-bottom: 65px;
  }
  .ml-xl-65 {
    margin-left: 65px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .px-xl-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .pt-xl-85 {
    padding-top: 85px;
  }
  .pr-xl-85 {
    padding-right: 85px;
  }
  .pb-xl-85 {
    padding-bottom: 85px;
  }
  .pl-xl-85 {
    padding-left: 85px;
  }
  .px-xl-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .mt-xl-85 {
    margin-top: 85px;
  }
  .mr-xl-85 {
    margin-right: 85px;
  }
  .mb-xl-85 {
    margin-bottom: 85px;
  }
  .ml-xl-85 {
    margin-left: 85px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .px-xl-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mr-xl-90 {
    margin-right: 90px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .ml-xl-90 {
    margin-left: 90px;
  }
  .pt-xl-95 {
    padding-top: 95px;
  }
  .pr-xl-95 {
    padding-right: 95px;
  }
  .pb-xl-95 {
    padding-bottom: 95px;
  }
  .pl-xl-95 {
    padding-left: 95px;
  }
  .px-xl-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-xl-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .mt-xl-95 {
    margin-top: 95px;
  }
  .mr-xl-95 {
    margin-right: 95px;
  }
  .mb-xl-95 {
    margin-bottom: 95px;
  }
  .ml-xl-95 {
    margin-left: 95px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .pt-xl-105 {
    padding-top: 105px;
  }
  .pr-xl-105 {
    padding-right: 105px;
  }
  .pb-xl-105 {
    padding-bottom: 105px;
  }
  .pl-xl-105 {
    padding-left: 105px;
  }
  .px-xl-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-xl-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .mt-xl-105 {
    margin-top: 105px;
  }
  .mr-xl-105 {
    margin-right: 105px;
  }
  .mb-xl-105 {
    margin-bottom: 105px;
  }
  .ml-xl-105 {
    margin-left: 105px;
  }
  .pt-xl-110 {
    padding-top: 110px;
  }
  .pr-xl-110 {
    padding-right: 110px;
  }
  .pb-xl-110 {
    padding-bottom: 110px;
  }
  .pl-xl-110 {
    padding-left: 110px;
  }
  .px-xl-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .mt-xl-110 {
    margin-top: 110px;
  }
  .mr-xl-110 {
    margin-right: 110px;
  }
  .mb-xl-110 {
    margin-bottom: 110px;
  }
  .ml-xl-110 {
    margin-left: 110px;
  }
  .pt-xl-115 {
    padding-top: 115px;
  }
  .pr-xl-115 {
    padding-right: 115px;
  }
  .pb-xl-115 {
    padding-bottom: 115px;
  }
  .pl-xl-115 {
    padding-left: 115px;
  }
  .px-xl-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-xl-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .mt-xl-115 {
    margin-top: 115px;
  }
  .mr-xl-115 {
    margin-right: 115px;
  }
  .mb-xl-115 {
    margin-bottom: 115px;
  }
  .ml-xl-115 {
    margin-left: 115px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .pt-xl-125 {
    padding-top: 125px;
  }
  .pr-xl-125 {
    padding-right: 125px;
  }
  .pb-xl-125 {
    padding-bottom: 125px;
  }
  .pl-xl-125 {
    padding-left: 125px;
  }
  .px-xl-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-xl-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .mt-xl-125 {
    margin-top: 125px;
  }
  .mr-xl-125 {
    margin-right: 125px;
  }
  .mb-xl-125 {
    margin-bottom: 125px;
  }
  .ml-xl-125 {
    margin-left: 125px;
  }
  .pt-xl-130 {
    padding-top: 130px;
  }
  .pr-xl-130 {
    padding-right: 130px;
  }
  .pb-xl-130 {
    padding-bottom: 130px;
  }
  .pl-xl-130 {
    padding-left: 130px;
  }
  .px-xl-130 {
    padding-left: 130px;
    padding-right: 130px;
  }
  .py-xl-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .mt-xl-130 {
    margin-top: 130px;
  }
  .mr-xl-130 {
    margin-right: 130px;
  }
  .mb-xl-130 {
    margin-bottom: 130px;
  }
  .ml-xl-130 {
    margin-left: 130px;
  }
  .pt-xl-135 {
    padding-top: 135px;
  }
  .pr-xl-135 {
    padding-right: 135px;
  }
  .pb-xl-135 {
    padding-bottom: 135px;
  }
  .pl-xl-135 {
    padding-left: 135px;
  }
  .px-xl-135 {
    padding-left: 135px;
    padding-right: 135px;
  }
  .py-xl-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .mt-xl-135 {
    margin-top: 135px;
  }
  .mr-xl-135 {
    margin-right: 135px;
  }
  .mb-xl-135 {
    margin-bottom: 135px;
  }
  .ml-xl-135 {
    margin-left: 135px;
  }
  .pt-xl-140 {
    padding-top: 140px;
  }
  .pr-xl-140 {
    padding-right: 140px;
  }
  .pb-xl-140 {
    padding-bottom: 140px;
  }
  .pl-xl-140 {
    padding-left: 140px;
  }
  .px-xl-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .mt-xl-140 {
    margin-top: 140px;
  }
  .mr-xl-140 {
    margin-right: 140px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .ml-xl-140 {
    margin-left: 140px;
  }
  .pt-xl-145 {
    padding-top: 145px;
  }
  .pr-xl-145 {
    padding-right: 145px;
  }
  .pb-xl-145 {
    padding-bottom: 145px;
  }
  .pl-xl-145 {
    padding-left: 145px;
  }
  .px-xl-145 {
    padding-left: 145px;
    padding-right: 145px;
  }
  .py-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .mt-xl-145 {
    margin-top: 145px;
  }
  .mr-xl-145 {
    margin-right: 145px;
  }
  .mb-xl-145 {
    margin-bottom: 145px;
  }
  .ml-xl-145 {
    margin-left: 145px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .pt-xl-155 {
    padding-top: 155px;
  }
  .pr-xl-155 {
    padding-right: 155px;
  }
  .pb-xl-155 {
    padding-bottom: 155px;
  }
  .pl-xl-155 {
    padding-left: 155px;
  }
  .px-xl-155 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .py-xl-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .mt-xl-155 {
    margin-top: 155px;
  }
  .mr-xl-155 {
    margin-right: 155px;
  }
  .mb-xl-155 {
    margin-bottom: 155px;
  }
  .ml-xl-155 {
    margin-left: 155px;
  }
  .pt-xl-160 {
    padding-top: 160px;
  }
  .pr-xl-160 {
    padding-right: 160px;
  }
  .pb-xl-160 {
    padding-bottom: 160px;
  }
  .pl-xl-160 {
    padding-left: 160px;
  }
  .px-xl-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .mt-xl-160 {
    margin-top: 160px;
  }
  .mr-xl-160 {
    margin-right: 160px;
  }
  .mb-xl-160 {
    margin-bottom: 160px;
  }
  .ml-xl-160 {
    margin-left: 160px;
  }
  .pt-xl-165 {
    padding-top: 165px;
  }
  .pr-xl-165 {
    padding-right: 165px;
  }
  .pb-xl-165 {
    padding-bottom: 165px;
  }
  .pl-xl-165 {
    padding-left: 165px;
  }
  .px-xl-165 {
    padding-left: 165px;
    padding-right: 165px;
  }
  .py-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .mt-xl-165 {
    margin-top: 165px;
  }
  .mr-xl-165 {
    margin-right: 165px;
  }
  .mb-xl-165 {
    margin-bottom: 165px;
  }
  .ml-xl-165 {
    margin-left: 165px;
  }
  .pt-xl-170 {
    padding-top: 170px;
  }
  .pr-xl-170 {
    padding-right: 170px;
  }
  .pb-xl-170 {
    padding-bottom: 170px;
  }
  .pl-xl-170 {
    padding-left: 170px;
  }
  .px-xl-170 {
    padding-left: 170px;
    padding-right: 170px;
  }
  .py-xl-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .mt-xl-170 {
    margin-top: 170px;
  }
  .mr-xl-170 {
    margin-right: 170px;
  }
  .mb-xl-170 {
    margin-bottom: 170px;
  }
  .ml-xl-170 {
    margin-left: 170px;
  }
  .pt-xl-175 {
    padding-top: 175px;
  }
  .pr-xl-175 {
    padding-right: 175px;
  }
  .pb-xl-175 {
    padding-bottom: 175px;
  }
  .pl-xl-175 {
    padding-left: 175px;
  }
  .px-xl-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .py-xl-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .mt-xl-175 {
    margin-top: 175px;
  }
  .mr-xl-175 {
    margin-right: 175px;
  }
  .mb-xl-175 {
    margin-bottom: 175px;
  }
  .ml-xl-175 {
    margin-left: 175px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pr-xl-180 {
    padding-right: 180px;
  }
  .pb-xl-180 {
    padding-bottom: 180px;
  }
  .pl-xl-180 {
    padding-left: 180px;
  }
  .px-xl-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-xl-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .mt-xl-180 {
    margin-top: 180px;
  }
  .mr-xl-180 {
    margin-right: 180px;
  }
  .mb-xl-180 {
    margin-bottom: 180px;
  }
  .ml-xl-180 {
    margin-left: 180px;
  }
  .pt-xl-185 {
    padding-top: 185px;
  }
  .pr-xl-185 {
    padding-right: 185px;
  }
  .pb-xl-185 {
    padding-bottom: 185px;
  }
  .pl-xl-185 {
    padding-left: 185px;
  }
  .px-xl-185 {
    padding-left: 185px;
    padding-right: 185px;
  }
  .py-xl-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .mt-xl-185 {
    margin-top: 185px;
  }
  .mr-xl-185 {
    margin-right: 185px;
  }
  .mb-xl-185 {
    margin-bottom: 185px;
  }
  .ml-xl-185 {
    margin-left: 185px;
  }
  .pt-xl-190 {
    padding-top: 190px;
  }
  .pr-xl-190 {
    padding-right: 190px;
  }
  .pb-xl-190 {
    padding-bottom: 190px;
  }
  .pl-xl-190 {
    padding-left: 190px;
  }
  .px-xl-190 {
    padding-left: 190px;
    padding-right: 190px;
  }
  .py-xl-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .mt-xl-190 {
    margin-top: 190px;
  }
  .mr-xl-190 {
    margin-right: 190px;
  }
  .mb-xl-190 {
    margin-bottom: 190px;
  }
  .ml-xl-190 {
    margin-left: 190px;
  }
  .pt-xl-195 {
    padding-top: 195px;
  }
  .pr-xl-195 {
    padding-right: 195px;
  }
  .pb-xl-195 {
    padding-bottom: 195px;
  }
  .pl-xl-195 {
    padding-left: 195px;
  }
  .px-xl-195 {
    padding-left: 195px;
    padding-right: 195px;
  }
  .py-xl-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .mt-xl-195 {
    margin-top: 195px;
  }
  .mr-xl-195 {
    margin-right: 195px;
  }
  .mb-xl-195 {
    margin-bottom: 195px;
  }
  .ml-xl-195 {
    margin-left: 195px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pr-xl-200 {
    padding-right: 200px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .pl-xl-200 {
    padding-left: 200px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-0 {
    width: 0%;
  }
  .w-xl-5 {
    width: 5%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .w-xl-auto {
    width: auto;
  }
  .width-xl-10 {
    width: 10px;
  }
  .width-xl-20 {
    width: 20px;
  }
  .width-xl-30 {
    width: 30px;
  }
  .width-xl-40 {
    width: 40px;
  }
  .width-xl-50 {
    width: 50px;
  }
  .width-xl-60 {
    width: 60px;
  }
  .width-xl-70 {
    width: 70px;
  }
  .width-xl-80 {
    width: 80px;
  }
  .width-xl-90 {
    width: 90px;
  }
  .width-xl-100 {
    width: 100px;
  }
  .width-xl-110 {
    width: 110px;
  }
  .width-xl-120 {
    width: 120px;
  }
  .width-xl-130 {
    width: 130px;
  }
  .width-xl-140 {
    width: 140px;
  }
  .width-xl-150 {
    width: 150px;
  }
  .width-xl-160 {
    width: 160px;
  }
  .width-xl-170 {
    width: 170px;
  }
  .width-xl-180 {
    width: 180px;
  }
  .width-xl-190 {
    width: 190px;
  }
  .width-xl-200 {
    width: 200px;
  }
  .width-xl-210 {
    width: 210px;
  }
  .width-xl-220 {
    width: 220px;
  }
  .width-xl-230 {
    width: 230px;
  }
  .width-xl-240 {
    width: 240px;
  }
  .width-xl-250 {
    width: 250px;
  }
  .width-xl-260 {
    width: 260px;
  }
  .width-xl-270 {
    width: 270px;
  }
  .width-xl-280 {
    width: 280px;
  }
  .width-xl-290 {
    width: 290px;
  }
  .width-xl-300 {
    width: 300px;
  }
  .width-xl-310 {
    width: 310px;
  }
  .width-xl-320 {
    width: 320px;
  }
  .width-xl-330 {
    width: 330px;
  }
  .width-xl-340 {
    width: 340px;
  }
  .width-xl-350 {
    width: 350px;
  }
  .width-xl-360 {
    width: 360px;
  }
  .width-xl-370 {
    width: 370px;
  }
  .width-xl-380 {
    width: 380px;
  }
  .width-xl-390 {
    width: 390px;
  }
  .width-xl-400 {
    width: 400px;
  }
  .flex-xl-middle {
    align-items: center;
  }
  .flex-xl-top {
    align-items: flex-start;
  }
  .flex-xl-bottom {
    align-items: flex-end;
  }
  .flex-xl-stretch {
    align-items: stretch;
  }
  .flex-xl-center {
    justify-content: center;
  }
  .flex-xl-start {
    justify-content: flex-start;
  }
  .flex-xl-end {
    justify-content: flex-end;
  }
  .flex-xl-between {
    justify-content: space-between;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-grow {
    flex-grow: 1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .item-spacing-xl-10 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-spacing-xl-15 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-spacing-xl-20 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-spacing-xl-25 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .item-spacing-xl-30 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-spacing-xl-35 > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .item-spacing-xl-40 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-spacing-xl-45 > * {
    padding-left: 45px;
    padding-right: 45px;
  }
  .item-spacing-xl-50 > * {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}
.mw-100 {
  max-width: 100%;
}

.e-container {
  --padding-top: var(--container-default-padding-top,0) !important;
  --padding-right: var(--container-default-padding-right,0) !important;
  --padding-bottom: var(--container-default-padding-bottom,0) !important;
  --padding-left: var(--container-default-padding-left,0) !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul, ol {
  padding-left: 20px;
}

.font-regular, header .header-nav .dropdown-submenu .dropdown-submenu-item > a {
  font-family: "Open Sans", sans-serif;
}

.font-alt, .product-gallery .product-badges .badge-preorder .badge-counter span, .product-badge, .product-card .product-image .product-badges .badge-preorder .badge-counter span, header .header-nav .dropdown-menu .dropdown-menu-item > a, header .header-nav .nav-item > a, .btn, h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

a {
  color: #0B669B;
}
a.link-simple {
  text-decoration: none;
  color: #1C1B1C;
}
a.link-simple:hover {
  color: #0B669B;
}

.text-xsmall {
  font-size: 12px;
}
.text-small {
  font-size: 14px;
}
.text-regular {
  font-size: 16px;
}
.text-larger {
  font-size: 18px;
}
.text-large, .btn {
  font-size: 20px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #1C1B1C;
}
.text-primary {
  color: #0B669B;
}
.text-success {
  color: #009900;
}
.text-danger {
  color: #D42239;
}
.text-warning {
  color: #F7B500;
}
.text-light {
  color: #999999;
}
.text-line {
  text-decoration: line-through;
}
.text-nowrap {
  white-space: nowrap;
}
.text-input-height {
  height: 50px;
  line-height: 50px;
}
.text-h1 {
  font-size: 24px !important;
}
.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 567px) {
  .text-sm-xsmall {
    font-size: 12px;
  }
  .text-sm-small {
    font-size: 14px;
  }
  .text-sm-regular {
    font-size: 16px;
  }
  .text-sm-larger {
    font-size: 18px;
  }
  .text-sm-large {
    font-size: 20px;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-white {
    color: #fff;
  }
  .text-sm-dark {
    color: #1C1B1C;
  }
  .text-sm-primary {
    color: #0B669B;
  }
  .text-sm-success {
    color: #009900;
  }
  .text-sm-danger {
    color: #D42239;
  }
  .text-sm-warning {
    color: #F7B500;
  }
  .text-sm-light {
    color: #999999;
  }
  .text-sm-line {
    text-decoration: line-through;
  }
  .text-sm-nowrap {
    white-space: nowrap;
  }
  .text-sm-input-height {
    height: 50px;
    line-height: 50px;
  }
  .text-sm-h1 {
    font-size: 24px !important;
  }
  .text-sm-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .text-md-xsmall {
    font-size: 12px;
  }
  .text-md-small {
    font-size: 14px;
  }
  .text-md-regular {
    font-size: 16px;
  }
  .text-md-larger {
    font-size: 18px;
  }
  .text-md-large {
    font-size: 20px;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-white {
    color: #fff;
  }
  .text-md-dark {
    color: #1C1B1C;
  }
  .text-md-primary {
    color: #0B669B;
  }
  .text-md-success {
    color: #009900;
  }
  .text-md-danger {
    color: #D42239;
  }
  .text-md-warning {
    color: #F7B500;
  }
  .text-md-light {
    color: #999999;
  }
  .text-md-line {
    text-decoration: line-through;
  }
  .text-md-nowrap {
    white-space: nowrap;
  }
  .text-md-input-height {
    height: 50px;
    line-height: 50px;
  }
  .text-md-h1 {
    font-size: 24px !important;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .text-lg-xsmall {
    font-size: 12px;
  }
  .text-lg-small {
    font-size: 14px;
  }
  .text-lg-regular {
    font-size: 16px;
  }
  .text-lg-larger {
    font-size: 18px;
  }
  .text-lg-large {
    font-size: 20px;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-white {
    color: #fff;
  }
  .text-lg-dark {
    color: #1C1B1C;
  }
  .text-lg-primary {
    color: #0B669B;
  }
  .text-lg-success {
    color: #009900;
  }
  .text-lg-danger {
    color: #D42239;
  }
  .text-lg-warning {
    color: #F7B500;
  }
  .text-lg-light {
    color: #999999;
  }
  .text-lg-line {
    text-decoration: line-through;
  }
  .text-lg-nowrap {
    white-space: nowrap;
  }
  .text-lg-input-height {
    height: 50px;
    line-height: 50px;
  }
  .text-lg-h1 {
    font-size: 24px !important;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .text-xl-xsmall {
    font-size: 12px;
  }
  .text-xl-small {
    font-size: 14px;
  }
  .text-xl-regular {
    font-size: 16px;
  }
  .text-xl-larger {
    font-size: 18px;
  }
  .text-xl-large {
    font-size: 20px;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-white {
    color: #fff;
  }
  .text-xl-dark {
    color: #1C1B1C;
  }
  .text-xl-primary {
    color: #0B669B;
  }
  .text-xl-success {
    color: #009900;
  }
  .text-xl-danger {
    color: #D42239;
  }
  .text-xl-warning {
    color: #F7B500;
  }
  .text-xl-light {
    color: #999999;
  }
  .text-xl-line {
    text-decoration: line-through;
  }
  .text-xl-nowrap {
    white-space: nowrap;
  }
  .text-xl-input-height {
    height: 50px;
    line-height: 50px;
  }
  .text-xl-h1 {
    font-size: 24px !important;
  }
  .text-xl-uppercase {
    text-transform: uppercase;
  }
}
.lh-1 {
  line-height: 1;
}
.lh-115 {
  line-height: 1.15;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 16px;
}

@media (max-width: 567px) {
  h1 {
    font-size: 20px;
  }
  .text-large, .btn {
    font-size: 18px;
  }
}
table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
}
table th {
  text-align: left;
  padding: 6px 15px;
  border: none !important;
  font-weight: 600;
}
table th:first-child {
  padding-left: 0;
}
table th:last-child {
  padding-right: 0;
}
table tbody > tr:nth-child(2) td {
  border-top: none !important;
}
table td {
  border: 1px solid rgba(221, 215, 217, 0.5);
  padding: 6px 15px;
}
table td:first-child {
  border-left: none;
  padding-left: 0;
}
table td:last-child {
  border-right: none;
  padding-right: 0;
}
table tr:first-child td {
  border-top: none;
}
table tr:last-child td {
  border-bottom: none;
}

.btn {
  display: inline-block;
  height: 52px;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.btn.btn-primary {
  background-color: #0B669B;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #09537e;
}
.btn.btn-success {
  background-color: #009900;
  color: #fff;
}
.btn.btn-success:hover {
  background-color: #007a00;
}
.btn.btn-outline {
  background-color: #fff;
  color: #0B669B;
  border: 2px solid #0B669B;
}
.btn.btn-outline:hover {
  background-color: #09537e;
  border-color: #09537e;
  color: #fff;
}
.btn.btn-wide {
  min-width: 250px;
  max-width: 100%;
}
.btn > a {
  display: block;
  text-decoration: none;
}
.btn-dropdown {
  display: inline-block;
}
.btn-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn.btn-sm {
  font-size: 14px;
  height: 34px;
  line-height: 30px;
}
.btn.btn-fancy {
  background-color: #FEEDE5;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #0B669B;
  font-size: 23px;
  height: 46px;
  line-height: 43px;
}
.btn.btn-fancy:after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #0B669B;
  top: -10px;
  bottom: -10px;
  left: 8px;
  right: 8px;
}

@media (max-width: 567px) {
  .btn {
    height: 46px;
    font-size: 16px;
    line-height: 44px;
  }
  .btn.btn-wide {
    min-width: 0;
    display: block;
    width: 100%;
  }
}
.form-control, .shipping-methods-container select.montonio-pickup-point-select:not(.select2-hidden-accessible), .quantity .qty {
  display: block;
  width: 100%;
  height: 50px;
  border: 2px solid #DDD7D9;
  padding: 0 16px;
  border-radius: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
}
.form-control:focus, .shipping-methods-container select.montonio-pickup-point-select:focus:not(.select2-hidden-accessible), .form-control:active, .shipping-methods-container select.montonio-pickup-point-select:active:not(.select2-hidden-accessible), .quantity .qty:focus, .quantity .qty:active {
  outline: none;
  box-shadow: none;
}
.form-control.invalid, .shipping-methods-container select.invalid.montonio-pickup-point-select:not(.select2-hidden-accessible), .form-control.wpcf7-not-valid, .shipping-methods-container select.wpcf7-not-valid.montonio-pickup-point-select:not(.select2-hidden-accessible), .quantity .qty.invalid, .quantity .qty.wpcf7-not-valid {
  border-color: #D42239;
}
.form-control::placeholder, .shipping-methods-container select.montonio-pickup-point-select:not(.select2-hidden-accessible)::placeholder, .quantity .qty::placeholder {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
}
.form-control.form-control-sm, .shipping-methods-container select.form-control-sm.montonio-pickup-point-select:not(.select2-hidden-accessible), .quantity .qty.form-control-sm {
  height: 33px;
  padding: 0 8px;
  font-size: 14px;
}
.form-control.no-spinner::-webkit-inner-spin-button, .shipping-methods-container select.no-spinner.montonio-pickup-point-select:not(.select2-hidden-accessible)::-webkit-inner-spin-button, .form-control.no-spinner::-webkit-outer-spin-button, .shipping-methods-container select.no-spinner.montonio-pickup-point-select:not(.select2-hidden-accessible)::-webkit-outer-spin-button, .quantity .qty.no-spinner::-webkit-inner-spin-button, .quantity .qty.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.form-control-narrow, .shipping-methods-container select.form-control-narrow.montonio-pickup-point-select:not(.select2-hidden-accessible), .quantity .qty.form-control-narrow {
  width: 70px;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-control-select, .form-control-select-alt {
  display: block;
  width: 100%;
  position: relative;
}
.form-control-select select, .form-control-select-alt select {
  height: 50px;
  border: 2px solid #DDD7D9;
  padding: 0 16px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
  appearance: none;
  padding-right: 35px;
  -webkit-appearance: none;
}
.form-control-select select:focus, .form-control-select-alt select:focus {
  outline: none;
}
.form-control-select:after, .form-control-select-alt:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 16px;
  bottom: 19px;
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  pointer-events: none;
}
.form-control-select.arrow-down:after, .arrow-down.form-control-select-alt:after {
  transform: rotate(90deg);
}

.form-control-select-alt select {
  border-color: #0B669B;
}
.form-control-select-alt:after {
  transform: rotate(90deg);
}
.form-control-select-alt.arrow-right:after {
  transform: rotate(0);
}

.form-label, .shipping-methods-container .woocommerce-shipping-totals ~ label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
}

.checkbox {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.checkbox input {
  display: none !important;
}
.checkbox span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.checkbox:hover span {
  opacity: 0.2;
}
.checkbox input:checked + span {
  opacity: 1;
}
.checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.checkbox.invalid {
  border-color: #D42239;
}

.checkbox-group {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox-group .checkbox-label {
  cursor: pointer;
  font-size: 14px;
  padding-left: 12px;
  margin-top: -1px;
}
.checkbox-group .checkbox.disabled + .checkbox-label {
  opacity: 0.5;
  pointer-events: none;
}

label.checkbox-group, label.radio-group {
  cursor: pointer;
}
label.checkbox-group.inline, label.radio-group.inline {
  display: inline-flex;
}
label.checkbox-group:hover .checkbox input:not(:checked) + span, label.checkbox-group:hover .radio input:not(:checked) + span, label.radio-group:hover .checkbox input:not(:checked) + span, label.radio-group:hover .radio input:not(:checked) + span {
  opacity: 0.2;
}

.radio {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.radio input {
  display: none;
}
.radio span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.radio:hover span {
  opacity: 0.2;
}
.radio input:checked + span {
  opacity: 1;
}
.radio.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.radio-group {
  position: relative;
  display: flex;
  align-items: center;
}
.radio-group .radio-label {
  cursor: pointer;
  font-size: 14px;
  padding-left: 12px;
  margin-top: -1px;
}
.radio-group .radio.disabled + .radio-label {
  opacity: 0.5;
  pointer-events: none;
}

.search-input input {
  display: block;
  width: 100%;
  height: 51px;
  border-color: #0B669B;
  background-image: url(../img/icon-magnifier.svg);
  background-position: top 12px right 16px;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.search-input input:focus::placeholder {
  color: #fff;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
  order: 2;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  order: 1;
  font-size: 14px;
  color: #D42239;
}

.form-control-select .wpcf7-not-valid, .form-control-select-alt .wpcf7-not-valid {
  border-color: #D42239;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #D42239;
  padding: 10px 15px;
}
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 567px) {
  .form-control-select select, .form-control-select-alt select {
    height: 46px;
  }
  .form-control-select:after, .form-control-select-alt:after {
    bottom: 17px;
  }
}
.range-slider .multi-range-slider {
  box-shadow: none !important;
  padding: 10px 0 !important;
  border: none !important;
  margin-left: 8px;
  margin-right: 8px;
}
.range-slider .multi-range-slider .bar-left, .range-slider .multi-range-slider .bar-right {
  background-color: #DDD7D9 !important;
  box-shadow: none !important;
  height: 3px !important;
  padding: 0 !important;
  position: relative;
}
.range-slider .multi-range-slider .bar-left:before, .range-slider .multi-range-slider .bar-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #DDD7D9;
}
.range-slider .multi-range-slider .bar-left:before {
  left: -7px;
}
.range-slider .multi-range-slider .bar-right:before {
  right: -7px;
}
.range-slider .multi-range-slider .bar-inner {
  background-color: #0B669B !important;
  box-shadow: none !important;
  border: none !important;
  height: 3px !important;
}
.range-slider .multi-range-slider .thumb {
  border: none !important;
  background-color: transparent !important;
}
.range-slider .multi-range-slider .thumb > div {
  display: none !important;
}
.range-slider .multi-range-slider .thumb:before {
  border: none !important;
  background-color: #0B669B !important;
  box-shadow: none !important;
  width: 15px !important;
  height: 15px !important;
  margin-top: -6px !important;
}
.woocommerce-invalid .checkbox {
  border-color: #D42239;
}
.woocommerce-invalid .form-control, .woocommerce-invalid .shipping-methods-container select.montonio-pickup-point-select:not(.select2-hidden-accessible), .shipping-methods-container .woocommerce-invalid select.montonio-pickup-point-select:not(.select2-hidden-accessible) {
  border-color: #D42239;
}

.woocommerce-input-wrapper .select2-container, .shipping-methods-container .select2-container {
  display: block;
  width: 100% !important;
  height: 50px;
  border: 2px solid #DDD7D9;
  border-radius: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
}
.woocommerce-input-wrapper .select2-container > span.selection, .shipping-methods-container .select2-container > span.selection {
  display: block;
  border: none;
  padding: 0;
  height: 100%;
}
.woocommerce-input-wrapper .select2-container > span.selection > .select2-selection.select2-selection--single, .shipping-methods-container .select2-container > span.selection > .select2-selection.select2-selection--single {
  height: 100%;
  padding: 0 16px;
  border: none;
  border-radius: 0;
}
.woocommerce-input-wrapper .select2-container > span.selection > .select2-selection.select2-selection--single .select2-selection__rendered, .shipping-methods-container .select2-container > span.selection > .select2-selection.select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0;
  line-height: 46px;
}

.shipping-methods-container ul li label {
  margin-bottom: 0 !important;
}
.shipping-methods-container label {
  margin-bottom: 10px;
  display: block;
}
.shipping-methods-container abbr {
  display: none !important;
}
.shipping-methods-container .woocommerce-shipping-totals {
  margin-bottom: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 12px;
  bottom: 19px;
  top: 16px;
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  pointer-events: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-results__option {
  font-size: 14px;
  padding: 10px 16px;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #DDD7D9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0B669B;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-color: #DDD7D9;
  border-radius: 0 !important;
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below .select2-search,
.select2-container--open .select2-dropdown--above .select2-search {
  padding: 0 !important;
  border-bottom: 2px solid #DDD7D9;
}
.select2-container--open .select2-dropdown--below .select2-search .select2-search__field,
.select2-container--open .select2-dropdown--above .select2-search .select2-search__field {
  background-image: url(../img/icon-magnifier.svg);
  background-position: top 12px left 16px;
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  padding: 0 16px;
  height: 46px;
  font-family: "Open Sans", sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first {
  width: 100%;
  float: none !important;
}

.elementor-field-textual {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #DDD7D9 !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #1C1B1C !important;
}

textarea.elementor-field-textual {
  height: auto !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.elementor-field-label {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #1C1B1C !important;
}

.elementor-field-option {
  display: flex;
  align-items: center;
}
.elementor-field-option input[type=radio] {
  display: block !important;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.elementor-field-option input[type=radio]:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.elementor-field-option input[type=radio]:hover:after {
  opacity: 0.2;
}
.elementor-field-option input[type=radio]:checked:after {
  opacity: 1;
}
.elementor-field-option input[type=radio][disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.elementor-field-option input[type=checkbox] {
  display: block !important;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.elementor-field-option input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.elementor-field-option input[type=checkbox]:hover:after {
  opacity: 0.2;
}
.elementor-field-option input[type=checkbox]:checked:after {
  opacity: 1;
}
.elementor-field-option input[type=checkbox][disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.elementor-field-option input[type=checkbox].invalid {
  border-color: #D42239;
}
.elementor-field-option label {
  cursor: pointer;
  font-size: 14px !important;
  padding-left: 10px !important;
  margin-top: -1px;
  color: #1C1B1C !important;
}
.elementor-field-option:not(:last-child) {
  margin-bottom: 6px !important;
}

.elementor-field-type-submit button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0 !important;
  background-color: #0B669B !important;
  color: #fff !important;
}
.elementor-field-type-submit button:hover {
  background-color: #09537e !important;
}

.wpforms-field-container input[type=text], .wpforms-field-container input[type=email], .wpforms-field-container input[type=tel], .wpforms-field-container input[type=number], .wpforms-field-container input[type=password], .wpforms-field-container textarea, .wpforms-field-container select {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  border: 2px solid #DDD7D9 !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #1C1B1C !important;
}
.wpforms-field-container input[type=text].wpforms-error, .wpforms-field-container input[type=email].wpforms-error, .wpforms-field-container input[type=tel].wpforms-error, .wpforms-field-container input[type=number].wpforms-error, .wpforms-field-container input[type=password].wpforms-error, .wpforms-field-container textarea.wpforms-error, .wpforms-field-container select.wpforms-error {
  border-color: #D42239 !important;
}
.wpforms-field-container textarea {
  height: auto !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.wpforms-field-container .wpforms-field-label {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #1C1B1C !important;
}
.wpforms-field-container label.wpforms-error {
  color: #D42239 !important;
  padding-top: 4px !important;
}
.wpforms-field-container select {
  height: 50px;
  border: 2px solid #DDD7D9;
  padding: 0 16px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #1C1B1C;
  appearance: none;
  padding-right: 35px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  position: relative;
}
.wpforms-field-container select:focus {
  outline: none;
}
.wpforms-field-container select:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  right: 16px;
  bottom: 19px;
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  pointer-events: none;
}
.wpforms-field-container .wpforms-field-radio ul li, .wpforms-field-container .wpforms-field-checkbox ul li {
  display: flex;
  align-items: center;
}
.wpforms-field-container .wpforms-field-radio ul li label, .wpforms-field-container .wpforms-field-checkbox ul li label {
  cursor: pointer;
  font-size: 14px !important;
  padding-left: 10px !important;
  color: #1C1B1C !important;
}
.wpforms-field-container .wpforms-field-radio ul li:not(:last-child), .wpforms-field-container .wpforms-field-checkbox ul li:not(:last-child) {
  margin-bottom: 8px !important;
}
.wpforms-field-container .wpforms-field-radio input[type=radio] {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #1c1c1c !important;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.wpforms-field-container .wpforms-field-radio input[type=radio]:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.wpforms-field-container .wpforms-field-radio input[type=radio]:hover:after {
  opacity: 0.2;
}
.wpforms-field-container .wpforms-field-radio input[type=radio]:checked:after {
  opacity: 1;
}
.wpforms-field-container .wpforms-field-radio input[type=radio][disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.wpforms-field-container .wpforms-field-radio input[type=radio].wpforms-error {
  border-color: #D42239 !important;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox] {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #1c1c1c !important;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox]:hover:after {
  opacity: 0.2;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox]:checked:after {
  opacity: 1;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox][disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.wpforms-field-container .wpforms-field-checkbox input[type=checkbox].wpforms-error {
  border-color: #D42239 !important;
}

.wpforms-submit-container button.wpforms-submit {
  display: inline-block !important;
  height: 52px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  padding: 0 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent !important;
  cursor: pointer;
  box-sizing: border-box !important;
  background-color: #0B669B !important;
  color: #fff !important;
}
.wpforms-submit-container button.wpforms-submit:hover {
  background-color: #09537e !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
header .header-logo img {
  display: block;
  height: 52px;
}
header .header-logo a {
  display: block;
  width: fit-content;
}
header .header-top-bar .header-top-bar-content {
  height: 40px;
}
header .header-top-bar .bar-links {
  margin: 0 -20px;
}
header .header-top-bar .bar-links > * {
  display: block;
  margin: 0 10px;
  padding: 0 10px;
}
header .header-top-bar a {
  color: #fff;
  text-decoration: none;
}
header .header-top-bar .dropdown .dropdown-menu {
  margin-top: 9px;
}
header .header-controls .header-control {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header .header-controls .header-control:not(:first-child) {
  margin-left: 18px;
}
header .header-controls .header-control:not(:last-child) {
  margin-right: 18px;
}
header .header-controls .header-control.header-cart {
  position: relative;
}
header .header-controls .header-control.header-cart .header-cart-count {
  position: absolute;
  background-color: #D42239;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  right: -2px;
  bottom: -2px;
}
header .header-controls .header-control.header-cart .header-cart-count:not(.show) {
  display: none;
}
header .header-nav {
  padding-bottom: 15px;
}
header .header-nav a {
  text-decoration: none;
}
header .header-nav .mobile-menu-header {
  display: none;
}
header .header-nav .nav-item > a {
  color: #1C1B1C;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
header .header-nav .nav-item > a:hover {
  color: #0B669B;
}
header .header-nav .nav-item.nav-item-dropdown > a {
  padding-right: 40px;
  position: relative;
}
header .header-nav .nav-item.nav-item-dropdown > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  pointer-events: none;
}
header .header-nav .nav-item.nav-item-dropdown > a:hover:after {
  background-image: url(../img/chevron-right-blue.svg);
}
header .header-nav .nav-item.nav-item-dropdown:hover > a {
  z-index: 1;
  color: #0B669B;
}
header .header-nav .nav-item.nav-item-dropdown:hover > a:after {
  background-image: url(../img/chevron-right-blue.svg);
}
header .header-nav .nav-item.nav-item-dropdown:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: -1;
  cursor: default;
}
header .header-nav .dropdown-content {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding-top: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
header .header-nav .dropdown-menu .dropdown-menu-item {
  display: block;
  position: relative;
}
header .header-nav .dropdown-menu .dropdown-menu-item > a {
  color: #1C1B1C;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
header .header-nav .dropdown-menu .dropdown-menu-item > a:hover, header .header-nav .dropdown-menu .dropdown-menu-item > a.active {
  color: #0B669B;
}
header .header-nav .dropdown-menu .dropdown-menu-item > a:hover:after, header .header-nav .dropdown-menu .dropdown-menu-item > a.active:after {
  background-image: url(../img/chevron-right-blue.svg);
}
header .header-nav .dropdown-menu .dropdown-menu-item > a:after {
  content: "";
  display: block;
  right: 5px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 12px;
}
header .header-nav .dropdown-submenu .dropdown-submenu-item {
  display: block;
  position: relative;
}
header .header-nav .dropdown-submenu .dropdown-submenu-item > a {
  color: #1C1B1C;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
}
header .header-nav .dropdown-submenu .dropdown-submenu-item > a:hover {
  color: #0B669B;
  font-weight: 600;
}
header .header-nav .dropdown-submenu .dropdown-submenu-item.dropdown-submenu-item-all {
  display: none;
}
header .header-nav .menu-featured-category {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
}
header .header-nav .menu-featured-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
header .header-nav .dropdown-bottom-menu a {
  color: #1C1B1C;
}
header .header-nav .dropdown-bottom-menu a:hover {
  color: #0B669B;
}
header .header-nav .dropdown-bottom-menu a:not(:last-child) {
  margin-right: 40px;
}
header .header-search-results {
  position: fixed;
  background-color: #fff;
  padding-top: 30px;
  top: 110px;
  left: 0;
  right: 0;
  height: calc(100vh - 110px);
  z-index: 100;
}
header .header-search-results .search-close {
  display: block;
  padding: 10px;
}
header .header-search-results .search-close img {
  display: block;
}
header .search-results-col {
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
}
header .search-results-col .search-results-header {
  flex-grow: 0;
}
header .search-results-col .search-results-items {
  flex-grow: 1;
  overflow-y: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none;
}
header .search-results-col .search-results-items::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
@media (max-width: 768px) {
  header .header-logo {
    text-align: center;
    padding: 0 5px;
  }
  header .header-logo a {
    display: flex;
    justify-content: center;
  }
  header .header-logo img {
    max-height: 28px;
  }
  header .header-favorites {
    display: none !important;
  }
  header .header-search {
    display: none;
  }
  header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  header .header-nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-nav .mobile-menu-header {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  header .header-nav .mobile-menu-header > div {
    width: 30px;
    flex-grow: 0;
  }
  header .header-nav .mobile-menu-header > div.menu-logo {
    width: auto;
    flex-grow: 1;
    text-align: center;
  }
  header .header-nav .mobile-menu-header > div.menu-logo img {
    max-height: 36px;
  }
  header .header-nav .mobile-menu-header .menu-close a {
    display: block;
    padding-right: 1px;
  }
  header .header-nav .mobile-menu-header .menu-close a img {
    width: 14px;
    height: 14px;
    display: block;
    margin-left: auto;
  }
  header .header-nav .header-menu {
    display: block;
  }
  header .header-nav .header-menu.dd-open .nav-item:not(.open) {
    display: none;
  }
  header .header-nav .header-menu.dd-open .nav-item-alt {
    display: none;
  }
  header .header-nav .header-menu.submenu-open .nav-item.open > a {
    display: none !important;
  }
  header .header-nav .nav-item-sm, header .header-nav .dropdown-submenu .dropdown-submenu-item, header .header-nav .dropdown-content .dropdown-menu-item, header .header-nav .nav-item {
    display: block;
    border-bottom: 1px solid #FEEDE5;
  }
  header .header-nav .nav-item-sm > a, header .header-nav .dropdown-submenu .dropdown-submenu-item > a, header .header-nav .dropdown-content .dropdown-menu-item > a, header .header-nav .nav-item > a {
    display: block;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 14px;
    color: #1C1B1C !important;
  }
  header .header-nav .nav-item.nav-item-dropdown > a:after {
    transform: translateY(-50%);
    background-image: url(../img/chevron-right.svg) !important;
  }
  header .header-nav .nav-item.nav-item-dropdown.open {
    border-bottom: none;
  }
  header .header-nav .nav-item.nav-item-dropdown.open > a {
    padding-left: 40px;
    padding-right: 15px;
  }
  header .header-nav .nav-item.nav-item-dropdown.open > a:after {
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 16px;
  }
  header .header-nav .nav-item.nav-item-dropdown.open .dropdown-content {
    display: block;
  }
  header .header-nav .dropdown-content {
    position: relative;
    padding-top: 0;
    box-shadow: none;
  }
  header .header-nav .dropdown-content > .container {
    padding: 0;
  }
  header .header-nav .dropdown-content > .container > .row .col-6 {
    width: 100%;
  }
  header .header-nav .dropdown-content > .container > .row .col-6 > .d-flex {
    display: block;
  }
  header .header-nav .dropdown-content > .container > .row .col-6 > .d-flex > .width-250 {
    width: 100%;
    padding: 0;
  }
  header .header-nav .dropdown-content .dropdown-menu-item a {
    padding-right: 40px;
  }
  header .header-nav .dropdown-content .dropdown-menu-item a:after {
    right: 16px;
  }
  header .header-nav .menu-featured-category.show-lg {
    display: none;
  }
  header .header-nav .dropdown-bottom-menu {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  header .header-nav .dropdown-bottom-menu a {
    display: block;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
    margin: 0 !important;
  }
  header .header-nav .dropdown-menu.open .dropdown-menu-item:not(.open) {
    display: none !important;
  }
  header .header-nav .dropdown-menu .dropdown-menu-item.open > a {
    padding-left: 40px;
    padding-right: 15px;
  }
  header .header-nav .dropdown-menu .dropdown-menu-item.open > a:after {
    background-image: url(../img/chevron-right.svg) !important;
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 16px;
  }
  header .header-nav .dropdown-submenu {
    margin-left: -15px;
    margin-right: -15px;
  }
  header .header-nav .dropdown-submenu .dropdown-submenu-item.dropdown-submenu-item-all {
    display: block;
  }
  header .nav-item-alt {
    display: block;
  }
  header .nav-item-alt a {
    display: block;
    padding: 15px;
    font-size: 14px;
  }
  header .nav-item-alt > a {
    color: #fff;
  }
  header .nav-item-alt .nav-subitem {
    background-color: #fff;
  }
  header .nav-item-alt .nav-item-toggle:not(.open) .nav-subitem {
    display: none;
  }
  header .header-search-toggle img:last-child {
    display: none;
  }
  header .header-search-results {
    top: 152px;
    height: calc(100vh - 152px);
    padding-top: 20px;
    overflow-y: auto;
  }
  header .header-search-results .search-close {
    display: none;
  }
  header .search-results-col {
    height: auto;
  }
  header.search-open .header-search {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding-bottom: 1px;
  }
  header.search-open .header-search-toggle img:first-child {
    display: none;
  }
  header.search-open .header-search-toggle img:last-child {
    display: block;
  }
  header.header-checkout .header-logo {
    padding: 0 15px;
  }
  .menu-open header .header-nav {
    display: block;
  }
}
@media (max-width: 567px) {
  header .header-controls .header-control:not(:first-child) {
    margin-left: 5px;
  }
  header .header-middle-bar-row .col-4 {
    width: auto;
  }
  header .header-search-results h1 {
    font-size: 16px;
  }
  header .header-logo a {
    display: block;
  }
  header .header-logo img {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  header .header-search-results.searched .search-menu-col {
    order: 2;
  }
  header .header-search-results.searched .search-results-col {
    order: 1;
  }
}
@media (min-width: 769px) {
  header .header-menu-toggle {
    display: none !important;
  }
  header .header-search-toggle {
    display: none !important;
  }
  header .header-nav .nav-item.nav-item-dropdown:hover .dropdown-content {
    display: block;
  }
  header .header-nav .nav-item.nav-item-dropdown:hover > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  header .hide-lg {
    display: none;
  }
  header .nav-item-alt {
    display: none !important;
  }
}
footer {
  color: #fff;
}
footer h3 {
  margin-top: 0;
  position: relative;
}
footer a {
  color: #fff;
}
footer .footer-toggle-group h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 12px;
  background-image: url(../img/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer-toggle-group ul {
  display: none;
}
footer .footer-toggle-group .widget_block.widget_text {
  display: none;
}
footer .footer-toggle-group.open h3:after {
  transform: translateY(-50%) rotate(-90deg);
}
footer .footer-toggle-group.open ul {
  display: block;
}
footer .footer-toggle-group.open .widget_block.widget_text {
  display: block;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li {
  padding: 8px 0;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li:first-child {
  padding-top: 0;
}
footer .widget_block:not(.widget_text) + .widget_text p:first-child {
  margin-top: 0;
}
footer .widget_block.widget_text p {
  margin-top: 16px;
  margin-bottom: 16px;
}
footer .footer-social-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
footer .footer-social-icon img {
  display: block;
  width: 29px;
  height: 29px;
}
footer .footer-social-icon div {
  display: none;
}
footer .footer-images {
  display: flex;
}
footer .footer-images figure {
  margin: 0 !important;
  max-width: 100%;
}
footer .footer-images img {
  max-width: 100%;
  height: auto;
}
footer .footer-images .widget_media_image:first-child {
  width: 115px;
  flex-shrink: 0;
}
footer .footer-images .widget_media_image:first-child img {
  display: block;
}
footer .footer-images .widget_media_image:nth-child(n+2) {
  padding-left: 30px;
}

@media (min-width: 768px) {
  footer .footer-toggle-group h3:after {
    display: none;
  }
  footer .footer-toggle-group ul {
    display: block;
  }
  footer .footer-toggle-group .widget_block.widget_text {
    display: block;
  }
  footer .footer-social-icon {
    text-decoration: none;
  }
  footer .footer-social-icon div {
    display: block;
    color: #fff;
    padding-left: 15px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  footer h3.h1 {
    font-size: 18px;
  }
  footer .footer-toggle-group.open {
    padding-bottom: 20px;
  }
}
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  overflow-y: auto;
}
.modal .modal-bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.modal.modal-lg .modal-content {
  width: 800px;
}
.modal.modal-sm .modal-content {
  width: 450px;
}
.modal .modal-content {
  z-index: 2;
  width: 600px;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.modal .modal-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #FEEDE5;
  padding: 12px 25px;
}
.modal .modal-header h2, .modal .modal-header h3 {
  margin: 0;
}
.modal .modal-close {
  display: block;
  cursor: pointer;
  width: 14px;
  min-height: 14px;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal .modal-body {
  padding: 25px;
}
.modal .modal-body p {
  line-height: 1.4;
}
.modal .modal-body p:first-child {
  margin-top: 0;
}

@media (max-width: 566px) {
  .modal .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal .modal-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-card {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.product-card .product-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-card .product-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #fff;
}
.product-card .product-image img.product-image-alt {
  display: none;
}
.product-card .product-image .discount-badge {
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #D42239;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  pointer-events: none;
}
.product-card .product-image .product-badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}
.product-card .product-image .product-badges .product-badge {
  font-size: 18px;
  padding: 7px 15px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  pointer-events: none;
}
.product-card .product-image .product-badges .badge-preorder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .product-image .product-badges .badge-preorder .badge-name {
  font-size: 14px;
}
.product-card .product-image .product-badges .badge-preorder .badge-counter {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.product-card .product-image .product-badges .badge-preorder .badge-counter span {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 22px;
  color: #1C1B1C;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
}
.product-card .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-card .product-title h3 {
  margin: 0;
  min-height: 51px;
  padding-top: 3px;
}
.product-card .product-title h3 a {
  text-decoration: none;
  color: #1C1B1C;
  display: block;
  z-index: 1;
}
.product-card .product-title h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-card .product-title .product-favorite {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url(../img/icon-heart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.product-card .product-title .product-favorite:hover {
  opacity: 0.8;
}
.product-card .product-title .product-favorite.active {
  background-image: url(../img/icon-heart-fill.svg);
}
.product-card .product-price {
  margin-bottom: 4px;
}
.product-card .product-price-alt {
  margin-bottom: 8px;
}
.product-card:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  transition: box-shadow 0.3s ease;
}
.product-card:hover {
  z-index: 2;
}
.product-card:hover:before {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.product-card:hover .product-image img.product-image-alt {
  display: block;
}
.product-card .product-card-remove-from-wishlist {
  position: relative;
  z-index: 10;
}

.product-badge.badge-danger {
  background-color: #D42239;
  color: #fff;
}
.product-badge.badge-warning {
  background-color: #F7B500;
  color: #1C1B1C;
}
.product-badge.badge-success {
  background-color: #009900;
  color: #fff;
}
.product-badge.badge-primary {
  background-color: #0B669B;
  color: #fff;
}
.product-badge.badge-light {
  background-color: #FEEDE5;
  color: #1C1B1C;
}
.product-badge.badge-fullwidth {
  width: 100%;
  display: block;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-filters-sidebar {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
}
.product-filters-sidebar .backdrop {
  display: block;
  position: absolute;
  background-color: #fff;
  opacity: 0.9;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.product-filters-sidebar .product-filters {
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  width: 430px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-filters-sidebar .product-filters .product-filters-content {
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
}
.product-filters-sidebar .product-filters .product-filters-loader {
  position: absolute;
  top: 61px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-filters-sidebar .product-filters-title .close {
  display: block;
  padding: 10px;
  cursor: pointer;
  margin-right: -10px;
}
.product-filters-sidebar .selected-filter-item {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.product-filters-sidebar .selected-filter-item a {
  display: block;
  margin-left: 10px;
}
.product-filters-sidebar .selected-filter-item a img {
  display: block;
}
.product-filters-sidebar .product-filter-group {
  margin-bottom: 20px;
}
.product-filters-sidebar .product-filter-group .product-filter-group-body {
  display: none;
}
.product-filters-sidebar .product-filter-group.open {
  margin-bottom: 0;
}
.product-filters-sidebar .product-filter-group.open .product-filter-group-title img {
  transform: rotate(-90deg);
}
.product-filters-sidebar .product-filter-group.open .product-filter-group-body {
  display: block;
}
.product-filters-sidebar .product-filter-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-filters-sidebar .product-filter-group-title img {
  display: block;
  transform: rotate(90deg);
}
.product-filters-sidebar .filter-group-range {
  max-width: 230px;
}

@media (max-width: 768px) {
  .product-card .product-badges .badge-preorder {
    flex-direction: column;
    justify-content: center;
  }
  .product-card .product-badges .badge-preorder .badge-name {
    display: none;
  }
}
@media (max-width: 567px) {
  .product-card {
    font-size: 12px;
  }
  .product-card h3, .product-card .text-small {
    font-size: 12px !important;
  }
  .product-card .product-favorite {
    display: none !important;
  }
  .product-card .product-image .product-badges {
    top: 0;
  }
  .product-card .product-image .product-badges .product-badge {
    font-size: 12px;
    padding: 3px 8px;
    margin-bottom: 5px;
  }
  .product-card .product-image .discount-badge {
    top: 4px;
    right: 4px;
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
  .product-filters-sidebar .product-filters {
    width: 100vw;
  }
}
@media (max-width: 389px) {
  .product-card .product-details .product-price {
    font-size: 11px;
  }
}
.blog-post-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.blog-post-item .post-image {
  position: relative;
  padding-top: 100%;
  height: auto;
}
.blog-post-item .post-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-item .post-details {
  margin-bottom: 0;
}
.blog-post-item .post-details a {
  text-decoration: none;
  color: #1C1B1C;
  display: block;
}
.blog-post-item .post-details a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-post-item .post-details a:hover {
  color: #0B669B;
}

.user-content p {
  font-size: 14px;
  line-height: 1.57;
}
.user-content p:last-child {
  margin-bottom: 0;
}
.user-content h3:first-child {
  margin-top: 0;
}
.user-content img {
  max-width: 100%;
}
.user-content ul {
  font-size: 14px;
}
.user-content ul li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.user-content.no-top-padding p:first-child {
  margin-top: 0;
}

.elementor-widget-container p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
.elementor-widget-container ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.woocommerce-product-details__short-description p {
  margin: 0;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.single-product-price {
  display: flex;
}
.single-product-price ins {
  order: 1;
  color: #D42239;
  text-decoration: none;
}
.single-product-price del {
  order: 2;
  color: #999999;
  padding-left: 24px;
}

.product-single-add-to-cart .quantity .qty {
  border: 2px solid #009900;
  min-width: 67px;
  height: 52px;
}
.product-single-add-to-cart.adding-to-cart {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 567px) {
  .product-single-add-to-cart .quantity .qty {
    height: 46px;
  }
}

.single-product-banner h3 {
  margin-bottom: 10px;
}
.single-product-banner p {
  margin-top: 10px;
}

.single-product-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-tabs .single-product-tab {
  height: 52px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.single-product-tabs .single-product-tab:before {
  content: "";
  position: absolute;
  display: none;
  border: 2px solid #0B669B;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
.single-product-tabs .single-product-tab.active:before {
  display: block;
}
@media (max-width: 768px) {
  .single-product-tabs {
    display: none;
  }
}

.single-product-tab-toggle {
  display: flex;
  width: 100%;
  background-color: #FEEDE5;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  padding: 8px 11px;
  margin-bottom: 5px;
}
.single-product-tab-toggle img {
  display: block;
  transform: rotate(90deg);
}
.single-product-tab-toggle.active img {
  transform: rotate(-90deg);
}

.single_variation_wrap .single_variation {
  display: none !important;
}

@media (min-width: 769px) {
  .single-product-tab-toggle {
    display: none;
  }
  .single-product-tab {
    display: none;
  }
  .single-product-tab.active-lg {
    display: block;
  }
}
@media (max-width: 768px) {
  .single-product-tab {
    display: none;
  }
  .single-product-tab.active-sm {
    display: block;
  }
}
.product-favorite-lg {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  background-image: url(../img/icon-heart.svg);
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-favorite-lg:hover {
  opacity: 0.8;
}
.product-favorite-lg.active {
  background-image: url(../img/icon-heart-fill.svg);
}

.product-gallery-items .item {
  padding-top: 100%;
  position: relative;
}
.product-gallery-items .item .image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-gallery-items .item .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
@media (min-width: 769px) {
  .product-gallery-items .owl-dots {
    display: none !important;
  }
}

.product-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery-controls .gallery-status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery-controls .gallery-status div {
  width: 30px;
}
.product-gallery-controls .gallery-prev, .product-gallery-controls .gallery-next {
  padding: 5px;
  cursor: pointer;
}
.product-gallery-controls .gallery-prev img, .product-gallery-controls .gallery-next img {
  display: block;
}
.product-gallery-controls .gallery-prev img {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .product-gallery-controls {
    display: none;
  }
}

.product-gallery {
  position: relative;
}
.product-gallery .discount-badge {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #D42239;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.product-gallery .product-badges {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.product-gallery .product-badges .product-badge {
  font-size: 20px;
  padding: 10px 25px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  pointer-events: none;
}
.product-gallery .product-badges .badge-preorder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-gallery .product-badges .badge-preorder .badge-counter {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.product-gallery .product-badges .badge-preorder .badge-counter span {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 22px;
  color: #1C1B1C;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 1px;
}
.product-gallery .owl-dots {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .product-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-gallery .product-badges {
    top: 0;
  }
  .product-gallery .product-badges .product-badge {
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: 5px;
  }
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 50px;
  height: 2px;
  background-color: #DDD7D9;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #0B669B;
}

.product-added-to-cart {
  display: flex;
  align-items: stretch;
}
.product-added-to-cart .thumbnail {
  width: 90px;
  height: 90px;
}
.product-added-to-cart .thumbnail img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.product-added-to-cart .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-added-to-cart .details .price-details {
  display: flex;
}
.product-added-to-cart .details .price-details ins {
  order: 1;
  color: #D42239;
  text-decoration: none;
}
.product-added-to-cart .details .price-details del {
  order: 2;
  color: #999999;
  padding-left: 14px;
}

@media (max-width: 991px) {
  .product-list-mobile-carousel {
    width: 100vw !important;
  }
  .product-list-mobile-carousel-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elementor-posts-container.product-list-mobile-carousel {
    margin-left: -15px;
  }
  .elementor-posts-container.product-list-mobile-carousel article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-posts-container.product-list-mobile-carousel .owl-dots {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .product-gallery .product-badges .badge-preorder {
    flex-direction: column;
    justify-content: center;
  }
  .product-gallery .product-badges .badge-preorder .badge-name {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .product-gallery.has-preorder-badge {
    padding-top: 57px;
  }
}
.single-product .variations_form .blockUI.blockOverlay {
  display: none !important;
}

.woocommerce-page.woocommerce-checkout {
  padding-top: 82px;
}

.cart-title {
  border-bottom: 2px solid #1C1B1C;
}

.cart-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.cart-table .product-remove {
  padding-right: 5px;
}
.cart-table .product-remove .remove {
  cursor: pointer;
}
.cart-table .product-thumbnail {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-thumbnail img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.cart-table .product-thumbnail a {
  display: block;
}
.cart-table .product-name a {
  color: #1C1B1C;
  text-decoration: none;
}
.cart-table .tax_label {
  display: none !important;
}
.cart-table .cart-row-readonly .preoduct-remove {
  display: none;
}

@media (max-width: 700px) {
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }
  .cart-table .product-thumbnail {
    order: 1;
    width: 90px;
  }
  .cart-table .product-remove {
    order: 3;
    width: 90px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 5px;
    padding-right: 0;
  }
  .cart-table .product-remove .remove {
    color: #ddd7d9;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  .cart-table .product-remove .remove svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  .cart-table .product-remove .remove img {
    display: block;
  }
  .cart-table .product-name {
    order: 2;
    flex-grow: 1;
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .cart-table .product-price {
    order: 4;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .cart-table .product-quantity {
    order: 5;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
  }
  .cart-table .product-subtotal {
    order: 6;
    padding-left: 10px;
    padding-right: 0;
  }
  .cart-table .product-price, .cart-table .product-quantity, .cart-table .product-subtotal {
    width: calc((100% - 90px) / 3);
  }
  .cart-table .cart-row-readonly .product-remove {
    display: none !important;
  }
  .cart-table .cart-row-readonly .product-price {
    text-align: left;
    padding-left: 0;
  }
  .cart-table .cart-row-readonly .product-quantity .woo-quantity-plusminus {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .cart-table .product-remove {
    width: 20px;
  }
  .cart-table .product-remove img {
    display: block;
  }
  .cart-table .product-quantity .woo-quantity-plusminus .quantity input.qty {
    width: 47px;
    padding: 0 8px;
  }
  .cart-table .product-price, .cart-table .product-quantity, .cart-table .product-subtotal {
    width: calc((100% - 20px) / 3);
  }
  .cart-table .product-price {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-table .product-subtotal {
    padding-left: 0;
  }
}
.woo-quantity-plusminus {
  display: flex;
}
.woo-quantity-plusminus button {
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.woo-quantity-plusminus .quantity input.qty {
  width: 67px;
  text-align: center;
  -moz-appearance: textfield;
}
.woo-quantity-plusminus .quantity input.qty::-webkit-outer-spin-button, .woo-quantity-plusminus .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout-summary .checkout-summary-table td {
  border: none !important;
  color: #1C1B1C;
  padding-top: 8px;
  padding-bottom: 8px;
}
.checkout-summary .checkout-summary-table td:nth-child(2) {
  text-align: right;
}
.checkout-summary .checkout-summary-divider {
  border-top: 1px solid #1C1B1C;
}

.checkout-summary-box {
  position: sticky;
  top: 114px;
}
.checkout-summary-box.fixed {
  position: fixed;
  top: 90px;
}
.checkout-summary-box:not(.fixed) {
  width: 100% !important;
}

.checkout-form-field label {
  display: none !important;
}
.checkout-form-field .form-row {
  float: none !important;
  width: 100% !important;
}
.checkout-form-field p {
  margin: 0 !important;
}
.checkout-form-field .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout #payment .payment_methods .woocommerce-notice {
  line-height: 1.6;
  font-size: 16px;
  border-top: none;
  background-color: transparent;
  padding: 0;
  color: #1C1B1C;
  border: none !important;
}
.woocommerce-checkout #payment .payment_methods .woocommerce-notice:before {
  display: none;
}
.woocommerce-checkout #payment .payment_methods img {
  display: none;
}
.woocommerce-checkout .woocommerce-no-shipping-available-html {
  display: none !important;
}

.woocommerce-order ul.order_details {
  display: flex;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-order ul.order_details li {
  display: block;
  float: none;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 15px;
  flex-grow: 1;
}
.woocommerce-order ul.order_details li strong {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .woocommerce-order ul.order_details {
    flex-wrap: wrap;
  }
  .woocommerce-order ul.order_details li {
    flex-grow: 0;
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .woocommerce-order ul.order_details li {
    width: 50%;
  }
}

.woocommerce .woocommerce-order-details {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details {
  border: none;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details .includes_tax, .woocommerce .woocommerce-table.woocommerce-table--order-details .tax_label {
  display: none;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tr th:first-child, .woocommerce .woocommerce-table.woocommerce-table--order-details tr th:first-child {
  padding-left: 0;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tr th:last-child, .woocommerce .woocommerce-table.woocommerce-table--order-details tr th:last-child {
  padding-right: 0;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details thead th {
  border-bottom: 1px solid rgba(221, 215, 217, 0.5) !important;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tbody tr th, .woocommerce .woocommerce-table.woocommerce-table--order-details tbody tr td {
  border: none !important;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tbody tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tbody tr td.product-name {
  padding-left: 0;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tfoot tr th, .woocommerce .woocommerce-table.woocommerce-table--order-details tfoot tr td {
  border: none !important;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tfoot tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-table.woocommerce-table--order-details tfoot tr:first-child th, .woocommerce .woocommerce-table.woocommerce-table--order-details tfoot tr:first-child td {
  border-top: 1px solid rgba(221, 215, 217, 0.5) !important;
}
.woocommerce .woocommerce-customer-details address {
  border: none !important;
  padding: 0;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout, .woocommerce-checkout .woocommerce-notices-wrapper {
  padding-top: 25px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 10px;
  background-color: #e6f6ff;
  padding: 12px 15px;
  border: 2px solid #0B669B;
  font-size: 14px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
  display: none;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  color: #000;
}
.woocommerce-error li:not(:last-child), .woocommerce-info li:not(:last-child), .woocommerce-message li:not(:last-child) {
  margin-bottom: 7px;
}

.woocommerce-error {
  border-color: #D42239;
  background-color: #fff0f2;
}

.op-error {
  border: 2px solid #D42239;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #fff0f2;
}
.op-error .error:not(:last-child) {
  margin-bottom: 20px;
}

.woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.woocommerce-shipping-methods li .tax_label {
  display: none;
}

.woocommerce-shipping-methods li bdi {
  font-weight: 600;
}

#parcel_search::placeholder {
  color: #999999;
  font-style: italic;
}

#parcel_search_field .woocommerce-input-wrapper {
  position: relative;
}
#parcel_search_field .woocommerce-input-wrapper:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/spinner.svg) center no-repeat;
  background-size: contain;
  animation: spinner 1s infinite linear;
  pointer-events: none;
}
#parcel_search_field .woocommerce-input-wrapper.loading:after {
  display: block;
}

.shipping-types-wrapper input[type=radio] {
  -webkit-appearange: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.shipping-types-wrapper input[type=radio]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.shipping-types-wrapper input[type=radio]:checked::before {
  opacity: 1;
}
.shipping-types-wrapper label {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.shipping-types-wrapper label input[type=radio] {
  flex-shrink: 0;
}

.woocommerce-shipping-methods input[type=radio] {
  -webkit-appearange: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.woocommerce-shipping-methods input[type=radio]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.woocommerce-shipping-methods input[type=radio]:checked::before {
  opacity: 1;
}
.woocommerce-shipping-methods li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.woocommerce-shipping-methods li input {
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 5px;
}
.woocommerce-shipping-methods li label {
  display: flex;
  flex-grow: 1;
}
.woocommerce-shipping-methods li label .amount {
  display: block;
  margin-left: auto;
  padding-left: 10px;
}

.shipping-methods-container.loading {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.shipping-methods-container.loading:after {
  content: attr(data-loading);
}
.shipping-methods-container.loading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/spinner.svg) center no-repeat;
  background-size: contain;
  animation: spinner 1s infinite linear;
  pointer-events: none;
  margin-right: 10px;
}
.shipping-methods-container.loading > div {
  display: none;
}
.shipping-methods-container .woocommerce-shipping-may-be-available-html {
  display: none !important;
}
.shipping-methods-container select.montonio-pickup-point-select.select2-hidden-accessible {
  display: none;
}
.shipping-methods-container > div.loading {
  position: relative;
}
.shipping-methods-container > div.loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.shipping-methods-container > div.loading:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/spinner.svg) center no-repeat;
  background-size: contain;
  animation: spinner 1s infinite linear;
  pointer-events: none;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 2;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.row-fw-sidebar {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.row-fw-sidebar .col-sidebar {
  flex-shrink: 0;
  width: 260px;
}
.row-fw-sidebar .col-content {
  flex-grow: 1;
}

.myaccount-navigation {
  list-style-type: none;
  padding: 17px 0 12px 0;
  margin: 0;
}
.myaccount-navigation li {
  display: block;
}
.myaccount-navigation li a {
  display: block;
  text-decoration: none;
  color: #1C1B1C;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.myaccount-navigation li.is-active a {
  color: #0B669B;
  font-weight: 600;
}
.myaccount-navigation:first-child {
  padding-top: 9px;
}
.myaccount-navigation:not(:last-child) {
  border-bottom: 1px solid #000;
}

.account-section-title {
  border-bottom: 1px solid #000;
}

.account-section .user-content p:not(:first-child) {
  margin-top: 7px;
}
.account-section .user-content p:not(:last-child) {
  margin-bottom: 7px;
}
.account-section fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.account-order-table {
  border: none !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.account-order-table th {
  font-weight: 400 !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 10px !important;
  padding-top: 8px;
}
.account-order-table td {
  padding-bottom: 8px !important;
  padding-bottom: 8px !important;
}
.account-order-table tbody tr td {
  border: none !important;
}
.account-order-table tbody tr:first-child td {
  padding-top: 16px !important;
}
.account-order-table .order-table-actions a, .account-order-table .woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
}
.account-order-table .order-table-actions a:not(:last-child), .account-order-table .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
  margin-right: 34px;
}

.woocommerce form.login {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-right: 0;
  float: none;
}

.myaccount-additional-info .checkbox {
  display: flex !important;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.myaccount-additional-info .checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  display: block !important;
  width: 24px;
  height: 24px;
  border: 2px solid #1c1c1c;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.myaccount-additional-info .checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}
.myaccount-additional-info .checkbox input[type=checkbox]:hover::before {
  opacity: 0.2;
}
.myaccount-additional-info .checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .account-order-table thead {
    display: none !important;
  }
  .account-order-table tbody tr {
    display: block;
  }
  .account-order-table tbody tr td {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 !important;
    background-color: #fff !important;
  }
  .account-order-table tbody tr td:before {
    content: attr(data-title) ": ";
    width: 35%;
    float: none !important;
    text-align: left !important;
    font-weight: 400 !important;
  }
  .account-order-table tbody tr td:first-child {
    font-weight: 600;
  }
  .account-order-table tbody tr td:first-child:before {
    font-weight: 600 !important;
  }
  .account-order-table tbody tr:first-child td {
    padding-top: 10px !important;
  }
  .account-order-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .row-fw-sidebar {
    display: block;
  }
  .row-fw-sidebar .col-sidebar {
    width: 100%;
  }
  .row-fw-sidebar .col-content {
    width: 100%;
  }
}
.op-top-deal {
  background-color: #FEEDE5;
  padding: 15px;
}
.op-top-deal .top-deal-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-top-deal .top-deal-image img {
  display: block;
  max-width: 100%;
  max-height: 300px;
}
@media (max-width: 767px) {
  .op-top-deal {
    margin-left: -15px;
    margin-right: -15px;
  }
  .op-top-deal .top-deal-image img {
    max-height: 170px;
  }
}

.modal-newsletter-promo .modal-close {
  background-image: url(../img/icon-close-2.svg);
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-newsletter-promo .modal-content {
  position: relative;
  border: 10px solid #fff;
  background-color: #F6F5F5;
  color: #0B669B;
  width: 740px;
}
.modal-newsletter-promo .modal-description {
  font-size: 17px;
  text-align: center;
}
.modal-newsletter-promo .title {
  line-height: 1.4;
  font-size: 33px;
  font-family: "Lora", sans-serif;
}
.modal-newsletter-promo .title span {
  color: #D42239;
}
.modal-newsletter-promo .text-1 {
  font-size: 33px;
  line-height: 1;
}
.modal-newsletter-promo .text-2 {
  font-size: 160px;
  line-height: 160px;
}
.modal-newsletter-promo .text-3 {
  font-size: 16.6px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.modal-newsletter-promo .text-4 {
  font-size: 16.6px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #0B669B;
}
.modal-newsletter-promo .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 111px;
  background-image: url(../img/nl-decoration.png);
  background-position: center top;
  margin-left: -14px;
}
.modal-newsletter-promo .decoration:before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  top: -10px;
  left: 50%;
  background-color: #0B669B;
  position: absolute;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .modal-newsletter-promo .title {
    font-size: 22px;
  }
  .modal-newsletter-promo .text-1 {
    font-size: 27px;
    line-height: 1;
  }
  .modal-newsletter-promo .text-2 {
    font-size: 120px;
    line-height: 1;
  }
  .modal-newsletter-promo .text-3 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 450px) {
  .modal-newsletter-promo .title {
    font-size: 25px;
  }
  .modal-newsletter-promo .text-2 {
    font-size: 80px;
  }
}

* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  padding-top: 161px;
}

main {
  min-height: 80vh;
}

.bg-white {
  background-color: #fff;
}
.bg-accent {
  background-color: #FEEDE5;
}
.bg-primary {
  background-color: #0B669B;
}
.bg-gray {
  background-color: #DDD7D9;
}
.bg-gray-light {
  background-color: #f2f0f1;
}

.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

@media (max-width: 768px) {
  body {
    padding-top: 100px;
  }
}
.breadcrumbs {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  flex-wrap: wrap;
}
.breadcrumbs li {
  display: block;
  color: #A9A9A9;
}
.breadcrumbs li a {
  color: #A9A9A9;
  text-decoration: none;
}
.breadcrumbs li:not(:last-child):after {
  content: ">";
  padding: 0 3px;
  display: inline-block;
}
@media (max-width: 567px) {
  .breadcrumbs {
    display: none;
  }
}

.section-title {
  display: block;
}
.section-title h1, .section-title h2, .section-title h3 {
  font-size: 20px;
  display: inline-block;
  position: relative;
  background-color: #FEEDE5;
  margin: 0;
  padding: 12px 25px;
  padding-right: 50px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  width: 100%;
}
.section-title h1:after, .section-title h2:after, .section-title h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -10px;
  right: 32px;
  border-right: 2px solid #0B669B;
  border-bottom: 2px solid #0B669B;
}
@media (min-width: 768px) {
  .section-title h2 {
    min-width: 400px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .section-title h1, .section-title h2, .section-title h3 {
    font-size: 16px;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  min-width: 130px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  left: 0;
}
.dropdown .dropdown-menu.align-right {
  right: 0;
  left: auto;
}
.dropdown .dropdown-menu li {
  display: block;
}
.dropdown .dropdown-menu li a {
  color: #1C1B1C;
  display: block;
  padding: 13px 16px;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #FEEDE5;
}
.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #FEEDE5;
}
.dropdown.open .dropdown-menu {
  display: block;
}

.promo-banner a {
  display: block;
}
.promo-banner a img {
  display: block;
  width: 100%;
  height: auto;
}

.spinner {
  width: 50px;
  height: 50px;
  position: relative;
}
.spinner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background: url(../img/spinner.svg) center no-repeat;
  background-size: contain;
  animation: spinner 1s infinite linear;
}
.spinner.spinner-sm {
  width: 24px;
  height: 24px;
}
.spinner.spinner-sm:after {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.spinner.spinner-white:after {
  background-image: url(../img/spinner-white.svg);
}

.category-card {
  position: relative;
}
.category-card .category-image {
  position: relative;
}
.category-card .category-image img {
  display: block;
  width: 100%;
}
.category-card .category-image .category-button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.category-card a {
  display: block;
}
.category-card a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (max-width: 768px) {
  .section-title h1, .section-title h2, .section-title h3 {
    margin-left: -15px;
  }
}
.otgs-development-site-front-end {
  display: none;
}

.e-container {
  padding: 10px 0px !important;
}

@media (max-width: 768px) {
  .banner-block {
    width: auto !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
  }
}
#cookie-notice {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
