.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.container {
  width: 100%;
  max-width: 1440px;
  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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

.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%;
}

.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;
}

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

.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-even {
  justify-content: space-evenly;
}

.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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .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%;
  }
  .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;
  }
  .height-sm-10 {
    height: 10px;
  }
  .height-sm-20 {
    height: 20px;
  }
  .height-sm-30 {
    height: 30px;
  }
  .height-sm-40 {
    height: 40px;
  }
  .height-sm-50 {
    height: 50px;
  }
  .height-sm-60 {
    height: 60px;
  }
  .height-sm-70 {
    height: 70px;
  }
  .height-sm-80 {
    height: 80px;
  }
  .height-sm-90 {
    height: 90px;
  }
  .height-sm-100 {
    height: 100px;
  }
  .height-sm-110 {
    height: 110px;
  }
  .height-sm-120 {
    height: 120px;
  }
  .height-sm-130 {
    height: 130px;
  }
  .height-sm-140 {
    height: 140px;
  }
  .height-sm-150 {
    height: 150px;
  }
  .height-sm-160 {
    height: 160px;
  }
  .height-sm-170 {
    height: 170px;
  }
  .height-sm-180 {
    height: 180px;
  }
  .height-sm-190 {
    height: 190px;
  }
  .height-sm-200 {
    height: 200px;
  }
  .height-sm-210 {
    height: 210px;
  }
  .height-sm-220 {
    height: 220px;
  }
  .height-sm-230 {
    height: 230px;
  }
  .height-sm-240 {
    height: 240px;
  }
  .height-sm-250 {
    height: 250px;
  }
  .height-sm-260 {
    height: 260px;
  }
  .height-sm-270 {
    height: 270px;
  }
  .height-sm-280 {
    height: 280px;
  }
  .height-sm-290 {
    height: 290px;
  }
  .height-sm-300 {
    height: 300px;
  }
  .height-sm-310 {
    height: 310px;
  }
  .height-sm-320 {
    height: 320px;
  }
  .height-sm-330 {
    height: 330px;
  }
  .height-sm-340 {
    height: 340px;
  }
  .height-sm-350 {
    height: 350px;
  }
  .height-sm-360 {
    height: 360px;
  }
  .height-sm-370 {
    height: 370px;
  }
  .height-sm-380 {
    height: 380px;
  }
  .height-sm-390 {
    height: 390px;
  }
  .height-sm-400 {
    height: 400px;
  }
  .height-sm-auto {
    height: auto;
  }
  .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-even {
    justify-content: space-evenly;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .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%;
  }
  .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;
  }
  .height-md-10 {
    height: 10px;
  }
  .height-md-20 {
    height: 20px;
  }
  .height-md-30 {
    height: 30px;
  }
  .height-md-40 {
    height: 40px;
  }
  .height-md-50 {
    height: 50px;
  }
  .height-md-60 {
    height: 60px;
  }
  .height-md-70 {
    height: 70px;
  }
  .height-md-80 {
    height: 80px;
  }
  .height-md-90 {
    height: 90px;
  }
  .height-md-100 {
    height: 100px;
  }
  .height-md-110 {
    height: 110px;
  }
  .height-md-120 {
    height: 120px;
  }
  .height-md-130 {
    height: 130px;
  }
  .height-md-140 {
    height: 140px;
  }
  .height-md-150 {
    height: 150px;
  }
  .height-md-160 {
    height: 160px;
  }
  .height-md-170 {
    height: 170px;
  }
  .height-md-180 {
    height: 180px;
  }
  .height-md-190 {
    height: 190px;
  }
  .height-md-200 {
    height: 200px;
  }
  .height-md-210 {
    height: 210px;
  }
  .height-md-220 {
    height: 220px;
  }
  .height-md-230 {
    height: 230px;
  }
  .height-md-240 {
    height: 240px;
  }
  .height-md-250 {
    height: 250px;
  }
  .height-md-260 {
    height: 260px;
  }
  .height-md-270 {
    height: 270px;
  }
  .height-md-280 {
    height: 280px;
  }
  .height-md-290 {
    height: 290px;
  }
  .height-md-300 {
    height: 300px;
  }
  .height-md-310 {
    height: 310px;
  }
  .height-md-320 {
    height: 320px;
  }
  .height-md-330 {
    height: 330px;
  }
  .height-md-340 {
    height: 340px;
  }
  .height-md-350 {
    height: 350px;
  }
  .height-md-360 {
    height: 360px;
  }
  .height-md-370 {
    height: 370px;
  }
  .height-md-380 {
    height: 380px;
  }
  .height-md-390 {
    height: 390px;
  }
  .height-md-400 {
    height: 400px;
  }
  .height-md-auto {
    height: auto;
  }
  .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-even {
    justify-content: space-evenly;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .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%;
  }
  .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;
  }
  .height-lg-10 {
    height: 10px;
  }
  .height-lg-20 {
    height: 20px;
  }
  .height-lg-30 {
    height: 30px;
  }
  .height-lg-40 {
    height: 40px;
  }
  .height-lg-50 {
    height: 50px;
  }
  .height-lg-60 {
    height: 60px;
  }
  .height-lg-70 {
    height: 70px;
  }
  .height-lg-80 {
    height: 80px;
  }
  .height-lg-90 {
    height: 90px;
  }
  .height-lg-100 {
    height: 100px;
  }
  .height-lg-110 {
    height: 110px;
  }
  .height-lg-120 {
    height: 120px;
  }
  .height-lg-130 {
    height: 130px;
  }
  .height-lg-140 {
    height: 140px;
  }
  .height-lg-150 {
    height: 150px;
  }
  .height-lg-160 {
    height: 160px;
  }
  .height-lg-170 {
    height: 170px;
  }
  .height-lg-180 {
    height: 180px;
  }
  .height-lg-190 {
    height: 190px;
  }
  .height-lg-200 {
    height: 200px;
  }
  .height-lg-210 {
    height: 210px;
  }
  .height-lg-220 {
    height: 220px;
  }
  .height-lg-230 {
    height: 230px;
  }
  .height-lg-240 {
    height: 240px;
  }
  .height-lg-250 {
    height: 250px;
  }
  .height-lg-260 {
    height: 260px;
  }
  .height-lg-270 {
    height: 270px;
  }
  .height-lg-280 {
    height: 280px;
  }
  .height-lg-290 {
    height: 290px;
  }
  .height-lg-300 {
    height: 300px;
  }
  .height-lg-310 {
    height: 310px;
  }
  .height-lg-320 {
    height: 320px;
  }
  .height-lg-330 {
    height: 330px;
  }
  .height-lg-340 {
    height: 340px;
  }
  .height-lg-350 {
    height: 350px;
  }
  .height-lg-360 {
    height: 360px;
  }
  .height-lg-370 {
    height: 370px;
  }
  .height-lg-380 {
    height: 380px;
  }
  .height-lg-390 {
    height: 390px;
  }
  .height-lg-400 {
    height: 400px;
  }
  .height-lg-auto {
    height: auto;
  }
  .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-even {
    justify-content: space-evenly;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .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%;
  }
  .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;
  }
  .height-xl-10 {
    height: 10px;
  }
  .height-xl-20 {
    height: 20px;
  }
  .height-xl-30 {
    height: 30px;
  }
  .height-xl-40 {
    height: 40px;
  }
  .height-xl-50 {
    height: 50px;
  }
  .height-xl-60 {
    height: 60px;
  }
  .height-xl-70 {
    height: 70px;
  }
  .height-xl-80 {
    height: 80px;
  }
  .height-xl-90 {
    height: 90px;
  }
  .height-xl-100 {
    height: 100px;
  }
  .height-xl-110 {
    height: 110px;
  }
  .height-xl-120 {
    height: 120px;
  }
  .height-xl-130 {
    height: 130px;
  }
  .height-xl-140 {
    height: 140px;
  }
  .height-xl-150 {
    height: 150px;
  }
  .height-xl-160 {
    height: 160px;
  }
  .height-xl-170 {
    height: 170px;
  }
  .height-xl-180 {
    height: 180px;
  }
  .height-xl-190 {
    height: 190px;
  }
  .height-xl-200 {
    height: 200px;
  }
  .height-xl-210 {
    height: 210px;
  }
  .height-xl-220 {
    height: 220px;
  }
  .height-xl-230 {
    height: 230px;
  }
  .height-xl-240 {
    height: 240px;
  }
  .height-xl-250 {
    height: 250px;
  }
  .height-xl-260 {
    height: 260px;
  }
  .height-xl-270 {
    height: 270px;
  }
  .height-xl-280 {
    height: 280px;
  }
  .height-xl-290 {
    height: 290px;
  }
  .height-xl-300 {
    height: 300px;
  }
  .height-xl-310 {
    height: 310px;
  }
  .height-xl-320 {
    height: 320px;
  }
  .height-xl-330 {
    height: 330px;
  }
  .height-xl-340 {
    height: 340px;
  }
  .height-xl-350 {
    height: 350px;
  }
  .height-xl-360 {
    height: 360px;
  }
  .height-xl-370 {
    height: 370px;
  }
  .height-xl-380 {
    height: 380px;
  }
  .height-xl-390 {
    height: 390px;
  }
  .height-xl-400 {
    height: 400px;
  }
  .height-xl-auto {
    height: auto;
  }
  .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-even {
    justify-content: space-evenly;
  }
  .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;
  }
  .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%;
}

div[class^="column-container-"] {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  div[class^="column-container-"] {
    margin: 0;
  }
  div[class^="column-container-"] .col-item {
    padding: 0 16px 32px;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

a {
  color: #283283;
  text-decoration: none;
}
a:hover {
  color: #d70005;
}

h1 {
  font-size: 42px;
  color: #283283;
}

h2 {
  color: #000000;
}

h3 {
  font-size: 22px;
  color: #d70005;
}

.text-white {
  color: #fff;
}
.text-accent {
  color: #f9fafd;
}
.text-accent2 {
  color: #283283;
}
.text-link {
  color: #283283;
}
.text-center {
  text-align: center;
}

.fw-regular {
  font-weight: 400;
}

.btn {
  background-color: #d70005;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  line-height: 50px;
}
.btn:hover {
  background-color: #fe4c22;
  color: #fff;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
}
header .header {
  display: flex;
  align-items: center;
}
header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header a {
  text-decoration: none;
}
header .header-logo {
  display: flex;
  align-items: center;
  max-width: 30%;
}
header .header-logo a {
  display: block;
  max-width: 100%;
}
header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 240px;
}
header .header-menu {
  display: flex;
  justify-content: center;
}
header .header-menu .menu {
  display: flex;
}
header .header-menu .menu .menu-item {
  color: #283283;
  display: flex;
  height: 100px;
  align-items: center;
  position: relative;
}
header .header-menu .menu .menu-item > a {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}
header .header-menu .menu .menu-item .dd-arrow {
  padding-left: 5px;
}
header .header-menu .menu .menu-item .dd-arrow svg {
  display: block;
  margin-top: 2px;
}
header .header-menu .menu .menu-item.selected > a {
  color: #d70005;
}
header .header-menu .menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -2px;
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
header .header-menu .menu .submenu .submenu-items {
  display: grid;
  grid-template-columns: 260px 260px;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: ". ." ". .";
}
header .header-menu .menu .submenu .submenu-item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 0;
}
header .header-menu .menu .submenu .submenu-item > a {
  margin-bottom: 12px;
  display: block;
}
header .header-menu .menu .submenu-item-children li {
  display: block;
  margin-bottom: 5px;
}
header .header-menu .menu .menu-item.has-children:hover .submenu {
  display: block;
}
header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .langmenu {
  position: relative;
}
header .langmenu .selected-language {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 15px 10px;
}
header .langmenu .selected-language svg {
  display: block;
  margin-left: 4px;
}
header .langmenu .selected-language img {
  margin: 0 auto;
  width: 20px;
  display: block;
}
header .langmenu .language-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
  z-index: 10;
}
header .langmenu .language-options li {
  display: block;
  margin-bottom: 6px;
}
header .langmenu .language-options li a {
  display: block;
}
header .langmenu .language-options li a img {
  width: 20px;
  display: block;
}
header .langmenu:hover .language-options {
  display: block;
}
header .header-logo,
header .header-right {
  width: 25%;
}
header .header-menu {
  width: 50%;
}
header .header-menu-toggle {
  display: none;
}
header .header-search {
  position: relative;
  padding-left: 10px;
}
header .header-search .search-icon {
  cursor: pointer;
}
header .header-search .search-icon svg {
  display: block;
  width: 22px;
}
header .header-search .search-form {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  height: 60px;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}
header .header-search .search-form input {
  display: block;
  border: none;
  height: 60px;
  padding: 0 20px;
  width: 220px;
}
header .header-search .search-form input:focus {
  outline: none;
}
header .header-search:not(.open) .search-form {
  display: none;
}

@media (min-width: 1025px) {
  header .menu-toggle {
    display: none;
  }
  header .mobile-menu-additional {
    display: none;
  }
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  header .header-logo {
    width: 60%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: none;
  }
  header .header-logo img {
    width: auto;
    height: 40px;
  }
  header.open .header-menu {
    display: block;
  }
  header .header {
    justify-content: space-between;
    padding: 10px 0;
  }
  header .header-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    width: auto;
    margin-top: -1px;
    height: calc(100vh - 66px);
    overflow-y: auto;
  }
  header .header-menu .menu {
    flex-direction: column;
    align-items: center;
  }
  header .header-menu .menu .menu-item {
    height: auto;
    flex-direction: column;
  }
  header .header-menu .menu .menu-item > a {
    padding: 15px 10px;
  }
  header .header-menu .menu .menu-item.open .submenu {
    display: block;
  }
  header .header-menu .menu .menu-item:not(.open):hover .submenu {
    display: none;
  }
  header .header-menu .menu .submenu {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin-top: 0;
    padding: 0 15px;
    text-align: center;
    box-shadow: none;
  }
  header .header-menu .menu .submenu .submenu-items {
    display: block;
  }
  header .header-menu .mobile-menu-additional {
    padding-bottom: 40px;
  }
  header .header-menu .mobile-menu-additional .language-options {
    padding-top: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .header-menu .mobile-menu-additional .language-options li a {
    padding: 8px 10px;
    display: block;
  }
  header .header-menu .mobile-menu-additional .language-options li a.active {
    color: #d70005;
  }
  header .header-menu .mobile-menu-additional .language-options li a img {
    width: 20px;
  }
  header .header-right {
    display: none;
  }
  header .header-menu-toggle {
    display: flex;
    justify-content: flex-end;
  }
  header .header-menu-toggle .menu-toggle {
    display: flex;
    padding: 10px;
  }
  header .header-menu-toggle .menu-toggle svg {
    display: block;
    width: 26px;
  }
}
.footer {
  border-top: 1px solid #283283;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

.bg-accent {
  background-color: #f9fafd;
}
.bg-accent-darker {
  background-color: #cce0fa;
}

.page-title h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-hero .page-hero-top {
  position: relative;
}
.page-hero .page-cover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: right top;
  z-index: -1;
}
.page-hero h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.page-hero .hero-white-box {
  background-color: #fff;
  padding: 30px;
  transform: translateY(90px);
}
.page-hero .page-hero-bottom {
  border-top: 3px solid #fff;
  background-color: #f9fafd;
}
.page-hero .hero-icon-box {
  font-size: 20px;
}
.page-hero .hero-icon-box .icon {
  display: flex;
  justify-content: center;
}
.page-hero .hero-icon-box .icon img {
  display: block;
  height: 55px;
  height: 55px;
  object-fit: contain;
}
.page-hero .hero-icon-box .edy-img-drop-area {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.block-icons {
  background-color: #f9fafd;
  font-size: 20px;
}
.block-icons .icon {
  display: flex;
  justify-content: center;
}
.block-icons .icon img {
  display: block;
  height: 55px;
  height: 55px;
  object-fit: contain;
}
.block-icons .edy-img-drop-area {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.divider {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background-color: #0c4ab6;
  margin-left: auto;
  margin-right: auto;
}

.user-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.user-content h2:first-child {
  margin-top: 0;
}
.user-content p {
  line-height: 1.6;
  font-size: 16px;
}
.user-content ul {
  padding-left: 25px;
  list-style-type: none;
}
.user-content ul li {
  margin-bottom: 4px;
}
.user-content ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.user-content img {
  max-width: 100%;
}

.image-fill {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-fill .image-fill-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-fill .image-fill-image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-fill.right-half .image-fill-image {
  left: -15px;
}
@media (max-width: 767px) {
  .image-fill.right-half .image-fill-image {
    left: 0;
  }
}

.left-half-extend-background {
  position: relative;
}
.left-half-extend-background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 15px;
  background-color: #cce0fa;
}
.left-half-extend-background h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .left-half-extend-background:before {
    display: none;
  }
}

.breadcrumbs {
  text-align: right;
  background-color: #f9fafd;
  color: #283283;
  padding: 10px 15px;
}
.breadcrumbs a.selected.current {
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

@media (max-width: 1024px) {
  body {
    padding-top: 66px;
  }
}
@media (max-width: 566px) {
  .page-hero h1 {
    font-size: 28px;
  }
  .page-hero .page-cover-image {
    left: -15px;
    right: -15px;
  }
  .page-hero .hero-white-box {
    transform: translateY(30px);
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .page-hero .hero-white-box {
    transform: translateY(30px);
  }
}

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

.header-logo .edy-img-drop-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
